aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-01 05:39:24 +0800
committerantoine <antoine@FreeBSD.org>2014-02-01 05:39:24 +0800
commit85cbe101f0ef9a2232ff9594b5af475b9cc5f048 (patch)
tree47b84eab85c2aa84e0079509c6ca53ed73b77d20 /databases
parent694efe93b4771beceb0a611f70a602135f713e49 (diff)
downloadfreebsd-ports-gnome-85cbe101f0ef9a2232ff9594b5af475b9cc5f048.tar.gz
freebsd-ports-gnome-85cbe101f0ef9a2232ff9594b5af475b9cc5f048.tar.zst
freebsd-ports-gnome-85cbe101f0ef9a2232ff9594b5af475b9cc5f048.zip
Mark broken everywhere: Does not compile
On 8 and 9: gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c In file included from pg_filedump.c:28: pg_filedump.h:32:22: error: postgres.h: No such file or directory On 10 and head: gcc -g -O -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/local/include/postgresql/server -I/usr/local/include pg_filedump.c -c make[1]: exec(gcc) failed (No such file or directory) *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r--databases/pg_filedump/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile
index bac73d0fa73b..d2343f10c0fc 100644
--- a/databases/pg_filedump/Makefile
+++ b/databases/pg_filedump/Makefile
@@ -17,9 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
+BROKEN= Does not compile
PG84VER!= cd ${PORTSDIR}/databases/postgresql84-client && ${MAKE} -V PORTVERSION