pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/quakedata



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 22 09:23:58 UTC 2021

Modified Files:
        pkgsrc/games/quakedata: Makefile

Log Message:
quakedata: switch to lhasa to avoid strange build failure


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/quakedata/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/quakedata/Makefile
diff -u pkgsrc/games/quakedata/Makefile:1.29 pkgsrc/games/quakedata/Makefile:1.30
--- pkgsrc/games/quakedata/Makefile:1.29        Wed Apr 21 15:34:46 2021
+++ pkgsrc/games/quakedata/Makefile     Thu Apr 22 09:23:58 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2021/04/21 15:34:46 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/22 09:23:58 nia Exp $
 
 DISTNAME=      quake106
 PKGNAME=       quakedata-1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/quake/
 EXTRACT_SUFX=  .zip
@@ -17,17 +17,16 @@ NO_SRC_ON_CDROM=    ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 
-BUILD_DEPENDS+=        lha-[0-9]*:../../archivers/lha
+TOOL_DEPENDS+=         lhasa-[0-9]*:../../archivers/lhasa
 
 EXTRACT_ELEMENTS=      resource.*
 
 WRKSRC=                ${WRKDIR}
 NO_BUILD=      YES
-USE_TOOLS+=    lha
 
 post-extract:
        cd ${WRKSRC} && ${CAT} resource.dat resource.1 > resource.exe
-       cd ${WRKDIR} && ${LHA} xfq resource.exe id1/pak0.pak
+       cd ${WRKDIR} && ${PREFIX}/bin/lha xfq resource.exe id1/pak0.pak
 
 do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/quake/id1



Home | Main Index | Thread Index | Old Index