svn commit: r453819 - in head/devel: p5-SVN-Simple p5-SVN-Web

Alexey Dokuchaev danfe at FreeBSD.org
Thu Nov 9 14:48:36 UTC 2017


Author: danfe
Date: Thu Nov  9 14:48:35 2017
New Revision: 453819
URL: https://svnweb.freebsd.org/changeset/ports/453819

Log:
  Remove two BROKEN_powerpc statements that do not reflect current reality.
  
  Tested on:	Mac mini G4

Modified:
  head/devel/p5-SVN-Simple/Makefile
  head/devel/p5-SVN-Web/Makefile

Modified: head/devel/p5-SVN-Simple/Makefile
==============================================================================
--- head/devel/p5-SVN-Simple/Makefile	Thu Nov  9 14:34:30 2017	(r453818)
+++ head/devel/p5-SVN-Simple/Makefile	Thu Nov  9 14:48:35 2017	(r453819)
@@ -20,6 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-BROKEN_powerpc=	Does not configure
-
 .include <bsd.port.mk>

Modified: head/devel/p5-SVN-Web/Makefile
==============================================================================
--- head/devel/p5-SVN-Web/Makefile	Thu Nov  9 14:34:30 2017	(r453818)
+++ head/devel/p5-SVN-Web/Makefile	Thu Nov  9 14:48:35 2017	(r453819)
@@ -40,8 +40,6 @@ 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}


More information about the svn-ports-all mailing list