svn commit: r339877 - head/devel/gdb66

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 16 00:00:05 UTC 2014


Author: bapt
Date: Thu Jan 16 00:00:04 2014
New Revision: 339877
URL: http://svnweb.freebsd.org/changeset/ports/339877
QAT: https://qat.redports.org/buildarchive/r339877/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/devel/gdb66/Makefile

Modified: head/devel/gdb66/Makefile
==============================================================================
--- head/devel/gdb66/Makefile	Wed Jan 15 23:58:58 2014	(r339876)
+++ head/devel/gdb66/Makefile	Thu Jan 16 00:00:04 2014	(r339877)
@@ -73,11 +73,9 @@ PLIST_SUB+=	INSIGHT='@comment '
 CONFLICTS+=	gdb-insight*
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
-BROKEN=		Does not configure on ia64 or powerpc
-.endif
+.for a in ia64 powerpc
+BROKEN_${a}=	Does not configure on ia64 or powerpc
+.endfor
 
 .if ${ARCH} == "amd64"
 CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
@@ -113,4 +111,4 @@ do-install:
 			${PREFIX}/lib/insight1.0
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list