pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Remove games/quake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddc790604dab
branches:  trunk
changeset: 444892:ddc790604dab
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 14 13:23:25 2021 +0000

description:
Remove games/quake

This has bitrotted with time and no longer works on its target platforms,
having been surpassed by newer "faithful ports" like games/tyrquake

PR pkg/29439

diffstat:

 games/Makefile               |    3 +-
 games/quake/DESCR            |    1 -
 games/quake/MESSAGE          |   10 -
 games/quake/Makefile         |   61 ----
 games/quake/PLIST            |    6 -
 games/quake/distinfo         |   22 -
 games/quake/patches/patch-aa |  549 -------------------------------------------
 games/quake/patches/patch-ab |   13 -
 games/quake/patches/patch-ac |   43 ---
 games/quake/patches/patch-ad |  176 -------------
 games/quake/patches/patch-ae |  115 ---------
 games/quake/patches/patch-af |   13 -
 games/quake/patches/patch-ag |  547 ------------------------------------------
 games/quake/patches/patch-ah |   14 -
 games/quake/patches/patch-ai |   84 ------
 games/quake/patches/patch-aj |  176 -------------
 games/quake/patches/patch-ak |   14 -
 games/quake/patches/patch-al |   13 -
 games/quake/patches/patch-am |   13 -
 games/quake/patches/patch-an |   13 -
 games/quake/patches/patch-ao |   27 --
 games/quake/patches/patch-ap |   13 -
 22 files changed, 1 insertions(+), 1925 deletions(-)

diffs (truncated from 2024 to 300 lines):

diff -r e38dbff30a37 -r ddc790604dab games/Makefile
--- a/games/Makefile    Thu Jan 14 13:09:08 2021 +0000
+++ b/games/Makefile    Thu Jan 14 13:23:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.494 2020/09/30 08:07:56 nia Exp $
+# $NetBSD: Makefile,v 1.495 2021/01/14 13:23:25 nia Exp $
 #
 
 COMMENT=       Games
@@ -339,7 +339,6 @@
 SUBDIR+=       qqwing
 SUBDIR+=       qstat
 SUBDIR+=       quadrupleback
-SUBDIR+=       quake
 SUBDIR+=       quake2forge
 SUBDIR+=       quake6
 SUBDIR+=       quakedata
