summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-17 08:19:49 +0000
committerwiz <wiz@pkgsrc.org>2015-08-17 08:19:49 +0000
commite55a6229bf87fc212bc9a4a90917977f66b87410 (patch)
treec16730b61b98ecfda3d1a9dc9c695fd89e4b3d75 /games
parentc5467f8f523415926ab26efb9e8617c18667d163 (diff)
downloadpkgsrc-e55a6229bf87fc212bc9a4a90917977f66b87410.tar.gz
Remove unnecessary patch.
Diffstat (limited to 'games')
-rw-r--r--games/xpat2/distinfo3
-rw-r--r--games/xpat2/patches/patch-ab15
2 files changed, 1 insertions, 17 deletions
diff --git a/games/xpat2/distinfo b/games/xpat2/distinfo
index d9c43acb4a7..5c697589f78 100644
--- a/games/xpat2/distinfo
+++ b/games/xpat2/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.6 2010/02/19 19:30:10 joerg Exp $
+$NetBSD: distinfo,v 1.7 2015/08/17 08:19:49 wiz Exp $
SHA1 (xpat2-1.07-src.tar.gz) = a200c526e842bc6dfe5da67d4e49714c21403e9c
RMD160 (xpat2-1.07-src.tar.gz) = 79658d1c8372768200ae42f225da0c7fcdcf187c
Size (xpat2-1.07-src.tar.gz) = 519326 bytes
SHA1 (patch-aa) = eac6d498efa924cb0aed966a2f3924e7ac432261
-SHA1 (patch-ab) = ab30f2db479dcfab41d4283af9fd07467a548f58
SHA1 (patch-ac) = c7bebfc930d2357fdb7c48aca1d2e8b39e9f1e43
diff --git a/games/xpat2/patches/patch-ab b/games/xpat2/patches/patch-ab
deleted file mode 100644
index 879013491d5..00000000000
--- a/games/xpat2/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2000/11/30 17:48:06 agc Exp $
-
-Use the correct xmkmf, in case xpkgwedge is installed
-
---- Makefile 2000/11/30 17:28:17 1.1
-+++ Makefile 2000/11/30 17:29:36
-@@ -12,7 +12,7 @@
- # no longer valid.
-
- all:
-- (cd src && xmkmf && $(MAKE) && strip xpat2)
-+ (cd src && ${XMKMF} && $(MAKE) && strip xpat2)
-
- manual:
- (cd doc && $(MAKE) xpat2.ps)