summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-18 22:55:50 +0000
committerwiz <wiz@pkgsrc.org>2014-12-18 22:55:50 +0000
commit7b6eb3452f6d2ab647cb19ce0df85bd536d4543d (patch)
tree0c60a44094d900f29ca79348abbcf94cb41a576b
parent8f2c56c4e79db08b641d0f7cf41ddc5d323a2472 (diff)
downloadpkgsrc-7b6eb3452f6d2ab647cb19ce0df85bd536d4543d.tar.gz
Remove patch-aa after update removed it from distinfo.
-rw-r--r--devel/cssc/patches/patch-aa21
-rw-r--r--ham/xdx/patches/patch-aa18
-rw-r--r--ham/xlog/patches/patch-aa13
3 files changed, 0 insertions, 52 deletions
diff --git a/devel/cssc/patches/patch-aa b/devel/cssc/patches/patch-aa
deleted file mode 100644
index 674b9085ca8..00000000000
--- a/devel/cssc/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/10/18 18:49:39 seb Exp $
-
---- tests/admin/y-flag.sh.orig 2004-10-10 12:51:16.000000000 +0200
-+++ tests/admin/y-flag.sh
-@@ -16,7 +16,7 @@ remove $s $g $z foo command.log last.com
- remove expected.stderr got.stderr expected.stdout got.stdout
-
- # Figure out if we ahous expect the thing to work.
--if admin -n -i/dev/null -fyM ${s} >/dev/null 2>&1 || $TESTING_CSSC
-+if ${admin} -n -i/dev/null -fyM ${s} >/dev/null 2>&1 || $TESTING_CSSC
- then
- echo "We are testing an SCCS implementation that supports the y flag. Good."
- else
-@@ -26,6 +26,7 @@ else
- success
- exit 0
- fi
-+remove s.bar
-
-
- remove foo
diff --git a/ham/xdx/patches/patch-aa b/ham/xdx/patches/patch-aa
deleted file mode 100644
index 1ed1c10dc03..00000000000
--- a/ham/xdx/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/01/23 09:24:18 wulf Exp $
-
---- src/net.c.orig 2004-05-22 02:14:21.000000000 +0930
-+++ src/net.c 2005-01-23 20:46:43.000000000 +1030
-@@ -39,12 +39,12 @@
- #include <string.h>
- #include <errno.h>
- #include <netinet/in.h>
--#include <resolv.h>
- #include <netdb.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
- #include <signal.h>
- #include <fcntl.h>
-+#include <resolv.h>
- #include <gtk/gtk.h>
- #include "gui.h"
- #include "net.h"
diff --git a/ham/xlog/patches/patch-aa b/ham/xlog/patches/patch-aa
deleted file mode 100644
index a9a9fdf412a..00000000000
--- a/ham/xlog/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2007/07/02 16:20:35 wulf Exp $
-
---- po/Makefile.in.in.orig 2007-01-22 05:38:29.000000000 +1030
-+++ po/Makefile.in.in 2007-07-03 01:22:03.000000000 +0930
-@@ -38,7 +38,7 @@
- # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
- # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
- # versions, $(mkinstalldirs) and $(install_sh) are unused.
--mkinstalldirs = $(SHELL) @install_sh@ -d
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- install_sh = $(SHELL) @install_sh@
- MKDIR_P = @MKDIR_P@
- mkdir_p = @mkdir_p@