Skip to content

Commit

Permalink
games/ldmud: Remove non default option MYSQL
Browse files Browse the repository at this point in the history
- When enabled with MYSQL option this port is BROKEN on all available
  versions of mysql in the tree.
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent d2f8301 commit 5ff7361
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions games/ldmud/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5ff7361

Please sign in to comment.