summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/gcalctool/patches/patch-aa13
-rw-r--r--multimedia/totem/patches/patch-ad9
-rw-r--r--sysutils/ccd2iso/patches/patch-aa25
-rw-r--r--sysutils/notification-daemon/patches/patch-aa13
-rw-r--r--x11/gnome-screensaver/patches/patch-ac16
5 files changed, 0 insertions, 76 deletions
diff --git a/math/gcalctool/patches/patch-aa b/math/gcalctool/patches/patch-aa
deleted file mode 100644
index eff7af046b6..00000000000
--- a/math/gcalctool/patches/patch-aa
+++ /dev/null
@@ -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 --git a/multimedia/totem/patches/patch-ad b/multimedia/totem/patches/patch-ad
deleted file mode 100644
index c17175f917c..00000000000
--- a/multimedia/totem/patches/patch-ad
+++ /dev/null
@@ -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 --git a/sysutils/ccd2iso/patches/patch-aa b/sysutils/ccd2iso/patches/patch-aa
deleted file mode 100644
index aec6dafc081..00000000000
--- a/sysutils/ccd2iso/patches/patch-aa
+++ /dev/null
@@ -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 --git a/sysutils/notification-daemon/patches/patch-aa b/sysutils/notification-daemon/patches/patch-aa
deleted file mode 100644
index 745fd2585cb..00000000000
--- a/sysutils/notification-daemon/patches/patch-aa
+++ /dev/null
@@ -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 --git a/x11/gnome-screensaver/patches/patch-ac b/x11/gnome-screensaver/patches/patch-ac
deleted file mode 100644
index acc9c0ba090..00000000000
--- a/x11/gnome-screensaver/patches/patch-ac
+++ /dev/null
@@ -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
- }
- }
-