pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/convertlit Remove CR stripping since source f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f42f4c52d73
branches:  trunk
changeset: 439401:9f42f4c52d73
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sat Sep 19 14:02:31 2020 +0000

description:
Remove CR stripping since source files don't contain it any more:
ERROR: [subst.mk:d2u] The filename patterns "*.h *.c */*.h */*.c */*/*.h */*/*.c" have no effect.
No change in resulting binaries.

diffstat:

 textproc/convertlit/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r f7984c0d8045 -r 9f42f4c52d73 textproc/convertlit/Makefile
--- a/textproc/convertlit/Makefile      Sat Sep 19 14:02:19 2020 +0000
+++ b/textproc/convertlit/Makefile      Sat Sep 19 14:02:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/04 21:43:34 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/09/19 14:02:31 rhialto Exp $
 #
 # In order to ensure compliance with U.S. and international law, please
 # do not modify this file to provide pointers to the source or homepage
@@ -21,12 +21,6 @@
 MAKE_FILE=             Makefile
 USE_TOOLS+=            gmake
 
-SUBST_CLASSES+=                d2u
-SUBST_STAGE.d2u=       pre-configure
-SUBST_MESSAGE.d2u=     Stripping CRLF line ends.
-SUBST_FILES.d2u+=      *.h *.c */*.h */*.c */*/*.h */*/*.c
-SUBST_FILTER_CMD.d2u=  ${TR} -d '\r'
-
 SUBST_CLASSES+=                flags
 SUBST_STAGE.flags=     pre-configure
 SUBST_MESSAGE.flags=   Fixing CFLAGS and compiler invocation.



Home | Main Index | Thread Index | Old Index