svn commit: r339860 - head/databases/dbh

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:27:55 UTC 2014


Author: bapt
Date: Wed Jan 15 23:27:54 2014
New Revision: 339860
URL: http://svnweb.freebsd.org/changeset/ports/339860
QAT: https://qat.redports.org/buildarchive/r339860/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/dbh/Makefile

Modified: head/databases/dbh/Makefile
==============================================================================
--- head/databases/dbh/Makefile	Wed Jan 15 23:25:24 2014	(r339859)
+++ head/databases/dbh/Makefile	Wed Jan 15 23:27:54 2014	(r339860)
@@ -32,6 +32,11 @@ OPTIONS_DEFINE=	GTKDOC EXAMPLES
 GTKDOC_DESC=	Enable GTK html documentation
 
 NO_STAGE=	yes
+
+.for a in ia64 powerpc sparc64
+BROKEN_${a}=	Does not compile on ia64, powerpc, or sparc64
+.endfor
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTKDOC}
@@ -54,10 +59,4 @@ post-install:
 	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} '*.c' ${EXAMPLESDIR})
 .endif
 
-.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