Date: Fri, 26 Dec 2014 19:36:41 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375650 - in head/audio: libsidplay2 sidplay2 Message-ID: <201412261936.sBQJafbd081952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Fri Dec 26 19:36:40 2014 New Revision: 375650 URL: https://svnweb.freebsd.org/changeset/ports/375650 QAT: https://qat.redports.org/buildarchive/r375650/ Log: - Fix build break of ports expecting -fPIC for libsidplay2 on amd64 - Bump PORTREVISION of libsidplay2 and sidplay2 (package change) PR: 195343 Submitted by: crest@sahiro.org MFH: 2014Q4 Modified: head/audio/libsidplay2/Makefile head/audio/sidplay2/Makefile Modified: head/audio/libsidplay2/Makefile ============================================================================== --- head/audio/libsidplay2/Makefile Fri Dec 26 19:07:21 2014 (r375649) +++ head/audio/libsidplay2/Makefile Fri Dec 26 19:36:40 2014 (r375650) @@ -3,7 +3,7 @@ PORTNAME= libsidplay2 PORTVERSION= 2.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio emulators MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION} DISTNAME= sidplay-libs-${PORTVERSION} @@ -16,6 +16,8 @@ INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes +CFLAGS_amd64+= -fPIC + post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \ ${WRKSRC}/libsidutils/src/ini/ini.cpp Modified: head/audio/sidplay2/Makefile ============================================================================== --- head/audio/sidplay2/Makefile Fri Dec 26 19:07:21 2014 (r375649) +++ head/audio/sidplay2/Makefile Fri Dec 26 19:36:40 2014 (r375650) @@ -3,7 +3,7 @@ PORTNAME= sidplay2 PORTVERSION= 2.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION} DISTNAME= sidplay-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412261936.sBQJafbd081952>