diff -r e38dbff30a37 -r ddc790604dab games/quake/DESCR
--- a/games/quake/DESCR Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-legendary first person shoot'em up game
diff -r e38dbff30a37 -r ddc790604dab games/quake/MESSAGE
--- a/games/quake/MESSAGE       Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2003/11/18 14:13:47 xtraeme Exp $
-
-To run quake you need data files. The quakedata package, which contains
-the shareware data, has been installed.
-
-To start a game, run quake.x11 from a directory that contains
-id1/pak0.pak, for example, ${PREFIX}/share/quake/.
-
-===========================================================================
diff -r e38dbff30a37 -r ddc790604dab games/quake/Makefile
--- a/games/quake/Makefile      Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-# $NetBSD: Makefile,v 1.53 2018/03/07 11:57:30 wiz Exp $
-
-DISTNAME=      q1source
-PKGNAME=       quake-2.30
-PKGREVISION=   7
-CATEGORIES=    games x11
-MASTER_SITES=  ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/source/
-MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/source/
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.idsoftware.com/
-COMMENT=       Legendary first person shoot'em up game
-
-DEPENDS+=      quakedata-[0-9]*:../../games/quakedata
-
-ONLY_FOR_PLATFORM=     *-*-i386
-
-WRKSRC=                ${WRKDIR}
-USE_TOOLS+=    gmake
-MAKE_ENV+=     MAINDIR=${WRKSRC}
-
-
-MAKE_ENV+=     MESA_DIR=${BUILDLINK_PREFIX.Mesa}
-MAKE_ENV+=     X11BASE=${X11BASE}
-
-LDFLAGS+=      ${LIBOSSAUDIO}
-
-INSTALLATION_DIRS=     bin
-
-do-configure:
-       cd ${WRKSRC}/QW && ${LN} -fs Makefile.Linux ${MAKE_FILE}
-       cd ${WRKSRC}/WinQuake && ${LN} -fs Makefile.linuxi386 ${MAKE_FILE}
-
-do-build:
-       ( cd ${WRKSRC}/QW ; ${SETENV} ${MAKE_ENV} \
-           ${GMAKE} MAINDIR=`pwd` CFLAGS="${CFLAGS}" all)
-       ( cd ${WRKSRC}/WinQuake ; ${SETENV} ${MAKE_ENV} \
-           ${GMAKE} MAINDIR=`pwd` CFLAGS="${CFLAGS}" \
-               WRKSRC="${WRKSRC}" all)
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/QW/release_version/qwsv \
-           ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/QW/release_version/qwcl.x11 \
-           ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/QW/release_version/glqwcl.glx \
-           ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/WinQuake/release_version/bin/glquake.glx \
-           ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_PROGRAM} ${WRKSRC}/WinQuake/release_version/bin/quake.x11 \
-           ${DESTDIR}${PREFIX}/bin
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXxf86dga/buildlink3.mk"
-.include "../../x11/libXxf86vm/buildlink3.mk"
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e38dbff30a37 -r ddc790604dab games/quake/PLIST
--- a/games/quake/PLIST Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/01 22:29:34 rillig Exp $
-bin/glquake.glx
-bin/glqwcl.glx
-bin/quake.x11
-bin/qwcl.x11
-bin/qwsv
diff -r e38dbff30a37 -r ddc790604dab games/quake/distinfo
--- a/games/quake/distinfo      Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 20:57:02 agc Exp $
-
-SHA1 (q1source.zip) = 1f607e549c6aa3921797e51b7d2038e95116c989
-RMD160 (q1source.zip) = 57a750e8644116d0d07a273ea6ad0b6d3071c89f
-SHA512 (q1source.zip) = c8c52cfd3ebd4e852f31cb9a5e6c4781986662a44528f012680713150e7daabe5eb698fc5e43b452d162caa493e604b21907eff48b92f9c7e6372c3a7cb88a87
-Size (q1source.zip) = 3211531 bytes
-SHA1 (patch-aa) = 7b4f06a9650a83c221a9c16b69fdaf107ea025c4
-SHA1 (patch-ab) = 164aa9d8fbaf19b16aec17ce99cd632ee1986c8b
-SHA1 (patch-ac) = f7dc2284fd997a0cc75644d0a19a4747eb138b53
-SHA1 (patch-ad) = 187ba247c14324419383624b3dec054a098f0055
-SHA1 (patch-ae) = 6164ee9bfaf748f241e5b1c763a0ffa681d45dc9
-SHA1 (patch-af) = 57d5d0d88dcd745517b24bd4bdc9ceef494ef3a6
-SHA1 (patch-ag) = c56b1704416427a2ef733ca0cbf2436ff22b4b09
-SHA1 (patch-ah) = d7ab5fd7f7f834b254a068514ae473c35a43fef4
-SHA1 (patch-ai) = 81e9fd2537c1cf1c73be9790f2f6dcf6445d09c3
-SHA1 (patch-aj) = 5509d63f7856bc4760244a3d25c1984d16473e96
-SHA1 (patch-ak) = 44e5305375e41277e902980f7fd398fb1fcbeba8
-SHA1 (patch-al) = 1e40eb69839753348e023bc31f01331b6d4f51ef
-SHA1 (patch-am) = 0aed65d5a82c99b79630c3955359829857289337
-SHA1 (patch-an) = b769e61777a9f83b8a9c4479e3d70964755ff3d8
-SHA1 (patch-ao) = 4cd94997797c56653d4b80dd2fb11d175ee5d700
-SHA1 (patch-ap) = f65e0b73f26ff9a82be2c8c2c80c4f654e9ada18
diff -r e38dbff30a37 -r ddc790604dab games/quake/patches/patch-aa
--- a/games/quake/patches/patch-aa      Thu Jan 14 13:09:08 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,549 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2009/08/29 19:26:01 wiz Exp $
-
---- QW/client/cd_linux.c.orig  1999-12-21 18:58:58.000000000 +0000
-+++ QW/client/cd_linux.c
-@@ -31,7 +31,23 @@ Foundation, Inc., 59 Temple Place - Suit
- #include <time.h>
- #include <errno.h>
- 
-+#ifdef __linux__
- #include <linux/cdrom.h>
-+#endif
-+
-+#if defined(__DragonFly__)
-+#include <sys/cdio.h>
-+#endif
-+
-+#if defined(__NetBSD__)
-+#include <sys/cdio.h>
-+
-+/* resume seems to have some trouble right now.  xcdplayer also can not resume
-+   the drive correctly.  It appears to play, but no audio is heard */
-+
-+#define PAUSE_BY_STOPPING 1
-+
-+#endif
- 
- #include "quakedef.h"
- 
-@@ -46,165 +62,296 @@ static byte      remap[100];
- static byte           playTrack;
- static byte           maxTrack;
- 
-+#ifdef PAUSE_BY_STOPPING
-+static qboolean t_playLooping;
-+static byte t_playTrack;
-+#endif
-+
- static int cdfile = -1;
-+#ifdef __linux__
- static char cd_dev[64] = "/dev/cdrom";
-+#endif
-+
-+#ifdef __DragonFly__
-+static char cd_dev[64] = "/dev/cd0d";
-+#endif
-+
-+#ifdef __NetBSD__
-+static char cd_dev[64] = "/dev/rcd0d";
-+#endif
- 
- static void CDAudio_Eject(void)
- {
--      if (cdfile == -1 || !enabled)
--              return; // no cd init'd
-+#if defined(__DragonFly__) || defined(__NetBSD__)
-+  int arg=0;
-+#endif
- 
--      if ( ioctl(cdfile, CDROMEJECT) == -1 ) 
--              Con_DPrintf("ioctl cdromeject failed\n");
-+  if (cdfile == -1 || !enabled)
-+    return; // no cd init'd
-+
-+#ifdef __linux__
-+  if ( ioctl(cdfile, CDROMEJECT) == -1 ) 
-+    Con_DPrintf("ioctl cdromeject failed\n");
-+#elif defined(__DragonFly__)
-+  ioctl(cdfile, CDIOCALLOW);
-+  if ( ioctl(cdfile, CDIOCEJECT) == -1 ) 
-+    Con_DPrintf("ioctl cdromeject failed\n");
-+#elif defined(__NetBSD__)
-+  if(ioctl(cdfile, DIOCLOCK, &arg) == -1)
-+    Con_DPrintf("ioctl cdromunlock failed\n");
-+  arg = 1;
-+  if ( ioctl(cdfile, DIOCEJECT, &arg) == -1 ) 
-+    Con_DPrintf("ioctl cdromeject failed\n");
-+#endif
- }
- 
- 
- static void CDAudio_CloseDoor(void)
- {
--      if (cdfile == -1 || !enabled)
--              return; // no cd init'd
-+if (cdfile == -1 || !enabled)
-+    return; // no cd init'd
- 
--      if ( ioctl(cdfile, CDROMCLOSETRAY) == -1 ) 
--              Con_DPrintf("ioctl cdromclosetray failed\n");
-+#ifdef __linux__
-+  if ( ioctl(cdfile, CDROMCLOSETRAY) == -1 ) 
-+    Con_DPrintf("ioctl cdromclosetray failed\n");
-+#endif
-+#if defined(__DragonFly__) || defined(__NetBSD__)
-+  if(ioctl(cdfile, CDIOCCLOSE, NULL) == -1) {
-+    Con_DPrintf("ioctl cdromclosetray failed\n");
-+  }
-+#endif
- }
- 
- static int CDAudio_GetAudioDiskInfo(void)
- {
--      struct cdrom_tochdr tochdr;
-+#ifdef __linux__
-+struct cdrom_tochdr tochdr;
-+#endif
-+#if defined(__DragonFly__) || defined(__NetBSD__)
-+struct ioc_toc_header tochdr;
-+#endif
- 
--      cdValid = false;
-+cdValid = false;
- 
--      if ( ioctl(cdfile, CDROMREADTOCHDR, &tochdr) == -1 ) 
--    {
--      Con_DPrintf("ioctl cdromreadtochdr failed\n");
--        return -1;
--    }
-+#ifdef __linux
-+if ( ioctl(cdfile, CDROMREADTOCHDR, &tochdr) == -1 ) 
-+{
-+  Con_DPrintf("ioctl cdromreadtochdr failed\n");
-+  return -1;
-+}
-+#endif
- 
--      if (tochdr.cdth_trk0 < 1)
--      {
--              Con_DPrintf("CDAudio: no music tracks\n");
--              return -1;
--      }
-+#if defined(__DragonFly__) || defined(__NetBSD__)
-+if ( ioctl(cdfile, CDIOREADTOCHEADER, &tochdr) == -1 ) 
-+{
-+  Con_DPrintf("ioctl cdromreadtochdr failed\n");
-+  return -1;
-+}
-+#endif
-+
-+#ifdef __linux__
-+if (tochdr.cdth_trk0 < 1)
-+  {
-+    Con_DPrintf("CDAudio: no music tracks\n");
-+    return -1;
-+  }
-+#endif
-+#if defined(__DragonFly__) || defined(__NetBSD__)
-+if (tochdr.starting_track < 1)
-+  {
-+    Con_DPrintf("CDAudio: no music tracks\n");
-+    return -1;
-+  }
-+#endif
- 
--      cdValid = true;
--      maxTrack = tochdr.cdth_trk1;
-+cdValid = true;
-+#ifdef __linux__
-+maxTrack = tochdr.cdth_trk1;



Home | Main Index | Thread Index | Old Index