2008-04-30 23:38:15 by Dan McMahill | Files touched by this commit (2) |
Log message:
When calling 'cc -c' use a stripped down version of CFLAGS that
removes all -Wl,* entries. Otherwise some versions of gcc will
give a warning which in turn breaks the autoconf check for fortran
libraries. This fixes at least cad/tnt-mmtl and probably any
other package that uses the AC_F77_LIBRARY_LDFLAGS autoconf macro.
Bump rev to f2c-20001205nb10.
|
2007-12-16 16:47:55 by Greg Troxel | Files touched by this commit (1) |
Log message:
# Many failures - this is *very* far from safe.
MAKE_JOBS_SAFE= no
|
2007-09-25 12:07:06 by Kouichirou Hiratsuka | Files touched by this commit (11) |
Log message:
Back out previous. Pointed out by uebayasi@ and martti@.
|
2007-08-16 02:31:22 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Add DESTDIR support.
|
2007-06-17 23:24:41 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Make this package build on case-insensitive filesystems by renaming
conflicting files.
|
2007-03-17 17:10:13 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed PKGMANDIR.
|
2007-02-15 14:29:20 by Dan McMahill | Files touched by this commit (2) |
Log message:
Add __sparcv9 to the list for 64-bit systems. Fixes compilation on
solaris in 64 bit mode. Patch from Gilles Dauphin.
|
2007-02-05 15:43:39 by Dan McMahill | Files touched by this commit (1) |
Log message:
fix one more quoting problem
|
2007-02-05 15:33:21 by Dan McMahill | Files touched by this commit (5) |
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
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|