summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 17:49:31 +0000
commitfe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch)
treecd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /math
parentBROKEN on 5.x: Configure fails (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118243
Diffstat (limited to 'math')
-rw-r--r--math/gambit/Makefile8
-rw-r--r--math/gnumeric/Makefile8
-rw-r--r--math/goblin/Makefile4
-rw-r--r--math/it++/Makefile4
4 files changed, 22 insertions, 2 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index e2ddd8f5640f..f338b88a73a6 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -23,4 +23,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 3939513655a3..b25aaad8696a 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -36,9 +36,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
PLIST_SUB= VERSION=${PORTVERSION}-bonobo
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
.for dir in share/gnome lib
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/math/goblin/Makefile b/math/goblin/Makefile
index 06fbde562900..31a67f2b98eb 100644
--- a/math/goblin/Makefile
+++ b/math/goblin/Makefile
@@ -37,6 +37,10 @@ WISH= ${LOCALBASE}/bin/wish8.3
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500035
CXXFLAGS+= -fhuge-objects
.endif
diff --git a/math/it++/Makefile b/math/it++/Makefile
index ec900b24b50c..531ab3263d99 100644
--- a/math/it++/Makefile
+++ b/math/it++/Makefile
@@ -26,6 +26,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64"
.endif