Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 20:56:48 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350851 - head/multimedia/audacious
Message-ID:  <201404102056.s3AKumng033405@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu Apr 10 20:56:47 2014
New Revision: 350851
URL: http://svnweb.freebsd.org/changeset/ports/350851
QAT: https://qat.redports.org/buildarchive/r350851/

Log:
  Unbreak post-install in case of !DBUS after r349157.
  
  Approved by:	bapt (mentor), oliver (maintainer)

Modified:
  head/multimedia/audacious/Makefile

Modified: head/multimedia/audacious/Makefile
==============================================================================
--- head/multimedia/audacious/Makefile	Thu Apr 10 20:45:04 2014	(r350850)
+++ head/multimedia/audacious/Makefile	Thu Apr 10 20:56:47 2014	(r350851)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404102056.s3AKumng033405>