From zozo@q.gid0.org  Sun May 23 15:17:32 2010
Return-Path: <zozo@q.gid0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CF6871065674
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 May 2010 15:17:32 +0000 (UTC)
	(envelope-from zozo@q.gid0.org)
Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 81F5E8FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 May 2010 15:17:30 +0000 (UTC)
Received: from smtp2-g21.free.fr (localhost [127.0.0.1])
	by smtp2-g21.free.fr (Postfix) with ESMTP id 0AFAC4B0114
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 May 2010 17:17:26 +0200 (CEST)
Received: from q.gid0.org (s.gid0.org [88.163.116.140])
	by smtp2-g21.free.fr (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 May 2010 17:17:25 +0200 (CEST)
Received: (from zozo@localhost)
	by q.gid0.org (8.14.4/8.14.3/Submit) id o4NFHOxC003586;
	Sun, 23 May 2010 17:17:24 +0200 (CEST)
	(envelope-from zozo)
Message-Id: <201005231517.o4NFHOxC003586@q.gid0.org>
Date: Sun, 23 May 2010 17:17:24 +0200 (CEST)
From: Olivier Smedts <olivier@gid0.org>
Reply-To: Olivier Smedts <olivier@gid0.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] [patch] games/eduke32 : update to recent snapshot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146872
>Category:       ports
>Synopsis:       [maintainer-update] [patch] games/eduke32 : update to recent snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 22:06:52 UTC 2010
>Closed-Date:    Thu Sep 23 05:08:23 UTC 2010
>Last-Modified:  Thu Sep 23 05:08:23 UTC 2010
>Originator:     Olivier Smedts
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD q.gid0.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0 r208354M: Thu May 20 20:40:48 CEST 2010 root@q.gid0.org:/usr/obj/usr/src/sys/QUAD amd64


	
>Description:

Update to recent snapshot with a new lighting rendering engine. Compatible with latest High Resolution Pack.
	
>How-To-Repeat:
	
>Fix:
The files/ subdir should be removed, patches have been integrated upstream.
	

--- patch begins here ---
diff -rNu /usr/ports/games/eduke32/Makefile games/eduke32/Makefile
--- /usr/ports/games/eduke32/Makefile	2010-03-28 08:34:48.000000000 +0200
+++ games/eduke32/Makefile	2010-05-23 17:04:44.667330271 +0200
@@ -5,26 +5,21 @@
 # $FreeBSD: ports/games/eduke32/Makefile,v 1.24 2010/03/28 06:34:48 dinoex Exp $
 
 PORTNAME=	eduke32
-PORTVERSION=	20090313
-PORTREVISION=	2
-DISTVERSION=	20090131
-PORTREVISION=	2
+PORTVERSION=	20100520
+SVNREVISION=	1647
 CATEGORIES=	games
-MASTER_SITES=	http://dukeworld.duke4.net/eduke32/source_code/
-DISTFILES=	${PORTNAME}_src_${DISTVERSION}${EXTRACT_SUFX}
-PATCH_SITES=	${MASTER_SITES}
-PATCHFILES=	${PORTNAME}_src_${PORTVERSION}.diff
+MASTER_SITES=	http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/
+DISTFILES=	${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}
 
 MAINTAINER=	olivier@gid0.org
 COMMENT=	Duke Nukem 3D Port based on JFDuke and EDuke
 
-USE_ZIP=	yes
+USE_GZIP=	yes
 USE_GMAKE=	yes
 USE_GL=		gl
 USE_GNOME=	gtk20
 USE_SDL=	mixer sdl
-WRKSRC=		${WRKDIR}/${PORTNAME}_src_${DISTVERSION}
-PATCH_ARGS=	-d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_STRIP} -l
+WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION}
 
 OPTIONS=	MIDI		"Enable original MIDI music support"	On \
 		TIMIDITYPLUS	"Use Timidity++ instead of Timidity"	Off \
@@ -64,15 +59,17 @@
 	@${REINPLACE_CMD} -Ee \
 		's|^(CC=).*|\1${CC}|; \
 		 s|^(CXX=).*|\1${CXX}|; \
-		 /debug=/d; \
-		 s|/usr/X11R6|${LOCALBASE}|; \
-		 s|sdl-config|${SDL_CONFIG}|' \
-		${WRKSRC}/Makefile \
-		${WRKSRC}/build/Makefile \
-		${WRKSRC}/build/Makefile.shared
+		 s|-ldl ||; \
+		 /debug=/d;' \
+		${WRKSRC}/Makefile ${WRKSRC}/build/Makefile
 	@${REINPLACE_CMD} -e 's|LINUX|BSD|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/build/Makefile
+	@${REINPLACE_CMD} -Ee 's|(SDLCONFIG[[:space:]]*=).*|\1${SDL_CONFIG}|' \
+		${WRKSRC}/build/Makefile.shared
 	@${REINPLACE_CMD} -e 's|/usr/share/games/eduke32|${DN3DDIR}|' \
 		${WRKSRC}/source/game.c ${WRKSRC}/source/astub.c
+	@${REINPLACE_CMD} -e 's|-Iinclude|-Iinclude -I/usr/local/include|' \
+		${WRKSRC}/source/jaudiolib/Makefile
 
 do-install:
 .for f in eduke32 mapster32
