FreeBSD Bugzilla – Attachment 241267 Details for
Bug 269857
devel/apr1: update to 1.7.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] devel/apr1 update for bdb support (allow no bdb, add correct AGPLv3 license if bdb18)
pr-apr1-bdb-update.diff (text/plain), 1.86 KB, created by
John Hein
on 2023-04-02 16:27:08 UTC
(
hide
)
Description:
[patch] devel/apr1 update for bdb support (allow no bdb, add correct AGPLv3 license if bdb18)
Filename:
MIME Type:
Creator:
John Hein
Created:
2023-04-02 16:27:08 UTC
Size:
1.86 KB
patch
obsolete
>diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile >index 0665d9648f41..9dff3b501b2f 100644 >--- a/devel/apr1/Makefile >+++ b/devel/apr1/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= apr > PORTVERSION= ${APR_VERSION}.${APU_VERSION} >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= APACHE/apr > DISTFILES= apr-${APR_VERSION}.tar.gz \ >@@ -29,14 +30,15 @@ OPTIONS_SUB= yes > OPTIONS_GROUP= APU > OPTIONS_DEFINE= IPV6 > OPTIONS_GROUP_APU= GDBM LDAP MYSQL NDBM ODBC PGSQL SQLITE >-OPTIONS_RADIO= BERKLEYDB CRYPTO >-OPTIONS_RADIO_BERKLEYDB=BDB BDB5 >+OPTIONS_RADIO= BERKELEYDB CRYPTO >+OPTIONS_RADIO_BERKELEYDB= BDB BDB5 > OPTIONS_RADIO_CRYPTO= SSL NSS > OPTIONS_DEFAULT= BDB GDBM SSL > > APU_DESC= Database support >+BDB_DESC= Berkeley DB support (AGPLv3) > BDB5_DESC= Berkeley DB v5 support (deprecated) >-BERKLEYDB_DESC= Berkley DB provider >+BERKELEYDB_DESC= Berkeley DB provider > CRYPTO_DESC= Cryptography provider > NDBM_DESC= NDBM support > NSS_DESC= NSS crypto driver >@@ -83,8 +85,9 @@ IPV6_VARS_OFF= APR_CONF_ARGS+=--disable-ipv6 > # to avoid failures if previous apr_version.h is present > APU_CPPFLAGS= -I${APR_WRKDIR}/include > >-BDB_VARS= APU_CONF_ARGS+=--with-berkeley-db=${BDB_INCLUDE_DIR}:${BDB_LIB_DIR} >-BDB_VARS_OFF= APU_CONF_ARGS+=--without-berkeley-db >+BDB_VARS= ${BDB5_VARS} \ >+ LICENSE_COMB=dual LICENSE+=AGPLv3 >+BDB5_VARS= APU_CONF_ARGS+=--with-berkeley-db=${BDB_INCLUDE_DIR}:${BDB_LIB_DIR} \ > GDBM_VARS= APU_CONF_ARGS+=--with-gdbm=${LOCALBASE} > LDAP_VARS= APU_CONF_ARGS+="--with-ldap-include=${LOCALBASE}/include \ > --with-ldap-lib=${LOCALBASE}/lib --with-ldap=ldap" >@@ -115,6 +118,10 @@ APU_CONF_ENV+= ${CONFIGURE_ENV:O:u} CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${AP > > .include <bsd.port.options.mk> > >+.if !${PORT_OPTIONS:MBDB} && !${PORT_OPTIONS:MBDB5} >+APU_CONF_ARGS+= --without-berkeley-db >+.endif >+ > .if ${PORT_OPTIONS:MSSL} || ${PORT_OPTIONS:MNSS} > APU_CONF_ARGS+= --with-crypto > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jcfyecrayz
:
maintainer-approval?
(
apache
)
Actions:
View
|
Diff
Attachments on
bug 269857
:
241245
| 241267 |
241284