diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 23:49:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 23:49:45 +0000 |
commit | e7ca43ea7abc2202b0883bae807c5df02b81b591 (patch) | |
tree | 3231445d052211fc8944db8777518b1978c9683b /x11/gnome-mag | |
parent | c372ce7c71a63f704bfde151defa96b4f25afb7e (diff) | |
download | pkgsrc-e7ca43ea7abc2202b0883bae807c5df02b81b591.tar.gz |
Remove two unneeded patches (on NetBSD-current) for which cvs logs
don't indicate why they were added.
Diffstat (limited to 'x11/gnome-mag')
-rw-r--r-- | x11/gnome-mag/distinfo | 4 | ||||
-rw-r--r-- | x11/gnome-mag/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/gnome-mag/patches/patch-ab | 16 |
3 files changed, 1 insertions, 31 deletions
diff --git a/x11/gnome-mag/distinfo b/x11/gnome-mag/distinfo index d8c5b36a939..82f56058106 100644 --- a/x11/gnome-mag/distinfo +++ b/x11/gnome-mag/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.26 2009/05/18 10:38:56 wiz Exp $ +$NetBSD: distinfo,v 1.27 2009/05/19 23:49:45 wiz Exp $ SHA1 (gnome-mag-0.15.6.tar.bz2) = 6d7da351164a690eca4906d52e67db1e4521c153 RMD160 (gnome-mag-0.15.6.tar.bz2) = 9618250c424b09657e0c524b042e8901ad7dfbb2 Size (gnome-mag-0.15.6.tar.bz2) = 555225 bytes -SHA1 (patch-aa) = cc1889919e77befcdb813775990807718b8ee371 -SHA1 (patch-ab) = 76bd98a187f995b3eaf230282c446047093c52fb diff --git a/x11/gnome-mag/patches/patch-aa b/x11/gnome-mag/patches/patch-aa deleted file mode 100644 index 1082b233d9b..00000000000 --- a/x11/gnome-mag/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2007/07/17 10:48:32 drochner Exp $ - ---- magnifier/zoom-region.c.orig 2007-06-18 18:52:39.000000000 +0200 -+++ magnifier/zoom-region.c -@@ -23,6 +23,7 @@ - #include "config.h" - #include "gmag-graphical-server.h" - -+#include <sys/time.h> - #include <stdlib.h> - #include <string.h> - #include <popt.h> diff --git a/x11/gnome-mag/patches/patch-ab b/x11/gnome-mag/patches/patch-ab deleted file mode 100644 index 99aad33f825..00000000000 --- a/x11/gnome-mag/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2007/07/17 10:48:33 drochner Exp $ - ---- docs/reference/Makefile.in.orig 2007-07-13 20:40:54.000000000 +0200 -+++ docs/reference/Makefile.in -@@ -466,9 +466,9 @@ uninstall-reference: html/index.html - rm -f $(DESTDIR)$(referencedir)/$$f; \ - done - --all-local: html/index.html -+all-local: #html/index.html - --install-data-local: install-reference -+install-data-local: #install-reference - - uninstall-local: uninstall-reference - |