Date: Mon, 2 Sep 2013 15:55:37 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Mikhail Teterin <mi@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r325934 - in head/graphics/libfpx: . files Message-ID: <20130902155537.593968d5@kalimero.tijl.coosemans.org> In-Reply-To: <201309020522.r825MxwW080249@svn.freebsd.org> References: <201309020522.r825MxwW080249@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/=eNrOurMmdRfx.vXnRH_9OE Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 2 Sep 2013 05:22:59 +0000 (UTC) Mikhail Teterin wrote: > Author: mi > Date: Mon Sep 2 05:22:58 2013 > New Revision: 325934 > URL: http://svnweb.freebsd.org/changeset/ports/325934 >=20 > Log: > Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2)= and > gcc (4.8). > =20 > PR: 181302 > Submitted by: delphij@ > Tested by: ImageMagick's self-test suit >=20 > Added: > head/graphics/libfpx/files/patch-warnings (contents, props changed) > Deleted: > head/graphics/libfpx/files/patch-aa > head/graphics/libfpx/files/patch-fpxlib > head/graphics/libfpx/files/patch-ph_image > Modified: > head/graphics/libfpx/Makefile > head/graphics/libfpx/distinfo > head/graphics/libfpx/files/Makefile.bsd >=20 > Modified: head/graphics/libfpx/files/Makefile.bsd > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 02:57:52 2013 (r32= 5933) > +++ head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 05:22:58 2013 (r32= 5934) > @@ -4,8 +4,8 @@ SHLIB_MAJOR=3D 2 > SHLIB_MINOR=3D 7 > WARNS=3D 3 > =20 > -LIBDIR =3D ${LOCALBASE}/lib > -INCSDIR =3D ${LOCALBASE}/include > +LIBDIR =3D ${PREFIX}/lib > +INCSDIR =3D ${PREFIX}/include > INCDIR =3D ${INCSDIR} # for pre-bsd.incs.mk API > =20 > NO_PROFILE=3D Don't want it This makefile also adds -lstdc++ to LDADD. That's not going to work when libstdc++ will be removed from current (soon if things go as planned). I think the easiest would be to simply use the makefiles provided by libfpx. It would probably even simplify the port. --Sig_/=eNrOurMmdRfx.vXnRH_9OE Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iF4EAREIAAYFAlIkmN8ACgkQfoCS2CCgtivN9wD/ePkyC5SGpH4k96ssv+lp0ywc 5BPLZmhUtk4UYR6xBKUA/2K96BRN35yn3O0EQrhoo7trQDO8FYYzSsfb8wVa99iH =myrv -----END PGP SIGNATURE----- --Sig_/=eNrOurMmdRfx.vXnRH_9OE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130902155537.593968d5>