svn commit: r419821 - head/audio/xmms-xymms

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 11:31:03 UTC 2016


Author: ehaupt
Date: Mon Aug  8 11:31:02 2016
New Revision: 419821
URL: https://svnweb.freebsd.org/changeset/ports/419821

Log:
  - Register gettext-runtime USES
  - Register x11, xext, xi with USE_XORG
  - Strip library

Modified:
  head/audio/xmms-xymms/Makefile

Modified: head/audio/xmms-xymms/Makefile
==============================================================================
--- head/audio/xmms-xymms/Makefile	Mon Aug  8 11:25:44 2016	(r419820)
+++ head/audio/xmms-xymms/Makefile	Mon Aug  8 11:31:02 2016	(r419821)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xymms
 DISTVERSION=	0.9.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	xmms-
@@ -14,8 +14,9 @@ COMMENT=	Sega Genesis GYM plugin for XMM
 LIB_DEPENDS=	libxmms.so:multimedia/xmms
 
 GNU_CONFIGURE=	yes
-USES=		libtool
+USES=		gettext-runtime libtool
 USE_GNOME=	gtk12
+USE_XORG=	x11 xext xi
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-static
 
@@ -25,5 +26,6 @@ PLIST_FILES=	lib/xmms/Input/libxymms.so 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libxymms.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list