
CVS log for pkgsrc/wm/compiz/buildlink3.mk
Up to [NetBSD + pkgsrc-wip] / pkgsrc / wm / compiz
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 7 01:54:04 2012 UTC (2 weeks, 3 days ago) by dholland
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:12:20 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:48 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:02:41 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:42:40 2011 UTC (13 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
recursive bump from gettext-lib shlib bump.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:06 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:58:46 2010 UTC (18 months, 1 week ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:00:45 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:29 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:55 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
bump revision because of graphics/jpeg update
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:34 2009 UTC (3 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -14
lines
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.1: download - view: text, markup, annotated - select for diffs
Wed Apr 23 18:34:52 2008 UTC (4 years, 1 month ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Provide a buildlink3 for the upcoming compiz-fusion pkgs.
NetBSD-CVSweb <admin[at]NetBSD[dot]se>