svn commit: r371982 - in head/ftp: vsftpd vsftpd-ext
John Marino
marino at FreeBSD.org
Sat Nov 1 00:35:12 UTC 2014
Author: marino
Date: Sat Nov 1 00:35:10 2014
New Revision: 371982
URL: https://svnweb.freebsd.org/changeset/ports/371982
QAT: https://qat.redports.org/buildarchive/r371982/
Log:
ftp/vsftpd(-ext): USES=alias to fix build on DragonFly
Modified:
head/ftp/vsftpd-ext/Makefile
head/ftp/vsftpd/Makefile
Modified: head/ftp/vsftpd-ext/Makefile
==============================================================================
--- head/ftp/vsftpd-ext/Makefile Sat Nov 1 00:09:15 2014 (r371981)
+++ head/ftp/vsftpd-ext/Makefile Sat Nov 1 00:35:10 2014 (r371982)
@@ -18,7 +18,7 @@ LICENSE= GPLv2
UPSTREAMVERSION=3.0.2
EXTVERSION= 1
-USES+= gmake
+USES= alias gmake
WRKSRC= ${WRKDIR}/vsFTPd-${UPSTREAMVERSION}-ext.${EXTVERSION}
ALL_TARGET= vsftpd
Modified: head/ftp/vsftpd/Makefile
==============================================================================
--- head/ftp/vsftpd/Makefile Sat Nov 1 00:09:15 2014 (r371981)
+++ head/ftp/vsftpd/Makefile Sat Nov 1 00:35:10 2014 (r371982)
@@ -16,6 +16,7 @@ LICENSE= GPLv2
#USERS= ftp
#GROUPS= ftp
+USES= alias
ALL_TARGET= vsftpd
USE_RC_SUBR= vsftpd
DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \
More information about the svn-ports-all
mailing list