Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 21:39:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342080 - head/databases/pg_filedump
Message-ID:  <201401312139.s0VLdPK4014623@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 31 21:39:24 2014
New Revision: 342080
URL: http://svnweb.freebsd.org/changeset/ports/342080
QAT: https://qat.redports.org/buildarchive/r342080/

Log:
  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

Modified:
  head/databases/pg_filedump/Makefile

Modified: head/databases/pg_filedump/Makefile
==============================================================================
--- head/databases/pg_filedump/Makefile	Fri Jan 31 21:32:07 2014	(r342079)
+++ head/databases/pg_filedump/Makefile	Fri Jan 31 21:39:24 2014	(r342080)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401312139.s0VLdPK4014623>