Index: head/games/Makefile =================================================================== --- head/games/Makefile +++ head/games/Makefile @@ -437,8 +437,6 @@ SUBDIR += instead SUBDIR += interlogic SUBDIR += ioquake3 - SUBDIR += ioquake3-devel - SUBDIR += ioquake3-devel-server SUBDIR += ioquake3-server SUBDIR += iortcw SUBDIR += iourbanterror Index: head/games/ioquake3-devel-server/Makefile =================================================================== --- head/games/ioquake3-devel-server/Makefile +++ head/games/ioquake3-devel-server/Makefile @@ -1,16 +0,0 @@ -# Created by: Dominic Fandrey -# $FreeBSD$ - -PORTNAME= ioquake3-devel -PKGNAMESUFFIX= -server - -MAINTAINER= kami@FreeBSD.org -COMMENT= Ioquake3 development snapshot dedicated server - -LICENSE= GPLv2 - -MASTERDIR= ${.CURDIR}/../${PORTNAME} - -IOQ3= SERVER GAMELIBS - -.include "${MASTERDIR}/Makefile" Index: head/games/ioquake3-devel/Makefile =================================================================== --- head/games/ioquake3-devel/Makefile +++ head/games/ioquake3-devel/Makefile @@ -1,38 +0,0 @@ -# Created by: Dominic Fandrey -# $FreeBSD$ - -PORTNAME?= ioquake3-devel -DISTVERSION?= GIT${GITREVISION} -PORTREVISION?= 0 -MASTER_SITES?= - -MAINTAINER?= kami@FreeBSD.org -COMMENT?= Development GIT snapshots of ioquake3 - -LICENSE?= GPLv2 - -MASTERDIR= ${.CURDIR}/../ioquake3 -DESCR?= ${.CURDIR}/../${PORTNAME}/pkg-descr -DISTINFO_FILE?= ${.CURDIR}/../${PORTNAME}/distinfo -PATCHDIR?= ${.CURDIR}/../${PORTNAME}/files -PKGMESSAGE?= ${.CURDIR}/../${PORTNAME}/pkg-message - -GITREVISION?= 2904 -BINSUFFIX?= -devel - -IOQ3?= CLIENT TOOLS DLRENDERER GAMELIBS OPUS OPENGL2 -IOQ3ARCH?= ${ARCH:S/i386/x86/:S/amd64/x86_64/} -IOQ3SDL?= sdl2 - -USE_GITHUB= yes -GH_ACCOUNT= lonkamikaze -GH_PROJECT= ioq3-freebsd -GH_TAGNAME= ${GITREVISION} - -Q3DOCS?= README.md \ - id-readme.txt \ - md4-readme.txt \ - opengl2-readme.md \ - voip-readme.txt - -.include "${MASTERDIR}/Makefile" Index: head/games/ioquake3-devel/distinfo =================================================================== --- head/games/ioquake3-devel/distinfo +++ head/games/ioquake3-devel/distinfo @@ -1,3 +0,0 @@ -TIMESTAMP = 1480690112 -SHA256 (lonkamikaze-ioq3-freebsd-GIT2904-2904_GH0.tar.gz) = 690e58065f22f01d20a87559b2550c1ab65734a7165d9b38187c2525b8c4f7b0 -SIZE (lonkamikaze-ioq3-freebsd-GIT2904-2904_GH0.tar.gz) = 11566763 Index: head/games/ioquake3-devel/pkg-descr =================================================================== --- head/games/ioquake3-devel/pkg-descr +++ head/games/ioquake3-devel/pkg-descr @@ -1,8 +0,0 @@ -This port builds development snapshots of icculus.org/quake3. The project is -known to seldomly produce releases. Due to the conservative development goals -of the project, development snapshots are generally considered reliable. - -This port is based of a repository with FreeBSD specific changes: -https://github.com/lonkamikaze/ioq3-freebsd/tree/freebsd - -WWW: http://ioquake3.org/ Index: head/games/ioquake3-devel/pkg-message =================================================================== --- head/games/ioquake3-devel/pkg-message +++ head/games/ioquake3-devel/pkg-message @@ -1,9 +0,0 @@ -The default renderer has switched to OpenGL2. Should you encounter -a performance drop with this update, you can return to the old -OpenGL1 rendere by executing: - - ioquake3-devel +seta cl_renderer opengl1 - -If you have chosen to build without the DLRENDERER option OpenGL1 -is used by default, OpenGL2 can be used by executing the -`iqouake3_opengl2-devel` binary.