From 02752cde44f47a40f4de58f9f504e304219de813 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 27 Oct 2009 12:03:40 +0000 Subject: [PATCH] - remove patches as we have ENOTSUP now --- x11/gnome/seahorse-plugins/Makefile | 3 ++- .../patches/patch-libseahorse_seahorse-vfs-data_c | 15 --------------- x11/gnome/seahorse/Makefile | 3 ++- .../patches/patch-pgp_seahorse-gpgme-data_c | 15 --------------- 4 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 x11/gnome/seahorse-plugins/patches/patch-libseahorse_seahorse-vfs-data_c delete mode 100644 x11/gnome/seahorse/patches/patch-pgp_seahorse-gpgme-data_c diff --git a/x11/gnome/seahorse-plugins/Makefile b/x11/gnome/seahorse-plugins/Makefile index c14dc2f0411..cd9cadc5580 100644 --- a/x11/gnome/seahorse-plugins/Makefile +++ b/x11/gnome/seahorse-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2009/10/19 10:12:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2009/10/27 12:03:40 jasper Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= plugins and utilities for seahorse GNOME_PROJECT= seahorse-plugins GNOME_VERSION= 2.28.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= security diff --git a/x11/gnome/seahorse-plugins/patches/patch-libseahorse_seahorse-vfs-data_c b/x11/gnome/seahorse-plugins/patches/patch-libseahorse_seahorse-vfs-data_c deleted file mode 100644 index 107332ab971..00000000000 --- a/x11/gnome/seahorse-plugins/patches/patch-libseahorse_seahorse-vfs-data_c +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-libseahorse_seahorse-vfs-data_c,v 1.1.1.1 2009/07/12 19:54:04 ajacoutot Exp $ - -OpenBSD doesn't define ENOTSUP, although it's defined in 1003.1. - ---- libseahorse/seahorse-vfs-data.c.orig Sat Jun 27 17:48:38 2009 -+++ libseahorse/seahorse-vfs-data.c Sat Jun 27 17:49:35 2009 -@@ -389,7 +389,7 @@ vfs_data_seek (void *handle, off_t offset, int whence) - seekable = G_SEEKABLE (ah->istream); - - if (!seekable || !g_seekable_can_seek (seekable)) { -- errno = ENOTSUP; -+ errno = EOPNOTSUPP; - return -1; - } - diff --git a/x11/gnome/seahorse/Makefile b/x11/gnome/seahorse/Makefile index d96bc27188a..a38192ac827 100644 --- a/x11/gnome/seahorse/Makefile +++ b/x11/gnome/seahorse/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2009/10/18 17:43:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.32 2009/10/27 12:03:40 jasper Exp $ COMMENT= manage encryption keys GNOME_PROJECT= seahorse GNOME_VERSION= 2.28.1 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS += cryptui 1.0 # .0.0 diff --git a/x11/gnome/seahorse/patches/patch-pgp_seahorse-gpgme-data_c b/x11/gnome/seahorse/patches/patch-pgp_seahorse-gpgme-data_c deleted file mode 100644 index 27c62ae1ef5..00000000000 --- a/x11/gnome/seahorse/patches/patch-pgp_seahorse-gpgme-data_c +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-pgp_seahorse-gpgme-data_c,v 1.1 2009/10/14 16:11:04 ajacoutot Exp $ - -OpenBSD doesn't define ENOTSUP, although it's defined in 1003.1 - ---- pgp/seahorse-gpgme-data.c.orig Wed Oct 14 17:30:30 2009 -+++ pgp/seahorse-gpgme-data.c Wed Oct 14 17:30:44 2009 -@@ -86,7 +86,7 @@ handle_gio_error (GError *err) - errno = EPERM; - break; - case G_IO_ERROR_NOT_SUPPORTED: -- errno = ENOTSUP; -+ errno = EOPNOTSUPP; - break; - case G_IO_ERROR_NOT_MOUNTED: - errno = ENOENT;