diff -rNu /usr/ports/games/eduke32/distinfo games/eduke32/distinfo
--- /usr/ports/games/eduke32/distinfo	2009-08-07 19:50:45.000000000 +0200
+++ games/eduke32/distinfo	2010-05-21 17:49:18.232727337 +0200
@@ -1,6 +1,3 @@
-MD5 (eduke32_src_20090131.zip) = cf5eb51de024f28e8b24aae2702d459e
-SHA256 (eduke32_src_20090131.zip) = e6b8cc2c7e0c32a6aa5a64359be8b8c494dcae08dda87e1de718c030426ef74d
-SIZE (eduke32_src_20090131.zip) = 1694234
-MD5 (eduke32_src_20090313.diff) = fd9fa13146c9a31b2eb709aff93a4afa
-SHA256 (eduke32_src_20090313.diff) = de13b9600868b98195c18a138fe6dd27fd29f054035ec966d03d28a220b472be
-SIZE (eduke32_src_20090313.diff) = 113568
+MD5 (eduke32_src_20100520-1647.tar.gz) = 334ed2d588261c644fa96e21b48ae082
+SHA256 (eduke32_src_20100520-1647.tar.gz) = 21554edc033f6972f45358292f4c7d9f58480823f61cbe2ff23b9dc88b6d1ef8
+SIZE (eduke32_src_20100520-1647.tar.gz) = 1907983
diff -rNu /usr/ports/games/eduke32/files/patch-build-src-mmulti_unstable.c games/eduke32/files/patch-build-src-mmulti_unstable.c
--- /usr/ports/games/eduke32/files/patch-build-src-mmulti_unstable.c	2009-08-07 19:50:46.000000000 +0200
+++ games/eduke32/files/patch-build-src-mmulti_unstable.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
---- build/src/mmulti_unstable.c.orig	2009-02-02 23:21:58.000000000 +0100
-+++ build/src/mmulti_unstable.c	2009-02-02 23:27:30.000000000 +0100
-@@ -971,7 +971,11 @@
-     {
-         /* !!! FIXME: Might be Linux (not Unix, not BSD, not WinSock) specific. */
-         int32_t flags = 1;
--        setsockopt(udpsocket, SOL_IP, IP_RECVERR, &flags, sizeof(flags));
-+        int sol_ip;
-+        struct protoent *pent;
-+        pent = getprotobyname ("ip");
-+        sol_ip = (pent != NULL) ? pent->p_proto : 0;
-+        setsockopt(udpsocket, sol_ip, SO_ERROR, &flags, sizeof(flags));
-     }
- #endif 
diff -rNu /usr/ports/games/eduke32/files/patch-source-jaudiolib-dsl.c games/eduke32/files/patch-source-jaudiolib-dsl.c
--- /usr/ports/games/eduke32/files/patch-source-jaudiolib-dsl.c	2009-08-07 19:50:46.000000000 +0200
+++ games/eduke32/files/patch-source-jaudiolib-dsl.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
---- source/jaudiolib/dsl.c.orig	2009-02-02 23:13:40.000000000 +0100
-+++ source/jaudiolib/dsl.c	2009-02-02 23:13:53.000000000 +0100
-@@ -22,6 +22,7 @@
- */
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- 
- #include "dsl.h"
- #include "compat.h"
--- patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon May 24 03:28:36 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146872 

From: wen heping <wenheping@gmail.com>
To: bug-followup@FreeBSD.org, olivier@gid0.org
Cc:  
Subject: Re: ports/146872: [maintainer-update] [patch] games/eduke32 : update 
	to recent snapshot
