Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 00:35:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371982 - in head/ftp: vsftpd vsftpd-ext
Message-ID:  <201411010035.sA10ZBET065685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411010035.sA10ZBET065685>