Up to [cvs.netbsd.org] / pkgsrc / devel / apr0
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:12 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
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,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:09 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.9: +6 -14
lines
Diff to previous 1.9 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 6 20:54:32 2008 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib name change).
Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 11 18:32:28 2008 UTC (4 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
PKG_BUILD_OPTIONS.apr is used, so make sure it is present when this file is included again.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 12 11:36:29 2008 UTC (4 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
db4 update related revision bump
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 8 12:25:01 2007 UTC (4 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
PKGREVISION bump for db4 shlib name change.
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 30 08:54:29 2007 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.4: +4 -7
lines
Diff to previous 1.4 (colored)
Removed some code duplication from the buildlink3 files by using the new pkg-build-options.mk procedure.
Revision 1.4 / (download) - annotate - [select for diffs], Tue May 29 22:13:41 2007 UTC (4 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Add "include/apr-0" to BUILDLINK_INCDIRS.apr, as programs using this library apparently expect to find it in their include path.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 25 19:38:30 2007 UTC (5 years, 3 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix dependency problem noted by Joerg Sonnenberger.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 25 07:35:30 2007 UTC (5 years, 3 months ago) by epg
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Allow subversion to be built with either apr0 or apr & apr-util.
devel/apr0/buildlink3.mk:
Add apr<1.0 to BUILDLINK_API_DEPENDS.apr .
devel/subversion/Makefile.common:
Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these
have not been needed since the buildlink framework started
ensuring the PATH is correct. Drop --with-ssl from
CONFIGURE_ARGS; this has not been necessary since this stopped
using the built-in neon. Include new options.mk .
devel/subversion-base/Makefile:
devel/subversion-base/buildlink3.mk:
Use devel/apr0 or devel/apr & devel/apr-util if
PKG_OPTIONS.subversion has the apr1 option.
devel/subversion-base/options.mk:
Provide apache22 and apr1 options; currently these must be set
together, so enforce that.
www/ap2-subversion/Makefile:
Use apache22 if PKG_OPTIONS.subversion has the apache22 option,
else use apache2.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 24 19:31:24 2007 UTC (5 years, 3 months ago) by epg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import renamed devel/apr (0.9.x) so that can upgrade to 1.2.x.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 24 19:31:24 2007 UTC (5 years, 3 months ago) by epg
Branch: MAIN
Initial revision