Date: Sun, 29 Oct 2023 22:57:35 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 80d7848151a4 - main - games/ldmud: Update OPTIONS_DEFAULT Message-ID: <202310292257.39TMvZ1o029660@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=80d7848151a426b4acc47443eab1be0d4e80d8b7 commit 80d7848151a426b4acc47443eab1be0d4e80d8b7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 18:48:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:37 +0000 games/ldmud: Update OPTIONS_DEFAULT - As MySQL57 is going to be EOL so switch off MYSQL option as DEFAULT and unbreak - Pet portclippy --- games/ldmud/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index 75866eb150aa..c7260a2fee67 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -1,6 +1,6 @@ PORTNAME= ldmud PORTVERSION= 3.3.720 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= games net MASTER_SITES= http://www.bearnip.com/ftp/mud/ \ @@ -34,16 +34,18 @@ USERS= mud GROUPS= mud OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 DOCS -OPTIONS_DEFAULT=MYSQL PGSQL SQLITE LPMUD +OPTIONS_DEFAULT=PGSQL SQLITE LPMUD OPTIONS_SINGLE= MUDLIB OPTIONS_SINGLE_MUDLIB= LPMUD DEMOLIB OPTIONS_SUB= yes + LPMUD_DESC= Install default mudlib (LP-245) + IPV6_CONFIGURE_ENABLE= use-ipv6 MYSQL_USES= mysql MYSQL_CONFIGURE_ENABLE= use-mysql MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql -MYSQL_VARS= IGNORE_WITH_MYSQL=80 +MYSQL_VARS= IGNORE_WITH_MYSQL=80 PGSQL_USES= pgsql PGSQL_CONFIGURE_ENABLE= use-pgsql SQLITE_USES= sqlite
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMvZ1o029660>