Up to [cvs.NetBSD.org] / pkgsrc / devel / libtool-fortran
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 3 13:06:32 2022 UTC (15 months, 4 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
libtool: Unbreak the 2.4.7 update. The main issue is that the configure script was generated with a different version of autoconf compared to upstream, and hardcoded CC='cc -std=gnu11' which broke inferred tag detection, as well as likely causing other issues elsewhere. Generated patches _must_ use the same version as upstream so that diffs can be reviewed for changes. While here remove patches for MirBSD and MidnightBSD. MirBSD was discontinued many years ago, and support for MidnightBSD was already included upstream. This significantly simplifies our patches and helps to identify issues. Bump PKGREVISION of libtool-base and libtool-fortran.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 26 16:15:27 2022 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
libtool*: update to 2.4.7 * Noteworthy changes in release 2.4.7 (2022-03-16) [stable] ** New features: - Libtool script now supports (configure-time and runtime) ARFLAGS variable, which obsoletes AR_FLAGS. This is due to naming conventions among other *FLAGS and to be consistent with Automake's ARFLAGS. - Gnulib testsuite is enabled and run during 'make check'. - Support the Windows version of the Intel C Compiler (icl) in libtool script. - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC to linker. - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers. - The variable 'FILECMD' with default value of '/usr/bin/file' was used to replace existing hard coded references to '/usr/bin/file'. - Add MidnightBSD support. ** Important incompatible changes: - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'. - Do not pass '-pthread' to Solaris linker. - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh' shebang. Previously '#! /bin/sh' was used, which presents challenges for containerized environments. ** Bug fixes: - Fix significant slowdown of libtoolize for certain projects (regression introduced in 2.4.3 release) caused by infinite m4 macro recursion. - Mitigate the slowdown of libtool script (introduced in v2.4.3) caused by increased number of calls to '$SED $sed_quote_subst' (bug#20006). - Properly parse and export TLS symbols on AIX. - Various bug fixes surrounding use of 'sed'. - Darwin systems set proper "allow undefined" flag on OSX 11, and PowerPC 10.5. - Removed some deprecated tests related to 'Makefile.inc' files.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:48 2022 UTC (17 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
*: recursive bump for perl 5.36
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 24 19:50:01 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
*: recursive bump for perl 5.34
Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 12 16:36:44 2018 UTC (5 years, 8 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
PR pkg/53086 Fix the configure code that removes spaces in "-L /some/path" etc.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 6 16:14:07 2017 UTC (6 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.14: +8 -4
lines
Diff to previous 1.14 (colored)
Update libtool packages to 2.4.6. Changes since 2.4.2 are too numerous to mention, with over 4,700 lines in the ChangeLog file. However, this release does at least fix a large number of build failures on SmartOS, and doesn't appear to cause any obvious regressions in bulk builds performed by Joerg and myself. Some pkgsrc cleanups while here, including merging the MirBSD patches correctly. It couldn't be made much clearer how to properly integrate patches here to ensure they are not lost. Next time you might not be so fortunate!
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 18 09:34:54 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump PKGREVISION. No effective change, but this makes it the lowest version that's currently accepted by bsd.pkg.use.mk.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:10 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 25 12:12:48 2016 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.11: +6 -12
lines
Diff to previous 1.11 (colored)
Use OPSYSVARS.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:37 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 1 12:39:15 2014 UTC (9 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 26 10:40:46 2014 UTC (9 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
Remove special handling of -v in the wrappers. 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.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 27 15:50:23 2013 UTC (10 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
PR 48081: Explicitly disable Fortran in libtool-base, otherwise it will 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.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 4 22:15:54 2013 UTC (10 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:17 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
revert unintended commit
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 3 10:04:47 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 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
Revision 1.4 / (download) - annotate - [select for diffs], Fri May 31 12:40:01 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Bump all packages for perl-5.18, that 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.
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 15 22:20:58 2013 UTC (10 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Revert last. It was not approved by OWNER.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 15 15:19:04 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -3
lines
Diff to previous 1.1 (colored)
Use fortran77 as language, not fortran. Fixes blas and lapack builds. Suggested by ryoon. Bump PKGREVISION and change SVR4_PKGNAME to be different from libtool-base.
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 9 13:53:48 2013 UTC (10 years, 6 months ago) by joerg
Branch: MAIN
Split Fortran support from devel/libtool-base into a separate package devel/libtool-fortran. If USE_LIBTOOL is present and Fortran is in USE_LANGUAGES, include the new package.