View | Details | Raw Unified | Return to bug 204510
Collapse All | Expand All

(-)Mk/bsd.options.mk (-1 / +1 lines)
Lines 451-457 ALL_OPTIONS= ${OPTIONS_DEFINE} Link Here
451
_OPTIONS_${target}?=
451
_OPTIONS_${target}?=
452
.endfor
452
.endfor
453
453
454
.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE}
454
.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE} ${OPTIONS_EXCLUDE_${OPSYS}}
455
# PLIST_SUB
455
# PLIST_SUB
456
PLIST_SUB?=
456
PLIST_SUB?=
457
SUB_LIST?=
457
SUB_LIST?=
(-)devel/fb-adb/Makefile (-10 lines)
Lines 111-126 do-autoreconf: Link Here
111
111
112
.include <bsd.port.options.mk>
112
.include <bsd.port.options.mk>
113
113
114
# XXX Make _EXCLUDE behave like _SLAVE by triggering _OFF helpers
115
.for opt in ${OPTIONS_EXCLUDE_${OPSYS}}
116
. if ! ${PORT_OPTIONS:M${opt}}
117
BUILD_DEPENDS+=		${${opt}_BUILD_DEPENDS_OFF}
118
CONFIGURE_ENV+=		${${opt}_CONFIGURE_ENV_OFF}
119
CONFIGURE_ARGS+=	${${opt}_CONFIGURE_OFF}
120
_OPTIONS_patch+=	700:post-patch-${opt}-off
121
. endif
122
.endfor
123
124
# Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx
114
# Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx
125
# or is too old to have 7zip reader
115
# or is too old to have 7zip reader
126
.if defined(OVERRIDE_LINUX_BASE_PORT) || \
116
.if defined(OVERRIDE_LINUX_BASE_PORT) || \

Return to bug 204510