Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xkbprint/dist merge xkbprint 1.0.6.
details: https://anonhg.NetBSD.org/xsrc/rev/e7332591a840
branches: trunk
changeset: 7199:e7332591a840
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Oct 16 23:49:49 2022 +0000
description:
merge xkbprint 1.0.6.
diffstat:
external/mit/xkbprint/dist/compile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 5db38bfe63b4 -r e7332591a840 external/mit/xkbprint/dist/compile
--- a/external/mit/xkbprint/dist/compile Sun Oct 16 23:49:12 2022 +0000
+++ b/external/mit/xkbprint/dist/compile Sun Oct 16 23:49:49 2022 +0000
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey%cygnus.com@localhost>.
#
# This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
MINGW*)
file_conv=mingw
;;
- CYGWIN*)
+ CYGWIN* | MSYS*)
file_conv=cygwin
;;
*)
@@ -67,7 +67,7 @@
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
- cygwin/*)
+ cygwin/* | msys/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)
Home |
Main Index |
Thread Index |
Old Index