Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/FlightCrew (textproc/FlightCrew) Fix build: R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7e2b0e0e812
branches:  trunk
changeset: 432660:c7e2b0e0e812
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 24 02:05:21 2020 +0000

description:
(textproc/FlightCrew) Fix build: Remove no effective SUBST block (sorry only if for amd64)

diffstat:

 textproc/FlightCrew/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 161c9d7cc3f0 -r c7e2b0e0e812 textproc/FlightCrew/Makefile
--- a/textproc/FlightCrew/Makefile      Sun May 24 02:00:28 2020 +0000
+++ b/textproc/FlightCrew/Makefile      Sun May 24 02:05:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/05/06 14:05:04 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/24 02:05:21 mef Exp $
 
 DISTNAME=      FlightCrew-0.7.2-Code
 PKGNAME=       ${DISTNAME:S/-Code//}
@@ -28,15 +28,6 @@
 SUBST_SED.fix-damaged+=                -e "2,2s/^/\//" # commented-out
 SUBST_SED.fix-damaged+=                -e "1,1d" # deleted
 
-SUBST_CLASSES+=                d2u
-SUBST_STAGE.d2u=       post-extract
-SUBST_MESSAGE.d2u=     Removing CR end-of-line markers.
-SUBST_FILES.d2u=       CMakeLists.txt
-SUBST_FILES.d2u+=      src/FlightCrew/CMakeLists.txt
-SUBST_FILES.d2u+=      src/FlightCrew/tests/CMakeLists.txt
-SUBST_FILES.d2u+=      src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp
-SUBST_FILTER_CMD.d2u=  ${TR} -d '\r'
-
 post-extract:
        ${RM} -rf ${WRKDIR}/src/BoostParts ${WRKDIR}/src/Xerces ${WRKDIR}/src/zlib ${WRKDIR}/src/googlemock
 



Home | Main Index | Thread Index | Old Index