Date: Wed, 15 Jan 2014 23:27:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339860 - head/databases/dbh Message-ID: <201401152327.s0FNRt2m081530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152327.s0FNRt2m081530>