From owner-svn-ports-all@freebsd.org Mon Oct 5 11:50:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C34099AB21; Mon, 5 Oct 2015 11:50:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 436F7D37; Mon, 5 Oct 2015 11:50:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95BoFSe097600; Mon, 5 Oct 2015 11:50:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95BoEq8097596; Mon, 5 Oct 2015 11:50:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201510051150.t95BoEq8097596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 5 Oct 2015 11:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398641 - in head: archivers/hpack.non-usa.only ftp/multiget graphics/zphoto www/quickie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 11:50:15 -0000 Author: marino Date: Mon Oct 5 11:50:13 2015 New Revision: 398641 URL: https://svnweb.freebsd.org/changeset/ports/398641 Log: Add USES=alias to 4 ports (Aids DragonFly support) Modified: head/archivers/hpack.non-usa.only/Makefile head/ftp/multiget/Makefile head/graphics/zphoto/Makefile head/www/quickie/Makefile Modified: head/archivers/hpack.non-usa.only/Makefile ============================================================================== --- head/archivers/hpack.non-usa.only/Makefile Mon Oct 5 11:49:24 2015 (r398640) +++ head/archivers/hpack.non-usa.only/Makefile Mon Oct 5 11:50:13 2015 (r398641) @@ -11,6 +11,7 @@ DISTNAME= hpack79src MAINTAINER= ports@FreeBSD.org COMMENT= Multi-System Archiver with open keys PGP-based security +USES= alias USE_CSTD= gnu89 NO_WRKSUBDIR= yes MAKEFILE= makefile Modified: head/ftp/multiget/Makefile ============================================================================== --- head/ftp/multiget/Makefile Mon Oct 5 11:49:24 2015 (r398640) +++ head/ftp/multiget/Makefile Mon Oct 5 11:50:13 2015 (r398641) @@ -12,7 +12,7 @@ COMMENT= HTTP/FTP downloader with a nice WRKSRC_SUBDIR= src -USES= dos2unix +USES= alias dos2unix USE_WX= 2.8 WX_UNICODE= yes MAKEFILE= makefile Modified: head/graphics/zphoto/Makefile ============================================================================== --- head/graphics/zphoto/Makefile Mon Oct 5 11:49:24 2015 (r398640) +++ head/graphics/zphoto/Makefile Mon Oct 5 11:50:13 2015 (r398641) @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-avifile CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= perl5 gmake +USES= alias gmake perl5 USE_PERL5= build post-patch: Modified: head/www/quickie/Makefile ============================================================================== --- head/www/quickie/Makefile Mon Oct 5 11:49:24 2015 (r398640) +++ head/www/quickie/Makefile Mon Oct 5 11:50:13 2015 (r398641) @@ -15,7 +15,7 @@ COMMENT= Small footprint, fast Wiki engi LICENSE= GPLv2 # (or later) -USES= perl5 +USES= alias perl5 USE_PERL5= build patch GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \