Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 18:17:04 +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: r397334 - in head: audio/vsound devel/asl games/edge games/jfsw graphics/synaesthesia multimedia/lxdvdrip multimedia/naludump net/latd net/ndpi sysutils/zbackup
Message-ID:  <201509191817.t8JIH4Ps027693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 19 18:17:03 2015
New Revision: 397334
URL: https://svnweb.freebsd.org/changeset/ports/397334

Log:
  Add USES=alias to 10 ports (Aids DragonFly support)

Modified:
  head/audio/vsound/Makefile
  head/devel/asl/Makefile
  head/games/edge/Makefile
  head/games/jfsw/Makefile
  head/graphics/synaesthesia/Makefile
  head/multimedia/lxdvdrip/Makefile
  head/multimedia/naludump/Makefile
  head/net/latd/Makefile
  head/net/ndpi/Makefile
  head/sysutils/zbackup/Makefile

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/audio/vsound/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -13,7 +13,7 @@ COMMENT=	Utility for capturing audio str
 BUILD_DEPENDS=	sox:${PORTSDIR}/audio/sox
 RUN_DEPENDS=	sox:${PORTSDIR}/audio/sox
 
-USES=		libtool
+USES=		alias libtool
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS

Modified: head/devel/asl/Makefile
==============================================================================
--- head/devel/asl/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/devel/asl/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -12,6 +12,7 @@ COMMENT=	Assembler for a variety of micr
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+USES=		alias
 MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
 post-extract:

Modified: head/games/edge/Makefile
==============================================================================
--- head/games/edge/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/games/edge/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -20,7 +20,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libpng.so:${PORTSDIR}/graphics/png
 
-USES=		gmake jpeg tar:bzip2
+USES=		alias gmake jpeg tar:bzip2
 USE_GL=		glew
 USE_SDL=	sdl
 MAKEFILE=	Makefile.linux

Modified: head/games/jfsw/Makefile
==============================================================================
--- head/games/jfsw/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/games/jfsw/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -34,7 +34,7 @@ USE_GL=		gl
 USE_GNOME=	gtk20
 USE_SDL=	mixer sdl
 
-USES=	dos2unix gmake pkgconfig:build
+USES=		alias dos2unix gmake pkgconfig:build
 DOS2UNIX_REGEX=	.*(\.(c|h)|Makefile)(\.deps)?
 
 NO_CDROM=	Must be distributed only through the Internet and free of charge

Modified: head/graphics/synaesthesia/Makefile
==============================================================================
--- head/graphics/synaesthesia/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/graphics/synaesthesia/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -12,7 +12,7 @@ COMMENT=	Real-time graphical music repre
 
 LICENSE=	GPLv2
 
-USES=		gmake
+USES=		alias gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE}
 USE_SDL=	sdl

Modified: head/multimedia/lxdvdrip/Makefile
==============================================================================
--- head/multimedia/lxdvdrip/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/multimedia/lxdvdrip/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -23,6 +23,7 @@ RUN_DEPENDS=	buffer:${PORTSDIR}/misc/buf
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
+USES=		alias
 WRKSRC=		${WRKDIR}/${PORTNAME}
 VAMPSRC=	vamps.c requant.c
 LXDVDRIPSRC=	cputest.c \

Modified: head/multimedia/naludump/Makefile
==============================================================================
--- head/multimedia/naludump/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/multimedia/naludump/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -11,7 +11,7 @@ COMMENT=	Delete NALU fill data from h.26
 
 LICENSE=	GPLv2
 
-USES=		gmake iconv:wchar_t tar:tgz
+USES=		alias gmake iconv:wchar_t tar:tgz
 PATCH_STRIP=	-p1
 CFLAGS+=	"-I${LOCALBASE}/include"
 CFLAGS+=	"-L${LOCALBASE}/lib"

Modified: head/net/latd/Makefile
==============================================================================
--- head/net/latd/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/net/latd/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -11,6 +11,7 @@ COMMENT=	Linux-DECnet project LAT protoc
 
 LICENSE=	GPLv2
 
+USES=		alias
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/llogin etc/latd.conf.sample \

Modified: head/net/ndpi/Makefile
==============================================================================
--- head/net/ndpi/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/net/ndpi/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -21,7 +21,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 LIBS+=		-ljson-c
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=	 	autoreconf libtool pathfix pkgconfig compiler:c++11-lang
+USES=	 	alias autoreconf libtool pathfix pkgconfig compiler:c++11-lang
 WRKSRC=		${WRKDIR}/nDPI-${PORTVERSION}
 INSTALL_TARGET=	install-strip
 

Modified: head/sysutils/zbackup/Makefile
==============================================================================
--- head/sysutils/zbackup/Makefile	Sat Sep 19 17:43:04 2015	(r397333)
+++ head/sysutils/zbackup/Makefile	Sat Sep 19 18:17:03 2015	(r397334)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/devel/protobuf \
 		liblzo2.so:${PORTSDIR}/archivers/lzo2
 
-USES=		cmake
+USES=		alias cmake
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 



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