mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add GDBM support.
PR: ports/47718 Submitted by: Aaron Voisine <voisine@yahoo.com>
This commit is contained in:
parent
db4ce1cbf5
commit
2f2cc73bde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74975
2 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,7 @@ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \
|
|||
SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \
|
||||
Interbase "Interbase 6 database support (Firebird)" OFF \
|
||||
dBase "dBase database support" OFF \
|
||||
GDBM "GNU database manager support" OFF \
|
||||
OpenLDAP1 "OpenLDAP 1.x support" OFF \
|
||||
OpenLDAP2 "OpenLDAP 2.x support" OFF \
|
||||
OpenSSL "OpenSSL support" OFF \
|
||||
|
@ -213,6 +214,10 @@ while [ "$1" ]; do
|
|||
\"dBase\")
|
||||
echo "CONFIGURE_ARGS+=--with-dbase"
|
||||
;;
|
||||
\"GDBM\")
|
||||
echo "LIB_DEPENDS+= gdbm.3:\${PORTSDIR}/databases/gdbm"
|
||||
echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}"
|
||||
;;
|
||||
\"OpenLDAP1\")
|
||||
echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap"
|
||||
echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap"
|
||||
|
|
|
@ -32,6 +32,7 @@ SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \
|
|||
SybaseCT "Sybase/MS-SQL database support (CT-lib)" OFF \
|
||||
Interbase "Interbase 6 database support (Firebird)" OFF \
|
||||
dBase "dBase database support" OFF \
|
||||
GDBM "GNU database manager support" OFF \
|
||||
OpenLDAP1 "OpenLDAP 1.x support" OFF \
|
||||
OpenLDAP2 "OpenLDAP 2.x support" OFF \
|
||||
OpenSSL "OpenSSL support" OFF \
|
||||
|
@ -213,6 +214,10 @@ while [ "$1" ]; do
|
|||
\"dBase\")
|
||||
echo "CONFIGURE_ARGS+=--with-dbase"
|
||||
;;
|
||||
\"GDBM\")
|
||||
echo "LIB_DEPENDS+= gdbm.3:\${PORTSDIR}/databases/gdbm"
|
||||
echo "CONFIGURE_ARGS+=--with-gdbm=\${LOCALBASE}"
|
||||
;;
|
||||
\"OpenLDAP1\")
|
||||
echo "LIB_DEPENDS+= ldap.1:\${PORTSDIR}/net/openldap"
|
||||
echo "LIB_DEPENDS+= lber.1:\${PORTSDIR}/net/openldap"
|
||||
|
|
Loading…
Add table
Reference in a new issue