View | Details | Raw Unified | Return to bug 94821
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	deng
8
PORTNAME=	deng
9
PORTVERSION=	1.8.6
9
PORTVERSION=	1.9.0b3
10
PORTREVISION=	2
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/-beta/}
14
14
15
MAINTAINER=	ip@doom.homeunix.org
15
MAINTAINER=	ip@doom.homeunix.org
16
COMMENT=	An enhanced Doom, Heretic and Hexen source port
16
COMMENT=	An enhanced Doom, Heretic and Hexen source port
Lines 18-24 Link Here
18
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
18
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
19
RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity
19
RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity
20
20
21
USE_REINPLACE=	yes
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CFLAGS="${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" \
23
CONFIGURE_ENV=	CFLAGS="${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (deng-1.8.6.tar.gz) = 1717d0de5bc8efba9076d6b8e2055d08
1
MD5 (deng-1.9.0-beta3.tar.gz) = 581fefd6165dd4104b25656a6b9f31b4
2
SHA256 (deng-1.8.6.tar.gz) = 06e33d9efe3522c72940bda0d6892e58e2b1479f2b261a885b7854b9ce0201a6
2
SHA256 (deng-1.9.0-beta3.tar.gz) = a52dca759ab48a14548f255f955c10602a6591aa48687993dd4b6131723ce5fb
3
SIZE (deng-1.8.6.tar.gz) = 3157590
3
SIZE (deng-1.9.0-beta3.tar.gz) = 3224025
(-)files/patch-Src_dd__pinit.c (-3 / +3 lines)
Lines 1-11 Link Here
1
--- Src/dd_pinit.c.orig
1
--- Src/dd_pinit.c.orig
2
+++ Src/dd_pinit.c
2
+++ Src/dd_pinit.c
3
@@ -227,7 +227,7 @@
3
@@ -226,7 +226,7 @@
4
 	FH_Clear();
4
 	FH_Clear();
5
 	ArgShutdown();
5
 	ArgShutdown();
6
 	free(mainzone);
6
     Z_Shutdown();
7
-	DD_ShutdownDGL();
7
-	DD_ShutdownDGL();
8
+//	DD_ShutdownDGL();
8
+	//DD_ShutdownDGL();
9
 
9
 
10
 	// Close the message output file.
10
 	// Close the message output file.
11
 	fclose(outFile);
11
 	fclose(outFile);

Return to bug 94821