Up to [cvs.netbsd.org] / pkgsrc / pkgtools / libnbcompat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 20 16:13:05 2011 UTC (9 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Always build libnbcompat with pkgsrc's make, this fixes some build failures
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 17 18:43:49 2009 UTC (2 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Pass down MAKE_ENV when calling make for inplace builds.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 22 04:07:55 2008 UTC (4 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +26 -6
lines
Diff to previous 1.7 (colored)
Introduce a variable, LIBNBCOMPAT_USE_PIC, which if set to yes before including inplace.mk causes a PIC version of libnbcompat to be built alongside the regular static libnbcompat. This will be used to extend the features framework in two ways: 1) Support linking features into shared modules 2) Ability to cherry-pick individual objects to link from the libnbcompat build directory rather than linking the whole archive.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 20 18:55:25 2007 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored)
At some place, it should be documented why libnbcompat is _not_ installed as a shared library but rebuilt for every package that needs a certain feature. That place is either here or in files/README.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 20 18:15:23 2007 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Inform the user when configuring libnbcompat. While here, fixed some quoting issues. (They never caused anything to fail, but who knows what will happen in the future?)
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 8 21:57:59 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.4: +7 -8
lines
Diff to previous 1.4 (colored)
Convert to use the features framework.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 2 07:22:31 2007 UTC (4 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk". Fix suggested by Joerg Sonnenberger.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 1 18:16:38 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.2: +8 -2
lines
Diff to previous 1.2 (colored)
Allow libnbcompat to be used in cross-compiled packages. Supported-by: Google SoC 2007.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 27 14:20:20 2007 UTC (4 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
No need to use the -p flag to cp(1) here.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 13 22:34:28 2004 UTC (7 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Add a Makefile fragment that can be used in place of libnbcompat/buildlink3.mk where it is included. This can be used to build a bootstrap package without needing to install libnbcompat.