FreeBSD Bugzilla – Attachment 205727 Details for
Bug 239171
fix arch definitions in lang/perl5.28 et. al.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for lang/perl5*/Makefile
lang_perl5.diff (text/plain), 2.25 KB, created by
Mark Linimon
on 2019-07-12 17:49:49 UTC
(
hide
)
Description:
patch for lang/perl5*/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-07-12 17:49:49 UTC
Size:
2.25 KB
patch
obsolete
>Index: lang/perl5-devel/Makefile >=================================================================== >--- lang/perl5-devel/Makefile (revision 506480) >+++ lang/perl5-devel/Makefile (working copy) >@@ -150,8 +150,10 @@ > .if !exists(/usr/sbin/dtrace) > OPTIONS_EXCLUDE= DTRACE > .endif >-.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ >- powerpc64 sparc64 >+.for a in aarch64 arm armv6 armv7 \ >+ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ >+ powerpc powerpc64 powerpcspe \ >+ sparc64 > OPTIONS_EXCLUDE_${a}= DTRACE > .endfor > >Index: lang/perl5.26/Makefile >=================================================================== >--- lang/perl5.26/Makefile (revision 506480) >+++ lang/perl5.26/Makefile (working copy) >@@ -29,8 +29,10 @@ > .if !exists(/usr/sbin/dtrace) > OPTIONS_EXCLUDE+= DTRACE > .endif >-.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ >- powerpc64 sparc64 >+.for a in aarch64 arm armv6 armv7 \ >+ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ >+ powerpc powerpc64 powerpcspe \ >+ sparc64 > OPTIONS_EXCLUDE_${a}= DTRACE > .endfor > >Index: lang/perl5.28/Makefile >=================================================================== >--- lang/perl5.28/Makefile (revision 506480) >+++ lang/perl5.28/Makefile (working copy) >@@ -29,8 +29,10 @@ > .if !exists(/usr/sbin/dtrace) > OPTIONS_EXCLUDE+= DTRACE > .endif >-.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ >- powerpc64 sparc64 >+.for a in aarch64 arm armv6 armv7 \ >+ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ >+ powerpc powerpc64 powerpcspe \ >+ sparc64 > OPTIONS_EXCLUDE_${a}= DTRACE > .endfor > >Index: lang/perl5.30/Makefile >=================================================================== >--- lang/perl5.30/Makefile (revision 506480) >+++ lang/perl5.30/Makefile (working copy) >@@ -127,8 +127,10 @@ > .if !exists(/usr/sbin/dtrace) > OPTIONS_EXCLUDE= DTRACE > .endif >-.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ >- powerpc64 sparc64 >+.for a in aarch64 arm armv6 armv7 \ >+ mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ >+ powerpc powerpc64 powerpcspe \ >+ sparc64 > OPTIONS_EXCLUDE_${a}= DTRACE > .endfor >
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
Flags:
mat
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239171
: 205727