ports/52164: (update) devel/p5-Inline-CPP to 0.24

Mathieu Arnold m at absolight.net
Tue May 13 11:20:11 UTC 2003


>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 at 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 at 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=	</dev/null
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Inline::CPP.3
 
 .include <bsd.port.mk>
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
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/CPP
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true
- at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP
+ at dirrm %%SITE_PERL%%/Inline/CPP
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
+ at 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:



More information about the freebsd-ports-bugs mailing list