From owner-svn-ports-head@freebsd.org Tue Nov 24 14:56:05 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 B86D7A36A58; Tue, 24 Nov 2015 14:56:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 853E11A58; Tue, 24 Nov 2015 14:56:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAOEu4aa048813; Tue, 24 Nov 2015 14:56:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAOEu4mY048812; Tue, 24 Nov 2015 14:56:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511241456.tAOEu4mY048812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 Nov 2015 14:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402365 - head/x11-toolkits/p5-Wx 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: Tue, 24 Nov 2015 14:56:05 -0000 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 - -.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 +.include