From owner-svn-ports-head@FreeBSD.ORG Sun Oct 27 18:05:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A761E92; Sun, 27 Oct 2013 18:05:43 +0000 (UTC) (envelope-from sunpoet@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 7674F2445; Sun, 27 Oct 2013 18:05:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RI5h48071935; Sun, 27 Oct 2013 18:05:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RI5gBk071929; Sun, 27 Oct 2013 18:05:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310271805.r9RI5gBk071929@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Oct 2013 18:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331793 - in head/databases/p5-DBD-cego: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 27 Oct 2013 18:05:43 -0000 Author: sunpoet Date: Sun Oct 27 18:05:42 2013 New Revision: 331793 URL: http://svnweb.freebsd.org/changeset/ports/331793 Log: - Update to 1.2.7 - While I'm here: - Convert to new LIB_DEPENDS format - Respect CC - Use USES=gmake - Support STAGEDIR Changes: http://www.lemke-it.com/litexec?request=pubclogcegodbd PR: ports/183359 Submitted by: Kurt Jaeger (maintainer) Modified: head/databases/p5-DBD-cego/Makefile head/databases/p5-DBD-cego/distinfo (contents, props changed) head/databases/p5-DBD-cego/files/patch-makefile-pl head/databases/p5-DBD-cego/pkg-plist (contents, props changed) Modified: head/databases/p5-DBD-cego/Makefile ============================================================================== --- head/databases/p5-DBD-cego/Makefile Sun Oct 27 17:59:35 2013 (r331792) +++ head/databases/p5-DBD-cego/Makefile Sun Oct 27 18:05:42 2013 (r331793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-cego -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- @@ -14,20 +14,17 @@ LICENSE= GPLv3 BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI -LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego +LIB_DEPENDS= libcego.so:${PORTSDIR}/databases/cego .if defined(.PARSEDIR) -USE_GMAKE= yes +USES= gmake .endif -USES= perl5 +USES+= perl5 USE_PERL5= configure CC:= ${CXX} -MAN3= DBD::Cego.3 - -NO_STAGE= yes post-configure: - @${REINPLACE_CMD} -e 's|fno-strict-aliasing|fno-strict-aliasing -fpermissive|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|fno-strict-aliasing|& -fpermissive|g' ${WRKSRC}/Makefile .include Modified: head/databases/p5-DBD-cego/distinfo ============================================================================== --- head/databases/p5-DBD-cego/distinfo Sun Oct 27 17:59:35 2013 (r331792) +++ head/databases/p5-DBD-cego/distinfo Sun Oct 27 18:05:42 2013 (r331793) @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.6.tar.gz) = d944addd62cb3c6bdc853269a7f645f99a7fa255113c7279c81e06313d4b98e9 -SIZE (DBD-cego-1.2.6.tar.gz) = 28192 +SHA256 (DBD-cego-1.2.7.tar.gz) = cf7febaaedbb545f2fe0308dd09e3613653bd302b7837c7213c3267946004f59 +SIZE (DBD-cego-1.2.7.tar.gz) = 28293 Modified: head/databases/p5-DBD-cego/files/patch-makefile-pl ============================================================================== --- head/databases/p5-DBD-cego/files/patch-makefile-pl Sun Oct 27 17:59:35 2013 (r331792) +++ head/databases/p5-DBD-cego/files/patch-makefile-pl Sun Oct 27 18:05:42 2013 (r331793) @@ -1,6 +1,6 @@ --- Makefile.PL-orig 2013-07-09 09:44:14.000000000 +0200 +++ Makefile.PL 2013-07-09 09:48:24.000000000 +0200 -@@ -28,33 +28,23 @@ +@@ -28,33 +28,22 @@ Getopt::Long::GetOptions( $opt, "help", @@ -34,9 +34,8 @@ - 'OPTIMIZE' => '-O6 -DNDEBUG=1', + 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', + 'MYEXTLIB' => '-lcego -llfcxml -llfcbase', -+ 'CC' => 'g++', + 'CCFLAGS' => '-O2 -pipe -fno-strict-aliasing -fpermissive', -+ 'LD' => 'g++ -L/usr/local/lib', ++ 'LD' => '$(CC) -L/usr/local/lib', + 'XSPROTOARG' => '-noprototypes', + 'OPTIMIZE' => '-O3 -DNDEBUG=1', 'XSOPT' => '-C++', Modified: head/databases/p5-DBD-cego/pkg-plist ============================================================================== --- head/databases/p5-DBD-cego/pkg-plist Sun Oct 27 17:59:35 2013 (r331792) +++ head/databases/p5-DBD-cego/pkg-plist Sun Oct 27 18:05:42 2013 (r331793) @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/Cego.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego/Cego.so +%%PERL5_MAN3%%/DBD::Cego.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Cego @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD