summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-28 15:44:53 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-28 15:44:53 +0000
commit8442ce4e51c8cf94b76c986024de7f3cfde7b135 (patch)
tree99fbf58effab623f52e2c3b104175a2d003942fb /editors
parente3b1fe7ee5103b7bd1a0ba2f5805dbd08cfa10b0 (diff)
downloadpkgsrc-8442ce4e51c8cf94b76c986024de7f3cfde7b135.tar.gz
Remove obsolete patch (already removed from distinfo).
Diffstat (limited to 'editors')
-rw-r--r--editors/pluma/patches/patch-tests_document-saver.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/pluma/patches/patch-tests_document-saver.c b/editors/pluma/patches/patch-tests_document-saver.c
deleted file mode 100644
index 490aaaf26cd..00000000000
--- a/editors/pluma/patches/patch-tests_document-saver.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-tests_document-saver.c,v 1.1 2016/05/21 19:21:10 youri Exp $
-
-Provide compat ACCESSPERMS define.
-
---- tests/document-saver.c.orig 2015-10-10 00:14:30.000000000 +0000
-+++ tests/document-saver.c
-@@ -29,6 +29,10 @@
- #include <string.h>
- #include <sys/stat.h>
-
-+#ifndef ACCESSPERMS
-+#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
-+#endif
-+
- #define DEFAULT_LOCAL_URI "/tmp/pluma-document-saver-test.txt"
- #define DEFAULT_REMOTE_URI "sftp://localhost/tmp/pluma-document-saver-test.txt"
- #define DEFAULT_CONTENT "hello world!"