summaryrefslogtreecommitdiff
path: root/editors/gedit/patches
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit/patches')
-rw-r--r--editors/gedit/patches/patch-ab13
-rw-r--r--editors/gedit/patches/patch-ac68
-rw-r--r--editors/gedit/patches/patch-tests_document-saver.c17
3 files changed, 0 insertions, 98 deletions
diff --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab
deleted file mode 100644
index ea5be913529..00000000000
--- a/editors/gedit/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2009/10/21 18:04:55 drochner Exp $
-
---- gedit/gedit-metadata-manager.c.orig 2009-09-20 19:43:50.000000000 +0200
-+++ gedit/gedit-metadata-manager.c
-@@ -452,7 +452,7 @@ save_item (const gchar *key, const gpoin
- gedit_debug_message (DEBUG_METADATA, "uri: %s", key);
- #endif
-
-- atime = g_strdup_printf ("%ld", item->atime);
-+ atime = g_strdup_printf ("%lld", (long long)(item->atime));
- xmlSetProp (xml_node, (const xmlChar *)"atime", (const xmlChar *)atime);
-
- #ifdef GEDIT_METADATA_VERBOSE_DEBUG
diff --git a/editors/gedit/patches/patch-ac b/editors/gedit/patches/patch-ac
deleted file mode 100644
index 50c7d39f543..00000000000
--- a/editors/gedit/patches/patch-ac
+++ /dev/null
@@ -1,68 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2018/11/14 21:17:22 bsiegert Exp $
-
-Enchant V2 support
-
---- configure.orig 2010-09-28 07:31:53.000000000 +0000
-+++ configure
-@@ -13665,7 +13665,7 @@ fi
-
-
-
--ENCHANT_REQUIRED=1.2.0
-+ENCHANT_REQUIRED=2.0.0
- ISO_CODES_REQUIRED=0.35
-
- # Check whether --enable-spell was given.
-@@ -13687,12 +13687,12 @@ if test -n "$ENCHANT_CFLAGS"; then
- pkg_cv_ENCHANT_CFLAGS="$ENCHANT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"enchant >= \$ENCHANT_REQUIRED\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED") 2>&5
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"enchant-2 >= \$ENCHANT_REQUIRED\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "enchant-2 >= $ENCHANT_REQUIRED") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_ENCHANT_CFLAGS=`$PKG_CONFIG --cflags "enchant >= $ENCHANT_REQUIRED" 2>/dev/null`
-+ pkg_cv_ENCHANT_CFLAGS=`$PKG_CONFIG --cflags "enchant-2 >= $ENCHANT_REQUIRED" 2>/dev/null`
- else
- pkg_failed=yes
- fi
-@@ -13703,12 +13703,12 @@ if test -n "$ENCHANT_LIBS"; then
- pkg_cv_ENCHANT_LIBS="$ENCHANT_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"enchant >= \$ENCHANT_REQUIRED\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED") 2>&5
-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"enchant-2 >= \$ENCHANT_REQUIRED\""; } >&5
-+ ($PKG_CONFIG --exists --print-errors "enchant-2 >= $ENCHANT_REQUIRED") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
-- pkg_cv_ENCHANT_LIBS=`$PKG_CONFIG --libs "enchant >= $ENCHANT_REQUIRED" 2>/dev/null`
-+ pkg_cv_ENCHANT_LIBS=`$PKG_CONFIG --libs "enchant-2 >= $ENCHANT_REQUIRED" 2>/dev/null`
- else
- pkg_failed=yes
- fi
-@@ -13728,9 +13728,9 @@ else
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "enchant >= $ENCHANT_REQUIRED" 2>&1`
-+ ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "enchant-2 >= $ENCHANT_REQUIRED" 2>&1`
- else
-- ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors "enchant >= $ENCHANT_REQUIRED" 2>&1`
-+ ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors "enchant-2 >= $ENCHANT_REQUIRED" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$ENCHANT_PKG_ERRORS" >&5
-@@ -14406,7 +14406,7 @@ if test "${am_cv_pathless_PYTHON+set}" =
- $as_echo_n "(cached) " >&6
- else
-
-- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
-+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
- test "$am_cv_pathless_PYTHON" = none && break
- prog="import sys
- # split strings by '.' and convert to numeric. Append some zeros
diff --git a/editors/gedit/patches/patch-tests_document-saver.c b/editors/gedit/patches/patch-tests_document-saver.c
deleted file mode 100644
index e26a760ff89..00000000000
--- a/editors/gedit/patches/patch-tests_document-saver.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-tests_document-saver.c,v 1.1 2012/10/26 15:51:13 jperkin Exp $
-
-Define ACCESSPERMS for systems which do not have it.
-
---- tests/document-saver.c.orig 2012-10-26 15:41:49.737048981 +0000
-+++ tests/document-saver.c 2012-10-26 15:42:28.479034452 +0000
-@@ -27,6 +27,10 @@
- #include <string.h>
- #include <sys/stat.h>
-
-+#ifndef ACCESSPERMS
-+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
-+#endif
-+
- #define DEFAULT_LOCAL_URI "/tmp/gedit-document-saver-test.txt"
- #define DEFAULT_REMOTE_URI "sftp://localhost/tmp/gedit-document-saver-test.txt"
- #define DEFAULT_CONTENT "hello world!"