mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Use USES=bdb and USES=mysql.
This commit is contained in:
parent
9ccd34e286
commit
dc4d5f48f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415058
@ -48,7 +48,7 @@ OPTIONS_DEFAULT= BDB
|
||||
OPTIONS_SUB= yes
|
||||
AUTOCREATE_DESC= Use autocreate INBOX patch (UoA)
|
||||
AUTOSIEVE_DESC= Use autosievefolder patch (UoA)
|
||||
BDB_USE= BDB=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \
|
||||
--with-bdb-libdir=${LOCALBASE}/lib
|
||||
DRAC_DESC= Enable DRAC support
|
||||
@ -64,7 +64,7 @@ LISTEXT_CONFIGURE_ENABLE=listext
|
||||
MURDER_DESC= Enable IMAP Murder support
|
||||
MURDER_CONFIGURE_ENABLE=murder
|
||||
MURDER_MAKE_ENV= PTHREAD_LIBS="-lpthread"
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_CONFIGURE_ON= --with-mysql=yes \
|
||||
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
|
||||
--with-mysql-incdir=${LOCALBASE}/include/mysql
|
||||
|
@ -48,7 +48,7 @@ OPTIONS_DEFAULT= BDB IDLED
|
||||
OPTIONS_SUB= yes
|
||||
AUTOCREATE_DESC= Use autocreate INBOX patch (UoA)
|
||||
AUTOSIEVE_DESC= Use autosievefolder patch (UoA)
|
||||
BDB_USE= BDB=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \
|
||||
--with-bdb-libdir=${LOCALBASE}/lib
|
||||
DRAC_DESC= Enable DRAC support
|
||||
@ -62,7 +62,7 @@ LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE}
|
||||
MURDER_DESC= Enable IMAP Murder support
|
||||
MURDER_CONFIGURE_ENABLE=murder
|
||||
MURDER_MAKE_ENV= PTHREAD_LIBS="-lpthread"
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_CONFIGURE_ON= --with-mysql=yes \
|
||||
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
|
||||
--with-mysql-incdir=${LOCALBASE}/include/mysql
|
||||
|
@ -49,7 +49,7 @@ OPTIONS_DEFAULT= BDB IDLED
|
||||
OPTIONS_SUB= yes
|
||||
AUTOCREATE_DESC= Enable autocreate support
|
||||
AUTOCREATE_CONFIGURE_ENABLE= autocreate
|
||||
BDB_USE= BDB=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} \
|
||||
--with-bdb-libdir=${LOCALBASE}/lib
|
||||
CLAMAV_DESC= Use ClamAV
|
||||
@ -72,7 +72,7 @@ LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE}
|
||||
MURDER_DESC= Enable IMAP Murder support
|
||||
MURDER_CONFIGURE_ENABLE=murder
|
||||
MURDER_MAKE_ENV= PTHREAD_LIBS="-lpthread"
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_CONFIGURE_ON= --with-mysql=yes \
|
||||
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
|
||||
--with-mysql-incdir=${LOCALBASE}/include/mysql
|
||||
|
@ -28,7 +28,7 @@ OPENLDAP_SASL_DESC= OpenLDAP client with SASL2 support
|
||||
OPENLDAP_SASL_VARS= WANT_OPENLDAP_SASL=yes
|
||||
|
||||
SASLDB_DESC= Experimental SASLdb authentication module
|
||||
BDB_USE= BDB=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --enable-auth-sasldb \
|
||||
--with-dblib=berkeley \
|
||||
--with-bdb-libdir=${BDB_LIB_DIR} \
|
||||
|
@ -30,7 +30,7 @@ KEEP_DB_OPEN_CONFIGURE_ENABLE=keep-db-open
|
||||
OBSOLETE_CRAM_ATTR_DESC=cmusaslsecretCRAM-MD5 auxprop property
|
||||
OBSOLETE_CRAM_ATTR_CONFIGURE_OFF=--enable-obsolete_cram_attr=no
|
||||
SASLDB_DESC= SASLdb auxprop plugin
|
||||
BDB_USE= BDB=yes
|
||||
BDB_USES= bdb
|
||||
BDB_CONFIGURE_ON= --with-dblib=berkeley \
|
||||
--with-bdb-libdir=${BDB_LIB_DIR} \
|
||||
--with-bdb-incdir=${BDB_INCLUDE_DIR} \
|
||||
@ -39,7 +39,7 @@ BDB1_CONFIGURE_ON= --with-dblib=ndbm
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||
GDBM_CONFIGURE_ON= --with-dblib=gdbm \
|
||||
--with-gdbm=${LOCALBASE}
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}
|
||||
MYSQL_CONFIGURE_OFF= --without-mysql
|
||||
PGSQL_USES= pgsql
|
||||
|
Loading…
Reference in New Issue
Block a user