Date: Tue, 8 Apr 2014 10:29:12 +0200 From: Marius Strobl <marius@alchemy.franken.de> To: Oliver Lehmann <oliver@FreeBSD.org>, bapt@freebsd.org, beat@freebsd.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r349157 - head/multimedia/audacious Message-ID: <20140408082912.GA21667@alchemy.franken.de> In-Reply-To: <201403251627.s2PGRXl1077287@svn.freebsd.org> References: <201403251627.s2PGRXl1077287@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 25, 2014 at 04:27:33PM +0000, Oliver Lehmann wrote: > Author: oliver > Date: Tue Mar 25 16:27:33 2014 > New Revision: 349157 > URL: http://svnweb.freebsd.org/changeset/ports/349157 > QAT: https://qat.redports.org/buildarchive/r349157/ > > Log: > - Use new syntax for LIB_DEPENDS > - Added LICENSE > - Convert to USES=tar:bzip2 > - Added USES=desktop-file-utils > - Strip binaries > - Pet portlint > Hi guys, could you please approve the attached patch fixing the above revision? %% Unbreak post-install in case of !DBUS after r349157. %% Marius --UugvWAfsgieZRqgk Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="audacious.diff" Index: Makefile =================================================================== --- Makefile (revision 350585) +++ Makefile (working copy) @@ -86,11 +86,13 @@ post-patch: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/audtool ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/audacious - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudclient.so.2.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudcore.so.1.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudgui.so.1.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudtag.so.1.0.0 +.if ${PORT_OPTIONS:MDBUS} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/audtool + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudclient.so.2.0.0 +.endif .include <bsd.port.mk> --UugvWAfsgieZRqgk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140408082912.GA21667>