mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
www/kannel-sqlbox: Change OPTIONS_DEFAULT to SQLITE3
- As MySQL57 is reaching EOL on 2023-12-31 and this port do not support MySQL80 so switch to other possible DEFAULT - Pet portclippy - Unmark DEPRECATION
This commit is contained in:
parent
5133e7226a
commit
9cf3f49565
@ -13,34 +13,30 @@ LICENSE_NAME= The Kannel Software License, Version 1.0
|
||||
LICENSE_FILE= ${WRKSRC}/KannelLICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
DEPRECATED= Depends on EOL MySQL 5.7 (www/kannel)
|
||||
EXPIRATION_DATE= 2023-11-30
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/kannel/gw-config.h:www/kannel
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel
|
||||
LIB_DEPENDS= libpcreposix.so:devel/pcre
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dbaio
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel
|
||||
|
||||
USES= gmake gnome iconv ssl
|
||||
USE_GCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dbaio
|
||||
USE_GNOME= libxml2
|
||||
USE_RC_SUBR= kannel_sqlbox
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFAULT= SQLITE3
|
||||
OPTIONS_MULTI= DATABASE
|
||||
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE3
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
||||
MYSQL_USES= mysql
|
||||
|
||||
MYSQL_VARS= IGNORE_WITH_MYSQL=80
|
||||
PGSQL_USES= pgsql
|
||||
|
||||
SQLITE3_USES= sqlite:3
|
||||
|
||||
USE_RC_SUBR= kannel_sqlbox
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/example/sqlbox.conf.example \
|
||||
${STAGEDIR}${PREFIX}/etc/sqlbox.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user