aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 01:46:00 +0000
commit0780800c8750d879264197bd8b344c1b7e8be2f6 (patch)
tree058e1e4d9093e2714be6ea6128275ec3de584b6b
parentdc34d47840419b01f527bdf0e2c7c67ca3bda4db (diff)
downloadports-0780800c8750d879264197bd8b344c1b7e8be2f6.tar.gz
ports-0780800c8750d879264197bd8b344c1b7e8be2f6.zip
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118400
-rw-r--r--databases/knoda/Makefile8
-rw-r--r--x11-toolkits/gtkglarea--/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile
index fa01262acb7c..f75a80e916f7 100644
--- a/databases/knoda/Makefile
+++ b/databases/knoda/Makefile
@@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-hk_classes-dir=${LOCALBASE}/lib/hk_classes \
--with-hk_classes-incdir=${LOCALBASE}/include/hk_classes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,-pedantic ,,' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-toolkits/gtkglarea--/Makefile b/x11-toolkits/gtkglarea--/Makefile
index a1876a631338..c80ce60ce673 100644
--- a/x11-toolkits/gtkglarea--/Makefile
+++ b/x11-toolkits/gtkglarea--/Makefile
@@ -30,4 +30,10 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 50126
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>