FreeBSD Bugzilla – Attachment 55970 Details for
Bug 84489
Depreciated MACHINE_ARCH being used in bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.25 KB, created by
David O'Brien
on 2005-08-02 19:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David O'Brien
Created:
2005-08-02 19:40:14 UTC
Size:
1.25 KB
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.515 >diff -u -r1.515 bsd.port.mk >--- bsd.port.mk 24 Jun 2005 09:18:54 -0000 1.515 >+++ bsd.port.mk 2 Aug 2005 18:34:35 -0000 >@@ -775,7 +775,7 @@ > # CONFIGURE_TARGET > # - The name of target to call when GNU_CONFIGURE is > # defined. >-# Default: ${MACHINE_ARCH}-portbld-freebsd${OSREL} >+# Default: ${ARCH}-portbld-freebsd${OSREL} > # CONFIGURE_ARGS > # - Pass these args to configure if ${HAS_CONFIGURE} is set. > # Default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if >@@ -2651,7 +2651,7 @@ > .endif > > CONFIGURE_SCRIPT?= configure >-CONFIGURE_TARGET?= ${MACHINE_ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_TARGET?= ${ARCH}-portbld-freebsd${OSREL} > CONFIGURE_LOG?= config.log > > # A default message to print if do-configure fails. >@@ -2830,7 +2830,7 @@ > > .if defined(ONLY_FOR_ARCHS) > .for __ARCH in ${ONLY_FOR_ARCHS} >-.if ${MACHINE_ARCH:M${__ARCH}} != "" >+.if ${ARCH:M${__ARCH}} != "" > __ARCH_OK?= 1 > .endif > .endfor >@@ -2840,7 +2840,7 @@ > > .if defined(NOT_FOR_ARCHS) > .for __NARCH in ${NOT_FOR_ARCHS} >-.if ${MACHINE_ARCH:M${__NARCH}} != "" >+.if ${ARCH:M${__NARCH}} != "" > .undef __ARCH_OK > .endif > .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
Actions:
View
|
Diff
Attachments on
bug 84489
: 55970