svn commit: r331487 - in head/audio: bmp-fc festalon xmms-openspc

Emanuel Haupt ehaupt at FreeBSD.org
Thu Oct 24 13:53:56 UTC 2013


Author: ehaupt
Date: Thu Oct 24 13:53:55 2013
New Revision: 331487
URL: http://svnweb.freebsd.org/changeset/ports/331487

Log:
  Mark BROKEN. Does not build on FreeBSD 10.x and later.
  
  Notified by:	pkg-fallout

Modified:
  head/audio/bmp-fc/Makefile
  head/audio/festalon/Makefile
  head/audio/xmms-openspc/Makefile

Modified: head/audio/bmp-fc/Makefile
==============================================================================
--- head/audio/bmp-fc/Makefile	Thu Oct 24 13:17:02 2013	(r331486)
+++ head/audio/bmp-fc/Makefile	Thu Oct 24 13:53:55 2013	(r331487)
@@ -21,7 +21,13 @@ USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000000
+BROKEN=		does not build on FreeBSD 10.x and later
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile	Thu Oct 24 13:17:02 2013	(r331486)
+++ head/audio/festalon/Makefile	Thu Oct 24 13:53:55 2013	(r331487)
@@ -29,6 +29,10 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} >= 1000000
+BROKEN=		does not build on FreeBSD 10.x and later
+.endif
+
 .if ${PKGNAMEPREFIX} == ""
 
 USE_SDL=	yes

Modified: head/audio/xmms-openspc/Makefile
==============================================================================
--- head/audio/xmms-openspc/Makefile	Thu Oct 24 13:17:02 2013	(r331486)
+++ head/audio/xmms-openspc/Makefile	Thu Oct 24 13:53:55 2013	(r331487)
@@ -24,7 +24,13 @@ PLIST_FILES=	lib/xmms/Input/openspc.la \
 ONLY_FOR_ARCHS=	i386	# contains x86 assembler code
 GNU_CONFIGURE=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000000
+BROKEN=		does not build on FreeBSD 10.x and later
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list