From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 09:03:13 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 461ABF36; Mon, 20 Oct 2014 09:03:13 +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 304F721A; Mon, 20 Oct 2014 09:03:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K93Dvp019560; Mon, 20 Oct 2014 09:03:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K93AIM019546; Mon, 20 Oct 2014 09:03:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410200903.s9K93AIM019546@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 09:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371244 - in head: comms/anyremote comms/lirc devel/distcc devel/gdcm devel/libeio devel/qt5-script dns/knot emulators/jzintv games/palomino games/supertuxkart games/valyriatear 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 09:03:13 -0000 Author: marino Date: Mon Oct 20 09:03:09 2014 New Revision: 371244 URL: https://svnweb.freebsd.org/changeset/ports/371244 QAT: https://qat.redports.org/buildarchive/r371244/ 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/comms/anyremote/Makefile head/comms/lirc/Makefile head/devel/distcc/Makefile head/devel/gdcm/Makefile head/devel/libeio/Makefile head/devel/qt5-script/Makefile head/dns/knot/Makefile head/emulators/jzintv/Makefile head/games/palomino/Makefile head/games/supertuxkart/Makefile head/games/valyriatear/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/comms/anyremote/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -11,7 +11,7 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 -USES= iconv pkgconfig +USES= alias iconv pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/comms/lirc/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -15,7 +15,7 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat INSTALL_TARGET= install-strip -USES= gmake libtool python tar:bzip2 +USES= alias gmake libtool python tar:bzip2 USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf AUTOMAKE_ARGS= -a -c -f USE_XORG= sm x11 Modified: head/devel/distcc/Makefile ============================================================================== --- head/devel/distcc/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/devel/distcc/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USES= gmake tar:bzip2 +USES= alias gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gprof --disable-Werror WANT_GNOME= yes Modified: head/devel/gdcm/Makefile ============================================================================== --- head/devel/gdcm/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/devel/gdcm/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -38,7 +38,7 @@ GDCM_PATCH= 4 VTK5_VERSION= 5.10 VTK6_VERSION= 6.1 -USES= cmake:outsource tar:bzip2 +USES= alias cmake:outsource tar:bzip2 USE_OPENSSL= yes USE_LDCONFIG= ${PREFIX}/lib CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libeio/Makefile ============================================================================== --- head/devel/libeio/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/devel/libeio/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -14,7 +14,7 @@ GH_ACCOUNT= scunningham GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e1a62ab USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -USES= libtool +USES= alias libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/qt5-script/Makefile ============================================================================== --- head/devel/qt5-script/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/devel/qt5-script/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -11,7 +11,7 @@ COMMENT= Qt 4-compatible scripting modul USE_QT5= core buildtools_build QT_DIST= ${PORTNAME} -USES= qmake +USES= alias qmake # Keep make(1) from descending into src/script/obj/ (qmake:outsource # doesn't work). MAKE_ENV= MAKEOBJDIR=. Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/dns/knot/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -16,7 +16,7 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/b flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu -USES= libtool +USES= alias libtool USE_LDCONFIG= yes Modified: head/emulators/jzintv/Makefile ============================================================================== --- head/emulators/jzintv/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/emulators/jzintv/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -16,7 +16,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/jzintv-1.0-beta4 BUILD_WRKSRC= ${WRKSRC}/src -USES= gmake zip +USES= alias gmake zip USE_XORG= x11 xau xdmcp USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/games/palomino/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_ LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg -USES= cmake tar:xz lua:51 +USES= alias cmake lua:51 tar:xz USE_GL= gl MISC_VER= 20091027 Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/games/supertuxkart/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -17,7 +17,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR libogg.so:${PORTSDIR}/audio/libogg \ libcurl.so:${PORTSDIR}/ftp/curl -USES= tar:bzip2 dos2unix cmake gettext gmake openal:al,alut pkgconfig +USES= alias cmake dos2unix gettext gmake openal:al,alut pkgconfig \ + tar:bzip2 USE_GL= gl glu glut USE_SDL= sdl DOS2UNIX_FILES= lib/irrlicht/source/Irrlicht/Makefile Modified: head/games/valyriatear/Makefile ============================================================================== --- head/games/valyriatear/Makefile Mon Oct 20 08:38:21 2014 (r371243) +++ head/games/valyriatear/Makefile Mon Oct 20 09:03:09 2014 (r371244) @@ -23,7 +23,7 @@ GH_ACCOUNT= Bertram25 GH_PROJECT= ValyriaTear GH_COMMIT= a324297 -USES= cmake iconv openal lua:51 +USES= alias cmake iconv lua:51 openal CMAKE_ARGS= -DUSE_PCH_COMPILATION=OFF USE_SDL= sdl image ttf USE_GL= gl