aboutsummaryrefslogtreecommitdiffstats
path: root/audio/spiralsynth
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-11-03 11:56:42 +0800
committerkris <kris@FreeBSD.org>2003-11-03 11:56:42 +0800
commit2954f6a4f30fd58baf4d3899079e57e4092f8063 (patch)
tree3e5ef27876330e25a0a8c5b605b4833bd4ddee45 /audio/spiralsynth
parentb4ede343c897b6a16f74a517b9bf2cc5f4e97ccd (diff)
downloadfreebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.gz
freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.tar.zst
freebsd-ports-gnome-2954f6a4f30fd58baf4d3899079e57e4092f8063.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.
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>