summaryrefslogtreecommitdiff
path: root/editors/gedit/patches/patch-tests_document-saver.c
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-15 13:38:03 +0000
committernia <nia@pkgsrc.org>2019-09-15 13:38:03 +0000
commit2a2fff84d5b93999cde97e9d7faa4dcf3f39320d (patch)
tree310514751b55700f42bca1286cec4d286c914211 /editors/gedit/patches/patch-tests_document-saver.c
parenta70d3ba7811f4183a6d555cc2ecdcc54c188af98 (diff)
downloadpkgsrc-2a2fff84d5b93999cde97e9d7faa4dcf3f39320d.tar.gz
Remove editors/gedit - successors editors/pluma, editors/gedit3
Diffstat (limited to 'editors/gedit/patches/patch-tests_document-saver.c')
-rw-r--r--editors/gedit/patches/patch-tests_document-saver.c17
1 files changed, 0 insertions, 17 deletions
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!"