1/2: OPTIONS+= EGD and DEVRANDOM
which allow mod_auth_digest to build next www/apache2* need to pass it through Default package doesn't change PR: ports/134577 Requested by: Pascal Vizeli <pvizeli@yahoo.de> With Hat: apache@
This commit is contained in:
parent
8a7f1db738
commit
ea6a163675
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253868
4 changed files with 100 additions and 4 deletions
|
@ -26,7 +26,9 @@ OPTIONS= THREADS "Enable Threads in apr" on \
|
|||
MYSQL "Enable MySQL suport in apr-util" off \
|
||||
NDBM "Enable NDBM support in apr-util" off \
|
||||
PGSQL "Enable Postgresql suport in apr-util" off \
|
||||
SQLITE "Enable SQLite3 support in apr-util" off
|
||||
SQLITE "Enable SQLite3 support in apr-util" off \
|
||||
EGD "Use EGD compatible sockets in apr" off \
|
||||
DEVRANDOM "Use /dev/random or compatible in apr" off
|
||||
|
||||
APR_VERSION= 1.4.2
|
||||
APU_VERSION= 1.3.9
|
||||
|
@ -78,6 +80,28 @@ PKGNAMESUFFIX= -ipv6
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_EGD)
|
||||
APR_CONF_ARGS+= --without-egd
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-egd
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-egd
|
||||
.else
|
||||
PKGNAMESUFFIX= -egd
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_DEVRANDOM)
|
||||
APR_CONF_ARGS+= --without-devrandom
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-devrandom
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom
|
||||
.else
|
||||
PKGNAMESUFFIX= -devrandom
|
||||
.endif
|
||||
.endif
|
||||
|
||||
######### APR-Util Options
|
||||
.if defined(WITHOUT_GDBM)
|
||||
PLIST_SUB+= GDBM="@comment "
|
||||
|
|
|
@ -26,7 +26,9 @@ OPTIONS= THREADS "Enable Threads in apr" on \
|
|||
MYSQL "Enable MySQL suport in apr-util" off \
|
||||
NDBM "Enable NDBM support in apr-util" off \
|
||||
PGSQL "Enable Postgresql suport in apr-util" off \
|
||||
SQLITE "Enable SQLite3 support in apr-util" off
|
||||
SQLITE "Enable SQLite3 support in apr-util" off \
|
||||
EGD "Use EGD compatible sockets in apr" off \
|
||||
DEVRANDOM "Use /dev/random or compatible in apr" off
|
||||
|
||||
APR_VERSION= 1.4.2
|
||||
APU_VERSION= 1.3.9
|
||||
|
@ -78,6 +80,28 @@ PKGNAMESUFFIX= -ipv6
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_EGD)
|
||||
APR_CONF_ARGS+= --without-egd
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-egd
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-egd
|
||||
.else
|
||||
PKGNAMESUFFIX= -egd
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_DEVRANDOM)
|
||||
APR_CONF_ARGS+= --without-devrandom
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-devrandom
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom
|
||||
.else
|
||||
PKGNAMESUFFIX= -devrandom
|
||||
.endif
|
||||
.endif
|
||||
|
||||
######### APR-Util Options
|
||||
.if defined(WITHOUT_GDBM)
|
||||
PLIST_SUB+= GDBM="@comment "
|
||||
|
|
|
@ -26,7 +26,9 @@ OPTIONS= THREADS "Enable Threads in apr" on \
|
|||
MYSQL "Enable MySQL suport in apr-util" off \
|
||||
NDBM "Enable NDBM support in apr-util" off \
|
||||
PGSQL "Enable Postgresql suport in apr-util" off \
|
||||
SQLITE "Enable SQLite3 support in apr-util" off
|
||||
SQLITE "Enable SQLite3 support in apr-util" off \
|
||||
EGD "Use EGD compatible sockets in apr" off \
|
||||
DEVRANDOM "Use /dev/random or compatible in apr" off
|
||||
|
||||
APR_VERSION= 1.4.2
|
||||
APU_VERSION= 1.3.9
|
||||
|
@ -78,6 +80,28 @@ PKGNAMESUFFIX= -ipv6
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_EGD)
|
||||
APR_CONF_ARGS+= --without-egd
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-egd
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-egd
|
||||
.else
|
||||
PKGNAMESUFFIX= -egd
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_DEVRANDOM)
|
||||
APR_CONF_ARGS+= --without-devrandom
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-devrandom
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom
|
||||
.else
|
||||
PKGNAMESUFFIX= -devrandom
|
||||
.endif
|
||||
.endif
|
||||
|
||||
######### APR-Util Options
|
||||
.if defined(WITHOUT_GDBM)
|
||||
PLIST_SUB+= GDBM="@comment "
|
||||
|
|
|
@ -26,7 +26,9 @@ OPTIONS= THREADS "Enable Threads in apr" on \
|
|||
MYSQL "Enable MySQL suport in apr-util" off \
|
||||
NDBM "Enable NDBM support in apr-util" off \
|
||||
PGSQL "Enable Postgresql suport in apr-util" off \
|
||||
SQLITE "Enable SQLite3 support in apr-util" off
|
||||
SQLITE "Enable SQLite3 support in apr-util" off \
|
||||
EGD "Use EGD compatible sockets in apr" off \
|
||||
DEVRANDOM "Use /dev/random or compatible in apr" off
|
||||
|
||||
APR_VERSION= 1.4.2
|
||||
APU_VERSION= 1.3.9
|
||||
|
@ -78,6 +80,28 @@ PKGNAMESUFFIX= -ipv6
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_EGD)
|
||||
APR_CONF_ARGS+= --without-egd
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-egd
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-egd
|
||||
.else
|
||||
PKGNAMESUFFIX= -egd
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_DEVRANDOM)
|
||||
APR_CONF_ARGS+= --without-devrandom
|
||||
.else
|
||||
APR_CONF_ARGS+= --with-devrandom
|
||||
.if defined(PKGNAMESUFFIX)
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-devrandom
|
||||
.else
|
||||
PKGNAMESUFFIX= -devrandom
|
||||
.endif
|
||||
.endif
|
||||
|
||||
######### APR-Util Options
|
||||
.if defined(WITHOUT_GDBM)
|
||||
PLIST_SUB+= GDBM="@comment "
|
||||
|
|
Loading…
Reference in a new issue