From owner-freebsd-ports@FreeBSD.ORG Fri Mar 28 20:30:15 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F1D4C4E for ; Fri, 28 Mar 2014 20:30:15 +0000 (UTC) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95431E8D for ; Fri, 28 Mar 2014 20:30:14 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.7/8.14.7) with ESMTP id s2SKU6XP022350; Fri, 28 Mar 2014 15:30:06 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id s2SKU686022349; Fri, 28 Mar 2014 15:30:06 -0500 (CDT) (envelope-from brooks) Date: Fri, 28 Mar 2014 15:30:06 -0500 From: Brooks Davis To: "A.J. 'Fonz' van Werven" Subject: Re: Mysterious patches Message-ID: <20140328203006.GD12685@lor.one-eyed-alien.net> References: <20140328201121.GA2505@spectrum.skysmurf.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GPJrCs/72TxItFYR" Content-Disposition: inline In-Reply-To: <20140328201121.GA2505@spectrum.skysmurf.nl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 20:30:15 -0000 --GPJrCs/72TxItFYR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 28, 2014 at 09:11:21PM +0100, A.J. 'Fonz' van Werven wrote: > Having a look at graphics/libgfx (I'm using that port but it's currently > unmaintained so I might feel like taking maintainership), I noticed that > there are two patches in /usr/ports/graphics/libgfx/files/ *BUT* I can't > for the life of me find the files they are supposed to be applied to. >=20 > Can someone please either clarify what I'm overlooking or confirm that > these patches are superfluous? I can't comment on their usefulness, but the files they apply to are obvious if you understand the patch format. For example files/patch-png.cxx has these lines: --- src/raster-png.cxx.orig 2004-09-27 06:45:31.000000000 +0200 +++ src/raster-png.cxx 2012-05-04 12:59:52.000000000 +0200 and it applies to src/raster-png.cxx. The warnings patch applies to several files, just look for the ---/+++ pairs. -- Brooks --GPJrCs/72TxItFYR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iKYEARECAGYFAlM1281fFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY1NUQ1MTlDMjZBNzgyRTcyNTI5OUJGMDVE OEU4QkU5RjIzODFBRDQACgkQXY6L6fI4GtQbWQCfQvvvVlAxewCgKckZmr4wvPFL aW4AoOh3D2fy8c8OR4v5/VKzsQZAJlt4 =WtQy -----END PGP SIGNATURE----- --GPJrCs/72TxItFYR--