Skip to content

Commit

Permalink
lang/urweb: 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.

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent 5ff7361 commit 19338aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lang/urweb/Makefile
Expand Up @@ -26,7 +26,7 @@ CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include"

CFLAGS+= -pthread

OPTIONS_DEFINE= ELISP MYSQL PGSQL SQLITE
OPTIONS_DEFINE= ELISP PGSQL SQLITE
OPTIONS_DEFAULT= ELISP PGSQL
OPTIONS_EXCLUDE= DOCS NLS
OPTIONS_SUB= yes
Expand All @@ -35,9 +35,6 @@ ELISP_DESC= Install contributed Emacs Lisp

ELISP_CONFIGURE_ON= with_emacs=yes
ELISP_CONFIGURE_OFF= with_emacs=no
MYSQL_USES= mysql
MYSQL_CONFIGURE_ENV_OFF= MSHEADER="no"
MYSQL_VARS= IGNORE_WITH_MYSQL="105m 106m 1011m 80 81"
PGSQL_USES= pgsql
PGSQL_CONFIGURE_ENV_OFF= PGHEADER="no"
PGSQL_VARS= WANT_PGSQL=server
Expand Down

0 comments on commit 19338aa

Please sign in to comment.