Date: Wed, 2 Jun 2010 09:47:29 +0800

 Hi,
 
    The build failed on FreeBSD-6 as below, would you fix it ?
 
 wen
 
 
 building eduke32-20100520 in directory /usr/local/tinderbox/6.4-FreeBSD
 build started at Wed Jun  2 01:37:35 UTC 2010
 port directory: /usr/ports/games/eduke32
 building for:  6.4-RELEASE i386
 maintained by: olivier@gid0.org
 Makefile ident: $FreeBSD: ports/games/eduke32/Makefile,v 1.24
 2010/03/28 06:34:48 dinoex Exp $
 prefixes: LOCALBASE=3Dusr/local PREFIX=3D/usr/local
 Begin Configuration:
 ---Begin Environment---
 ARCH=3Di386
 PACKAGE_BUILDING=3D1
 USER=3Droot
 CCACHE_DIR=3D
 BRANCH=3DRELEASE
 CCACHE_NOLINK=3D1
 HOST_WORKDIR=3D
 BATCH=3D1
 OLDPWD=3D/
 HOME=3D/root
 PKGZIPCMD=3Dbzip2
 HAVE_MOTIF=3D1
 FTP_TIMEOUT=3D900
 HTTP_TIMEOUT=3D900
 defaultUpdateHost=3Dcvsup.FreeBSDChina.org
 pb=3D/usr/local/tinderbox
 DISTFILE_CACHE=3D/usr/ports/distfiles
 OSREL=3D6.4
 defaultUpdateType=3DCSUP
 TINDERD_LOGFILE=3D/dev/null
 PORTOBJFORMAT=3Delf
 WRKDIRPREFIX=3D/work
 DISTDIR=3D/tmp/distfiles
 DISTCACHE=3D/distcache
 CCACHE_LOGFILE=3D
 PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
 PACKAGES=3D/tmp/packages
 TIMEOUT=3D7200
 PKGSUFFIX=3D.tbz
 WITH_THREADS=3Dyes
 OSVERSION=3D604000
 OPTIONS_ENABLED=3D0
 __DSVERSION__=3D3.2
 TINDERD_SLEEPTIME=3D120
 UNAME_n=3Dtinderbox.host
 __MKLVL__=3D1
 CCACHE_JAIL=3D0
 LOCALBASE=3D/usr/local
 CCACHE_MAX_SIZE=3D1G
 DISTFILE_URI=3D
 X_WINDOW_SYSTEM=3Dxorg
 MASTER_SITE_OVERRIDE=3Dfile:///distcache/${DIST_SUBDIR}/
 OPTIONS_DIR=3D
 UNAME_r=3D6.4-RELEASE
 USA_RESIDENT=3DYES
 UNAME_s=3DFreeBSD
 PARALLEL_PACKAGE_BUILD=3D1
 PWD=3D/usr/ports/games/eduke32
 UNAME_v=3DFreeBSD 6.4-RELEASE #0: Wed Jun  2 07:51:39 CST 2010
 root@tinderbox.host:/usr/src/sys/magic/kernel/path
 FTP_PASSIVE_MODE=3Dyes
 CCACHE_ENABLED=3D0
 INDEXFILE=3DINDEX-6
 ---End Environment---
 
 ---Begin OPTIONS List---
 =3D=3D=3D> The following configuration options are available for eduke32-20=
 100520:
      MIDI=3DOn (default) "Enable original MIDI music support"
      TIMIDITYPLUS=3DOff (default) "Use Timidity++ instead of Timidity"
      VORBIS=3DOn (default) "Enable Ogg Vorbis music files support"
 =3D=3D=3D> Use 'make config' to modify these settings
 ---End OPTIONS List---
 
 End Configuration.
 FETCH_DEPENDS=3D
 PATCH_DEPENDS=3D
 EXTRACT_DEPENDS=3D
 BUILD_DEPENDS=3Dnasm-2.08.01,1.tbz gettext-0.17_1.tbz
 libiconv-1.13.1_1.tbz gmake-3.81_3.tbz gmp-5.0.1.tbz mpfr-2.4.2_1.tbz
 gcc-4.2.5.20090325_3.tbz aalib-1.4.r5_4.tbz libGLU-7.4.4.tbz
 libX11-1.3.3,1.tbz libXrender-0.9.5.tbz libXrandr-1.3.0.tbz
 pkg-config-0.23_1.tbz libGL-7.4.4.tbz libXext-1.1.1,1.tbz
 libXxf86vm-1.1.0.tbz libXdamage-1.1.2.tbz libXfixes-4.0.4.tbz
 libxcb-1.6.tbz kbproto-1.0.4.tbz libXau-1.0.5.tbz libXdmcp-1.0.3.tbz
 xproto-7.0.16.tbz renderproto-0.11.tbz randrproto-1.3.1.tbz
 libdrm-2.4.12_1.tbz expat-2.0.1_1.tbz dri2proto-2.2.tbz
 xextproto-7.1.1.tbz xf86vidmodeproto-2.3.tbz damageproto-1.2.0.tbz
 fixesproto-4.1.1.tbz libpthread-stubs-0.3_3.tbz sdl-1.2.14_1,2.tbz
 p5-XML-Parser-2.36_1.tbz perl-threaded-5.10.1_1.tbz
 intltool-0.40.6.tbz libogg-1.1.4,4.tbz libvorbis-1.2.3_1,3.tbz
 libmikmod-3.1.11_2.tbz flac-1.2.1_1.tbz smpeg-0.4.4_8.tbz
 sdl_mixer-1.2.11.tbz glib-2.24.1.tbz gio-fam-backend-2.24.1.tbz
 pcre-8.02.tbz python26-2.6.5.tbz gamin-0.1.10_3.tbz atk-1.30.0.tbz
 png-1.4.1_1.tbz tiff-3.9.2_1.tbz jpeg-8_2.tbz jasper-1.900.1_9.tbz
 pango-1.28.0.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz
 libXinerama-1.1,1.tbz libXi-1.3,1.tbz libXcursor-1.1.10.tbz
 libXcomposite-0.4.1,1.tbz jbigkit-1.6.tbz cairo-1.8.10_1,1.tbz
 xorg-fonts-truetype-7.5.tbz encodings-1.0.3,1.tbz
 gobject-introspection-0.6.11.tbz libXft-2.1.14.tbz libxml2-2.7.7.tbz
 xineramaproto-1.2.tbz inputproto-2.0.tbz compositeproto-0.4.1.tbz
 freetype2-2.3.12.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz
 xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.1.tbz font-misc-meltho-1.0.1.tbz
 font-misc-ethiopic-1.0.1.tbz bitstream-vera-1.10_4.tbz
 font-util-1.0.2.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz
 mkfontdir-1.0.5.tbz mkfontscale-1.0.7.tbz m4-1.4.14_1,1.tbz
 libfontenc-1.0.5.tbz gtk-2.20.1_1.tbz
 RUN_DEPENDS=3Dlibogg-1.1.4,4.tbz libvorbis-1.2.3_1,3.tbz
 libdrm-2.4.12_1.tbz expat-2.0.1_1.tbz dri2proto-2.2.tbz
 libX11-1.3.3,1.tbz libXext-1.1.1,1.tbz libXxf86vm-1.1.0.tbz
 libXdamage-1.1.2.tbz libXfixes-4.0.4.tbz libpthread-stubs-0.3_3.tbz
 libxcb-1.6.tbz kbproto-1.0.4.tbz libXau-1.0.5.tbz libXdmcp-1.0.3.tbz
 xproto-7.0.16.tbz pkg-config-0.23_1.tbz xextproto-7.1.1.tbz
 xf86vidmodeproto-2.3.tbz damageproto-1.2.0.tbz fixesproto-4.1.1.tbz
 libGL-7.4.4.tbz aalib-1.4.r5_4.tbz libiconv-1.13.1_1.tbz
 libGLU-7.4.4.tbz libXrender-0.9.5.tbz libXrandr-1.3.0.tbz
 renderproto-0.11.tbz randrproto-1.3.1.tbz sdl-1.2.14_1,2.tbz
 libmikmod-3.1.11_2.tbz flac-1.2.1_1.tbz smpeg-0.4.4_8.tbz
 sdl_mixer-1.2.11.tbz gettext-0.17_1.tbz glib-2.24.1.tbz
 gio-fam-backend-2.24.1.tbz pcre-8.02.tbz python26-2.6.5.tbz
 perl-threaded-5.10.1_1.tbz gamin-0.1.10_3.tbz atk-1.30.0.tbz
 png-1.4.1_1.tbz tiff-3.9.2_1.tbz jpeg-8_2.tbz jasper-1.900.1_9.tbz
 pango-1.28.0.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz
 libXinerama-1.1,1.tbz libXi-1.3,1.tbz libXcursor-1.1.10.tbz
 libXcomposite-0.4.1,1.tbz jbigkit-1.6.tbz cairo-1.8.10_1,1.tbz
 xorg-fonts-truetype-7.5.tbz encodings-1.0.3,1.tbz
 gobject-introspection-0.6.11.tbz libXft-2.1.14.tbz libxml2-2.7.7.tbz
 xineramaproto-1.2.tbz inputproto-2.0.tbz compositeproto-0.4.1.tbz
 freetype2-2.3.12.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz
 xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.1.tbz font-misc-meltho-1.0.1.tbz
 font-misc-ethiopic-1.0.1.tbz bitstream-vera-1.10_4.tbz
 font-util-1.0.2.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz
 mkfontdir-1.0.5.tbz mkfontscale-1.0.7.tbz m4-1.4.14_1,1.tbz
 libfontenc-1.0.5.tbz gtk-2.20.1_1.tbz duke3d-data-1.0.tbz
 timidity-0.2i_1.tbz gmp-5.0.1.tbz mpfr-2.4.2_1.tbz
 gcc-4.2.5.20090325_3.tbz
 add_pkg
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase 1: make =
 checksum>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D>  License check disabled, port has not defined LICENSE
 =3D> eduke32_src_20100520-1647.tar.gz doesn't seem to exist in /tmp/distfil=
 es/.
 =3D> Attempting to fetch from file:///distcache//.
 eduke32_src_20100520-1647.tar.gz                      1863 kB   14 MBps
 =3D> MD5 Checksum OK for eduke32_src_20100520-1647.tar.gz.
 =3D> SHA256 Checksum OK for eduke32_src_20100520-1647.tar.gz.
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase 2: make =
 extract>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 add_pkg
 =3D=3D=3D>  License check disabled, port has not defined LICENSE
 =3D=3D=3D>  Extracting for eduke32-20100520
 =3D> MD5 Checksum OK for eduke32_src_20100520-1647.tar.gz.
 =3D> SHA256 Checksum OK for eduke32_src_20100520-1647.tar.gz.
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase 3: make =
 patch>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 add_pkg
 =3D=3D=3D>  Patching for eduke32-20100520
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase 4: make =
 build>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 add_pkg nasm-2.08.01,1.tbz gettext-0.17_1.tbz libiconv-1.13.1_1.tbz
 gmake-3.81_3.tbz gmp-5.0.1.tbz mpfr-2.4.2_1.tbz
 gcc-4.2.5.20090325_3.tbz aalib-1.4.r5_4.tbz libGLU-7.4.4.tbz
 libX11-1.3.3,1.tbz libXrender-0.9.5.tbz libXrandr-1.3.0.tbz
 pkg-config-0.23_1.tbz libGL-7.4.4.tbz libXext-1.1.1,1.tbz
 libXxf86vm-1.1.0.tbz libXdamage-1.1.2.tbz libXfixes-4.0.4.tbz
 libxcb-1.6.tbz kbproto-1.0.4.tbz libXau-1.0.5.tbz libXdmcp-1.0.3.tbz
 xproto-7.0.16.tbz renderproto-0.11.tbz randrproto-1.3.1.tbz
 libdrm-2.4.12_1.tbz expat-2.0.1_1.tbz dri2proto-2.2.tbz
 xextproto-7.1.1.tbz xf86vidmodeproto-2.3.tbz damageproto-1.2.0.tbz
 fixesproto-4.1.1.tbz libpthread-stubs-0.3_3.tbz sdl-1.2.14_1,2.tbz
 p5-XML-Parser-2.36_1.tbz perl-threaded-5.10.1_1.tbz
 intltool-0.40.6.tbz libogg-1.1.4,4.tbz libvorbis-1.2.3_1,3.tbz
 libmikmod-3.1.11_2.tbz flac-1.2.1_1.tbz smpeg-0.4.4_8.tbz
 sdl_mixer-1.2.11.tbz glib-2.24.1.tbz gio-fam-backend-2.24.1.tbz
 pcre-8.02.tbz python26-2.6.5.tbz gamin-0.1.10_3.tbz atk-1.30.0.tbz
 png-1.4.1_1.tbz tiff-3.9.2_1.tbz jpeg-8_2.tbz jasper-1.900.1_9.tbz
 pango-1.28.0.tbz shared-mime-info-0.71.tbz hicolor-icon-theme-0.12.tbz
 libXinerama-1.1,1.tbz libXi-1.3,1.tbz libXcursor-1.1.10.tbz
 libXcomposite-0.4.1,1.tbz jbigkit-1.6.tbz cairo-1.8.10_1,1.tbz
 xorg-fonts-truetype-7.5.tbz encodings-1.0.3,1.tbz
 gobject-introspection-0.6.11.tbz libXft-2.1.14.tbz libxml2-2.7.7.tbz
 xineramaproto-1.2.tbz inputproto-2.0.tbz compositeproto-0.4.1.tbz
 freetype2-2.3.12.tbz fontconfig-2.8.0,1.tbz pixman-0.16.6.tbz
 xcb-util-0.3.6_1.tbz font-bh-ttf-1.0.1.tbz font-misc-meltho-1.0.1.tbz
 font-misc-ethiopic-1.0.1.tbz bitstream-vera-1.10_4.tbz
 font-util-1.0.2.tbz libffi-3.0.9.tbz bison-2.4.1,1.tbz
 mkfontdir-1.0.5.tbz mkfontscale-1.0.7.tbz m4-1.4.14_1,1.tbz
 libfontenc-1.0.5.tbz gtk-2.20.1_1.tbz
 adding dependencies
 pkg_add nasm-2.08.01,1.tbz
 pkg_add gettext-0.17_1.tbz
 pkg_add libiconv-1.13.1_1.tbz
 skipping libiconv-1.13.1_1, already added
 pkg_add gmake-3.81_3.tbz
 pkg_add gmp-5.0.1.tbz
 pkg_add mpfr-2.4.2_1.tbz
 pkg_add gcc-4.2.5.20090325_3.tbz
 pkg_add aalib-1.4.r5_4.tbz
 
 
 *****************************************************************
 Although libxcb can yield dramatic improvements in speed,
 memory footprint, and responsiveness, and will probably
 become the default Xlib for X.org/freedesktop.org, it is
 still experimental software.  Some broken callers will abort()
 on locking assertion failures.  As a temporary workaround, set
 LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort().
 This may result in noisy stacktrace printing.
 *****************************************************************
 
 pkg_add libGLU-7.4.4.tbz
 pkg_add libX11-1.3.3,1.tbz
 skipping libX11-1.3.3,1, already added
 pkg_add libXrender-0.9.5.tbz
 pkg_add libXrandr-1.3.0.tbz
 pkg_add pkg-config-0.23_1.tbz
 skipping pkg-config-0.23_1, already added
 pkg_add libGL-7.4.4.tbz
 skipping libGL-7.4.4, already added
 pkg_add libXext-1.1.1,1.tbz
 skipping libXext-1.1.1,1, already added
 pkg_add libXxf86vm-1.1.0.tbz
 skipping libXxf86vm-1.1.0, already added
 pkg_add libXdamage-1.1.2.tbz
 skipping libXdamage-1.1.2, already added
 pkg_add libXfixes-4.0.4.tbz
 skipping libXfixes-4.0.4, already added
 pkg_add libxcb-1.6.tbz
 skipping libxcb-1.6, already added
 pkg_add kbproto-1.0.4.tbz
 skipping kbproto-1.0.4, already added
 pkg_add libXau-1.0.5.tbz
 skipping libXau-1.0.5, already added
 pkg_add libXdmcp-1.0.3.tbz
 skipping libXdmcp-1.0.3, already added
 pkg_add xproto-7.0.16.tbz
 skipping xproto-7.0.16, already added
 pkg_add renderproto-0.11.tbz
 skipping renderproto-0.11, already added
 pkg_add randrproto-1.3.1.tbz
 skipping randrproto-1.3.1, already added
 pkg_add libdrm-2.4.12_1.tbz
 skipping libdrm-2.4.12_1, already added
 pkg_add expat-2.0.1_1.tbz
 skipping expat-2.0.1_1, already added
 pkg_add dri2proto-2.2.tbz
 skipping dri2proto-2.2, already added
 pkg_add xextproto-7.1.1.tbz
 skipping xextproto-7.1.1, already added
 pkg_add xf86vidmodeproto-2.3.tbz
 skipping xf86vidmodeproto-2.3, already added
 pkg_add damageproto-1.2.0.tbz
 skipping damageproto-1.2.0, already added
 pkg_add fixesproto-4.1.1.tbz
 skipping fixesproto-4.1.1, already added
 pkg_add libpthread-stubs-0.3_3.tbz
 skipping libpthread-stubs-0.3_3, already added
 pkg_add sdl-1.2.14_1,2.tbz
 
 ---------------------------------------------------------------------------=
 ---
  Your SDL library has been built with libvgl support, which means that you
  can run almost any SDL application straight on your console (VESA 2.0
  compatible videocard is required).
 
  To do this you have to load the vesa kernel module or enable it in your
  kernel, and set environment variable "SDL_VIDEODRIVER=3Dvgl".
 ---------------------------------------------------------------------------=
 ---
 
 pkg_add p5-XML-Parser-2.36_1.tbz
 Removing stale symlinks from /usr/bin...
     Skipping /usr/bin/perl
     Skipping /usr/bin/perl5
 Done.
 Creating various symlinks in /usr/bin...
     Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl
     Symlinking /usr/local/bin/perl5.10.1 to /usr/bin/perl5
 Done.
 Cleaning up /etc/make.conf... Done.
 Spamming /etc/make.conf... Done.
 Cleaning up /etc/manpath.config... Done.
 Spamming /etc/manpath.config... Done.
 pkg_add perl-threaded-5.10.1_1.tbz
 skipping perl-threaded-5.10.1_1, already added
 pkg_add intltool-0.40.6.tbz
 pkg_add libogg-1.1.4,4.tbz
 pkg_add libvorbis-1.2.3_1,3.tbz
 pkg_add libmikmod-3.1.11_2.tbz
 pkg_add flac-1.2.1_1.tbz
 pkg_add smpeg-0.4.4_8.tbz
 pkg_add sdl_mixer-1.2.11.tbz
 pkg_add glib-2.24.1.tbz
 
 =3D=3D=3D=3D
 Note that some of the standard modules are provided as separate
 ports since they require extra dependencies:
 
 bsddb           databases/py-bsddb
 gdbm            databases/py-gdbm
 sqlite3		databases/py-sqlite3
 tkinter         x11-toolkits/py-tkinter
 
 Install them as needed.
 =3D=3D=3D=3D
 
 pkg_add gio-fam-backend-2.24.1.tbz
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D
 
 Gamin will only provide realtime notification of changes for at most n file=
 s,
 where n is the minimum value between (kern.maxfiles * 0.7) and
 (kern.maxfilesperproc - 200). Beyond that limit, files will be polled.
 
 If you often open several large folders with Nautilus, you might want to
 increase the kern.maxfiles tunable (you do not need to set
 kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles)=
 .
 
 For a typical desktop, add the following line to /boot/loader.conf, then
 reboot the system:
 
     kern.maxfiles=3D"25000"
 
 The behavior of gamin can be controlled via the various gaminrc files.
 See http://www.gnome.org/~veillard/gamin/config.html on how to create
 these files.  In particular, if you find gam_server is taking up too much
 CPU time polling for changes, something like the following may help
 in one of the gaminrc files:
 
 # reduce polling frequency to once per 10 seconds
 # for UFS file systems in order to lower CPU load
 fsset ufs poll 10
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D
 
 pkg_add pcre-8.02.tbz
 skipping pcre-8.02, already added
 pkg_add python26-2.6.5.tbz
 skipping python26-2.6.5, already added
 pkg_add gamin-0.1.10_3.tbz
 skipping gamin-0.1.10_3, already added
 pkg_add atk-1.30.0.tbz
 pkg_add png-1.4.1_1.tbz
 pkg_add tiff-3.9.2_1.tbz
 pkg_add jpeg-8_2.tbz
 skipping jpeg-8_2, already added
 pkg_add jasper-1.900.1_9.tbz
 pkg_add pango-1.28.0.tbz
 Running fc-cache to build fontconfig cache...
 /usr/local/lib/X11/fonts: caching, new cache contents: 0 fonts, 3 dirs
 /usr/local/lib/X11/fonts/encodings: caching, new cache contents: 0 fonts, 1=
  dirs
 /usr/local/lib/X11/fonts/encodings/large: caching, new cache contents:
 0 fonts, 0 dirs
 /usr/local/lib/X11/fonts/local: caching, new cache contents: 0 fonts, 0 dir=
 s
 /usr/local/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
 /root/.fonts: skipping, no such directory
 /var/db/fontconfig: cleaning cache directory
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /var/tmp/instmp.Zd9C7F/lib/X11/fonts/bitstream-vera: caching, new
 cache contents: 10 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 deea84fa067eec67b69dab1b2344175b-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 /usr/local/bin/fc-cache: succeeded
 
 IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f=
 onts
 before using.  The copyright can be found at
 /usr/local/lib/X11/fonts/bitstream-vera/COPYRIGHT.TXT.  To
 use these fonts, follow the instructions below.
 
 Make sure that the freetype module is loaded.  If it is not, add the follow=
 ing
 line to the "Modules" section of your X Windows configuration file:
 
 	Load "freetype"
 
 Add the following line to the "Files" section of X Windows configuration fi=
 le:
 
 	FontPath "/usr/local/lib/X11/fonts/bitstream-vera/"
 
 Note: your X Windows configuration file is typically /etc/X11/xorg.conf
 
 /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 1 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 f61ff5eb5829c6ed2150475b209fd238-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 1 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /var/db/fontconfig: invalid cache file:
 d6a82a7420f683b92800b5c72e29748a-le32d4.cache-3
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 /usr/local/lib/X11/fonts/TTF: caching, new cache contents: 13 fonts, 0 dirs
 /var/db/fontconfig: cleaning cache directory
 /root/.fontconfig: not cleaning non-existent cache directory
 fc-cache: succeeded
 pkg_add shared-mime-info-0.71.tbz
 pkg_add hicolor-icon-theme-0.12.tbz
 pkg_add libXinerama-1.1,1.tbz
 pkg_add libXi-1.3,1.tbz
 pkg_add libXcursor-1.1.10.tbz
 pkg_add libXcomposite-0.4.1,1.tbz
 pkg_add jbigkit-1.6.tbz
 skipping jbigkit-1.6, already added
 pkg_add cairo-1.8.10_1,1.tbz
 skipping cairo-1.8.10_1,1, already added
 pkg_add xorg-fonts-truetype-7.5.tbz
 skipping xorg-fonts-truetype-7.5, already added
 pkg_add encodings-1.0.3,1.tbz
 skipping encodings-1.0.3,1, already added
 pkg_add gobject-introspection-0.6.11.tbz
 skipping gobject-introspection-0.6.11, already added
 pkg_add libXft-2.1.14.tbz
 skipping libXft-2.1.14, already added
 pkg_add libxml2-2.7.7.tbz
 skipping libxml2-2.7.7, already added
 pkg_add xineramaproto-1.2.tbz
 skipping xineramaproto-1.2, already added
 pkg_add inputproto-2.0.tbz
 skipping inputproto-2.0, already added
 pkg_add compositeproto-0.4.1.tbz
 skipping compositeproto-0.4.1, already added
 pkg_add freetype2-2.3.12.tbz
 skipping freetype2-2.3.12, already added
 pkg_add fontconfig-2.8.0,1.tbz
 skipping fontconfig-2.8.0,1, already added
 pkg_add pixman-0.16.6.tbz
 skipping pixman-0.16.6, already added
 pkg_add xcb-util-0.3.6_1.tbz
 skipping xcb-util-0.3.6_1, already added
 pkg_add font-bh-ttf-1.0.1.tbz
 skipping font-bh-ttf-1.0.1, already added
 pkg_add font-misc-meltho-1.0.1.tbz
 skipping font-misc-meltho-1.0.1, already added
 pkg_add font-misc-ethiopic-1.0.1.tbz
 skipping font-misc-ethiopic-1.0.1, already added
 pkg_add bitstream-vera-1.10_4.tbz
 skipping bitstream-vera-1.10_4, already added
 pkg_add font-util-1.0.2.tbz
 skipping font-util-1.0.2, already added
 pkg_add libffi-3.0.9.tbz
 skipping libffi-3.0.9, already added
 pkg_add bison-2.4.1,1.tbz
 skipping bison-2.4.1,1, already added
 pkg_add mkfontdir-1.0.5.tbz
 skipping mkfontdir-1.0.5, already added
 pkg_add mkfontscale-1.0.7.tbz
 skipping mkfontscale-1.0.7, already added
 pkg_add m4-1.4.14_1,1.tbz
 skipping m4-1.4.14_1,1, already added
 pkg_add libfontenc-1.0.5.tbz
 skipping libfontenc-1.0.5, already added
 pkg_add gtk-2.20.1_1.tbz
 =3D=3D=3D>   eduke32-20100520 depends on executable: nasm - found
 =3D=3D=3D>   eduke32-20100520 depends on executable: gmake - found
 =3D=3D=3D>   eduke32-20100520 depends on executable: gcc42 - found
 =3D=3D=3D>   eduke32-20100520 depends on file: /usr/local/bin/sdl-config - =
 found
 =3D=3D=3D>   eduke32-20100520 depends on file: /usr/local/bin/intltool-extr=
 act - found
 =3D=3D=3D>   eduke32-20100520 depends on executable: pkg-config - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: vorbis.4 - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: GL.1 - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: SDL-1.2.11 - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: SDL_mixer-1.2.10 -=
  found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: atk-1.0.0 - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: glib-2.0.0 - found
 =3D=3D=3D>   eduke32-20100520 depends on shared library: gtk-x11-2.0.0 - fo=
 und
 =3D=3D=3D>   eduke32-20100520 depends on shared library: pango-1.0.0 - foun=
 d
 =3D=3D=3D>  Configuring for eduke32-20100520
 =3D=3D=3D>  Building for eduke32-20100520
 =1B[K=1B[1;36mBuild started using "gcc42  -W -Wall -Wimplicit
 -Werror-implicit-function-declaration -funsigned-char
 -fno-strict-aliasing -DNO_GCC_BUILTINS -Isource -Ibuild/include
 -Isource/jmact -Isource/jaudiolib/include -Isource/enet/include
 -D_FORTIFY_SOURCE=3D2 -fjump-tables -fno-stack-protector -fno-pic
 -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=3D1
 -D_REENTRANT -DHAVE_GTK2 -D_THREAD_SAFE -D_REENTRANT
 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/
 -I/usr/local/include -I/usr/local/include/glib-2.0
 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
 -I/usr/local/include/freetype2    -DHAVE_INTTYPES -DRENDERTYPESDL=3D1
 -DSUPERBUILD -DPOLYMOST -DUSE_OPENGL -DPOLYMER -DNEDMALLOC"=1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/game.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/game.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/game.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/game.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/game.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/game.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/game.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/actors.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/actors.c:24:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/actors.c:24:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/actors.c:24:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/actors.c:24:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/actors.c:24:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/actors.c: In function 'G_AddGameLight':
 source/actors.c:677: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/actors.c:679: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/actors.c: In function 'G_MoveEffectors':
 source/actors.c:7596: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/actors.c:7598: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/actors.c:7657: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/actors.c:7659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/actors.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/anim.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/anim.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/anim.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/anim.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/anim.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/anim.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/anim.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/config.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/config.c:34:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/config.c:34:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/config.c:34:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/config.c:34:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/config.c:34:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/config.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/gamedef.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/gamedef.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/gamedef.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/gamedef.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/gamedef.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/gamedef.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/gamedef.c:5961: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/gamedef.c:5996: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/gamedef.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/gameexec.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/gameexec.c:28:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/gameexec.c:28:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/gameexec.c:28:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/gameexec.c:28:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/gameexec.c:28:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/gameexec.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/gamevars.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/gamevars.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/gamevars.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/gamevars.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/gamevars.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/gamevars.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/gamevars.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/global.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/global.c:24:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/global.c:24:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/global.c:24:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/global.c:24:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/global.c:24:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/global.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/menus.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/menus.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/menus.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/menus.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/menus.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/menus.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/menus.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/namesdyn.o=1B[0m...=1B[0m
 In file included from source/namesdyn.c:27:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/namesdyn.c:27:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/namesdyn.c:28:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/namesdyn.c:28:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/namesdyn.c:28:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/namesdyn.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/player.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/player.c:27:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/player.c:27:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/player.c:27:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/player.c:27:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/player.c:27:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/player.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/premap.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/premap.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/premap.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/premap.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/premap.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/premap.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/premap.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/savegame.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/savegame.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/savegame.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/savegame.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/savegame.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/savegame.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/savegame.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/sector.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/sector.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/sector.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/sector.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/sector.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/sector.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/sector.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/rts.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/rts.c:25:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/rts.c:25:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/rts.c:25:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/rts.c:25:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/rts.c:25:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/rts.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/osdfuncs.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/osdfuncs.c:1:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/osdfuncs.c:1:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/osdfuncs.c:1:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/osdfuncs.c:1:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/osdfuncs.c:1:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/osdfuncs.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/osdcmds.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/osdcmds.c:28:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/osdcmds.c:28:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/osdcmds.c:28:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/osdcmds.c:28:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/osdcmds.c:28:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/osdcmds.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/grpscan.o=1B[0m...=1B[0m
 In file included from build/include/cache1d.h:7,
                  from source/grpscan.c:5:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/duke3d.h:35,
                  from source/grpscan.c:8:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/grpscan.c:8:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from source/grpscan.c:8:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/grpscan.c:8:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/grpscan.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/sounds.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/sounds.c:31:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/sounds.c:31:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/sounds.c:31:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/sounds.c:31:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/sounds.c:31:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/sounds.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/util_lib.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/util_lib.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/file_lib.o=1B[0m...=1B[0m
 In file included from build/include/cache1d.h:7,
                  from source/jmact/file_lib.c:44:
 build/include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/file_lib.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/control.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/control.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/keyboard.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/keyboard.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/mouse.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/mouse.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/mathutil.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/mathutil.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/scriplib.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/scriplib.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/animlib.o=1B[0m...=1B[0m
 source/jmact/animlib.c:39: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 source/jmact/animlib.c:81: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/animlib.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/game_banner.o=1B[0m...=1B[0m
 rsrc/game_banner.c:3755: warning: pointer targets in initialization
 differ in signedness
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/game_banner.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/startgtk.game.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/startgtk.game.c:8:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/startgtk.game.c:8:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/startgtk.game.c:8:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/startgtk.game.c:8:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/startgtk.game.c:8:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/startgtk.game.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/game_icon.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/game_icon.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/sdlmusic.o=1B[0m...=1B[0m
 In file included from source/duke3d.h:35,
                  from source/sdlmusic.c:32:
 build/include/build.h:70: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/build.h:430: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/build.h:704,
                  from source/duke3d.h:35,
                  from source/sdlmusic.c:32:
 build/include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is
 not supported on this target
 build/include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is
 not supported on this target
 In file included from build/include/cache1d.h:7,
                  from source/duke3d.h:39,
                  from source/sdlmusic.c:32:
 build/include/mutex.h:21:7: warning: no newline at end of file
 In file included from source/sdlmusic.c:32:
 source/duke3d.h:261: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 In file included from source/sdlmusic.c:32:
 source/duke3d.h:659: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 source/duke3d.h:667: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 source/duke3d.h:1133: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32mobj/sdlmusic.o=1B[0;32m =1B[0m
 =1B[K=1B[0;35mChanging dir to
 =1B[1;35m/work/a/ports/games/eduke32/work/eduke32_20100520-1647/build=1B[0;=
 35m
 =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/a.o=1B[0m...=1B[0m
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/a.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/a-c.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/a-c.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/baselayer.o=1B[0m...=1B[0m
 In file included from src/baselayer.c:3:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/baselayer.c:3:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/baselayer.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/cache1d.o=1B[0m...=1B[0m
 In file included from include/cache1d.h:7,
                  from src/cache1d.c:9:
 include/mutex.h:21:7: warning: no newline at end of file
 In file included from src/cache1d.c:12:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/cache1d.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/compat.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/compat.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/crc32.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/crc32.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/defs.o=1B[0m...=1B[0m
 In file included from src/defs.c:8:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/defs.c:8:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/cache1d.h:7,
                  from src/defs.c:12:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/defs.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/engine.o=1B[0m...=1B[0m
 In file included from src/engine.c:14:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/engine.c:14:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/cache1d.h:7,
                  from src/engine.c:16:
 include/mutex.h:21:7: warning: no newline at end of file
 src/engine.c:6824: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 src/engine.c:6901: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 src/engine.c: In function 'loadmaphack':
 src/engine.c:7485: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 src/engine.c:7487: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/engine.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/polymost.o=1B[0m...=1B[0m
 In file included from src/polymost.c:72:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/polymost.c:72:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/cache1d.h:7,
                  from src/polymost.c:87:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/polymost.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/hightile.o=1B[0m...=1B[0m
 In file included from src/hightile.c:9:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/hightile.c:9:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/hightile.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/textfont.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/textfont.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/smalltextfont.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/smalltextfont.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/kplib.o=1B[0m...=1B[0m
 In file included from include/cache1d.h:7,
                  from src/kplib.c:3274:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/kplib.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/quicklz.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/quicklz.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/md4.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/md4.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/osd.o=1B[0m...=1B[0m
 In file included from src/osd.c:5:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/osd.c:5:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/cache1d.h:7,
                  from src/osd.c:9:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/osd.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/pragmas.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/pragmas.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/scriptfile.o=1B[0m...=1B[0m
 In file included from include/cache1d.h:7,
                  from src/scriptfile.c:12:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/scriptfile.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/mutex.o=1B[0m...=1B[0m
 In file included from src/mutex.c:2:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/mutex.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/mdsprite.o=1B[0m...=1B[0m
 In file included from src/mdsprite.c:6:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/mdsprite.c:6:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/cache1d.h:7,
                  from src/mdsprite.c:14:
 include/mutex.h:21:7: warning: no newline at end of file
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/mdsprite.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/glbuild.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/glbuild.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/polymer.o=1B[0m...=1B[0m
 In file included from include/polymer.h:23,
                  from src/polymer.c:6:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from src/polymer.c:6:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 src/polymer.c:139: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 src/polymer.c:146: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/polymer.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/nedmalloc.o=1B[0m...=1B[0m
 src/nedmalloc.c: In function 'nedblksize':
 src/nedmalloc.c:513: warning: unused variable 'mspace'
 src/nedmalloc.c: In function 'RemoveCacheEntries':
 src/nedmalloc.c:675: warning: unused parameter 'p'
 src/nedmalloc.c: In function 'threadcache_malloc':
 src/nedmalloc.c:777: warning: unused parameter 'p'
 src/nedmalloc.c: In function 'ReleaseFreeInCache':
 src/nedmalloc.c:864: warning: unused parameter 'mymspace'
 src/nedmalloc.c: In function 'threadcache_free':
 src/nedmalloc.c:900: warning: suggest parentheses around + or - inside shif=
 t
 src/nedmalloc.c: In function 'nedpmallinfo':
 src/nedmalloc.c:1443: warning: missing initializer
 src/nedmalloc.c:1443: warning: (near initialization for 'ret.ordblks')
 src/nedmalloc.c: In function 'nedpmallopt':
 src/nedmalloc.c:1460: warning: unused parameter 'p'
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/nedmalloc.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/sdlayer.o=1B[0m...=1B[0m
 In file included from include/cache1d.h:7,
                  from src/sdlayer.c:13:
 include/mutex.h:21:7: warning: no newline at end of file
 In file included from src/sdlayer.c:16:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/sdlayer.c:16:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 src/sdlayer.c:1665:2: warning: #warning "Using SDL 1.2"
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/sdlayer.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/gtkbits.o=1B[0m...=1B[0m
 In file included from src/gtkbits.c:11:
 include/build.h:70: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/build.h:430: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 In file included from include/build.h:704,
                  from src/gtkbits.c:11:
 include/polymer.h:170: warning: #pragma pack(push[, id], <n>) is not
 supported on this target
 include/polymer.h:197: warning: #pragma pack(pop[, id], <n>) is not
 supported on this target
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/gtkbits.o=1B[0;32m =1B[0m
 =1B[K=1B[0mBuilding object =1B[1m../eobj/dynamicgtk.o=1B[0m...=1B[0m
 gcc42: -rpath=3D/usr/local/lib/gcc42: linker input file unused because
 linking not done
 =1B[K=1B[0;32mBuilt object =1B[1;32m../eobj/dynamicgtk.o=1B[0;32m =1B[0m
 =1B[K=1B[0;35mChanging dir to
 =1B[1;35m/work/a/ports/games/eduke32/work/eduke32_20100520-1647=1B[0;35m
 =1B[0m
 =1B[K=1B[0;35mChanging dir to
 =1B[1;35m/work/a/ports/games/eduke32/work/eduke32_20100520-1647/source/jaud=
 iolib=1B[0;35m
 =1B[0m
 =1B[K=1B[0mBuilding object =1B[1mobj/drivers.o=1B[0m...=1B[0m
 cc1: error: unrecognized command line option "-fjump-tables"
 cc1: error: unrecognized command line option "-fno-stack-protector"
 =1B[K=1B[0;31mFailed building =1B[1;31mobj/drivers.o=1B[0;31m from=1B[0m
 =1B[1;31msrc/drivers.c=1B[0;31m!=1B[0m
 gmake[1]: *** [obj/drivers.o] Error 1
 gmake: *** [source/jaudiolib/libjfaudiolib.a] Error 2
 *** Error code 1
 
 Stop in /a/ports/games/eduke32.
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 build of /usr/ports/games/eduke32 ended at Wed Jun  2 01:42:39 UTC 2010
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Sep 23 05:08:18 UTC 2010 
State-Changed-Why:  
maintainer timeout (Olivier Smedts <olivier@gid0.org>; 113 days) 


Responsible-Changed-From-To: wen->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Sep 23 05:08:18 UTC 2010 
Responsible-Changed-Why:  
maintainer timeout (Olivier Smedts <olivier@gid0.org>; 113 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146872 
>Unformatted:
