Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 14:56:04 +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: r402365 - head/x11-toolkits/p5-Wx
Message-ID:  <201511241456.tAOEu4mY048812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Nov 24 14:56:04 2015
New Revision: 402365
URL: https://svnweb.freebsd.org/changeset/ports/402365

Log:
  - Remove useless WX_UNICODE
  - Use BROKEN helper
  
  Approved by:	portmgr blanket

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

Modified: head/x11-toolkits/p5-Wx/Makefile
==============================================================================
--- head/x11-toolkits/p5-Wx/Makefile	Tue Nov 24 14:54:06 2015	(r402364)
+++ head/x11-toolkits/p5-Wx/Makefile	Tue Nov 24 14:56:04 2015	(r402365)
@@ -14,6 +14,8 @@ COMMENT=	Perl5 interface to the wxWidget
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BROKEN_FreeBSD_9=	does not build
+
 BUILD_DEPENDS=	p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets \
 		p5-ExtUtils-XSpp>=0.16.03:${PORTSDIR}/devel/p5-ExtUtils-XSpp
 RUN_DEPENDS:=	${BUILD_DEPENDS}
@@ -23,19 +25,12 @@ USE_PERL5=	configure
 USE_WX=		3.0
 USE_CXXSTD=	c++11
 WX_COMPS=	wx
-WX_UNICODE=	1
 CC=		${CXX}
 CFLAGS+=	-pthread -Wno-write-strings
 CONFIGURE_ENV=	CXX=${CXX}
 
-.include <bsd.port.pre.mk>
-
-.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}|'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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