aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 03:31:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 03:51:04 +0000
commitd2f830122d9fa3d8dbea03f7e9404c2e39434e56 (patch)
treef903dab4d751d370cfa234d47d1de80b7a999c00
parentaa7a64ae1bd61ed2bdc97df1d662f104bcb31ce5 (diff)
downloadports-d2f830122d9fa3d8dbea03f7e9404c2e39434e56.tar.gz
ports-d2f830122d9fa3d8dbea03f7e9404c2e39434e56.zip
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)
-rw-r--r--ftp/smbftpd/Makefile19
1 files 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: