Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 00:57:19 +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: r428814 - in head/audio: rioutil rosegarden s3mod zinf
Message-ID:  <201612180057.uBI0vJJ3076346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Dec 18 00:57:19 2016
New Revision: 428814
URL: https://svnweb.freebsd.org/changeset/ports/428814

Log:
  Four audio ports: USES+= alias (for DF)

Modified:
  head/audio/rioutil/Makefile
  head/audio/rosegarden/Makefile
  head/audio/s3mod/Makefile
  head/audio/zinf/Makefile

Modified: head/audio/rioutil/Makefile
==============================================================================
--- head/audio/rioutil/Makefile	Sun Dec 18 00:50:06 2016	(r428813)
+++ head/audio/rioutil/Makefile	Sun Dec 18 00:57:19 2016	(r428814)
@@ -13,7 +13,7 @@ COMMENT=	Program to interface with the R
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf gmake libtool
+USES=		alias autoreconf gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile	Sun Dec 18 00:50:06 2016	(r428813)
+++ head/audio/rosegarden/Makefile	Sun Dec 18 00:57:19 2016	(r428814)
@@ -23,8 +23,8 @@ RUN_DEPENDS=	dssi_osc_update:audio/dssi 
 		xdg-open:devel/xdg-utils \
 		lilypond:print/lilypond
 
-USES=		cmake:outsource desktop-file-utils pkgconfig shared-mime-info \
-		tar:bzip2
+USES=		alias cmake:outsource desktop-file-utils pkgconfig \
+		shared-mime-info tar:bzip2
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/audio/s3mod/Makefile
==============================================================================
--- head/audio/s3mod/Makefile	Sun Dec 18 00:50:06 2016	(r428813)
+++ head/audio/s3mod/Makefile	Sun Dec 18 00:57:19 2016	(r428814)
@@ -11,6 +11,7 @@ MASTER_SITES=	SUNSITE/apps/sound/players
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	MOD/S3M player
 
+USES=		alias
 ALL_TARGET=	freebsd
 PLIST_FILES=	bin/s3mod
 

Modified: head/audio/zinf/Makefile
==============================================================================
--- head/audio/zinf/Makefile	Sun Dec 18 00:50:06 2016	(r428813)
+++ head/audio/zinf/Makefile	Sun Dec 18 00:57:19 2016	(r428814)
@@ -13,7 +13,7 @@ COMMENT=	GTK-based MP3 player
 LIB_DEPENDS=	libid3.so:audio/id3lib \
 		libgdbm.so:databases/gdbm
 
-USES=		gettext gmake libtool ncurses pathfix perl5 pkgconfig
+USES=		alias gettext gmake libtool ncurses pathfix perl5 pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ipv6 \



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