aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynth
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-11-03 03:56:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-11-03 03:56:42 +0000
commit09b69954f24d0f10d715c8902b6bd9bb63b0d469 (patch)
tree510258d636dce8c3debfa152cdc7e8079a6b5e79 /audio/spiralsynth
parentc757f436f607cdb2bd0b6442a5c13b4ef9bd76e6 (diff)
downloadports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.tar.gz
ports-09b69954f24d0f10d715c8902b6bd9bb63b0d469.zip
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
Notes
Notes: svn path=/head/; revision=92921
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r--audio/spiralsynth/Makefile10
1 files changed, 3 insertions, 7 deletions
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>