pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/convertlit
Module Name: pkgsrc
Committed By: rhialto
Date: Sat Sep 19 14:02:31 UTC 2020
Modified Files:
pkgsrc/textproc/convertlit: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/convertlit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/convertlit/Makefile
diff -u pkgsrc/textproc/convertlit/Makefile:1.12 pkgsrc/textproc/convertlit/Makefile:1.13
--- pkgsrc/textproc/convertlit/Makefile:1.12 Mon Nov 4 21:43:34 2019
+++ pkgsrc/textproc/convertlit/Makefile Sat Sep 19 14:02:31 2020
@@ -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 @@ BUILD_DIRS= lib clit18
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