- remove patch as we have ENOTSUP now

This commit is contained in:
jasper 2009-10-27 12:00:22 +00:00
parent dc7ad7bafd
commit 637a2bdaff
6 changed files with 6 additions and 49 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2009/08/10 06:33:43 kili Exp $
# $OpenBSD: Makefile,v 1.19 2009/10/27 12:00:35 jasper Exp $
COMMENT= multithreaded gtk2 file transfer client
DISTNAME= gftp-2.0.19
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= net
HOMEPAGE= http://gftp.seul.org/

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-lib_fsplib_fsplib_c,v 1.3 2008/12/01 16:09:01 ajacoutot Exp $
--- lib/fsplib/fsplib.c.orig Mon Dec 1 13:51:47 2008
+++ lib/fsplib/fsplib.c Mon Dec 1 13:51:55 2008
@@ -32,6 +32,10 @@ use of this software.
#include "fsplib.h"
#include "lock.h"
+#ifndef ENOTSUP
+# define ENOTSUP EINVAL
+#endif
+
/* ************ Internal functions **************** */
/* builds filename in packet output buffer, appends password if needed */

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2009/10/16 09:36:56 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2009/10/27 12:00:22 jasper Exp $
BROKEN= WIP does not work yet
COMMENT= Framework for defining and tracking users
DISTNAME= ConsoleKit-0.3.0
PKGNAME= ${DISTNAME:L}p1
PKGNAME= ${DISTNAME:L}p2
CATEGORIES= sysutils

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_ck-sysdeps_h,v 1.1.1.1 2009/06/07 02:55:19 robert Exp $
--- src/ck-sysdeps.h.orig Sat May 30 23:01:14 2009
+++ src/ck-sysdeps.h Sat May 30 23:01:57 2009
@@ -23,6 +23,10 @@
#include "config.h"
+#ifndef ENOTSUP
+#define ENOTSUP EOPNOTSUPP
+#endif
+
#include <glib.h>
G_BEGIN_DECLS

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2009/10/26 22:23:49 jasper Exp $
# $OpenBSD: Makefile,v 1.46 2009/10/27 12:02:29 jasper Exp $
SHARED_ONLY= Yes
@ -12,7 +12,7 @@ COMMENT= lightweight GNOME text editor
GNOME_PROJECT= gedit
GNOME_VERSION= 2.28.0
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= editors
HOMEPAGE= http://projects.gnome.org/gedit/

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-gedit_gedit-local-document-saver_c,v 1.1 2009/10/11 18:13:25 jasper Exp $
alias ENOTSUP to EOPNOTSUPP.
--- gedit/gedit-local-document-saver.c.orig Sun Oct 11 19:31:15 2009
+++ gedit/gedit-local-document-saver.c Sun Oct 11 19:31:57 2009
@@ -51,6 +51,8 @@
#define attr_copy_fd(x1, x2, x3, x4, x5, x6) (errno = ENOSYS, -1)
#endif
+#define ENOTSUP EOPNOTSUPP
+
#define BUFSIZE 8192 /* size of normal write buffer */
#define GEDIT_LOCAL_DOCUMENT_SAVER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), \