svn commit: r398641 - in head: archivers/hpack.non-usa.only ftp/multiget graphics/zphoto www/quickie

John Marino marino at FreeBSD.org
Mon Oct 5 11:50:15 UTC 2015


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 at 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 \


More information about the svn-ports-all mailing list