diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-11-03 03:56:42 +0000 |
commit | 09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch) | |
tree | 510258d636dce8c3debfa152cdc7e8079a6b5e79 /audio | |
parent | c757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff) | |
download | ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/evilbar/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynth/Makefile | 10 | ||||
-rw-r--r-- | audio/uade/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-uade/Makefile | 2 |
4 files changed, 6 insertions, 10 deletions
diff --git a/audio/evilbar/Makefile b/audio/evilbar/Makefile index 4a8c2fbce0a9..e563d9b62e37 100644 --- a/audio/evilbar/Makefile +++ b/audio/evilbar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://arnfast.net/projects/ MAINTAINER= jens@arnfast.net COMMENT= Minimalistic statusbar with XMMS control, APM status and clock -BROKEN= Does not link +BROKEN= "Does not link, will be removed after Feb 2" GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index dd8a1e9a033e..5b590feed21e 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -16,6 +16,8 @@ COMMENT= MIDI-capable synthesizer for X LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= "Does not patch on 4.x, does not compile on 5.x (bad C++ code); will be removed after Feb 2" + GNU_CONFIGURE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" @@ -26,12 +28,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} DOC_FILES= CHANGES COPYING README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: .for ii in Makefile.in PluginLink.sh ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig @@ -78,4 +74,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/uade/Makefile b/audio/uade/Makefile index e44c5e727aa8..bd76f8f417ec 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -18,7 +18,7 @@ COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha -BROKEN= Does not fetch +BROKEN= "Does not fetch, will be removed after Feb 2" USE_X_PREFIX= yes USE_BZIP2= yes diff --git a/audio/xmms-uade/Makefile b/audio/xmms-uade/Makefile index e44c5e727aa8..bd76f8f417ec 100644 --- a/audio/xmms-uade/Makefile +++ b/audio/xmms-uade/Makefile @@ -18,7 +18,7 @@ COMMENT= Unix Amiga Delitracker Emulator with XMMS Input plugin LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha -BROKEN= Does not fetch +BROKEN= "Does not fetch, will be removed after Feb 2" USE_X_PREFIX= yes USE_BZIP2= yes |