Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 20:53:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384612 - head/x11-toolkits/p5-Wx
Message-ID:  <201504232053.t3NKrM6S092121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}|'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504232053.t3NKrM6S092121>