ports/165518: [PATCH] astro/gpstk: avoid unecessary dos2unix invocations
John Hein
jhein at symmetricom.com
Tue Feb 28 03:30:09 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list