aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
committerpav <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
commit8eba96b36ad4230e29c29044a42608050210a1f7 (patch)
tree1ded10deafb806a07b1bf673070f413ce7ec1884 /databases
parent487e44169b5eab1086657b11b255d372dbb4abee (diff)
downloadfreebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz
freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst
freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'databases')
-rw-r--r--databases/pgbash/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pgbash/Makefile b/databases/pgbash/Makefile
index 7fdc704862a7..b4ed3a77a4a2 100644
--- a/databases/pgbash/Makefile
+++ b/databases/pgbash/Makefile
@@ -31,6 +31,12 @@ USE_GMAKE= yes
CONFIGURE_ARGS= --pginc-prefix=${LOCALBASE}/include --pglib-prefix=${LOCALBASE}/lib
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-extract:
@${ECHO_MSG} ">>> extracting bash"
@${TAR} -C ${WRKDIR}/pgbash-7.3/src -xzf ${DISTDIR}/bash-2.05a.tar.gz
@@ -50,4 +56,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pgbash ${PREFIX}/bin
${INSTALL_DATA} ${WRKDIR}/pgbash-7.3/rc/pgbashrc ${PREFIX}/etc/pgbashrc-dist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>