Date: Thu, 24 Oct 2013 13:53:55 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331487 - in head/audio: bmp-fc festalon xmms-openspc Message-ID: <201310241353.r9ODrtIe089437@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241353.r9ODrtIe089437>