Index: head/games/netradiant/Makefile =================================================================== --- head/games/netradiant/Makefile (revision 529195) +++ head/games/netradiant/Makefile (revision 529196) @@ -1,76 +1,75 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= netradiant PORTVERSION= 20150621 PORTREVISION= 1 CATEGORIES= games cad MASTER_SITES= http://ingar.intranifty.net/gtkradiant/files/ LOCAL/danfe \ http://ingar.intranifty.net/gtkradiant/files/gamepacks/:gp DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} q3map2.6 EXTRACT_ONLY= ${_DISTFILES:Nq3map2.6} MAINTAINER= danfe@FreeBSD.org COMMENT= Fork of GtkRadiant v1.5 FPS games map editor LICENSE= GPLv2 BROKEN_armv6= fails to build: h2data.armv6: No such file or directory BROKEN_armv7= fails to build: h2data.armv7: No such file or directory LIB_DEPENDS= libpng.so:graphics/png \ libwebp.so:graphics/webp \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext USES= compiler:c++11-lang gl gmake gnome jpeg localbase:ldflags \ pkgconfig tar:xz xorg USE_GL= gl glu USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango pangox-compat -USE_XORG= x11 +USE_XORG= ice sm x11 xmu xt MAKE_ENV= BUILD=release DOWNLOAD_GAMEPACKS=no EXE=${ARCH} \ RADIANT_ABOUTMSG="For ${OPSYS} ${OSREL} (${ARCH})" SUB_FILES= ${PORTNAME} SUB_LIST= ARCH=${ARCH} PLIST_SUB:= ${SUB_LIST} OPTIONS_DEFINE= GAMEPACK OPTIONS_DEFAULT= GAMEPACK GAMEPACK_DESC= Install gamepacks for some popular games OPTIONS_SUB= yes GAMES= DarkPlaces Doom3 ET Neverball Nexuiz OpenArena Osirion Quake1 \ Quake2 Quake2World Quake3 Quake4 Quake Quetoo Tremulous UFOAI \ Unvanquished Warsow Xonotic GAMEPACK_DISTFILES= ${GAMES:S/$/Pack.zip:gp/} post-patch: @${REINPLACE_CMD} -e '/#include/s, Index: head/games/netradiant/pkg-descr =================================================================== --- head/games/netradiant/pkg-descr (revision 529195) +++ head/games/netradiant/pkg-descr (revision 529196) @@ -1,21 +1,21 @@ NetRadiant is a fork of the well-known map editor for Quake 3 based games, GtkRadiant 1.5. The focus is put on stabilizing and bugfixing the included map compiler, q3map2, so it can become a reliable tool for map authors. Fixes include: - Better decompiling by q3map2 (texcoords no longer get lost) - Fixed 3D display in the Windows XP software renderer - Fixed deluxemapping when a surface is lit from both sides - Fixed some buffer overruns - Fixed the "expand selection to whole entities" feature - Fixed the origin of mirrored eclassmodel entities - Key bindings no longer disappear when using an international keyboard layout - Plane snapping fixed (no more fall-through holes in imported model terrain) - Various other map compiler fixes Original, classic GtkRadiant 1.5 is available as `games/gtkradiant' port. -WWW: http://ingar.satgnu.net/gtkradiant/ +WWW: http://ingar.intranifty.net/gtkradiant/