summaryrefslogtreecommitdiff
path: root/devel/libgnomeui
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-85/+85
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-11update to 2.14.1drochner3-9/+8
changes: -bugfixes -translation updates
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-7/+7
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).
2006-03-31Sync PLIST with reality; missed during the update to 2.14.0.jmmv2-2/+12
Bump PKGREVISION to 1.
2006-03-30Update to 2.14.0:jmmv3-29/+10
libgnomeui 2.14.0 ----------------- * Docs - Update the API docs a lot (Dinoop Tomas) * Updated and new translations: - cs (Petr Tomes), de (Hendrik Brandt), hu (Gabor Kelemen), it (Francesco Marletta), ka (Vladimer Sichinava) nn (Kjartan Maraas), pl (GNOME PL team), ro (Misu Moldavan), sv (Daniel Nylander) libgnomeui 2.13.90 ------------------ * Fix critical warnings in gnome-icon-list (Harry Lu) * Fix permissions on created directories in the file selector (Federico) * Portability improvements in the file chooser (Mark) * Make the authentication dialog thread safe (jylefort at freebsd org) * Remove some redundant strings (Clytie Siddall) * Fix typo in the docs (Behdad) libgnomeui 2.13.3 ----------------- * Don't scale up small images when creating thumbnails (Lucas Rocha) * Fix critical warning and crash in thumbnailer (Alex Larsson) libgnomeui 2.13.2 ----------------- * Sync GOption code with latest libgnome (Christian) libgnomeui 2.13.1 ----------------- * Fix mime type problem with the thumbnailer (Bastien) * Fix a crasher (Felix Riemann) * Fix leaks in the GOption code (Christian Perch) * Thread safety fixes (jylefort at FreeBSD org) * Warning fixes (Kjartan) * Leak fixes in the GOption code (Christian Perch) libgnomeui 2.13.0 ----------------- * Support the icon theme name spec (Dobey) * Remove some stale code in the file selector (Kjartan) * Fix a leak in gnome_entry_save_history() (Paolo Borelli) [ * Fix a GnomeCanvas-CRITICAL warning in gnome-icon-item (Federico) [#323521] * Scale images before doing a thumbnail to avoid eating up all ram on very large images (Victor STINNER) [#307885] * Fix a crash in gnomefileentry (Petr Mladek) [#315549] * Fix a mem leak (Kjartan) * Skip hidden pages in GnomeDruid (Ricardo Fernández Pascual) [#89145] * Remove useless check and warning about (Jens Elkner) [#118532] * Don't use gnome-keyring on Win32 (Tor Lillqvist) * Add support for GOption argument parsing (Pawel Sliwowski, chpe) [#307312] * Focus the first non-empty field in the password dialog (Nate Nielsen) [#318026] * Convert text from the file entry to filename encoding before returning it. Patch from Yydzero <yandong.yao@sun.com>, [#321144] * Translation updates: * Mahay Alam Khan (bn) * Miloslav Trmac (cs) * Marie Lund (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Reinout van Schouwen (nl) * Marcel Telka (sk) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Albert Fazlí (tt) * Funda Wang (zh_CN)
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz2-3/+4
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-08Use _NSGetEnviron() instead of environ on Darwin. Should fix PRminskim2-1/+21
pkg/31913. Reported in GNOME Bugzilla #330350.
2006-02-08Remove an unused patch.minskim1-11/+0
2006-02-07update to 2.12.1drochner3-9/+8
changes: -Bug fixes -Updated translations
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-10-10Update to 2.12.0:jmmv4-14/+16
libgnomeui 2.12.0 ----------------- What's new since 2.11.4 Bug fixes: - API doc updates (Kjartan) - Fix a compiler warning that broke compilation on AIX - Add gnome-keyring to Requires in the pkg-config file - Include developer docs in the devel zip file for Win32 (Tor) Updated translations: - Basque, Galician, Indonesian, Korean, Kurkish, Russian, Turkish. libgnomeui 2.11.4 ----------------- What's new since 2.11.3 Bug fixes: - Fix a bad crasher in the file selector (Matthias) http://bugzilla.gnome.org/show_bug.cgi?id=314586 Translations: - Estonian, French, Vietnamese libgnomeui 2.11.3 ----------------- What's new since 2.11.2 Bug fixes: - Don't crash on trash:/// bookmarks (Matthias) - Fix build in gnome-ui-init.h libgnomeui 2.11.2 ----------------- What's new since 2.11.1 Features: - Add support for .desktop file links in the file chooser (Federico) Bug fixes: - Make buttons work as accessible children of GnomeDruid (Padraig) - Add a window icon for the segv dialog (Jaap) Translations: - Everyone :-) libgnomeui 2.11.1 ----------------- What's new since 2.10.x Features: - Port to Win32 (Tor Lillquist) - Implement bookmark renaming in the file chooser (Matthias Clasen) Bug fixes: - Make the file chooser work better with AFS (Federico Mena Quintero) - Fix crash when escaping the password dialog (Martin Wehner, Balamurali V.) - Fix crash when opening the panel properties dialog (Vincent Vuntz) - Fix for possible wrong activation URI when drive is mounted from the file chooser (David Zeuthen) - Fix icon entry button to not clip the label incorrectly - Make it possible to select a folder in the file entry in the icon entry. (Christian Neumair) - Make sure to use UTF-8 locales in the file chooser for apps that don't use libgnomeui directly such as Firefox (Frederic Crozat) - HIGify the password dialog (Michael Terry) - HIGify the games menu entries (Dennis Cranston) - Code cleanup and leak fixes (Kjartan, Matthias) - Build fixes (Kjartan, Hans Petter Jansson, Lazslo Peter) - Fix GCC warnings (Kjartan) Translations: - Updated Bulgarian (bg), Canadian English (en_CA), Czech (cs), Danish (da), Greek (el), Estonian (et), Norwegian bokmål (nb), Dutch (nl), Kinyarwanda (rw), Slovak (sk), Thai (th), Simplified Chinese (zh_CN), Traditional Chinese (zh_TW)
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-27update to 2.10.1drochner3-23/+6
changes: -bugfixes -translation updates
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.9.2:jmmv3-8/+103
libgnomeui 2.9.2 ---------------- What's new since 2.9.1 * Bug fixes: - Fix thread safety issues in the file chooser (Alex) - Fix issues with loading/reloading in the file chooser (Federico) * Translations: * Added Xhosa (xh) * Updated Belarusian (be), Czech (cs), Estii (el), Spanish (es), Greek (el), Finnish (fi), Lithuanian (lt), Norwegian bokmål (no/nb), Persian (fa), Thai (th), Welsh (cy), libgnomeui 2.9.1 ---------------- What's new since 2.8.1 * Bug fixes: - Portability fixes (TheWrittenWord) - Fix a leak in the file chooser (Christian Persch) - Use correct size for external thumbnailing scripts (Fernando Herrera) - Fix compiler warnings (Kjartan) - Make gnome-app more robust against programmer mistakes (scott at asofyet org) * Translations: - Updated translations (bg cy, de, en_CA, es, fr, it, ko, nso, rw, zu)
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-22Update to 2.8.1:jmmv3-96/+9
* Bug fixes: - Fix crash in the file chooser (Alex Larsson) - Be smarter with non-local hosts in the file chooser (Rodney Dawes, Federico Meña Quintero) - Require newer gnome-vfs (J.H.M Dassen) - Fix a leak in the file chooser (Christian Persch) - Use correct size for external thumbnailing scripts (Fernando Herrera) - Fix compiler warnings (Kjartan) - Make gnome-app more robust against programmer mistakes (scott at asofyet org) - Removed prototypes for removed functions gnome_entry_construct and gnome_href_construct (J.H.M. Dassen (Ray)) * Translations: - Updated translations (bg de, en_CA, es, fr, it, ko, nso, zu)
2005-01-08Remove SM libs from the .pc file as they shouldn't be exposed fromjmmv3-3/+15
libgnomeui, AFAIK. Otherwise, some extra dependencies are introduced without the required rpaths (the buildlink3.mk file does not set USE_X11). This causes problems in some packages (namely gnome-spell). Bump PKGREVISION to 3.
2005-01-01This package doesn't need perl at run time. Set USE_PERL5 to "build".minskim1-3/+3
Bump PKGREVISION due to dependency change.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv4-65/+107
While here, move the documentation to share/doc, out of share/doc/html. libgnomeui 2.8.0 ---------------- What's new since 2.7.2 * Bug fixes: - Improved GnomeDruid theme support (Rodney Dawes) - File chooser backend fixes (Federico Mena Quintero, Colin Walters) - Authentication manager and password dialog support for anonymous logins (Laszlo Kovacs) - Various fixes (Kjartan Maraas, Eric Zhao, William Jon McCann, Alexander Larsson) * Translations: - New Breton translation (Thierry Vignaud) - New Bostnian translation (Kenan Hadžiavdić) - New Galician translation (Jesus Bravo Alvarez) - Various updated translations (ar, az, bg, ca, cs, cy, da, de, el, en_CA, en_GB, es, eu, fi, gl, gu, hi, hu, ja, ko, lt, mn, ms, ne, nl, nn, no, pa, pl, pt, pt_BR, ro, ru, sk, sq, sr, sv, tr, uk, wa, zh_CN, zh_TW) libgnomeui 2.7.2 ---------------- What's new since 2.7.1 * Bug fixes: - Fix GnomeDruid to be theme compliant (Rodney Dawes) - Fixes to the VFS file-chooser backend (Federico Quintero, Colin Walters) - Support for anonymous logins in authentication manager (Laszlo Kovacs) * Translations: - Various updated translations (ne) libgnomeui 2.7.1 ---------------- What's new since 2.6.1 * Improvements: - Update to automake 1.7 (James Henstridge) - Icon list API additions (Damien Carbery) * Bug fixes: - Authentication manager fixes (Fernando Herrera) - Various fixes (Steve Chaplin, Torsten Schoenfeld, Anders Carlsson, Leena Gunda, Christian Rose, Fernando Herrera, Takao Fujiwara, Damien Carbery, Martin Wehner) * Translations: - Added Turkmen translation (Gurban Mühemmet Tewekgeli) - Various updated translations (bg, no, es, zh_CN, sk, sq, cs, en_CA, en_GB, ko)
2004-05-06this version of libgnomeui demands gtk2+>=2.4.1. make it so.grant1-1/+3
2004-05-04Update to 2.6.1.1:jmmv3-8/+14
Improvements: - File system loading notification support (Federico Mena Quintero) Bug fixes: - Authentication manager fixes (Alexander Larsson) - File system fixes (Federico, Alexander) - Various bugfixes (Padraig O'Brian, Anders Carlsson) Translations: - Added Punjabi translation (Amanpreet Singh Alam) - Added Gujarati translation (Gujurati Team) - Added Maori translation (John C Barstow) - Added Basque translation (Iñaki Larrañaga) - Added Afrikaans translation (Zuza Software Foundation) - Various updated translations (ca, et, eu, he, hu, id, is, nn, wa)
2004-04-24darwin fixdanw2-1/+18
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-06Explicitly disable gtk-doc.jmmv1-1/+2
2004-04-01Updated to 2.6.0:jmmv4-14/+25
What's new since 2.4: * Improvements: - Mass deprecation of broken widgets (Jonathan Blandford) - Keyring support in authentication manager (Alexander Larsson) - Multi-screen versions of the help and url display methods (Mark McLoughlin) - New stock icons (Jakub Steiner) - Deprecate GnomeIconTheme for GtkIconTheme (Alexander Larsson) - Improved crash dialog (Fernando Herrera) - Make entries support the new file chooser (Fernando Hererra, Mark McLoughlin, Carlos Garnacho Parro) - Gnome VFS file chooser backend (Alexander Larsson, Federico Mena Quintero, Owen Taylor) * Bug fixes: - HIG fixes for gnome-scores (Alex Duggan) - Translate program arguments (Hidetoshi Tajima) - Icon list fixes (Federico Mena Quintero, Michael Zucchi) - Session management fixes (Christian Persch) - Handle toolbar orientation in gnome-app-helper (Bryan Forbes) - Various bug fixes (Anders Carlsson, Joe Marcus Clarke, Dennis Cranston, Fernando Herrera, Richard Hult, Alexander Larsson, George Lebl, Kjartan Maraas, Padraig O'Brian, Carlos Romero, Jeffrey Steadfast, Balamurali Viswanathan) * Translations: - Added Canadian English translation (Adam Weinberger, Alexander Winston) - Added Croatian translation (Robert Sedak) - Added Marathi translation (Jitendra Shah) - Added Serbian Jekavian translation (Bojan Suzić) - Added Thai translation (Theppitak Karoonboonyanan, Paisa Seeluangsawat) - Updated Albanian translation (Laurent Dhima) - Updated Arabic translation (Arafat Medini) - Updated Azerbaijani translation (Mətin Əmirov) - Updated Belarusian translation (Ales Nyakhaychyk) - Updated Bengali translation (Sayamindu Dasgupta) - Updated Brazilian Portuguese translation (Raphael Higino, Augusta Margues da Silva) - Updated British English translation (Gareth Owen) - Updated Czech translation (Miloslav Trmac) - Updated Danish translation (Ole Laursen) - Updated Dutch translation (Kess van den Broek, Reinout van Schouwen) - Updated Estonian translation (Priit Laes) - Updated Finnish translation (Pauli Virtanen) - Updated French translation (Christphe Fergeau, Christophe Merlet) - Updated German translation (Christian Neumair) - Updated Greek translation (Nikos Charonitakis, Kostas Papadimas) - Updated Hindi translation (Guntupalli Karunakar) - Updated Hungarian translation (Andras Timar) - Updated Irish translation (Alastair McKinstry) - Updated Italian translation (Alesso Frusciante, Francesco Marletta) - Updated Korean translation (Changwoo Ryu) - Updated Japanese translation (Takeshi AIHANA) - Updated Latvian translation (Pēteris Krišjānis) - Updated Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas) - Updated Malay translation (Hasbullah Bin Pit) - Updated Mongolian translation (Sanlig Badral) - Updated Norwegian translation (Kjartan Maraas) - Updated Norwegian Nynorsk translation (Åsmund Skjæveland) - Updated Polish translation (GNOME PL Team) - Updated Portuguese translation (Duarte Loreto) - Updated Romanian translation (Mişu Moldovan) - Updated Russian translation (Russian Team) - Updated Serbian translations (Danilo Šegan, Bojan Suzic) - Updated Simplified Chinese translation (Funda Wang) - Updated Slovak translation (Marcel Telka) - Updated Spanish translation (Francisco Javier F. Serrador) - Updated Swedish translation (Christian Rose) - Updated Tamil translation (Dinesh Nadarajah) - Updated Ukranian translation (Maxim Dziumanenko) - Updated Welsh translation (Dafydd Harries)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05This does not need gnome2-dirs directly, so remove the dependancy.jmmv1-2/+1
Not bumping revision since this uses libbonoboui, which includes gnome2-dirs too (and we still have recursive dependancies).
2004-02-20unusedjmmv1-30/+0
2004-02-18Conflict with gnome-libs<=1.4.2nb1jmmv1-1/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13Explicitly depend on pkgconfig.jmmv1-1/+2
2004-02-11bl3ifyxtraeme2-10/+41
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.