diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
commit | 9fe6230d558daa8fd4473f51099dfade5ab9769e (patch) | |
tree | 3774260289d579d3aed9804481587d8f5aafc045 /games | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-client/options.mk | 4 | ||||
-rw-r--r-- | games/powermanga/Makefile | 7 | ||||
-rw-r--r-- | games/quake/Makefile | 6 | ||||
-rw-r--r-- | games/quakeforge/Makefile | 7 | ||||
-rw-r--r-- | games/tyrquake/Makefile | 6 |
5 files changed, 14 insertions, 16 deletions
diff --git a/games/freeciv-client/options.mk b/games/freeciv-client/options.mk index 5255861a4a4..c8f28fe3fac 100644 --- a/games/freeciv-client/options.mk +++ b/games/freeciv-client/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2015/10/14 20:17:25 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2018/03/07 11:57:30 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client PKG_OPTIONS_REQUIRED_GROUPS= backend @@ -52,6 +52,6 @@ CONFIGURE_ARGS+= --enable-client=xaw CONFIGURE_ARGS+= --enable-fcmp=cli CONFIGURE_ARGS+= --with-xaw3d .include "../../x11/libXaw3d/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" PLIST_SRC= ${PKGDIR}/PLIST.xaw .endif diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index e19d95fdcd5..db78943c895 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2018/01/14 15:26:48 rillig Exp $ -# +# $NetBSD: Makefile,v 1.29 2018/03/07 11:57:30 wiz Exp $ DISTNAME= powermanga-0.90 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/Powermanga/download/ @@ -52,5 +51,5 @@ SUBST_FILES.path+= texts/Makefile.in .include "../../devel/SDL/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/xf86dgaproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/quake/Makefile b/games/quake/Makefile index 6ee850a1f88..b0c812a8938 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2018/01/14 15:26:48 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2018/03/07 11:57:30 wiz Exp $ DISTNAME= q1source PKGNAME= quake-2.30 -PKGREVISION= 6 +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/ @@ -56,6 +56,6 @@ do-install: .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/xf86dgaproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 943ed0fdc3f..0b1034e8799 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/01/01 23:47:44 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2018/03/07 11:57:30 wiz Exp $ DISTNAME= quakeforge-0.5.5 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quake/} @@ -55,7 +55,6 @@ INSTALLATION_DIRS= include/QF/GL include/QF/plugin include/QF/ruamoko/gui .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/xf86vidmodeproto/buildlink3.mk" -.include "../../x11/xf86dgaproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile index 6b39c374484..472aa884ef3 100644 --- a/games/tyrquake/Makefile +++ b/games/tyrquake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/01/14 10:42:03 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/07 11:57:30 wiz Exp $ DISTNAME= tyrquake-0.61_20140630 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games x11 #MASTER_SITES= https://disenchant.net/files/engine/ MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/snj/tyrquake/ @@ -33,7 +33,7 @@ do-install: .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" -.include "../../x11/xf86dgaproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |