pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove patch-aa after update removed it from distinfo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/555cdf7e99a8
branches:  trunk
changeset: 643445:555cdf7e99a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 18 22:55:50 2014 +0000

description:
Remove patch-aa after update removed it from distinfo.

diffstat:

 devel/cssc/patches/patch-aa |  21 ---------------------
 ham/xdx/patches/patch-aa    |  18 ------------------
 ham/xlog/patches/patch-aa   |  13 -------------
 3 files changed, 0 insertions(+), 52 deletions(-)

diffs (64 lines):

diff -r bc87e1a6ed6e -r 555cdf7e99a8 devel/cssc/patches/patch-aa
--- a/devel/cssc/patches/patch-aa       Thu Dec 18 22:23:17 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r bc87e1a6ed6e -r 555cdf7e99a8 ham/xdx/patches/patch-aa
--- a/ham/xdx/patches/patch-aa  Thu Dec 18 22:23:17 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r bc87e1a6ed6e -r 555cdf7e99a8 ham/xlog/patches/patch-aa
--- a/ham/xlog/patches/patch-aa Thu Dec 18 22:23:17 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index