From owner-svn-ports-all@freebsd.org Thu Nov 3 13:37:46 2016 Return-Path: Delivered-To: svn-ports-all@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 B7CFBC2DD61; Thu, 3 Nov 2016 13:37:46 +0000 (UTC) (envelope-from mat@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 4371D14A8; Thu, 3 Nov 2016 13:37:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3DbjMo084716; Thu, 3 Nov 2016 13:37:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3DbjLm084715; Thu, 3 Nov 2016 13:37:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611031337.uA3DbjLm084715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 3 Nov 2016 13:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425211 - head/devel/p5-B-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 13:37:47 -0000 Author: mat Date: Thu Nov 3 13:37:45 2016 New Revision: 425211 URL: https://svnweb.freebsd.org/changeset/ports/425211 Log: Mark broken with Perl 5.24+ on 9.x. cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -fstack-protector -fno-strict-aliasing -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.24/mach/CORE" byterun.c In file included from byterun.c:33: byterun.h:39: error: redefinition of typedef 'I64' /usr/local/lib/perl5/5.24/mach/CORE/handy.h:178: error: previous declaration of 'I64' was here byterun.h:40: error: redefinition of typedef 'U64' /usr/local/lib/perl5/5.24/mach/CORE/handy.h:179: error: previous declaration of 'U64' was here byterun.c: In function 'byterun': byterun.c:389: warning: comparison is always false due to limited range of data type byterun.c:1436: warning: comparison is always false due to limited range of data type *** [byterun.o] Error code 1 PR: 213810 Sponsored by: Absolight Modified: head/devel/p5-B-C/Makefile (contents, props changed) Modified: head/devel/p5-B-C/Makefile ============================================================================== --- head/devel/p5-B-C/Makefile Thu Nov 3 13:30:40 2016 (r425210) +++ head/devel/p5-B-C/Makefile Thu Nov 3 13:37:45 2016 (r425211) @@ -32,6 +32,10 @@ PLIST_SUB+= PERL_ARCH=${PERL_ARCH} EXTRA_PATCHES= ${FILESDIR}/extra-patch-ByteLoader_bytecode.h .endif +.if ${PERL_LEVEL} >= 502400 && ${OSVERSION} < 1000054 +BROKEN= Does not build +.endif + post-patch: ${REINPLACE_CMD} -e "s|PERL_INC|PERL_INC_STAGE|g" ${WRKSRC}/Makefile.PL ${MKDIR} ${PERL_INC_STAGE}