pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/FlightCrew



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May 24 02:05:21 UTC 2020

Modified Files:
        pkgsrc/textproc/FlightCrew: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/textproc/FlightCrew/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/FlightCrew/Makefile
diff -u pkgsrc/textproc/FlightCrew/Makefile:1.56 pkgsrc/textproc/FlightCrew/Makefile:1.57
--- pkgsrc/textproc/FlightCrew/Makefile:1.56    Wed May  6 14:05:04 2020
+++ pkgsrc/textproc/FlightCrew/Makefile Sun May 24 02:05:21 2020
@@ -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_FILES.fix-damaged=     src/FlightCrew/
 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