From owner-svn-ports-head@freebsd.org Wed Aug 19 17:24:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D55A9BE7F4; Wed, 19 Aug 2015 17:24:25 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2282C1741; Wed, 19 Aug 2015 17:24:25 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7JHOPS7050464; Wed, 19 Aug 2015 17:24:25 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7JHOOK2050461; Wed, 19 Aug 2015 17:24:24 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508191724.t7JHOOK2050461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 19 Aug 2015 17:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394803 - in head: databases/p5-Class-DBI-Plugin-Senna devel/p5-SVN-Web textproc/p5-WordNet-Similarity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 17:24:25 -0000 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 - -.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 +.include 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 - -.if ${ARCH} == "powerpc" -BROKEN= Does not configure on powerpc -.endif - -.include +.include 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 - -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - -.include +.include