pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xdoom Depend on doom1 instead of providing doom ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6b6cc1e1bef
branches:  trunk
changeset: 572265:c6b6cc1e1bef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 22 22:13:09 2010 +0000

description:
Depend on doom1 instead of providing doom wad.
Bump PKGREVISION.

diffstat:

 games/xdoom/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r b2a0a95e4134 -r c6b6cc1e1bef games/xdoom/Makefile
--- a/games/xdoom/Makefile      Mon Feb 22 22:12:52 2010 +0000
+++ b/games/xdoom/Makefile      Mon Feb 22 22:13:09 2010 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.47 2010/02/22 22:07:48 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2010/02/22 22:13:09 wiz Exp $
 
 DISTNAME=      linuxdoom-1.10
 PKGNAME=       xdoom-1.10
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    games x11
 MASTER_SITES=  ftp://ftp.idsoftware.com/idstuff/source/
 MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/doom/
-DISTFILES=     doomsrc.zip doom-1.8.wad.gz
+DISTFILES=     doomsrc.zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 # HOMEPAGE=    http://www.idsoftware.com/archives/doomarc.html
@@ -14,9 +14,9 @@
 COMMENT=       3D shoot-em-up for 8-bit X11 displays
 LICENSE=       xdoom-license
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+DEPENDS+=      doom1-[0-9]*:../../games/doom1
 
-EXTRACT_ONLY=          doomsrc.zip
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 WRKSRC=                ${WRKDIR}
 USE_X11BASE=   yes
@@ -37,7 +37,7 @@
 CFLAGS+=       -D__BIG_ENDIAN__=1
 .endif
 
-INSTALLATION_DIRS=     bin share/doom
+INSTALLATION_DIRS=     bin
 
 post-extract:
        (cd ${WRKDIR}; ${TAR} xzf linuxdoom-1.10.src.tgz)
@@ -52,8 +52,6 @@
                ${DESTDIR}${PREFIX}/bin/xdoom
        ${INSTALL_PROGRAM} ${WRKSRC}/sndserv/linux/sndserver \
                ${DESTDIR}${PREFIX}/bin/sndserver
-       ${GUNZIP_CMD} -c ${DISTDIR}/doom-1.8.wad.gz \
-               > ${DESTDIR}${PREFIX}/share/doom/doom1.wad
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"



Home | Main Index | Thread Index | Old Index