svn commit: r384612 - head/x11-toolkits/p5-Wx

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 20:53:22 UTC 2015


Author: amdmi3
Date: Thu Apr 23 20:53:21 2015
New Revision: 384612
URL: https://svnweb.freebsd.org/changeset/ports/384612

Log:
  - Remove conditional dependency for outdated perl version
  - Mark BROKEN on pre-10.x: even if it's made to build with some makefile hacks, it still produces broken library because it doesn't respect LDFLAGS

Modified:
  head/x11-toolkits/p5-Wx/Makefile

Modified: head/x11-toolkits/p5-Wx/Makefile
==============================================================================
--- head/x11-toolkits/p5-Wx/Makefile	Thu Apr 23 20:52:35 2015	(r384611)
+++ head/x11-toolkits/p5-Wx/Makefile	Thu Apr 23 20:53:21 2015	(r384612)
@@ -30,12 +30,10 @@ CONFIGURE_ENV=	CXX=${CXX}
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501508
-BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
-RUN_DEPENDS+=	p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN=		does not build
 .endif
 
-
 post-configure:
 	@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \
 		${REINPLACE_CMD} -e 's|^CCFLAGS = .*$$|CCFLAGS = ${CXXFLAGS}|'


More information about the svn-ports-all mailing list