1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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
This commit is contained in:
Antoine Brodin 2014-01-31 21:39:24 +00:00
parent 6b05ea8de1
commit 2549c1da08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342080

View File

@ -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