pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/vim-share Allow system-wide vimrc in PKG_SYSCO...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02293411123e
branches: trunk
changeset: 357392:02293411123e
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jan 19 09:54:56 2017 +0000
description:
Allow system-wide vimrc in PKG_SYSCONFDIR
diffstat:
editors/vim-share/Makefile.common | 7 ++++++-
editors/vim-share/distinfo | 4 ++--
editors/vim-share/patches/patch-feature.h | 13 +++++++++++--
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (61 lines):
diff -r a654e3d243d4 -r 02293411123e editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Thu Jan 19 09:40:50 2017 +0000
+++ b/editors/vim-share/Makefile.common Thu Jan 19 09:54:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.155 2016/11/16 10:38:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.156 2017/01/19 09:54:56 markd Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk2/Makefile
@@ -56,5 +56,10 @@
ALTERNATIVES_SRC=
.endif
+SUBST_CLASSES+= sysconfdir
+SUBST_FILES.sysconfdir= feature.h
+SUBST_STAGE.sysconfdir= post-patch
+SUBST_VARS.sysconfdir= PKG_SYSCONFDIR
+
post-patch:
find ${WRKDIR} -name '*.orig_dist' -exec rm -f {} \;
diff -r a654e3d243d4 -r 02293411123e editors/vim-share/distinfo
--- a/editors/vim-share/distinfo Thu Jan 19 09:40:50 2017 +0000
+++ b/editors/vim-share/distinfo Thu Jan 19 09:54:56 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.158 2017/01/09 19:26:14 morr Exp $
+$NetBSD: distinfo,v 1.159 2017/01/19 09:54:56 markd Exp $
SHA1 (vim-8.0.0161.tar.gz) = a45c6fabee77bc2494ca39f4f2198e14741d6b5d
RMD160 (vim-8.0.0161.tar.gz) = a6b6a6a43851fd5073fd08a61e80d9c7162c54d1
@@ -7,5 +7,5 @@
SHA1 (patch-Makefile) = 38fc271ce8feaeefbf22595eef8921d652737519
SHA1 (patch-auto_configure) = 58a0d41f257d39f61d7705c65737bd9bcb3bf719
SHA1 (patch-configure) = ae5970dec6d557d81da8a8f1da36d05ddc59ca56
-SHA1 (patch-feature.h) = 6fc4b6c07d33af4df44e12af8d1148931a848ef4
+SHA1 (patch-feature.h) = 19c5ac2d7056adf9e6e074732871abc4058a59eb
SHA1 (patch-link.sh) = 24db881cea873330a8a3bf672f6135d0835651fd
diff -r a654e3d243d4 -r 02293411123e editors/vim-share/patches/patch-feature.h
--- a/editors/vim-share/patches/patch-feature.h Thu Jan 19 09:40:50 2017 +0000
+++ b/editors/vim-share/patches/patch-feature.h Thu Jan 19 09:54:56 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-feature.h,v 1.2 2016/07/03 13:20:59 morr Exp $
+$NetBSD: patch-feature.h,v 1.3 2017/01/19 09:54:56 markd Exp $
---- src/feature.h.orig 2012-05-25 09:26:32.000000000 +0000
+--- src/feature.h.orig 2014-12-23 13:34:10.000000000 +0000
+++ src/feature.h
@@ -548,7 +548,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
@@ -11,3 +11,12 @@
#endif
#if !defined(NO_BUILTIN_TCAPS)
+@@ -931,7 +931,7 @@
+ /*
+ * SYS_VIMRC_FILE Name of the system-wide .vimrc file.
+ */
+-/* #define SYS_VIMRC_FILE "/etc/vimrc" */
++#define SYS_VIMRC_FILE "@PKG_SYSCONFDIR@/vimrc"
+
+ /*
+ * SYS_GVIMRC_FILE Name of the system-wide .gvimrc file.
Home |
Main Index |
Thread Index |
Old Index