pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove obsolete patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ba4b7450da0
branches:  trunk
changeset: 528095:5ba4b7450da0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 20 21:49:57 2007 +0000

description:
Remove obsolete patch.

diffstat:

 math/gcalctool/patches/patch-aa               |  13 -------------
 multimedia/totem/patches/patch-ad             |   9 ---------
 sysutils/ccd2iso/patches/patch-aa             |  25 -------------------------
 sysutils/notification-daemon/patches/patch-aa |  13 -------------
 x11/gnome-screensaver/patches/patch-ac        |  16 ----------------
 5 files changed, 0 insertions(+), 76 deletions(-)

diffs (96 lines):

diff -r bd6789163e1a -r 5ba4b7450da0 math/gcalctool/patches/patch-aa
--- a/math/gcalctool/patches/patch-aa   Fri Apr 20 21:49:34 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2007/03/25 08:24:02 wiz Exp $
-
---- help/C/gcalctool.xml.orig  2006-11-02 18:13:53.000000000 +0000
-+++ help/C/gcalctool.xml
-@@ -43,7 +43,7 @@
-   </copyright>
- 
-    -->
--    <publisher> 
-+    <publisher role="maintainer"> 
-       <publishername> GNOME Documentation Project </publishername> 
-     </publisher> 
- 
diff -r bd6789163e1a -r 5ba4b7450da0 multimedia/totem/patches/patch-ad
--- a/multimedia/totem/patches/patch-ad Fri Apr 20 21:49:34 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/07/02 11:24:24 drochner Exp $
-
---- po/POTFILES.in.orig        2006-06-23 10:16:08.000000000 +0200
-+++ po/POTFILES.in
-@@ -38,4 +38,3 @@ src/backend/bacon-video-widget-xine.c
- src/backend/video-utils.c
- src/plparse/totem-disc.c
- src/plparse/totem-pl-parser.c
--
diff -r bd6789163e1a -r 5ba4b7450da0 sysutils/ccd2iso/patches/patch-aa
--- a/sysutils/ccd2iso/patches/patch-aa Fri Apr 20 21:49:34 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/24 18:30:18 xtraeme Exp $
-
---- src/ccd2iso.c.orig Thu Nov 13 06:43:41 2003
-+++ src/ccd2iso.c      Thu Jun 24 15:31:04 2004
-@@ -22,6 +22,7 @@
- #include <config.h>
- #endif
- 
-+#include <err.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <sys/stat.h>
-@@ -47,7 +48,12 @@
-       }
- 
-       src_file = fopen(argv[1], "r");
-+      if (src_file == NULL)
-+              err(1, "%s", argv[1]);
-+
-       dst_file = fopen(argv[2], "w");
-+      if (dst_file == NULL)
-+              err(1, "%s", argv[2]);
- 
-       stat(argv[1], &stat_file);
-       total_bytes = stat_file.st_size;
diff -r bd6789163e1a -r 5ba4b7450da0 sysutils/notification-daemon/patches/patch-aa
--- a/sysutils/notification-daemon/patches/patch-aa     Fri Apr 20 21:49:34 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/11/13 19:40:04 drochner Exp $
-
---- src/Makefile.in.orig       2006-10-08 19:30:36.000000000 +0200
-+++ src/Makefile.in
-@@ -531,7 +531,7 @@ uninstall-am: uninstall-info-am uninstal
- 
- 
- notificationdaemon-dbus-glue.h: notificationdaemon.xml
--      dbus-binding-tool --mode=glib-server \
-+      dbus-binding-tool --mode=glib-server --prefix= \
-               $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff -r bd6789163e1a -r 5ba4b7450da0 x11/gnome-screensaver/patches/patch-ac
--- a/x11/gnome-screensaver/patches/patch-ac    Fri Apr 20 21:49:34 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2007/01/08 21:48:40 drochner Exp $
-
---- src/gs-auth-pam.c.orig     2006-11-09 17:17:35.000000000 +0100
-+++ src/gs-auth-pam.c
-@@ -226,7 +226,11 @@ pam_conversation (int                   
-                         if (res) {
-                                 reply [replies].resp_retcode = PAM_SUCCESS;
-                         } else {
-+#if defined(PAM_INCOMPLETE)
-                                 reply [replies].resp_retcode = PAM_INCOMPLETE;
-+#else
-+                              reply [replies].resp_retcode = PAM_SERVICE_ERR;
-+#endif
-                         }
-                 }
- 



Home | Main Index | Thread Index | Old Index