summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-06-28 15:44:53 +0000
committerjperkin <jperkin>2017-06-28 15:44:53 +0000
commit23e4ad2360463180fc1888e8d7ddc166446569c0 (patch)
tree86db9d6204acd448609dd22053e18739e1978434
parentbd6e533fb6fd2596b20941b752be30db8c276692 (diff)
downloadpkgsrc-23e4ad2360463180fc1888e8d7ddc166446569c0.tar.gz
Remove obsolete patch (already removed from distinfo).
-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!"