From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 13 04:20:10 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96DD37B404 for ; Tue, 13 May 2003 04:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD5E43FAF for ; Tue, 13 May 2003 04:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4DBK8Up090902 for ; Tue, 13 May 2003 04:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4DBK87e090901; Tue, 13 May 2003 04:20:08 -0700 (PDT) Resent-Date: Tue, 13 May 2003 04:20:08 -0700 (PDT) Resent-Message-Id: <200305131120.h4DBK87e090901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376D137B401 for ; Tue, 13 May 2003 04:12:19 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE6AE43FAF for ; Tue, 13 May 2003 04:12:17 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id BB4A42A09; Tue, 13 May 2003 13:12:16 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id AC9B429FE; Tue, 13 May 2003 13:12:15 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id B40248548; Tue, 13 May 2003 13:12:14 +0200 (CEST) Message-Id: <20030513111214.B40248548@aragorn.reaumur.absolight.net> Date: Tue, 13 May 2003 13:12:14 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: skv@protey.ru Subject: ports/52164: (update) devel/p5-Inline-CPP to 0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 11:20:11 -0000 >Number: 52164 >Category: ports >Synopsis: (update) devel/p5-Inline-CPP to 0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 13 04:20:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 0.24 >How-To-Repeat: >Fix: don't forget to create the "files" directory. --- p5-Inline-CPP-0.24.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/Makefile,v retrieving revision 1.2 diff -u -b -w -r1.2 Makefile --- Makefile 2003/02/21 11:22:45 1.2 +++ Makefile 2003/05/13 11:07:41 @@ -6,7 +6,7 @@ # PORTNAME= Inline-CPP -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Inline @@ -15,13 +15,12 @@ MAINTAINER= skv@protey.ru COMMENT= Write Perl subroutines and classes in C++ -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline +BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/distinfo,v retrieving revision 1.1 diff -u -b -w -r1.1 distinfo --- distinfo 2001/12/15 17:31:27 1.1 +++ distinfo 2003/05/13 11:07:41 @@ -1 +1 @@ -MD5 (Inline-CPP-0.23.tar.gz) = 2d7826f5224836f200751fc82ec165de +MD5 (Inline-CPP-0.24.tar.gz) = 7d7b51fef2ecb2082257dcc585621a96 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Inline-CPP/pkg-plist,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-plist --- pkg-plist 2001/12/15 17:31:27 1.1 +++ pkg-plist 2003/05/13 11:07:41 @@ -1,8 +1,8 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/CPP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP.pm -lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP.pod -lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP/grammar.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/CPP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true +%%SITE_PERL%%/Inline/CPP.pm +%%SITE_PERL%%/Inline/CPP.pod +%%SITE_PERL%%/Inline/CPP/grammar.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP +@dirrm %%SITE_PERL%%/Inline/CPP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true Index: files/patch-Makefile.PL =================================================================== RCS file: patch-Makefile.PL diff -N patch-Makefile.PL --- /dev/null Tue May 13 03:21:03 2003 +++ patch-Makefile.PL Tue May 13 06:07:41 2003 @@ -0,0 +1,23 @@ +--- Makefile.PL.orig Thu May 30 04:29:03 2002 ++++ Makefile.PL Tue May 13 12:59:02 2003 +@@ -48,12 +48,14 @@ + $libs_guess = '-lstdc++'; + } + +-print "This will configure and build Inline::C++.\n"; +- +-my $cpp_compiler = prompt("What default C++ compiler would you like to use?", +- $cc_guess); +-my $libs = prompt("What default libraries would you like to include?", +- $libs_guess); ++#print "This will configure and build Inline::C++.\n"; ++# ++#my $cpp_compiler = prompt("What default C++ compiler would you like to use?", ++# $cc_guess); ++#my $libs = prompt("What default libraries would you like to include?", ++# $libs_guess); ++$cpp_compiler = $cc_guess; ++$libs = $libs_guess; + + # Apply the defaults: + open CPP, "CPP.pm"; --- p5-Inline-CPP-0.24.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: