Received: by mail.netbsd.org (Postfix, from userid 605) id 1B6FE84D24; Thu, 22 Apr 2021 09:24:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5577984CDA for ; Thu, 22 Apr 2021 09:23:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hZk97yUXCZ7J for ; Thu, 22 Apr 2021 09:23:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA24984CD8 for ; Thu, 22 Apr 2021 09:23:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3776FA95; Thu, 22 Apr 2021 09:23:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619083438270560" MIME-Version: 1.0 Date: Thu, 22 Apr 2021 09:23:58 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/quakedata To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210422092358.A3776FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619083438270560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1619083438270560 Content-Disposition: inline Content-Length: 1168 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1619083438270560--