NetBSD.se

CVS log for pkgsrc/graphics/hicolor-icon-theme/buildlink3.mk

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / graphics / hicolor-icon-theme

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 21 12:37:59 2010 UTC (19 months ago) by wiz
Branches: 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, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -12 lines
Use TOOLS_NOOP to get rid of gtk-update-icon-cache.
Wrap it in an if, so that the script isn't added twice (by both
gnome-icon-theme and hicolor-icon-them) which currently causes
a warning message.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 14 22:58:01 2009 UTC (2 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -10 lines
Remove @dirrm related logic.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 16 07:22:03 2009 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:24:40 2009 UTC (3 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +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.14: download - view: text, markup, annotated - select for diffs
Tue Jan 13 16:27:24 2009 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Add an ignore pattern.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 26 01:02:59 2007 UTC (5 years, 3 months ago) by markd
Branches: MAIN
CVS tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Don't depend on gtk2+ package just to be able to update an icon cache file.
Instead update the cache iff gtk2 package also installed.
OKed wiz and jmmv.  Bump PKGREVISION.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 12 21:52:36 2006 UTC (5 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 8 23:10:51 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jul 8 22:39:19 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jun 21 16:08:59 2006 UTC (5 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -1 lines
The icon-theme cache file generated by gtk-update-icon-cache from the
icon-cache.tmpl INSTALL script fragment should never be in any PLIST
-- set CHECK_FILES_SKIP appropriately.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 15 22:13:58 2006 UTC (5 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:10 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 12 10:27:17 2006 UTC (6 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:03 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 30 20:47:44 2006 UTC (6 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -1 lines
Update to 0.9:

2006-01-12  Alexander Larsson  <alexl@redhat.com>

	* Makefile (VERSION):
	Bump version to 0.9

2005-12-23  Luca Ferretti <elle.uca@libero.it>

	* index.theme:
	Sort values for Directories keys (fix gnome bug 315841) and add missing
	entries. Now all installed directories should have an entry in this
	file.

2005-04-08  Alexander Larsson  <alexl@redhat.com>

	* Makefile.in (ICON_CONTEXTS):
	Add emblem subdir

	* configure.ac:
	Bump version to 0.8

	* index.theme:
	Add emblem subdir

2005-02-04  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.7

	* index.theme (Size):
	Fix typos in last version

2005-02-02  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.6

	* Makefile.in (ICON_SIZES):
	Add 24x24 dirs

	* index.theme (Directories):
	Add 24x24 version of action, apps, devices, filesystem & mimetypes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:33 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:20 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 6 13:47:41 2004 UTC (8 years ago) by jmmv
Branches: MAIN
CVS tags: 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
Initial addition.  This does not really need to be a buildlink3.mk file (in
the sense that this package does not install any libraries that need to be
buildlinked), but it helps in adding a dependency and, more important, in
handling of PLIST entries during print-PLIST.  Using a buildlink3.mk file
is more consistent with other packages than a home-grown mk file.

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>