Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now. Sponsored by: Absolight
This commit is contained in:
parent
cd666cd892
commit
353bd5528b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429006
@ -44,8 +44,7 @@ OPTIONS_EXCLUDE_mips64=FPM
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPTIONS_EXCLUDE_DragonFly= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
|
||||
CLI_DESC= Build CLI version
|
||||
CGI_DESC= Build CGI version
|
||||
|
@ -31,9 +31,8 @@ OPTIONS_SUB= yes
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
|
||||
|
@ -30,9 +30,8 @@ OPTIONS_SUB= yes
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
|
||||
FOSSIL_CHECKIN= 24d90770030948ca
|
||||
|
||||
|
@ -17,8 +17,7 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
# dtrace(1) crashes during build or fails to allocate space for probe
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
|
||||
BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5
|
||||
CANBERRA_DESC?= Sound theme alerts
|
||||
|
@ -20,9 +20,8 @@ OPTIONS_SUB= yes
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
|
||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||
BUNDLED_SSL_USES_OFF= ssl
|
||||
|
@ -21,9 +21,8 @@ OPTIONS_SUB= yes
|
||||
OPTIONS_EXCLUDE+= DTRACE
|
||||
.endif
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||
|
||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||
BUNDLED_SSL_USES_OFF= ssl
|
||||
|
Loading…
Reference in New Issue
Block a user