Up to [cvs.NetBSD.org] / pkgsrc / sysutils / nautilus-cd-burner
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
I hope I removed all dependencies, so this pkg can be removed eventually. remove bl3 file to discourage adding new ones
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.
Fix includes. Bump version.
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
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@
opencdk shlib major changed; bump ABI depends and PKGREVISIONs of affected packages.
Bump PKGREVISION for gnome-keyring ABI bump.
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.
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
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.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer.
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).
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.
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Recursive PKGREVISION bump for gnutls shlib major bump. Bump BUILDLINK_RECOMMENDED.
Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
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