mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
security/webfwlog: Change OPTIONS_DEFAULT to PGSQL
- As MySQL57 is reaching EOL on 2023-12-31 and this port do not support MySQL80 so switch to other possible DEFAULT option - Pet portclippy - Unmark DEPRECATION Approved by: portmgr (blanket)
This commit is contained in:
parent
339c2277cf
commit
8a6eea1827
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= webfwlog
|
PORTNAME= webfwlog
|
||||||
PORTVERSION= 1.1.1
|
PORTVERSION= 1.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \
|
||||||
http://devel.webfwlog.net/download/v1.1.x/
|
http://devel.webfwlog.net/download/v1.1.x/
|
||||||
@ -10,17 +11,20 @@ WWW= http://www.webfwlog.net/
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
DEPRECATED= Depends on EOL MySQL 5.7
|
|
||||||
EXPIRATION_DATE= 2023-11-28
|
|
||||||
|
|
||||||
USES= cpe php:web
|
USES= cpe php:web
|
||||||
|
USE_PHP= session
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --enable-syslog \
|
CONFIGURE_ARGS+= --enable-syslog \
|
||||||
--sysconfdir=${ETCDIR} \
|
--sysconfdir=${ETCDIR} \
|
||||||
--disable-dependency-tracking
|
--disable-dependency-tracking
|
||||||
|
|
||||||
USE_PHP= session
|
SUB_FILES= pkg-message
|
||||||
|
SUB_LIST+= VERSION=${PORTVERSION}
|
||||||
|
|
||||||
|
PLIST_SUB+= WWWGRP=${WWWGRP}
|
||||||
|
PORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL \
|
||||||
|
README README.geoip README.pdf ReleaseNotes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
@ -32,7 +36,7 @@ OPTIONS_GROUP= GEOIPV2
|
|||||||
OPTIONS_GROUP_GEOIPV2= LIBMAXMINDDB MAXMINDDB BDB
|
OPTIONS_GROUP_GEOIPV2= LIBMAXMINDDB MAXMINDDB BDB
|
||||||
GEOIPV2_DESC= GEOIPv2 support
|
GEOIPV2_DESC= GEOIPv2 support
|
||||||
|
|
||||||
OPTIONS_DEFAULT= MYSQLIPV6 MYSQL
|
OPTIONS_DEFAULT= PGSQL
|
||||||
|
|
||||||
MYSQL_CONFIGURE_WITH= mysql
|
MYSQL_CONFIGURE_WITH= mysql
|
||||||
MYSQL_USE= php=mysqli
|
MYSQL_USE= php=mysqli
|
||||||
@ -70,14 +74,6 @@ BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR}
|
|||||||
BDB_LDFLAGS= -L${BDB_LIB_DIR}
|
BDB_LDFLAGS= -L${BDB_LIB_DIR}
|
||||||
BDB_USES= bdb
|
BDB_USES= bdb
|
||||||
|
|
||||||
PORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL \
|
|
||||||
README README.geoip README.pdf ReleaseNotes
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
|
||||||
SUB_LIST+= VERSION=${PORTVERSION}
|
|
||||||
|
|
||||||
PLIST_SUB+= WWWGRP=${WWWGRP}
|
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMYSQLIPV6}
|
.if ${PORT_OPTIONS:MMYSQLIPV6}
|
||||||
|
Loading…
Reference in New Issue
Block a user