Date: Sun, 18 Jan 2015 19:40:27 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377343 - in head/audio/libsidplay2: . files Message-ID: <201501181940.t0IJeRiU011836@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Jan 18 19:40:27 2015 New Revision: 377343 URL: https://svnweb.freebsd.org/changeset/ports/377343 QAT: https://qat.redports.org/buildarchive/r377343/ Log: Compile libresidc.a with -fPIC. The library isn't installed but is linked into libresid-builder.a which some ports (e.g. xmms2) want to link into shared libraries so it must be compiled with -fPIC. Silence a check-plist error while here. Reported by: amdmi3 Modified: head/audio/libsidplay2/Makefile head/audio/libsidplay2/files/patch-configure head/audio/libsidplay2/pkg-plist Modified: head/audio/libsidplay2/Makefile ============================================================================== --- head/audio/libsidplay2/Makefile Sun Jan 18 19:27:00 2015 (r377342) +++ head/audio/libsidplay2/Makefile Sun Jan 18 19:40:27 2015 (r377343) @@ -3,7 +3,7 @@ PORTNAME= libsidplay2 PORTVERSION= 2.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio emulators MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION} DISTNAME= sidplay-libs-${PORTVERSION} Modified: head/audio/libsidplay2/files/patch-configure ============================================================================== --- head/audio/libsidplay2/files/patch-configure Sun Jan 18 19:27:00 2015 (r377342) +++ head/audio/libsidplay2/files/patch-configure Sun Jan 18 19:40:27 2015 (r377343) @@ -1,6 +1,14 @@ ---- configure.orig +--- configure.orig 2004-06-14 20:24:44 UTC +++ configure -@@ -1745,6 +1745,7 @@ +@@ -1737,6 +1737,7 @@ fi + echo; echo "Configuring resid..." + cd "$pwd/resid" + if ! eval ./configure $ac_configure_args \ ++--with-pic \ + --disable-resid-install; + then + exit +@@ -1745,6 +1746,7 @@ fi echo; echo "Configuring resid-builder..." cd $pwd/builders/resid-builder if ! eval ./configure $ac_configure_args \ Modified: head/audio/libsidplay2/pkg-plist ============================================================================== --- head/audio/libsidplay2/pkg-plist Sun Jan 18 19:27:00 2015 (r377342) +++ head/audio/libsidplay2/pkg-plist Sun Jan 18 19:40:27 2015 (r377343) @@ -29,3 +29,4 @@ lib/libsidutils.so.0.0.4 lib/sidplay/builders/libresid-builder.a libdata/pkgconfig/libsidplay2.pc libdata/pkgconfig/libsidutils.pc +@comment @dir include/resid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501181940.t0IJeRiU011836>