FreeBSD Bugzilla – Attachment 26161 Details for
Bug 44727
textproc/p5-XML-Directory: p5-File-Spec should only be used if perl < 5.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
Alan Eldridge
on 2002-10-30 01:50:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Eldridge
Created:
2002-10-30 01:50:06 UTC
Size:
1.51 KB
patch
obsolete
>Index: textproc/p5-XML-Directory/Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-XML-Directory/Makefile,v >retrieving revision 1.1 >diff -u -3 -r1.1 Makefile >--- textproc/p5-XML-Directory/Makefile 7 Dec 2001 12:45:27 -0000 1.1 >+++ textproc/p5-XML-Directory/Makefile 29 Oct 2002 09:25:04 -0000 >@@ -14,8 +14,7 @@ > > MAINTAINER= skv@protey.ru > >-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 >+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 > RUN_DEPENDS= ${BUILD_DEPENDS} > > PERL_CONFIGURE= yes >@@ -30,4 +29,15 @@ > @find ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ > '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$|@)(VERSION|ISA|EXPORT|EXPORT_OK)\s+=!$$1$${package}::$$2=!;' > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} >+ >+PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} >+PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} >+ >+.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 >+BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec >+.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 >+ >+.include <bsd.port.post.mk> >==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
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 44727
: 26161