pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/vim-share
Module Name: pkgsrc
Committed By: js
Date: Wed Oct 8 00:33:54 UTC 2025
Modified Files:
pkgsrc/editors/vim-share: distinfo
pkgsrc/editors/vim-share/patches: patch-Makefile
Log Message:
Make editors/vim compile on QNX
To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 pkgsrc/editors/vim-share/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/vim-share/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/vim-share/distinfo
diff -u pkgsrc/editors/vim-share/distinfo:1.219 pkgsrc/editors/vim-share/distinfo:1.220
--- pkgsrc/editors/vim-share/distinfo:1.219 Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/distinfo Wed Oct 8 00:33:54 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.219 2025/07/20 10:06:36 morr Exp $
+$NetBSD: distinfo,v 1.220 2025/10/08 00:33:54 js Exp $
BLAKE2s (vim-9.1.1572.tar.gz) = a8fdad760cbaf0b64d46d266810604a1c12d623fca84afcb2fc8ea2b6bea2859
SHA512 (vim-9.1.1572.tar.gz) = a40c40ab3c8c854808382c3e7a69003899f41c5c171e9067155b76c8718c2745f27d8e4abbacd478ad65ee99f3984dcc57fb92ee8ef7c720bf6177a53c72ea0d
Size (vim-9.1.1572.tar.gz) = 18694761 bytes
-SHA1 (patch-Makefile) = d05c1b787804bc0907cbb9476d54aef558ceddad
+SHA1 (patch-Makefile) = b67f60ee68d1b6ff398734fd066fc4609303f00e
SHA1 (patch-feature.h) = 181f788388fdab558d3abb3661293973699bdcf1
SHA1 (patch-popupwin.c) = 5a372ec8cd6bad554e6cb4bb313bcd32b4c32d83
SHA1 (patch-vim.h) = f68dd1d724cb3abfb6f5b5cf03ad5dfc56a0f1ee
Index: pkgsrc/editors/vim-share/patches/patch-Makefile
diff -u pkgsrc/editors/vim-share/patches/patch-Makefile:1.13 pkgsrc/editors/vim-share/patches/patch-Makefile:1.14
--- pkgsrc/editors/vim-share/patches/patch-Makefile:1.13 Fri Aug 2 22:32:24 2024
+++ pkgsrc/editors/vim-share/patches/patch-Makefile Wed Oct 8 00:33:54 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-Makefile,v 1.13 2024/08/02 22:32:24 morr Exp $
+$NetBSD: patch-Makefile,v 1.14 2025/10/08 00:33:54 js Exp $
---- src/Makefile.orig 2023-06-01 19:26:55.000000000 +0000
+--- src/Makefile.orig 2025-07-20 08:47:14.000000000 +0000
+++ src/Makefile
-@@ -2491,35 +2491,35 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
+@@ -2547,35 +2547,35 @@ installtools: $(TOOLS) $(DESTDIR)$(exec_
fi
-chmod $(FILEMOD) $(DEST_TOOLS)/*
# replace the path in some tools
@@ -61,3 +61,12 @@ $NetBSD: patch-Makefile,v 1.13 2024/08/0
# install the language specific files, if they were unpacked
+@@ -3137,7 +3137,7 @@ auto/pathdef.c: Makefile auto/config.mk
+ -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
+ -@if test -n "$(COMPILEDBY)"; then \
+ echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
+- else ((logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
++ else ( (logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
+ -@echo '";' >> $@
+ -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
+ -@if test -z "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
Home |
Main Index |
Thread Index |
Old Index