FreeBSD Bugzilla – Attachment 26168 Details for
Bug 44734
www/p5-WWW-Search: 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.56 KB, created by
Alan Eldridge
on 2002-10-30 01:50:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Eldridge
Created:
2002-10-30 01:50:10 UTC
Size:
1.56 KB
patch
obsolete
>Index: www/p5-WWW-Search/Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/p5-WWW-Search/Makefile,v >retrieving revision 1.28 >diff -u -3 -r1.28 Makefile >--- www/p5-WWW-Search/Makefile 12 Sep 2002 11:48:38 -0000 1.28 >+++ www/p5-WWW-Search/Makefile 29 Oct 2002 09:23:36 -0000 >@@ -20,7 +20,6 @@ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline \ >- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/User.pm:${PORTSDIR}/sysutils/p5-User \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww >@@ -40,4 +39,15 @@ > WWW::Search::Simple.3 \ > WWW::Search::Test.3 > >-.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 44734
: 26168