[Midnightbsd-cvs] mports [24844] trunk/comms/atslog/Makefile: remove mysql option as module is no longer availble

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Feb 1 21:45:46 EST 2019


Revision: 24844
          http://svnweb.midnightbsd.org/mports/?rev=24844
Author:   laffer1
Date:     2019-02-01 21:45:40 -0500 (Fri, 01 Feb 2019)
Log Message:
-----------
remove mysql option as module is no longer availble

Modified Paths:
--------------
    trunk/comms/atslog/Makefile

Modified: trunk/comms/atslog/Makefile
===================================================================
--- trunk/comms/atslog/Makefile	2019-02-02 02:42:50 UTC (rev 24843)
+++ trunk/comms/atslog/Makefile	2019-02-02 02:45:40 UTC (rev 24844)
@@ -2,7 +2,7 @@
 
 PORTNAME=	atslog
 PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	comms
 MASTER_SITES=	BERLIOS
 
@@ -12,9 +12,7 @@
 LICENSE=	gpl2
 
 OPTIONS_DEFINE=	LIBWRAP WWW WWWGD DOCS
-OPTIONS_DEFAULT=	LIBWRAP MYSQL WWW WWWGF
-OPTIONS_MULTI=	DB
-OPTIONS_MULTI_DB=	PGSQL MYSQL
+OPTIONS_DEFAULT=	LIBWRAP WWW WWWGF
 LIBWRAP_DESC=	Enable TCP wrapper support
 WWW_DESC=	Install web interface
 WWWGD_DESC=	Graphic reports
@@ -36,27 +34,14 @@
 .if ${PORT_OPTIONS:MWWWGD}
 USE_PHP+=	gd
 .endif
-.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+=	mysql
-.endif
-.if ${PORT_OPTIONS:MPGSQL}
 USE_PHP+=	pgsql
-.endif
 .else
 PLIST_SUB+=	WWW="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL=	yes
-BUILD_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
-RUN_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
-.endif
-
-.if ${PORT_OPTIONS:MPGSQL}
 USE_PGSQL=	yes
 BUILD_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 RUN_DEPENDS+=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
-.endif
 
 .if ! ${PORT_OPTIONS:MLIBWRAP}
 CONFIGURE_ARGS+=--disable-libwrap



More information about the Midnightbsd-cvs mailing list