Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 19:49:25 -0700 (MST)
From:      John Hein <jhein@symmetricom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165518: [PATCH] astro/gpstk: avoid unecessary dos2unix invocations
Message-ID:  <201202280249.q1S2nPEK097264@fbsd7-build.timing.com>
Resent-Message-ID: <201202280330.q1S3U8FN012763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165518
>Category:       ports
>Synopsis:       [PATCH] astro/gpstk: avoid unecessary dos2unix invocations
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 03:30:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        
>Organization:
>Environment:
>Description:

No need to dos2unix every extracted file.  Just do Jamrules
(due to the CR-less patch file).  This saves time and space.

>How-To-Repeat:
>Fix:

--- gpstk-1.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /base/FreeBSD-CVS/ports/astro/gpstk/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile	27 Feb 2012 17:39:39 -0000	1.14
+++ Makefile	28 Feb 2012 02:33:39 -0000
@@ -21,6 +21,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_PYTHON_RUN=	yes
 USE_LDCONFIG=	yes
 USE_DOS2UNIX=	yes
+DOS2UNIX_REGEX=	${WRKSRC}/Jamrules
 
 JAM=		jam
 JAM_ENV=	PREFIX="${PREFIX}" \
--- gpstk-1.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202280249.q1S2nPEK097264>