svn commit: r394803 - in head: databases/p5-Class-DBI-Plugin-Senna devel/p5-SVN-Web textproc/p5-WordNet-Similarity

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Aug 19 17:24:25 UTC 2015


Author: pgollucci
Date: Wed Aug 19 17:24:23 2015
New Revision: 394803
URL: https://svnweb.freebsd.org/changeset/ports/394803

Log:
  p5-* use BROKEN_* helpers
  
  Wit Hat: perl@

Modified:
  head/databases/p5-Class-DBI-Plugin-Senna/Makefile
  head/devel/p5-SVN-Web/Makefile
  head/textproc/p5-WordNet-Similarity/Makefile

Modified: head/databases/p5-Class-DBI-Plugin-Senna/Makefile
==============================================================================
--- head/databases/p5-Class-DBI-Plugin-Senna/Makefile	Wed Aug 19 17:13:59 2015	(r394802)
+++ head/databases/p5-Class-DBI-Plugin-Senna/Makefile	Wed Aug 19 17:24:23 2015	(r394803)
@@ -16,10 +16,7 @@ BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == ia64
-BROKEN=		fails to configure with coredump
+BROKEN_ia64=	fails to configure with coredump
 
 # With $TRYBROKEN, do "perl Makefile.PL" in verbose mode.
 do-configure:
@@ -28,4 +25,4 @@ do-configure:
 		${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-SVN-Web/Makefile
==============================================================================
--- head/devel/p5-SVN-Web/Makefile	Wed Aug 19 17:13:59 2015	(r394802)
+++ head/devel/p5-SVN-Web/Makefile	Wed Aug 19 17:24:23 2015	(r394803)
@@ -40,15 +40,11 @@ SHEBANG_FILES=	bin/svnweb-install
 USE_PERL5=	configure
 CONFIGURE_ARGS=	--skip_questions
 
+BROKEN_powerpc=	Does not configure on powerpc
+
 post-install:
 	@${MKDIR} -p ${STAGEDIR}${WWWDIR}
 	${CP} -R ${WRKSRC}/SVN-Web.psgi ${WRKSRC}/template ${WRKSRC}/css ${STAGEDIR}${WWWDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not configure on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-WordNet-Similarity/Makefile
==============================================================================
--- head/textproc/p5-WordNet-Similarity/Makefile	Wed Aug 19 17:13:59 2015	(r394802)
+++ head/textproc/p5-WordNet-Similarity/Makefile	Wed Aug 19 17:24:23 2015	(r394803)
@@ -22,6 +22,8 @@ USES=		perl5
 USE_PERL5=	configure
 CONFIGURE_ARGS=	WNHOME=${WNHOME}
 
+BROKEN_sparc64=	Does not build on sparc64
+
 post-patch:
 	@${FIND} ${WRKSRC}/build -type f| ${XARGS} ${REINPLACE_CMD} -e \
 		 "/wndictpath/s|'dict'|''|"
@@ -31,10 +33,4 @@ post-patch:
 		 /wnUnixPath/s|/cntlist|&.rev|; \
 		 /wnUnixPath/s|/dict||'
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not build on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list