svn commit: r339836 - head/audio/liquidsoap

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:34:56 UTC 2014


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>


More information about the svn-ports-all mailing list