git: 19338aaab4d1 - main - lang/urweb: Remove non default option MYSQL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 04:26:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=19338aaab4d13bca88954a2f232972b561696c7a commit 19338aaab4d13bca88954a2f232972b561696c7a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-31 03:54:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 03:54:27 +0000 lang/urweb: Remove non default option MYSQL - When enabled with MYSQL option this port is BROKEN on all available versions of mysql in the tree. Approved by: portmgr (blanket) --- lang/urweb/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index 09fdba999199..5226d4a37619 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -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 @@ -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