Date: Wed, 15 Jan 2014 22:34:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339836 - head/audio/liquidsoap Message-ID: <201401152234.s0FMYuEA059809@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:34:56 2014 New Revision: 339836 URL: http://svnweb.freebsd.org/changeset/ports/339836 QAT: https://qat.redports.org/buildarchive/r339836/ Log: Reduce over inclusion of bsd.port.mk While here use BROKEN_${ARCH} Modified: head/audio/liquidsoap/Makefile Modified: head/audio/liquidsoap/Makefile ============================================================================== --- head/audio/liquidsoap/Makefile Wed Jan 15 22:33:28 2014 (r339835) +++ head/audio/liquidsoap/Makefile Wed Jan 15 22:34:56 2014 (r339836) @@ -91,6 +91,7 @@ PLIST_SUB= RELVER=${PORTVERSION} \ LIQUIDSOAP_USER=${LIQUIDSOAP_USER} LIQUIDSOAP_GROUP=${LIQUIDSOAP_GROUP} \ LOGDIR=${LOGDIR} PIDDIR=${PIDDIR} +BROKEN_powerpc= Does not install on powerpc: dumps core .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -187,10 +188,4 @@ post-patch: pre-configure: (cd ${WRKSRC} && ${GMAKE} bootstrap && ${SED} -i '' -e 's/^RUNNING_USER="$$USER"/RUNNING_USER=liquidsoap/' */configure) -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not install on powerpc: dumps core -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152234.s0FMYuEA059809>