git: d2f830122d9f - main - ftp/smbftpd: Remove non default option MYSQL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 04:26:38 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f830122d9fa3d8dbea03f7e9404c2e39434e56
commit d2f830122d9fa3d8dbea03f7e9404c2e39434e56
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 03:31:39 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 03:51:04 +0000
ftp/smbftpd: Remove non default option MYSQL
- When enabled with MYSQL option this port is BROKEN on all available
versions of mysql in the tree.
- Pet portclippy
Approved by: portmgr (blanket)
---
ftp/smbftpd/Makefile | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile
index 9720edd46d0a..d83ebecc6a2c 100644
--- a/ftp/smbftpd/Makefile
+++ b/ftp/smbftpd/Makefile
@@ -9,23 +9,22 @@ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
COMMENT= FTP daemon using Samba-like share management mechanism
WWW= https://www.twbsd.org/enu/smbftpd/index.php
-OPTIONS_DEFINE= MYSQL PGSQL SSL ICONV
-ICONV_DESC= Enable codepage to unicode conversion for UTF-8 FTP
+USES= cpe perl5
+USE_RC_SUBR= ${PORTNAME}
HAS_CONFIGURE= yes
-MAKE_ENV+= OSTYPE=FreeBSD
CONFIGURE_ARGS+= "--prefix=${PREFIX}"
-USES= cpe perl5
-USE_RC_SUBR= ${PORTNAME}
+MAKE_ENV+= OSTYPE=FreeBSD
+
+OPTIONS_DEFINE= PGSQL SSL ICONV
+
+ICONV_DESC= Enable codepage to unicode conversion for UTF-8 FTP
-MYSQL_USES= mysql
-MYSQL_CONFIGURE_WITH= mysql
-MYSQL_VARS= IGNORE_WITH_MYSQL="105m 106m 1011m 80 81"
-PGSQL_USES= pgsql
-PGSQL_CONFIGURE_WITH= pgsql
ICONV_USES= iconv
ICONV_CONFIGURE_WITH= iconv
+PGSQL_USES= pgsql
+PGSQL_CONFIGURE_WITH= pgsql
SSL_CONFIGURE_WITH= ssl
post-extract: