Skip to content

Commit

Permalink
www/kannel-sqlbox: Change OPTIONS_DEFAULT to SQLITE3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent 5133e72 commit 9cf3f49
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions www/kannel-sqlbox/Makefile
Expand Up @@ -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
RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel

USES= gmake gnome iconv ssl
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= dbaio
USE_GNOME= libxml2
USE_RC_SUBR= kannel_sqlbox

USES= gmake gnome iconv ssl
USE_GCC= yes
GNU_CONFIGURE= yes
USE_GNOME= libxml2

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
Expand Down

0 comments on commit 9cf3f49

Please sign in to comment.