From owner-svn-ports-all@freebsd.org Mon Aug 8 11:18:51 2016 Return-Path: Delivered-To: svn-ports-all@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 E45ACBB2887; Mon, 8 Aug 2016 11:18:51 +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 B70951C21; Mon, 8 Aug 2016 11:18:51 +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 u78BIodl034964; Mon, 8 Aug 2016 11:18:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78BIort034963; Mon, 8 Aug 2016 11:18:50 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608081118.u78BIort034963@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:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419817 - head/audio/xmms-nsf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 11:18:52 -0000 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|||' \ ${WRKSRC}/src/nes/nestypes.h +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libnsf.so + .include