From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 20:22:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A0659B7; Fri, 4 Oct 2013 20:22:23 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E6C324DE; Fri, 4 Oct 2013 20:22:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94KMNCf040473; Fri, 4 Oct 2013 20:22:23 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94KMM11040463; Fri, 4 Oct 2013 20:22:22 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310042022.r94KMM11040463@svn.freebsd.org> From: Andrej Zverev Date: Fri, 4 Oct 2013 20:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329378 - in head/math/p5-Bit-ShiftReg: . files 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.14 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: Fri, 04 Oct 2013 20:22:23 -0000 Author: az Date: Fri Oct 4 20:22:22 2013 New Revision: 329378 URL: http://svnweb.freebsd.org/changeset/ports/329378 Log: - Add stage support - Fix build with perl 5.16 Added: head/math/p5-Bit-ShiftReg/files/ head/math/p5-Bit-ShiftReg/files/patch-lib_defs.h (contents, props changed) Modified: head/math/p5-Bit-ShiftReg/Makefile head/math/p5-Bit-ShiftReg/pkg-plist (contents, props changed) Modified: head/math/p5-Bit-ShiftReg/Makefile ============================================================================== --- head/math/p5-Bit-ShiftReg/Makefile Fri Oct 4 20:15:46 2013 (r329377) +++ head/math/p5-Bit-ShiftReg/Makefile Fri Oct 4 20:22:22 2013 (r329378) @@ -7,13 +7,10 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing various bit shifting operations USES= perl5 USE_PERL5= configure -MAN3= Bit::ShiftReg.3 - -NO_STAGE= yes .include Added: head/math/p5-Bit-ShiftReg/files/patch-lib_defs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Bit-ShiftReg/files/patch-lib_defs.h Fri Oct 4 20:22:22 2013 (r329378) @@ -0,0 +1,11 @@ +--- ./lib_defs.h.orig 2013-10-05 00:19:24.238806604 +0400 ++++ ./lib_defs.h 2013-10-05 00:19:56.892159090 +0400 +@@ -62,7 +62,7 @@ + #undef TRUE + #define TRUE (0==0) + +-typedef enum { false = FALSE , true = TRUE } boolean; ++typedef enum { _false = FALSE , _true = TRUE } boolean; + + #define blockdef(name,size) unsigned char name[size] + #define blocktypedef(name,size) typedef unsigned char name[size] Modified: head/math/p5-Bit-ShiftReg/pkg-plist ============================================================================== --- head/math/p5-Bit-ShiftReg/pkg-plist Fri Oct 4 20:15:46 2013 (r329377) +++ head/math/p5-Bit-ShiftReg/pkg-plist Fri Oct 4 20:22:22 2013 (r329378) @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/ShiftReg/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/ShiftReg/ShiftReg.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/ShiftReg/ShiftReg.so +%%PERL5_MAN3%%/Bit::ShiftReg.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/ShiftReg @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Bit