Subject: CVS commit: pkgsrc/lang/f2c
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2007 14:33:21
Module Name: pkgsrc
Committed By: dmcmahill
Date: Mon Feb 5 14:33:21 UTC 2007
Modified Files:
pkgsrc/lang/f2c: Makefile distinfo
pkgsrc/lang/f2c/patches: patch-aa
Added Files:
pkgsrc/lang/f2c/files: f2c-f77.in
Removed Files:
pkgsrc/lang/f2c/patches: patch-ac
Log Message:
- The f2c-f77 script that emulates a fortran comiler has deviated so much
from the original, that it has become easier to maintain it as its own
file instead of a patch, so do that.
- Improve the shell quoting quite a bit in the f2c-f77 script. Now you
can pass things like -DFOO=this\ is\ a\ test and have the escapes
actually work when the arguments get passed down to the underlying
commands. Many thanks to Alan Barrett for help with the shell quoting.
- bump pkgrev
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/lang/f2c/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/f2c/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/f2c/files/f2c-f77.in
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/f2c/patches/patch-aa
cvs rdiff -r1.15 -r0 pkgsrc/lang/f2c/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.