Date: Mon, 5 Oct 2015 11:50:14 +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: r398641 - in head: archivers/hpack.non-usa.only ftp/multiget graphics/zphoto www/quickie Message-ID: <201510051150.t95BoEq8097596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051150.t95BoEq8097596>