mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add OPTION to build against security/openssl
- Do not bump PORTREVISION PR: ports/182836 Submitted by: Mark Felder <feld@FreeBSD.org>
This commit is contained in:
parent
ec9e3263fb
commit
8f22bb3bdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330361
@ -38,7 +38,7 @@ PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g}
|
||||
|
||||
OPTIONS_DEFINE= USER KERBEROS HEIMDAL HEIMDAL_PORT LDAP MYSQL \
|
||||
PGSQL UNIXODBC FIREBIRD PERL PYTHON OCI8 RUBY DHCP \
|
||||
EXPERIMENTAL UDPFROMTO DEVELOPER EDIR
|
||||
EXPERIMENTAL UDPFROMTO DEVELOPER EDIR SSL_PORT
|
||||
OPTIONS_DEFAULT=USER PERL PYTHON
|
||||
|
||||
DHCP_DESC= With DHCP support (EXPERIMENTAL)
|
||||
@ -52,6 +52,7 @@ EXPERIMENTAL_DESC= Build experimental modules
|
||||
UDPFROMTO_DESC= Compile in UDPFROMTO support
|
||||
DEVELOPER_DESC= Enable developer options
|
||||
EDIR_DESC= Enable eDirectory support (implies LDAP)
|
||||
SSL_PORT_DESC= Use OpenSSL from the ports collection
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
@ -256,6 +257,10 @@ CFLAGS!= ${ECHO} ${CFLAGS} | ${SED} -Ee 's:-O[0-9]?[[:space:]]*::g'
|
||||
CONFIGURE_ARGS+=--with-udpfromto
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL_PORT}
|
||||
WITH_OPENSSL_PORT=yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000
|
||||
|
@ -42,7 +42,7 @@ PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g}
|
||||
OPTIONS_DEFINE= USER KERBEROS HEIMDAL HEIMDAL_PORT LDAP MYSQL \
|
||||
PGSQL UNIXODBC FIREBIRD REDIS PYTHON RUBY DHCP \
|
||||
EXPERIMENTAL UDPFROMTO DEVELOPER EDIR PERL REST \
|
||||
FREETDS IDN
|
||||
FREETDS IDN SSL_PORT
|
||||
OPTIONS_DEFAULT=USER PERL
|
||||
|
||||
DHCP_DESC= With DHCP support (EXPERIMENTAL)
|
||||
@ -56,6 +56,7 @@ UDPFROMTO_DESC= Compile in UDPFROMTO support
|
||||
DEVELOPER_DESC= Enable developer options
|
||||
EDIR_DESC= Enable eDirectory support (implies LDAP)
|
||||
REST_DESC= Enable RESTful API support
|
||||
SSL_PORT_DESC= Use OpenSSL from the ports collection
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
@ -312,6 +313,10 @@ CONFIGURE_ARGS+=--quiet
|
||||
CONFIGURE_ARGS+=--with-udpfromto
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL_PORT}
|
||||
WITH_OPENSSL_PORT=yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# if we're installing, place sample configs into ${EXAMPLESDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user