From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 08:12:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48FEADBE; Mon, 20 Oct 2014 08:12:24 +0000 (UTC) Received: from svn.freebsd.org (svn.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 2ABBDCCC; Mon, 20 Oct 2014 08:12:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K8COVJ094020; Mon, 20 Oct 2014 08:12:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K8CKo0094001; Mon, 20 Oct 2014 08:12:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410200812.s9K8CKo0094001@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 20 Oct 2014 08:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371241 - in head: accessibility/speech-dispatcher archivers/arc archivers/arj archivers/rpm4 audio/alsa-lib audio/alsa-plugins audio/alsa-utils audio/esound audio/p5-Net-FreeDB audio/p... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 08:12:24 -0000 Author: marino Date: Mon Oct 20 08:12:20 2014 New Revision: 371241 URL: https://svnweb.freebsd.org/changeset/ports/371241 QAT: https://qat.redports.org/buildarchive/r371241/ Log: Add USES=alias to several ports Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Modified: head/accessibility/speech-dispatcher/Makefile head/archivers/arc/Makefile head/archivers/arj/Makefile head/archivers/rpm4/Makefile head/audio/alsa-lib/Makefile head/audio/alsa-plugins/Makefile head/audio/alsa-utils/Makefile head/audio/esound/Makefile head/audio/p5-Net-FreeDB/Makefile head/audio/pianobar/Makefile head/audio/timidity/Makefile head/multimedia/gavl/Makefile head/multimedia/libmpeg3/Makefile Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/accessibility/speech-dispatcher/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -18,7 +18,7 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/d # gnomehier is required because of share/sounds directory. USE_GNOME= glib20 gnomehier intltool -USES= gettext gmake pathfix pkgconfig libtool +USES= alias gettext gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/archivers/arc/Makefile ============================================================================== --- head/archivers/arc/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/archivers/arc/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -15,6 +15,7 @@ CONFLICTS= php5-arcanist-* OPTIONS_DEFINE= DOCS +USES= alias PLIST_FILES= bin/arc bin/marc man/man1/arc.1.gz PORTDOCS= Arc521.doc Modified: head/archivers/arj/Makefile ============================================================================== --- head/archivers/arj/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/archivers/arj/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -14,7 +14,7 @@ LICENSE= GPLv2 PORTSCOUT= skipv:3.10g -USES= gmake +USES= alias gmake USE_AUTOTOOLS= autoconf CONFIGURE_WRKSRC= ${WRKSRC}/gnu MAKEFILE= GNUmakefile Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/archivers/rpm4/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -27,7 +27,8 @@ NLS_USES= gettext NLS_LIBS= -lintl PORTDOCS= * -USES= gmake libtool lua:51 pathfix shebangfix tar:bzip2 pkgconfig +USES= alias gmake libtool lua:51 pathfix pkgconfig shebangfix \ + tar:bzip2 USE_BDB= 46+ INVALID_BDB_VER=51 GNU_CONFIGURE= yes Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/alsa-lib/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -12,7 +12,7 @@ COMMENT= ALSA compatibility library LICENSE= LGPL21 # or any later version -USES= tar:bzip2 libtool:keepla +USES= alias libtool:keepla tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig" Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/alsa-plugins/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -15,7 +15,7 @@ LICENSE= LGPL21 # or any later version LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib GNU_CONFIGURE= yes -USES= tar:bzip2 pkgconfig libtool:keepla +USES= alias libtool:keepla pkgconfig tar:bzip2 EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins.patch INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/alsa-utils/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -15,7 +15,7 @@ LICENSE= GPLv2 # or any later version LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins -USES= gmake tar:bzip2 shebangfix +USES= alias gmake shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev" SHEBANG_FILES= alsaconf/alsaconf.in Modified: head/audio/esound/Makefile ============================================================================== --- head/audio/esound/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/esound/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -14,7 +14,7 @@ COMMENT= Sound library for enlightenment LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile -USES= libtool:keepla pathfix pkgconfig:both tar:bzip2 +USES= alias libtool:keepla pathfix pkgconfig:both tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= JW=false Modified: head/audio/p5-Net-FreeDB/Makefile ============================================================================== --- head/audio/p5-Net-FreeDB/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/p5-Net-FreeDB/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-CDDB-File>=0:${PORTSDIR}/audio/p5-CDDB-File RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= alias perl5 USE_PERL5= configure .include Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/pianobar/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -22,7 +22,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/ PLIST_FILES= bin/pianobar \ man/man1/pianobar.1.gz -USES= tar:bzip2 gmake pkgconfig +USES= alias gmake pkgconfig tar:bzip2 MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -std=c99 Modified: head/audio/timidity/Makefile ============================================================================== --- head/audio/timidity/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/audio/timidity/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -13,6 +13,7 @@ COMMENT= MIDI to PCM software synthesize CONFLICTS= timidity++-2.* +USES= alias TIINS= goemon.tgz INSTALL_TARGET= install.all Modified: head/multimedia/gavl/Makefile ============================================================================== --- head/multimedia/gavl/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/multimedia/gavl/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -13,7 +13,7 @@ COMMENT= Library for handling uncompress LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig libtool +USES= alias libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/multimedia/libmpeg3/Makefile ============================================================================== --- head/multimedia/libmpeg3/Makefile Mon Oct 20 07:41:43 2014 (r371240) +++ head/multimedia/libmpeg3/Makefile Mon Oct 20 08:12:20 2014 (r371241) @@ -17,7 +17,7 @@ OPTIONS_DEFINE_i386= MMX WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake tar:bzip2 +USES= alias gmake tar:bzip2 MAKE_ARGS= CC="${CC}" USE_CSS=0 OBJDIR="obj" \ CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LIBS}"