mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
6 changed files with 10 additions and 16 deletions
|
@ -44,8 +44,7 @@ OPTIONS_EXCLUDE_mips64=FPM
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
OPTIONS_EXCLUDE_DragonFly= DTRACE
|
OPTIONS_EXCLUDE_DragonFly= DTRACE
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
CLI_DESC= Build CLI version
|
CLI_DESC= Build CLI version
|
||||||
CGI_DESC= Build CGI version
|
CGI_DESC= Build CGI version
|
||||||
|
|
|
@ -31,9 +31,8 @@ OPTIONS_SUB= yes
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
|
||||||
|
|
|
@ -30,9 +30,8 @@ OPTIONS_SUB= yes
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
FOSSIL_CHECKIN= 24d90770030948ca
|
FOSSIL_CHECKIN= 24d90770030948ca
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,7 @@ OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# dtrace(1) crashes during build or fails to allocate space for probe
|
# dtrace(1) crashes during build or fails to allocate space for probe
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5
|
BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5
|
||||||
CANBERRA_DESC?= Sound theme alerts
|
CANBERRA_DESC?= Sound theme alerts
|
||||||
|
|
|
@ -20,9 +20,8 @@ OPTIONS_SUB= yes
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||||
BUNDLED_SSL_USES_OFF= ssl
|
BUNDLED_SSL_USES_OFF= ssl
|
||||||
|
|
|
@ -21,9 +21,8 @@ OPTIONS_SUB= yes
|
||||||
OPTIONS_EXCLUDE+= DTRACE
|
OPTIONS_EXCLUDE+= DTRACE
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_9= DTRACE
|
||||||
OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE
|
OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
|
||||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
|
||||||
|
|
||||||
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation
|
||||||
BUNDLED_SSL_USES_OFF= ssl
|
BUNDLED_SSL_USES_OFF= ssl
|
||||||
|
|
Loading…
Add table
Reference in a new issue