The NetBSD Project

CVS log for pkgsrc/sysutils/nautilus-cd-burner/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / nautilus-cd-burner

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19
Sun Jul 26 19:09:25 2009 UTC (15 years, 9 months ago) by drochner
Branches: 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, HEAD
FILE REMOVED
Changes since revision 1.18: +1 -1 lines
I hope I removed all dependencies, so this pkg can be removed eventually.
remove bl3 file to discourage adding new ones

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:25 2009 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +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.17: download - view: text, markup, annotated - select for diffs
Sun Dec 7 15:16:53 2008 UTC (16 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -6 lines
Fix includes. Bump version.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 6 14:53:54 2008 UTC (17 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:09:44 2008 UTC (17 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 5 05:37:19 2007 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 21 12:05:53 2007 UTC (18 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Bump PKGREVISION for gnome-keyring ABI bump.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 16 12:20:33 2006 UTC (18 years, 8 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 8 23:11:09 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
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:39 2006 UTC (18 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
Mon Apr 17 13:46:08 2006 UTC (19 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:46 2006 UTC (19 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: download - view: text, markup, annotated - select for diffs
Mon Mar 6 00:18:14 2006 UTC (19 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:56 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:35 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 31 12:32:45 2005 UTC (19 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 25 21:23:15 2005 UTC (19 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 22 16:33:55 2005 UTC (20 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Update to 2.10.0:

==============
Version 2.10.0
==============

This is a stable release to coincide with the release of Gnome 2.10.0.
The only differences between this version and 2.9.8 are some
translation updates and a new README.

Translators

	* Vladimir Petkov (bg)
	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Brandt (de)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Priit Laes (et)
	* Ilkka Tuohela (fi)
	* Baptiste Mille-Mathias (fr)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Gnome PL Team (pl)
	* Raphael Higino (pt_BR)
	* Duarte Loreto (pt)
	* Mugurel Tudor (ro)
	* Leonid Kanter (ru)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Данило Шеган (sr)
	* Christian Rose (sv)
	* Emrah Ünal (tr)
	* Maxim Dziumanenko (uk)
	* Liu Songhe (zh_CN)
	* Woodman Tuen (zh_TW)

2.9.8:

Don't hang on pipe EOF on BSD
Identify blank non-DVD discs in the no-HAL case

2.9.7:

Report the correct capacity for sequential DVD-RW discs
Fix missing warning about overwriting data on disc
Get blank status correctly for systems without HAL
Only use UTF8 with mkisofs if it is patched to support it
Don't hang on unknown errors from mkisofs
Make wording in interrupt confirmation dialog less ambiguious
Fallback to opening devices read-only on Linux 2.4 systems

2.9.6:

Improve error reporting from make_iso process
Try to unmount busy volumes before asking for media

2.9.5:

Clarify language in message dialogs
Use consistent size units in user visible strings

2.9.4:

Give a better error message when an ISO image isn't readable
Use gnome-vfs to check the space left on a partition
Add blanking support to libnautilus-burn
Ask the user if he wants to erase an already used disc
Correctly namespace all the libnautilus-burn functions
Tell the user that the data possibly won't fit on the disc
Warn the user if he's trying to write a CD with an ISO image inside

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

CVSweb <webmaster@jp.NetBSD.org>