git: 5ff73616b7ce - main - games/ldmud: Remove non default option MYSQL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 04:26:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff73616b7cebbbdedf2079ae36051df4e0481c6
commit 5ff73616b7cebbbdedf2079ae36051df4e0481c6
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 03:51:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 03:51:44 +0000
games/ldmud: Remove non default option MYSQL
- When enabled with MYSQL option this port is BROKEN on all available
versions of mysql in the tree.
---
games/ldmud/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile
index d6615796d964..13430dea30da 100644
--- a/games/ldmud/Makefile
+++ b/games/ldmud/Makefile
@@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USERS= mud
GROUPS= mud
-OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 DOCS
+OPTIONS_DEFINE= PGSQL SQLITE IPV6 DOCS
OPTIONS_DEFAULT=PGSQL SQLITE LPMUD
OPTIONS_SINGLE= MUDLIB
OPTIONS_SINGLE_MUDLIB= LPMUD DEMOLIB
@@ -42,10 +42,6 @@ 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="105m 106m 1011m 80 81"
PGSQL_USES= pgsql
PGSQL_CONFIGURE_ENABLE= use-pgsql
SQLITE_USES= sqlite