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:   jperkin
Date:           Tue Dec 13 13:49:40 UTC 2022

Modified Files:
        pkgsrc/textproc/FlightCrew: Makefile

Log Message:
FlightCrew: Work around NetBSD unzip for patched files.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/textproc/FlightCrew/Makefile:1.64
--- pkgsrc/textproc/FlightCrew/Makefile:1.63    Mon Jan 10 01:46:44 2022
+++ pkgsrc/textproc/FlightCrew/Makefile Tue Dec 13 13:49:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2022/01/10 01:46:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2022/12/13 13:49:40 jperkin Exp $
 
 DISTNAME=      FlightCrew-0.7.2-Code
 PKGNAME=       ${DISTNAME:S/-Code//}
@@ -17,6 +17,17 @@ WRKSRC=              ${WRKDIR}
 USE_LANGUAGES= c c++11
 USE_CMAKE=     yes
 
+# Work around NetBSD unzip vs others for patched files.
+SUBST_CLASSES+=                cr
+SUBST_STAGE.cr=                post-extract
+SUBST_FILES.cr+=       CMakeLists.txt src/FlightCrew/CMakeLists.txt
+SUBST_FILES.cr+=       src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp
+SUBST_FILES.cr+=       src/FlightCrew/tests/CMakeLists.txt
+SUBST_FILES.cr+=       src/XercesExtensions/LocationAwareDOMParser.cpp
+SUBST_FILES.cr+=       src/utf8-cpp/utf8/core.h
+SUBST_FILTER_CMD.cr=   ${TR} -d '\r'
+SUBST_NOOP_OK.cr=      yes
+
 BUILDLINK_TRANSFORM+=  l:BoostParts:boost_date_time:boost_filesystem:boost_regex:boost_system:boost_thread:boost_program_options
 BUILDLINK_TRANSFORM+=  l:Xerces:xerces-c
 BUILDLINK_TRANSFORM+=  l:zlib:z



Home | Main Index | Thread Index | Old Index