Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Sep 2015 14:15:14 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396220 - head/databases/pgdbf
Message-ID:  <201509061415.t86EFEG7076711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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