Up to [cvs.NetBSD.org] / pkgsrc / devel / zlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11, Thu Oct 10 12:25:53 2002 UTC (19 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
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,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.10: +1 -1
lines
FILE REMOVED
Unused.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:51 2002 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (colored)
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:11:14 2002 UTC (19 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.7: +24 -3
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 7 13:25:37 2002 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Changes since 1.8: +8 -1
lines
Diff to previous 1.8 (colored)
Enable building this package on <1.4, and add INCOMPAT_ZLIB settings for NetBSD releases that need it. Closes pkg/14782.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 7 06:10:34 2002 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +17 -3
lines
Diff to previous 1.7 (colored)
Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE, INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 27 13:33:26 2001 UTC (20 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default installation directory in case the package isn't installed.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 20 01:54:41 2001 UTC (20 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 1 22:59:20 2001 UTC (20 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Move inclusion of bsd.buildlink.mk to start of file.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 23 19:26:55 2001 UTC (20 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
Generalize how the dependency pattern may be specified. Instead of just FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 11 01:59:36 2001 UTC (20 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.2: +13 -47
lines
Diff to previous 1.2 (colored)
Use bsd.buildlink.mk instead of duplicating code all over the place.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 10 00:09:31 2001 UTC (20 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.1: +12 -6
lines
Diff to previous 1.1 (colored)
Use cookies (.*_done) to determine whether headers and libs have been linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 26 16:30:18 2001 UTC (21 years ago) by jlam
Branch: MAIN
Add buildlink.mk files that can link headers and libraries into ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.