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
John Marino
marino at FreeBSD.org
Mon Oct 20 09:03:13 UTC 2014
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
More information about the svn-ports-head
mailing list