From owner-svn-ports-head@freebsd.org Mon Aug 8 11:31:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69EC3BB2C4F; Mon, 8 Aug 2016 11:31:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39CE115E1; Mon, 8 Aug 2016 11:31:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u78BV2Kp039397; Mon, 8 Aug 2016 11:31:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78BV2q8039396; Mon, 8 Aug 2016 11:31:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608081131.u78BV2q8039396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Aug 2016 11:31:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419821 - head/audio/xmms-xymms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 11:31:03 -0000 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