pkgsrc-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 bad patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c024f2404699
branches:  trunk
changeset: 604034:c024f2404699
user:      marino <marino%pkgsrc.org@localhost>
date:      Mon May 21 08:03:15 2012 +0000

description:
textproc/FlightCrew: Fix bad patch application

The FlightCrew files all use DOS line endings.
The patches all use unix line endings.
All source files have to have the line endings converted before applying
a patch to them.  The last patch added 2012-01-16 to fix build with Boost
wasn't applied to a converted source file and thus the package failed in
the patch phase.

diffstat:

 textproc/FlightCrew/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2c5d00075ed6 -r c024f2404699 textproc/FlightCrew/Makefile
--- a/textproc/FlightCrew/Makefile      Mon May 21 07:20:41 2012 +0000
+++ b/textproc/FlightCrew/Makefile      Mon May 21 08:03:15 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/03/03 00:14:00 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/21 08:03:15 marino Exp $
 #
 
 DISTNAME=      FlightCrew-0.7.2-Code
@@ -36,6 +36,7 @@
 SUBST_MESSAGE.d2u=     Removing CR end-of-line markers.
 SUBST_FILES.d2u=       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'
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index