Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0F9A9A5684 for ; Fri, 20 Dec 2013 08:45:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7B6C114A1E7; Fri, 20 Dec 2013 08:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D95914A1F6 for ; Fri, 20 Dec 2013 08:45:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aLbMcsdsZkti for ; Fri, 20 Dec 2013 08:45:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5835514A1E7 for ; Fri, 20 Dec 2013 08:45:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 20EA996; Fri, 20 Dec 2013 08:45:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 20 Dec 2013 08:45:44 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2013Q3] pkgsrc/graphics/gd To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20131220084544.20EA996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: spz Date: Fri Dec 20 08:45:44 UTC 2013 Modified Files: pkgsrc/graphics/gd [pkgsrc-2013Q3]: distinfo Added Files: pkgsrc/graphics/gd/patches [pkgsrc-2013Q3]: patch-src_gd__bmp.c Log Message: Pullup ticket #4277 - requested by is graphics/gd: build fix for e.g. arm Revisions pulled up: - graphics/gd/distinfo 1.34-1.35 - graphics/gd/patches/patch-src_gd__bmp.c 1.1-1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: dholland Date: Mon Nov 11 20:38:16 UTC 2013 Modified Files: pkgsrc/graphics/gd: distinfo Added Files: pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c Log Message: Don't use ceill(); it isn't needed here and causes problems. See PR 48334. Technically this change should bump PKGREVISION (as it changes the binary package ever so slightly for platforms where the ceill() didn't cause a build failure) but I'm going to let it slide. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gd/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: dholland Date: Mon Nov 11 21:34:40 UTC 2013 Modified Files: pkgsrc/graphics/gd: distinfo pkgsrc/graphics/gd/patches: patch-src_gd__bmp.c Log Message: Add upstream report URL per PR 48334. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/gd/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.33.2.1 pkgsrc/graphics/gd/distinfo cvs rdiff -u -r0 -r1.2.2.2 pkgsrc/graphics/gd/patches/patch-src_gd__bmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.