summaryrefslogtreecommitdiff
path: root/editors/pluma
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
commit1952073a16a1844b817596c37ce2be9cff0c3467 (patch)
tree86db9d6204acd448609dd22053e18739e1978434 /editors/pluma
parente7ab6bba623b322bd1dcb48ea1134d7043d5d2d9 (diff)
downloadpkgsrc-1952073a16a1844b817596c37ce2be9cff0c3467.tar.gz
Remove obsolete patch (already removed from distinfo).
Diffstat (limited to 'editors/pluma')
-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!"