FreeBSD Bugzilla – Attachment 163071 Details for
Bug 204510
Mk/bsd.options.mk: Trigger _OFF helpers for OPTIONS_EXCLUDE_${OPSYS}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
exclude_opsys.diff (text/plain), 1.15 KB, created by
Jan Beich
on 2015-11-13 00:35:07 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-11-13 00:35:07 UTC
Size:
1.15 KB
patch
obsolete
>diff --git Mk/bsd.options.mk Mk/bsd.options.mk >index 401c87d..ef8b944 100644 >--- Mk/bsd.options.mk >+++ Mk/bsd.options.mk >@@ -451,7 +451,7 @@ ALL_OPTIONS= ${OPTIONS_DEFINE} > _OPTIONS_${target}?= > .endfor > >-.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} >+.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} ${OPTIONS_EXCLUDE_${OPSYS}} > # PLIST_SUB > PLIST_SUB?= > SUB_LIST?= >diff --git devel/fb-adb/Makefile devel/fb-adb/Makefile >index 0fa25a6..9078ead 100644 >--- devel/fb-adb/Makefile >+++ devel/fb-adb/Makefile >@@ -111,16 +111,6 @@ do-autoreconf: > > .include <bsd.port.options.mk> > >-# XXX Make _EXCLUDE behave like _SLAVE by triggering _OFF helpers >-.for opt in ${OPTIONS_EXCLUDE_${OPSYS}} >-. if ! ${PORT_OPTIONS:M${opt}} >-BUILD_DEPENDS+= ${${opt}_BUILD_DEPENDS_OFF} >-CONFIGURE_ENV+= ${${opt}_CONFIGURE_ENV_OFF} >-CONFIGURE_ARGS+= ${${opt}_CONFIGURE_OFF} >-_OPTIONS_patch+= 700:post-patch-${opt}-off >-. endif >-.endfor >- > # Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx > # or is too old to have 7zip reader > .if defined(OVERRIDE_LINUX_BASE_PORT) || \
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:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 204510
: 163071