pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/pluma/patches Remove obsolete patch (already r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b8b0f9abdf2
branches:  trunk
changeset: 364549:4b8b0f9abdf2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 28 15:44:53 2017 +0000

description:
Remove obsolete patch (already removed from distinfo).

diffstat:

 editors/pluma/patches/patch-tests_document-saver.c |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 6cc396a4b6a3 -r 4b8b0f9abdf2 editors/pluma/patches/patch-tests_document-saver.c
--- a/editors/pluma/patches/patch-tests_document-saver.c        Wed Jun 28 15:41:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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!"



Home | Main Index | Thread Index | Old Index