FreeBSD Bugzilla – Attachment 31252 Details for
Bug 52164
(update) devel/p5-Inline-CPP to 0.24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Inline-CPP-0.24.diff
p5-Inline-CPP-0.24.diff (text/plain), 3.41 KB, created by
Mathieu Arnold
on 2003-05-13 12:20:08 UTC
(
hide
)
Description:
p5-Inline-CPP-0.24.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2003-05-13 12:20:08 UTC
Size:
3.41 KB
patch
obsolete
>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= </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 >-@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";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52164
: 31252