summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
commit73f86248bd7ce88d58060cf621b9d29042826aa6 (patch)
treefb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /graphics
parentBROKEN on 5.x: does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91384
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnofract4d/Makefile8
-rw-r--r--graphics/plotutils/Makefile8
-rw-r--r--graphics/vertex/Makefile8
-rw-r--r--graphics/xzgv/Makefile4
4 files changed, 25 insertions, 3 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile
index 6804a89ad31b..4e43bd82fd2f 100644
--- a/graphics/gnofract4d/Makefile
+++ b/graphics/gnofract4d/Makefile
@@ -24,10 +24,16 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-compile-warnings=no
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^CXXFLAGS =.* -D|CXXFLAGS = @CXXFLAGS@ -D|g ; \
s|gnofract4d_helpdir)/images|gnofract4d_helpdir)|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 18a68053abd3..a1e9b7f79385 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -28,7 +28,13 @@ MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1
INFO= libxmi plotutils
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-patch:
@${PERL} -pi -e 's|-lXm |\$$\{MOTIFLIB\} |g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile
index 86253a2e6428..64be134580df 100644
--- a/graphics/vertex/Makefile
+++ b/graphics/vertex/Makefile
@@ -30,8 +30,14 @@ INSTALL_TARGET= vertex_install
MAN1= ${PORTNAME}.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-patch:
@${FIND} ${WRKSRC} -name "*.[c,h]" | ${XARGS} ${PERL} -pi -e \
's|malloc.h|stdlib.h|'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index df8e571388b1..f5292b7049ff 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -33,4 +33,8 @@ post-patch:
CFLAGS+= -DINTERP_MMX
.endif
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
.include <bsd.port.post.mk>