NetBSD.se

CVS log for pkgsrc/sysutils/xfce4-xarchiver/buildlink3.mk

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / sysutils / xfce4-xarchiver

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 7 01:54:02 2012 UTC (2 weeks, 3 days ago) by dholland
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:12:05 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Recursive bump for pcre-8.30* (shlib major change)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:41 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +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.11: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:02:37 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:42:13 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.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
recursive bump from gettext-lib shlib bump.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:48 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:58:41 2010 UTC (18 months, 1 week ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:01:11 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:26 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +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.5: download - view: text, markup, annotated - select for diffs
Wed Sep 16 01:31:13 2009 UTC (2 years, 8 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove include of the xfce4-dev-tools buildlink.

It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:06 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
bump revision because of graphics/jpeg update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:27 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.2: preferred, colored
Changes since revision 1.2: +6 -13 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.2: download - view: text, markup, annotated - select for diffs
Thu Dec 18 16:46:29 2008 UTC (3 years, 5 months ago) by hira
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Apr 12 09:47:14 2007 UTC (5 years, 1 month ago) by martti
Branches: TNF
CVS tags: pkgsrc-base, 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Xfce archive handler.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 12 09:47:14 2007 UTC (5 years, 1 month ago) by martti
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>