Date: Mon, 8 Aug 2016 11:18:50 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419817 - head/audio/xmms-nsf Message-ID: <201608081118.u78BIort034963@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 8 11:18:50 2016 New Revision: 419817 URL: https://svnweb.freebsd.org/changeset/ports/419817 Log: - Strip library - Register gettext-runtime USES - Register glib12, gtk12 with USE_GNOME - Register x11, xext, xi with USE_XORG Modified: head/audio/xmms-nsf/Makefile Modified: head/audio/xmms-nsf/Makefile ============================================================================== --- head/audio/xmms-nsf/Makefile Mon Aug 8 11:11:16 2016 (r419816) +++ head/audio/xmms-nsf/Makefile Mon Aug 8 11:18:50 2016 (r419817) @@ -3,7 +3,7 @@ PORTNAME= xmms-nsf PORTVERSION= 0.0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://optronic.sourceforge.net/files/ \ LOCAL/ehaupt @@ -17,7 +17,9 @@ BUILD_DEPENDS= xmms:multimedia/xmms RUN_DEPENDS= xmms:multimedia/xmms GNU_CONFIGURE= yes -USES= libtool +USES= gettext-runtime libtool +USE_GNOME= glib12 gtk12 +USE_XORG= x11 xext xi USE_LDCONFIG= yes USE_CSTD= gnu89 CONFIGURE_ARGS= --disable-static --with-pic @@ -33,4 +35,7 @@ post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ ${WRKSRC}/src/nes/nestypes.h +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libnsf.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081118.u78BIort034963>