Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / cwrappers
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.28 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:15 2022 UTC (3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Reset MAINTAINER
Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 4 11:22:51 2022 UTC (10 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
cwrappers: Add cross-compilation support. - New option `sysroot=<dir>': . Wrapper will add `--sysroot=<dir>' as first argument. . For every rpath argument, e.g. -Wl,-R<path> to cc, wrapper will pass `-rpath-link <dir><path>' to the linker. This matches the old mk/wrapper/cmd-sink-cross-* logic. - Create wrappers for the ${MACHINE_GNU_PLATFORM}-cc style of command, as in ${CC}, ${CXX}, ${LD} for cross-builds. - Bump version. - Use TOOL_DEPENDS, not BUILD_DEPENDS, for cwrappers.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 2 19:46:00 2020 UTC (2 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.25: +3 -2
lines
Diff to previous 1.25 (colored)
pkgtools/cwrappers: avoid dependency cycle with check-portability
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 18 23:33:25 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Mar 25 20:45:25 2018 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: 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.23: +2 -2
lines
Diff to previous 1.23 (colored)
cwrappers-20180325: append the append list for -shared support
Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 8 04:04:42 2017 UTC (5 years, 3 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Bump cwrappers after reverting the last patch
Revision 1.22 / (download) - annotate - [select for diffs], Tue Nov 7 16:51:44 2017 UTC (5 years, 3 months ago) by khorben
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Bump revision to reflect the fixes for PKGSRC_MKPIE
Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 27 20:59:59 2017 UTC (5 years, 3 months ago) by khorben
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Set the correct operation mode in the wrapper for as(1) This notably fixes building lang/g95 with PKGSRC_MKPIE=yes. Reviewed by joerg@
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jun 11 19:34:43 2017 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
cwrappers-20170611: Add new configuration options {ap,pre}pend_{shared,executable} for adding options when the operation mode is identified as linking. Based loosely on patch from khorben.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 12 14:56:35 2017 UTC (6 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
cwrappers-20170112: Fix typos. From jperkin.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Nov 27 11:46:45 2016 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
cwrappers-20161125: If spawn.h and posix_spawnp exist, prefer them over vfork and execp.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Nov 25 22:46:40 2016 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
PR pkg/50275: Explicitly disable the locking type here. If shlock is not a platform tool, it will introduce cyclic dependencies otherwise, e.g. via sysutils/checkperms.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 15 17:08:14 2016 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
cwrappers-20160908: Allow cc -o -.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 14 20:16:08 2016 UTC (6 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Add support for "-isystem dir", transform in the same way as "-Idir"
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 10 19:13:05 2016 UTC (7 years, 1 month ago) by bsiegert
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Fix wrong character count in strncmp. From Kamil Rytarowski in PR pkg/49761.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 7 15:00:25 2015 UTC (7 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
cwrappers-20150707: handle .dylib extension and Darwin linker flags.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 29 14:23:58 2015 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 27 09:51:24 2015 UTC (7 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Ensure we don't try to rebuild the generated transform-gcc.c, it requires NetBSD-specific build tools.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 19 13:30:35 2015 UTC (7 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.9: +1 -4
lines
Diff to previous 1.9 (colored)
Trust libnbcompat to know if we need a getline(3) replacement or not. Avoids us having to encode a list of all such platforms here.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 18 15:05:35 2015 UTC (7 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
cwrappers-20150318: Don't ferror() after fclose(). Fixes libtool cwrapper on Linux, ok joerg@
Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 17 18:39:45 2015 UTC (7 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
cwrappers-20150317: Discard obsolete GCC '-mt' argument.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 15 19:16:45 2015 UTC (7 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
cwrappers-20150314: Drop trailing / when searching for path names. If a pattern ends in a slash, consider it as exact match.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 29 22:19:55 2014 UTC (8 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
cwrappers-20141129: - Export path to the wrapper via config file and use that to replace the libtool call in the relink command. - Do not drop rpath entries when processing the relink command, they are still needed.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 27 20:36:43 2014 UTC (8 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIR for consistency.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 24 00:31:03 2014 UTC (8 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
Disable CHECK_PERM & USE_CWRAPPERS here.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 6 15:38:57 2014 UTC (8 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
FreeBSD decided that getline must be explicitly requested.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 6 14:57:53 2014 UTC (8 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
OSX 9 lacks getline, so add it to the list. Use custom version of le32toh.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 17 12:40:56 2014 UTC (8 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Add cwrappers-20100308 with minimal compat changes. Developed as part of GSoC 2007, initial test suite parts from schmonz@, nagging by jperkin, approval for addition during freeze by agc@.