svn commit: r396220 - head/databases/pgdbf

Alexey Dokuchaev danfe at FreeBSD.org
Sun Sep 6 14:15:15 UTC 2015


Author: danfe
Date: Sun Sep  6 14:15:14 2015
New Revision: 396220
URL: https://svnweb.freebsd.org/changeset/ports/396220

Log:
  Drop misleading BROKEN statement: port builds and installs fine everywhere.

Modified:
  head/databases/pgdbf/Makefile

Modified: head/databases/pgdbf/Makefile
==============================================================================
--- head/databases/pgdbf/Makefile	Sun Sep  6 14:07:02 2015	(r396219)
+++ head/databases/pgdbf/Makefile	Sun Sep  6 14:15:14 2015	(r396220)
@@ -18,10 +18,4 @@ PLIST_FILES=	bin/pgdbf \
 		%%DOCSDIR%%/README \
 		man/man1/pgdbf.1.gz
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list