From f3050fcad38de7820c9ec5d54b86da9bda689131 Mon Sep 17 00:00:00 2001 From: PhilZ Date: Thu, 24 Mar 2022 16:18:07 +0100 Subject: japanese/prn: Fix git clone and working on repo under Windows Windows can support long file names, but these file names are not allowed: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9 Source: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file Pull Request: https://github.com/freebsd/freebsd-ports/pull/122 --- japanese/prn-ps/files/patch-defs.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 japanese/prn-ps/files/patch-defs.c (limited to 'japanese/prn-ps/files/patch-defs.c') diff --git a/japanese/prn-ps/files/patch-defs.c b/japanese/prn-ps/files/patch-defs.c new file mode 100644 index 000000000000..2bbf6da1643d --- /dev/null +++ b/japanese/prn-ps/files/patch-defs.c @@ -0,0 +1,10 @@ +--- defs.c.orig 1994-04-25 07:26:57 UTC ++++ defs.c +@@ -26,6 +26,7 @@ static char sccsid[] = "@(#)defs.c 2.2 ( + #endif + + #include ++#include + #include + #include "euc.h" + #include "cmt.h" -- cgit v1.2.3