FreeBSD Bugzilla – Attachment 34083 Details for
Bug 55515
[patch] extract perl stuff from bsd.port.mk into bsd.perl.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.perl.mk.patch
bsd.perl.mk.patch (text/plain), 914 bytes, created by
Sergey Matveychuk
on 2004-01-16 10:40:12 UTC
(
hide
)
Description:
bsd.perl.mk.patch
Filename:
MIME Type:
Creator:
Sergey Matveychuk
Created:
2004-01-16 10:40:12 UTC
Size:
914 bytes
patch
obsolete
>--- bsd.perl.mk.orig Fri Jan 16 13:25:55 2004 >+++ bsd.perl.mk Fri Jan 16 13:37:48 2004 >@@ -29,9 +29,9 @@ > # This value is added to PLIST_SUB. > ## > >-.if !defined(Perl_Include) >+.if !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include) > >-Perl_Include= bsd.perl.mk >+Perl_Pre_Include= bsd.perl.mk > > .if !defined(PERL_LEVEL) && defined(PERL_VERSION) > perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|} >@@ -115,6 +115,12 @@ > .undef HAS_CONFIGURE > .endif > >+.endif # !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include) >+ >+.if defined(_POSTMKINCLUDED) && !defined(Perl_Post_Include) >+ >+Perl_Post_Include= bsd.perl.mk >+ > .if defined(PERL_CONFIGURE) > .if !target(do-configure) > do-configure: >@@ -129,4 +135,4 @@ > ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile > .endif > .endif >-.endif # !defined(Perl_Include) >+.endif # defined(_POSTMKINCLUDED) && !defined(Perl_Post_Include)
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 55515
:
34078
|
34079
|
34080
|
34081
|
34082
| 34083 |
34084
|
34085
|
34086
|
34087
|
34088
|
34089
|
34090
|
34091
|
34092
|
34093