summaryrefslogtreecommitdiff
path: root/devel/libtool-fortran
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-12/+6
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-09-01GCC 4.7's gfortran on SunOS generates verbose output which includes spacesjperkin1-4/+4
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.
2014-02-26Remove special handling of -v in the wrappers.jperkin1-2/+4
This was originally introduced to work around some behaviour in the libtool build, however these days it is actively harmful for a number of packages, where removing additional arguments when -v is present on the command line can break ABI detection (notably in CMake packages). Instead, filter out any references to BUILDLINK_DIR from the libtool scripts, as that should do the same job. Retain the ability to run the 'scan' wrapper script, as it can be useful in certain cases, and is required to support the scan-libtool script anyway.
2013-08-27PR 48081: Explicitly disable Fortran in libtool-base, otherwise it willjoerg1-2/+2
incorrectly handle the default wrapper scripts on Cygwin. libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm than good. Bump libtool-base and libtool-fortran.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03revert unintended commitwiz1-2/+2
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-15Revert last. It was not approved by OWNER.joerg1-2/+2
2013-05-15Use fortran77 as language, not fortran.wiz1-3/+4
Fixes blas and lapack builds. Suggested by ryoon. Bump PKGREVISION and change SVR4_PKGNAME to be different from libtool-base.
2013-05-09Split Fortran support from devel/libtool-base into a separate packagejoerg3-0/+102
devel/libtool-fortran. If USE_LIBTOOL is present and Fortran is in USE_LANGUAGES, include the new package.