pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Sep  1 12:39:15 UTC 2014

Modified Files:
        pkgsrc/devel/libtool: distinfo
        pkgsrc/devel/libtool-fortran: Makefile
        pkgsrc/devel/libtool/patches: manual-libtool.m4 patch-ab

Log Message:
GCC 4.7's gfortran on SunOS generates verbose output which includes spaces
in-between "-l" and the library name.  This confuses libtool which parses
the compiler output, and results in trying to pass arguments such as
"-l-lgfortran" and failing.

In addition there are multiple BUILDLINK_DIR references, but only the first
is stripped, resulting in "-L-L/path".

Fix both these issues and bump PKGREVISION of libtool-fortran.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libtool/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libtool-fortran/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libtool/patches/manual-libtool.m4
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libtool/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index