From owner-svn-ports-head@freebsd.org Mon May 9 13:43:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5D84B33D00; Mon, 9 May 2016 13:43:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A64E91696; Mon, 9 May 2016 13:43:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49DhE1O086435; Mon, 9 May 2016 13:43:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49DhEoJ086426; Mon, 9 May 2016 13:43:14 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201605091343.u49DhEoJ086426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 9 May 2016 13:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414848 - in head/games/quakeforge: . files 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.22 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, 09 May 2016 13:43:15 -0000 Author: mat Date: Mon May 9 13:43:13 2016 New Revision: 414848 URL: https://svnweb.freebsd.org/changeset/ports/414848 Log: Update to 0.7.2 PR: 209296 Submitted by: tkato432 yahoo com Sponsored by: Absolight Added: head/games/quakeforge/files/patch-libs_audio_targets_snd__oss.c (contents, props changed) - copied, changed from r414847, head/games/quakeforge/files/patch-libs-audio-targets-snd_oss.c head/games/quakeforge/files/patch-libs_models_gl__skin.c (contents, props changed) head/games/quakeforge/files/patch-qw_source_cl__http.c (contents, props changed) head/games/quakeforge/files/patch-tools_qfcc_source_diagnostic.c (contents, props changed) head/games/quakeforge/files/patch-tools_qfcc_source_statements.c (contents, props changed) head/games/quakeforge/files/patch-tools_qfcc_source_switch.c (contents, props changed) Deleted: head/games/quakeforge/files/patch-configure head/games/quakeforge/files/patch-include-netmain.h head/games/quakeforge/files/patch-include__QF__console.h head/games/quakeforge/files/patch-include__QF__sound.h head/games/quakeforge/files/patch-include__context_x11.h head/games/quakeforge/files/patch-libs-audio-targets-snd_oss.c head/games/quakeforge/files/patch-libs__console__server.c head/games/quakeforge/files/patch-libs__gib__gib_classes.c head/games/quakeforge/files/patch-libs__gib__gib_function.c head/games/quakeforge/files/patch-libs__gib__gib_thread.c head/games/quakeforge/files/patch-nq__source__sys_sdl.c head/games/quakeforge/files/patch-nq__source__sys_unix.c head/games/quakeforge/files/patch-qw__source__cl_chat.c head/games/quakeforge/files/patch-qw__source__cl_sys_sdl.c head/games/quakeforge/files/patch-qw__source__cl_sys_unix.c head/games/quakeforge/files/patch-tools__qfcc__include__method.h Modified: head/games/quakeforge/Makefile (contents, props changed) head/games/quakeforge/distinfo (contents, props changed) head/games/quakeforge/pkg-plist (contents, props changed) Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Mon May 9 13:43:08 2016 (r414847) +++ head/games/quakeforge/Makefile Mon May 9 13:43:13 2016 (r414848) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= quakeforge -PORTVERSION= 0.5.5 -PORTREVISION= 16 +PORTVERSION= 0.7.2 CATEGORIES= games -MASTER_SITES= SF/quake/quake/${PORTVERSION}:sf -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf +MASTER_SITES= SF/quake/quake/${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -18,108 +17,106 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png +USE_CSTD= gnu89 GNU_CONFIGURE= yes +CONFIGURE_ENV= Z_CFLAGS=" " Z_LIBS="-lz" +CONFIGURE_ARGS= --disable-alsa \ + --disable-debug \ + --disable-optimize \ + --disable-static \ + --enable-xdg \ + --with-cpp="${CPP} %d %i %o" \ + --with-global-cfg=${PREFIX}/etc/quakeforge.conf \ + --with-ipv6 \ + --with-sharepath=${Q1DIR} INSTALL_TARGET= install-strip -USES= bison compiler:nestedfct gmake libtool tar:bzip2 +USES= bison compiler:c11 gmake libtool localbase tar:bzip2 USE_LDCONFIG= yes -CONFIGURE_ARGS+=--with-global-cfg=${PREFIX}/etc/quakeforge.conf \ - --with-sharepath=${DATADIR} \ - --disable-debug \ - --disable-optimize - -OPTIONS_DEFINE= CLIENTS OPTIMIZED_CFLAGS SDL SERVERS SKYBOXES VORBIS \ - XMMS DOCS +SUB_FILES= pkg-message -OPTIONS_DEFAULT= CLIENTS SERVERS DOCS +OPTIONS_DEFINE= CLIENTS DOCS FLAC JACK OPTIMIZED_CFLAGS SDL SERVERS \ + SKYBOXES VORBIS XMMS XXF86DGA XXF86VM +OPTIONS_DEFAULT= CLIENTS SERVERS +OPTIONS_SUB= yes CLIENTS_DESC= Clients -SDL_DESC= SDL client +CLIENTS_BUILD_DEPENDS= icotool:graphics/icoutils +CLIENTS_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ + libcurl.so:ftp/curl +CLIENTS_USES= pkgconfig +CLIENTS_USE= gl=glu xorg=xext +CLIENTS_CONFIGURE_OFF= --with-clients="" +CLIENTS_VERS= INSTALLS_ICONS=yes +FLAC_LIB_DEPENDS= libFLAC.so:audio/flac +FLAC_CONFIGURE_ON= --with-libFLAC=${LOCALBASE} +FLAC_CONFIGURE_OFF= --disable-flac +FLAC_IMPLIES= CLIENTS +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_CONFIGURE_OFF= --disable-jack +JACK_IMPLIES= CLIENTS +OPTIMIZED_CFLAGS_CFLAGS=\ + -O3 -funroll-loops -fomit-frame-pointer -fno-common \ + -fexpensive-optimizations -fstrict-aliasing -ffast-math +SDL_USE= sdl=sdl +SDL_CONFIGURE_ON= --with-sdl-prefix=${LOCALBASE} +SDL_CONFIGURE_OFF= --disable-sdl +SDL_IMPLIES= CLIENTS SERVERS_DESC= Dedicated servers +SERVERS_USES= ncurses +SERVERS_CONFIGURE_OFF= --with-servers="" SKYBOXES_DESC= Install skyboxes pak -VORBIS_DESC= Ogg Vorbis support in clients -XMMS_DESC= XMMS support in clients - -SUB_FILES= pkg-message - -DATADIR= ${Q1DIR} - -.include "${.CURDIR}/../quake-data/Makefile.include" -.include - -.if ${PORT_OPTIONS:MCLIENTS} -USE_GL= yes -USE_XORG= x11 xt -PLIST_SUB+= CLIENTS="" - -.if ${PORT_OPTIONS:MSDL} -USE_SDL= sdl -CONFIGURE_ARGS+=--with-sdl=${LOCALBASE} -PLIST_SUB+= SDL="" -.else -CONFIGURE_ARGS+=--disable-sdl -PLIST_SUB+= SDL="@comment " -.endif - -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbis.so:audio/libvorbis -CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE} -PLIST_SUB+= VORBIS="" -.else -CONFIGURE_ARGS+=--disable-ogg --disable-vorbis -PLIST_SUB+= VORBIS="@comment " -.endif - -.if ${PORT_OPTIONS:MXMMS} -LIB_DEPENDS+= libxmms.so:multimedia/xmms -CONFIGURE_ARGS+=--with-xmms-prefix=${LOCALBASE} -PLIST_SUB+= XMMS="" -.else -CONFIGURE_ARGS+=--disable-xmms -PLIST_SUB+= XMMS="@comment " -.endif - -.else -CONFIGURE_ARGS+=--with-clients="" -PLIST_SUB+= CLIENTS="@comment " -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -funroll-loops -fomit-frame-pointer -fno-common \ - -fexpensive-optimizations -fstrict-aliasing -ffast-math -.endif - -.if ${PORT_OPTIONS:MSERVERS} -PLIST_SUB+= SERVERS="" -.else -CONFIGURE_ARGS+=--with-servers="" -PLIST_SUB+= SERVERS="@comment " -.endif - -.if ${PORT_OPTIONS:MSKYBOXES} -MASTER_SITES+= http://www.quakeforge.net/files/:qf -DISTFILES+= skyboxes.pak:qf -PLIST_SUB+= SKYBOXES="" -.else -PLIST_SUB+= SKYBOXES="@comment " -.endif +SKYBOXES_MASTER_SITES= http://www.quakeforge.net/files/:qf +SKYBOXES_DISTFILES= skyboxes.pak:qf +VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +VORBIS_CONFIGURE_ON= --with-ogg=${LOCALBASE} --with-vorbis=${LOCALBASE} +VORBIS_CONFIGURE_OFF= --disable-vorbis +VORBIS_IMPLIES= CLIENTS +XMMS_DESC= Sound support via XMMS +XMMS_LIB_DEPENDS= libxmms.so:multimedia/xmms +XMMS_CONFIGURE_ON= --enable-xmms --with-xmms-prefix=${LOCALBASE} +XMMS_IMPLIES= CLIENTS +XXF86DGA_DESC= XFree86 DGA Extension support +XXF86DGA_USE= xorg=xxf86dga +XXF86DGA_CONFIGURE_OFF= --disable-dga +XXF86DGA_IMPLIES= CLIENTS +XXF86VM_DESC= XFree86 Vidmode Extension support +XXF86VM_USE= xorg=xxf86vm +XXF86VM_CONFIGURE_OFF= --disable-vidmode +XXF86VM_IMPLIES= CLIENTS post-patch: - @${REINPLACE_CMD} -e 's,\*gzfile,gzfile,' ${WRKSRC}/libs/util/quakeio.c - @${REINPLACE_CMD} -e 's,-no-undefined,& -L${LOCALBASE}/lib,' \ - ${WRKSRC}/libs/image/Makefile.in + @${REINPLACE_CMD} -e \ + 's|^Z_LIBS=""|| ; \ + /if test/s|==|=| ; \ + /for qf_t in/s|,qwaq,|,|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/^pkgdatadir/s|@libdir@|@prefix@/libdata|' \ + ${WRKSRC}/pkg-config/Makefile.in + +post-build-CLIENTS-on: +.for i in 16 32 + @${MKDIR} ${WRKDIR}/icons/hicolor/${i}x${i}/apps + icotool -x -o ${WRKDIR}/icons/hicolor/${i}x${i}/apps/quake.png \ + -w ${i} -b 8 ${WRKSRC}/doc/qf.ico +.endfor post-install: -.if ${PORT_OPTIONS:MSKYBOXES} + ${INSTALL_MAN} ${WRKSRC}/doc/man/quakeforge.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +post-install-CLIENTS-on: + @(cd ${WRKDIR} && ${COPYTREE_SHARE} icons \ + ${STAGEDIR}${PREFIX}/share) + +post-install-DOCS-on: + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "config gib" \ + ${STAGEDIR}${DOCSDIR}) + +post-install-SKYBOXES-on: + @${MKDIR} ${STAGEDIR}${Q1DIR}/QF ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/skyboxes.pak \ ${STAGEDIR}${DATADIR}/QF -.endif - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in *.txt *.q1 *.q2 *.ico *.gif *.fig *.h CodingStyle - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} -.endfor -.for d in config data ideas - ${CP} -a ${WRKSRC}/doc/${d} ${STAGEDIR}${DOCSDIR} -.endfor +.include "${.CURDIR}/../quake-data/Makefile.include" .include Modified: head/games/quakeforge/distinfo ============================================================================== --- head/games/quakeforge/distinfo Mon May 9 13:43:08 2016 (r414847) +++ head/games/quakeforge/distinfo Mon May 9 13:43:13 2016 (r414848) @@ -1,4 +1,4 @@ -SHA256 (quakeforge/quakeforge-0.5.5.tar.bz2) = 9ff29340f571fc26d19992a32f58e767e1b811248688f383083bc2ccb263ec6a -SIZE (quakeforge/quakeforge-0.5.5.tar.bz2) = 1954072 +SHA256 (quakeforge/quakeforge-0.7.2.tar.bz2) = 1ddc8c963b23bd648d94af48062ab0448345761defeceaef7c62be55c4a28d7a +SIZE (quakeforge/quakeforge-0.7.2.tar.bz2) = 2887823 SHA256 (quakeforge/skyboxes.pak) = 6d32738cf1b8fa19a61fab22d19a1372d388070c87182fa00ac58a908f7dae27 SIZE (quakeforge/skyboxes.pak) = 1934684 Copied and modified: head/games/quakeforge/files/patch-libs_audio_targets_snd__oss.c (from r414847, head/games/quakeforge/files/patch-libs-audio-targets-snd_oss.c) ============================================================================== --- head/games/quakeforge/files/patch-libs-audio-targets-snd_oss.c Mon May 9 13:43:08 2016 (r414847, copy source) +++ head/games/quakeforge/files/patch-libs_audio_targets_snd__oss.c Mon May 9 13:43:13 2016 (r414848) @@ -1,6 +1,6 @@ ---- libs/audio/targets/snd_oss.c.orig 2004-01-16 02:50:26 UTC +--- libs/audio/targets/snd_oss.c.orig 2013-01-23 03:10:55 UTC +++ libs/audio/targets/snd_oss.c -@@ -132,12 +132,11 @@ try_open (int rw) +@@ -129,12 +129,11 @@ try_open (int rw) if (snd_device->string[0]) snd_dev = snd_device->string; Added: head/games/quakeforge/files/patch-libs_models_gl__skin.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quakeforge/files/patch-libs_models_gl__skin.c Mon May 9 13:43:13 2016 (r414848) @@ -0,0 +1,30 @@ +--- libs/models/gl_skin.c.orig 2013-01-23 03:10:55 UTC ++++ libs/models/gl_skin.c +@@ -230,19 +230,20 @@ gl_Skin_SetupSkin (skin_t *skin, int cma + int changed; + glskin_t *s; + ++ skin->texnum = 0; ++ skin->auxtex = 0; ++ if (!cmap) { ++ return; ++ } + // simplify cmap usage (texture offset/array index) + cmap--; + s = skins + cmap; + changed = (s->tex != skin->texels); + s->tex = skin->texels; + if (!changed) { +- skin->texnum = 0; +- skin->auxtex = 0; +- if (cmap >= 0) { +- skin->texnum = skin_textures + cmap; +- if (s->fb) +- skin->auxtex = skin_fb_textures + cmap; +- } ++ skin->texnum = skin_textures + cmap; ++ if (s->fb) ++ skin->auxtex = skin_fb_textures + cmap; + return; + } + if (s->tex) Added: head/games/quakeforge/files/patch-qw_source_cl__http.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quakeforge/files/patch-qw_source_cl__http.c Mon May 9 13:43:13 2016 (r414848) @@ -0,0 +1,11 @@ +--- qw/source/cl_http.c.orig 2013-01-23 03:10:55 UTC ++++ qw/source/cl_http.c +@@ -114,7 +114,7 @@ CL_HTTP_Update (void) + Sys_Printf ("download failed: %ld\n", response_code); + CL_FailDownload (); + } +- curl_multi_remove_handle (multi_handle, easy_handle); ++ CL_HTTP_Reset (); + } + } + } Added: head/games/quakeforge/files/patch-tools_qfcc_source_diagnostic.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quakeforge/files/patch-tools_qfcc_source_diagnostic.c Mon May 9 13:43:13 2016 (r414848) @@ -0,0 +1,13 @@ +--- tools/qfcc/source/diagnostic.c.orig 2013-01-23 03:10:55 UTC ++++ tools/qfcc/source/diagnostic.c +@@ -103,9 +103,7 @@ debug (expr_t *e, const char *fmt, ...) + return; + + va_start (args, fmt); +- if (options.notices.promote) { +- _warning (e, fmt, args); +- } else { ++ { + string_t file = pr.source_file; + int line = pr.source_line; + Added: head/games/quakeforge/files/patch-tools_qfcc_source_statements.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quakeforge/files/patch-tools_qfcc_source_statements.c Mon May 9 13:43:13 2016 (r414848) @@ -0,0 +1,15 @@ +--- tools/qfcc/source/statements.c.orig 2013-01-23 03:10:55 UTC ++++ tools/qfcc/source/statements.c +@@ -1306,8 +1306,11 @@ move_labels (sblock_t *dst, sblock_t *sr + + if (!src_labels) + return; +- while (src_labels->next) ++ src_labels->dest = dst; ++ while (src_labels->next) { + src_labels = src_labels->next; ++ src_labels->dest = dst; ++ } + src_labels->next = dst->labels; + dst->labels = src->labels; + src->labels = 0; Added: head/games/quakeforge/files/patch-tools_qfcc_source_switch.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/quakeforge/files/patch-tools_qfcc_source_switch.c Mon May 9 13:43:13 2016 (r414848) @@ -0,0 +1,13 @@ +--- tools/qfcc/source/switch.c.orig 2013-01-23 03:10:55 UTC ++++ tools/qfcc/source/switch.c +@@ -383,6 +383,10 @@ switch_expr (switch_block_t *switch_bloc + int saved_line = pr.source_line; + string_t saved_file = pr.source_file; + ++ if (switch_block->test->type == ex_error) { ++ return switch_block->test; ++ } ++ + pr.source_line = sw_val->line = switch_block->test->line; + pr.source_file = sw_val->file = switch_block->test->file; + Modified: head/games/quakeforge/pkg-plist ============================================================================== --- head/games/quakeforge/pkg-plist Mon May 9 13:43:08 2016 (r414847) +++ head/games/quakeforge/pkg-plist Mon May 9 13:43:13 2016 (r414848) @@ -1,115 +1,55 @@ bin/bsp2img %%SERVERS%%bin/hw-master -%%CLIENTS%%bin/nq-glx %%CLIENTS%%%%SDL%%bin/nq-sdl -%%CLIENTS%%%%SDL%%bin/nq-sdl32 %%SERVERS%%bin/nq-server -%%CLIENTS%%%%SDL%%bin/nq-sgl %%CLIENTS%%bin/nq-x11 bin/pak bin/qfbsp bin/qfcc bin/qflight +bin/qflmp bin/qfmodelgen bin/qfpreqcc bin/qfprogs +bin/qfspritegen bin/qfvis bin/qfwavinfo %%SERVERS%%bin/qtv -%%CLIENTS%%bin/qw-client-glx %%CLIENTS%%%%SDL%%bin/qw-client-sdl -%%CLIENTS%%%%SDL%%bin/qw-client-sdl32 -%%CLIENTS%%%%SDL%%bin/qw-client-sgl %%CLIENTS%%bin/qw-client-x11 %%SERVERS%%bin/qw-master %%SERVERS%%bin/qw-server bin/wad bin/zpak -%%CLIENTS%%lib/libQFcd.a -%%CLIENTS%%lib/libQFcd.so -%%CLIENTS%%lib/libQFcd.so.1 -%%CLIENTS%%lib/libQFcd.so.1.0.0 -lib/libQFconsole.a -lib/libQFconsole.so -lib/libQFconsole.so.1 -lib/libQFconsole.so.1.0.0 -lib/libQFgamecode.a -lib/libQFgamecode.so -lib/libQFgamecode.so.1 -lib/libQFgamecode.so.1.0.0 -lib/libQFgamecode_builtins.a -lib/libQFgamecode_builtins.so -lib/libQFgamecode_builtins.so.1 -lib/libQFgamecode_builtins.so.1.0.0 -lib/libQFgib.a -lib/libQFgib.so -lib/libQFgib.so.1 -lib/libQFgib.so.1.0.0 -lib/libQFimage.a -lib/libQFimage.so -lib/libQFimage.so.1 -lib/libQFimage.so.1.0.0 -%%CLIENTS%%lib/libQFjs.a -%%CLIENTS%%lib/libQFjs.so -%%CLIENTS%%lib/libQFjs.so.1 -%%CLIENTS%%lib/libQFjs.so.1.0.0 -lib/libQFmodels.a -lib/libQFmodels.so -lib/libQFmodels.so.1 -lib/libQFmodels.so.1.0.0 -%%CLIENTS%%lib/libQFmodels_gl.a -%%CLIENTS%%lib/libQFmodels_gl.so -%%CLIENTS%%lib/libQFmodels_gl.so.1 -%%CLIENTS%%lib/libQFmodels_gl.so.1.0.0 -%%CLIENTS%%lib/libQFmodels_sw.a -%%CLIENTS%%lib/libQFmodels_sw.so -%%CLIENTS%%lib/libQFmodels_sw.so.1 -%%CLIENTS%%lib/libQFmodels_sw.so.1.0.0 -%%CLIENTS%%lib/libQFrenderer_gl.a -%%CLIENTS%%lib/libQFrenderer_gl.so -%%CLIENTS%%lib/libQFrenderer_gl.so.1 -%%CLIENTS%%lib/libQFrenderer_gl.so.1.0.0 -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.a -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so.1 -%%CLIENTS%%%%SDL%%lib/libQFrenderer_sw32.so.1.0.0 -lib/libQFruamoko.a -lib/libQFruamoko.so -lib/libQFruamoko.so.1 -lib/libQFruamoko.so.1.0.0 -%%CLIENTS%%lib/libQFsound.a -%%CLIENTS%%lib/libQFsound.so -%%CLIENTS%%lib/libQFsound.so.1 -%%CLIENTS%%lib/libQFsound.so.1.0.0 -lib/libQFutil.a -lib/libQFutil.so -lib/libQFutil.so.1 -lib/libQFutil.so.1.0.0 -%%CLIENTS%%lib/quakeforge/cd_file.a -%%CLIENTS%%lib/quakeforge/cd_file.so -%%CLIENTS%%%%SDL%%lib/quakeforge/cd_sdl.a -%%CLIENTS%%%%SDL%%lib/quakeforge/cd_sdl.so -%%CLIENTS%%%%XMMS%%lib/quakeforge/cd_xmms.a -%%CLIENTS%%%%XMMS%%lib/quakeforge/cd_xmms.so -lib/quakeforge/console_client.a -lib/quakeforge/console_client.so -lib/quakeforge/console_server.a -lib/quakeforge/console_server.so -%%CLIENTS%%lib/quakeforge/snd_output_disk.a -%%CLIENTS%%lib/quakeforge/snd_output_disk.so -%%CLIENTS%%lib/quakeforge/snd_output_oss.a -%%CLIENTS%%lib/quakeforge/snd_output_oss.so -%%CLIENTS%%%%SDL%%lib/quakeforge/snd_output_sdl.a -%%CLIENTS%%%%SDL%%lib/quakeforge/snd_output_sdl.so -%%CLIENTS%%lib/quakeforge/snd_render_default.a -%%CLIENTS%%lib/quakeforge/snd_render_default.so -lib/ruamoko/libcsqc.a -lib/ruamoko/libgui.a -lib/ruamoko/libnq.a -lib/ruamoko/libqw.a -lib/ruamoko/libr.a -%%DATADIR%%/QF/menu.dat.gz -%%SKYBOXES%%%%DATADIR%%/QF/skyboxes.pak +include/QF/GL/ati.h +include/QF/GL/defines.h +include/QF/GL/extensions.h +include/QF/GL/funcs.h +include/QF/GL/qf_draw.h +include/QF/GL/qf_explosions.h +include/QF/GL/qf_funcs_list.h +include/QF/GL/qf_iqm.h +include/QF/GL/qf_lightmap.h +include/QF/GL/qf_rlight.h +include/QF/GL/qf_rmain.h +include/QF/GL/qf_rsurf.h +include/QF/GL/qf_sky.h +include/QF/GL/qf_textures.h +include/QF/GL/qf_vid.h +include/QF/GL/types.h +include/QF/GLSL/defines.h +include/QF/GLSL/funcs.h +include/QF/GLSL/qf_alias.h +include/QF/GLSL/qf_bsp.h +include/QF/GLSL/qf_draw.h +include/QF/GLSL/qf_funcs_list.h +include/QF/GLSL/qf_iqm.h +include/QF/GLSL/qf_lightmap.h +include/QF/GLSL/qf_particles.h +include/QF/GLSL/qf_textures.h +include/QF/GLSL/qf_vid.h +include/QF/GLSL/types.h +include/QF/alloc.h include/QF/bspfile.h include/QF/cbuf.h include/QF/cdaudio.h @@ -130,13 +70,21 @@ include/QF/image.h include/QF/in_event.h include/QF/info.h include/QF/input.h +include/QF/iqm.h include/QF/joystick.h include/QF/keys.h include/QF/link.h include/QF/llist.h include/QF/locs.h +include/QF/math/dual.h +include/QF/math/half.h +include/QF/math/matrix3.h +include/QF/math/matrix4.h +include/QF/math/quaternion.h +include/QF/math/vector.h include/QF/mathlib.h include/QF/mdfour.h +include/QF/mersenne.h include/QF/model.h include/QF/modelgen.h include/QF/msg.h @@ -145,6 +93,13 @@ include/QF/pak.h include/QF/pakfile.h include/QF/pcx.h include/QF/plugin.h +include/QF/plugin/cd.h +include/QF/plugin/console.h +include/QF/plugin/general.h +include/QF/plugin/input.h +include/QF/plugin/snd_output.h +include/QF/plugin/snd_render.h +include/QF/plugin/vid_render.h include/QF/png.h include/QF/pr_comp.h include/QF/pr_debug.h @@ -161,6 +116,8 @@ include/QF/render.h include/QF/riff.h include/QF/ruamoko.h include/QF/screen.h +include/QF/script.h +include/QF/set.h include/QF/sizebuf.h include/QF/skin.h include/QF/sound.h @@ -173,127 +130,139 @@ include/QF/va.h include/QF/ver_check.h include/QF/vid.h include/QF/view.h +include/QF/vrect.h include/QF/wad.h include/QF/wadfile.h +include/QF/winding.h include/QF/zone.h -include/QF/GL/ati.h -include/QF/GL/defines.h -include/QF/GL/extensions.h -include/QF/GL/funcs.h -include/QF/GL/qf_explosions.h -include/QF/GL/qf_funcs_list.h -include/QF/GL/qf_lightmap.h -include/QF/GL/qf_noisetextures.h -include/QF/GL/qf_rlight.h -include/QF/GL/qf_rmain.h -include/QF/GL/qf_rsurf.h -include/QF/GL/qf_screen.h -include/QF/GL/qf_sky.h -include/QF/GL/qf_textures.h -include/QF/GL/qf_vid.h -include/QF/GL/types.h -include/QF/plugin/cd.h -include/QF/plugin/console.h -include/QF/plugin/general.h -include/QF/plugin/input.h -include/QF/plugin/snd_output.h -include/QF/plugin/snd_render.h -include/QF/ruamoko/Array.h -include/QF/ruamoko/AutoreleasePool.h -include/QF/ruamoko/Entity.h -include/QF/ruamoko/List.h -include/QF/ruamoko/ListNode.h -include/QF/ruamoko/Object.h -include/QF/ruamoko/Stack.h -include/QF/ruamoko/cbuf.h -include/QF/ruamoko/cmd.h -include/QF/ruamoko/crudefile.h -include/QF/ruamoko/cvar.h -include/QF/ruamoko/debug.h -include/QF/ruamoko/draw.h -include/QF/ruamoko/entities.h -include/QF/ruamoko/file.h -include/QF/ruamoko/gib.h -include/QF/ruamoko/hash.h -include/QF/ruamoko/infokey.h -include/QF/ruamoko/key.h -include/QF/ruamoko/math.h -include/QF/ruamoko/message.h -include/QF/ruamoko/nq_message.h -include/QF/ruamoko/physics.h -include/QF/ruamoko/plist.h -include/QF/ruamoko/qfile.h -include/QF/ruamoko/qfs.h -include/QF/ruamoko/qw_message.h -include/QF/ruamoko/qw_physics.h -include/QF/ruamoko/qw_sys.h -include/QF/ruamoko/server.h -include/QF/ruamoko/sound.h -include/QF/ruamoko/string.h -include/QF/ruamoko/system.h -include/QF/ruamoko/gui/Group.h -include/QF/ruamoko/gui/InputLine.h -include/QF/ruamoko/gui/Pic.h -include/QF/ruamoko/gui/Point.h -include/QF/ruamoko/gui/Rect.h -include/QF/ruamoko/gui/Size.h -include/QF/ruamoko/gui/Slider.h -include/QF/ruamoko/gui/Text.h -include/QF/ruamoko/gui/View.h +%%CLIENTS%%lib/libQFcd.so +%%CLIENTS%%lib/libQFcd.so.1 +%%CLIENTS%%lib/libQFcd.so.1.0.0 +%%SERVERS%%lib/libQFconsole.so +%%SERVERS%%lib/libQFconsole.so.1 +%%SERVERS%%lib/libQFconsole.so.1.0.0 +lib/libQFgib.so +lib/libQFgib.so.1 +lib/libQFgib.so.1.0.0 +lib/libQFimage.so +lib/libQFimage.so.1 +lib/libQFimage.so.1.0.0 +%%CLIENTS%%lib/libQFjs.so +%%CLIENTS%%lib/libQFjs.so.1 +%%CLIENTS%%lib/libQFjs.so.1.0.0 +lib/libQFmodels.so +lib/libQFmodels.so.1 +lib/libQFmodels.so.1.0.0 +lib/libQFruamoko.so +lib/libQFruamoko.so.1 +lib/libQFruamoko.so.1.0.0 +%%CLIENTS%%lib/libQFsound.so +%%CLIENTS%%lib/libQFsound.so.1 +%%CLIENTS%%lib/libQFsound.so.1.0.0 +lib/libQFutil.so +lib/libQFutil.so.1 +lib/libQFutil.so.1.0.0 +%%CLIENTS%%%%VORBIS%%lib/quakeforge/plugins/cd_file.so +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/cd_sdl.so +%%CLIENTS%%%%XMMS%%lib/quakeforge/plugins/cd_xmms.so +%%CLIENTS%%lib/quakeforge/plugins/console_client.so +%%SERVERS%%lib/quakeforge/plugins/console_server.so +%%CLIENTS%%lib/quakeforge/plugins/snd_output_oss.so +%%CLIENTS%%%%SDL%%lib/quakeforge/plugins/snd_output_sdl.so +%%CLIENTS%%lib/quakeforge/plugins/snd_render_default.so +%%CLIENTS%%%%JACK%%lib/quakeforge/plugins/snd_render_jack.so +%%CLIENTS%%lib/quakeforge/plugins/vid_render_gl.so +%%CLIENTS%%lib/quakeforge/plugins/vid_render_glsl.so +%%CLIENTS%%lib/quakeforge/plugins/vid_render_sw.so +%%CLIENTS%%lib/quakeforge/plugins/vid_render_sw32.so +libdata/pkgconfig/qfcc.pc +libdata/pkgconfig/quakeforge.pc man/man1/pak.1.gz man/man1/qfcc.1.gz man/man1/qflight.1.gz man/man1/qfvis.1.gz +man/man1/quakeforge.1.gz man/man1/wad.1.gz -%%PORTDOCS%%%%DOCSDIR%%/3dfx.txt -%%PORTDOCS%%%%DOCSDIR%%/CodingStyle -%%PORTDOCS%%%%DOCSDIR%%/glqnotes.txt -%%PORTDOCS%%%%DOCSDIR%%/net_DoS_protection.txt -%%PORTDOCS%%%%DOCSDIR%%/progdefs.q1 -%%PORTDOCS%%%%DOCSDIR%%/progdefs.q2 -%%PORTDOCS%%%%DOCSDIR%%/qe3.ico -%%PORTDOCS%%%%DOCSDIR%%/qf-client-3dfx-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-glx-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-sdl-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-sgl-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-svga-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-x11-cmd.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-client-x11-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-server-cmd.txt -%%PORTDOCS%%%%DOCSDIR%%/qf-server-cvar.txt -%%PORTDOCS%%%%DOCSDIR%%/quake.gif -%%PORTDOCS%%%%DOCSDIR%%/quake.ico -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/skybox.fig -%%PORTDOCS%%%%DOCSDIR%%/template.h -%%PORTDOCS%%%%DOCSDIR%%/timestamps.txt -%%PORTDOCS%%%%DOCSDIR%%/wqreadme.txt -%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v1.cfg -%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v3.cfg -%%PORTDOCS%%%%DOCSDIR%%/config/swspeed.cfg +man/man1/zpak.1.gz +%%CLIENTS%%%%SDL%%share/applications/quakeforge-nq-sdl.desktop +%%CLIENTS%%share/applications/quakeforge-nq-x11.desktop +%%CLIENTS%%%%SDL%%share/applications/quakeforge-qw-sdl.desktop +%%CLIENTS%%share/applications/quakeforge-qw-x11.desktop %%PORTDOCS%%%%DOCSDIR%%/config/gib/adjustvolume.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/infobot.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/ln.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/qfadmin.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/sshot.gib %%PORTDOCS%%%%DOCSDIR%%/config/gib/zoom.gib -%%PORTDOCS%%%%DOCSDIR%%/data/comexp.txt -%%PORTDOCS%%%%DOCSDIR%%/data/help.txt -%%PORTDOCS%%%%DOCSDIR%%/data/licinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/data/manual.txt -%%PORTDOCS%%%%DOCSDIR%%/data/order.txt -%%PORTDOCS%%%%DOCSDIR%%/data/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/data/rlicnse.txt -%%PORTDOCS%%%%DOCSDIR%%/data/slicnse.txt -%%PORTDOCS%%%%DOCSDIR%%/data/techinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.q2mission -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.quake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/install.quake2 -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.glquake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.squake -%%PORTDOCS%%%%DOCSDIR%%/data/docs/readme.x11 -%%PORTDOCS%%%%DOCSDIR%%/ideas/quakedownload.txt -%%PORTDOCS%%%%DOCSDIR%%/ideas/rhamph.txt -%%PORTDOCS%%%%DOCSDIR%%/ideas/serverlist.txt +%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v1.cfg +%%PORTDOCS%%%%DOCSDIR%%/config/glspeed-v3.cfg +%%PORTDOCS%%%%DOCSDIR%%/config/swspeed.cfg +%%PORTDOCS%%%%DOCSDIR%%/gib/GIB.lyx +%%PORTDOCS%%%%DOCSDIR%%/gib/break.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/continue.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/curly.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/examples.sh +%%PORTDOCS%%%%DOCSDIR%%/gib/for.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/gib_head.eps +%%PORTDOCS%%%%DOCSDIR%%/gib/if-chain.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/if-else.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/if-simple.gib +%%PORTDOCS%%%%DOCSDIR%%/gib/while.gib +%%CLIENTS%%share/icons/hicolor/32x32/apps/quake.png +%%CLIENTS%%share/icons/hicolor/16x16/apps/quake.png +share/qfcc/include/Array.h +share/qfcc/include/AutoreleasePool.h +share/qfcc/include/Entity.h +share/qfcc/include/Object.h +share/qfcc/include/PropertyList.h +share/qfcc/include/Protocol.h +share/qfcc/include/Set.h +share/qfcc/include/cbuf.h +share/qfcc/include/cmd.h +share/qfcc/include/crudefile.h +share/qfcc/include/cvar.h +share/qfcc/include/debug.h +share/qfcc/include/draw.h +share/qfcc/include/entities.h +share/qfcc/include/file.h +share/qfcc/include/gib.h +share/qfcc/include/gui/Group.h +share/qfcc/include/gui/InputLine.h +share/qfcc/include/gui/Pic.h +share/qfcc/include/gui/Point.h +share/qfcc/include/gui/Rect.h +share/qfcc/include/gui/Size.h +share/qfcc/include/gui/Slider.h +share/qfcc/include/gui/Text.h +share/qfcc/include/gui/View.h +share/qfcc/include/hash.h +share/qfcc/include/infokey.h +share/qfcc/include/key.h +share/qfcc/include/math.h +share/qfcc/include/message.h +share/qfcc/include/msgbuf.h +share/qfcc/include/nq_message.h +share/qfcc/include/physics.h +share/qfcc/include/plist.h +share/qfcc/include/qfile.h +share/qfcc/include/qfs.h +share/qfcc/include/qw_message.h +share/qfcc/include/qw_physics.h +share/qfcc/include/qw_sys.h +share/qfcc/include/runtime.h +share/qfcc/include/script.h +share/qfcc/include/server.h +share/qfcc/include/sound.h +share/qfcc/include/string.h +share/qfcc/include/sv_sound.h +share/qfcc/include/system.h +share/qfcc/lib/libcsqc.a +share/qfcc/lib/libgui.a +share/qfcc/lib/libnq.a +share/qfcc/lib/libqw.a +share/qfcc/lib/libr.a +share/qfcc/lib/libscheme.a +%%Q1DIR%%/QF/menu.dat.gz +%%Q1DIR%%/QF/menu.plist +%%Q1DIR%%/QF/menu.sym.gz +%%SKYBOXES%%%%Q1DIR%%/QF/skyboxes.pak