2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292) |
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
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).
|
2006-03-30 23:18:25 by Julio M. Merino Vidal | Files touched by this commit (6) | |
Log message:
Update to 2.14.0:
2.14.0
===
- New and updated translations:
* Albanian [Laurent Dhima]
* Brazilian Portuguese [Guilherme de S. Pastore]
* Czech [Petr Tomeš]
* Danish [Lasse Bang Mikkelsen]
* Estonian [Ivar Smolin]
* Hindi [Rajesh Ranjan]
* Italian [Stefano Canepa]
* Romanian [Mugurel Tudor]
* Spanish [Francisco Javier F. Serrador]
* Swedish [Daniel Nylander]
2.13.93
===
- Fixes two crashes/freezes (bugs #318797, #330246)
- Has a slightly better Brazilian Portuguese translation
2.13.92
===
- Fixes a build failure (bug #333292)
- Adds licensing informaiton to the UI (bug #330875)
- Has lots of updated translations!
2.13.91
===
- Stopped forcing invisible_char to '*' (bug #329294)
- Re-added the context menu for highlighted URLs (bug #329553)
- Updated translations:
* Canadian English [Adam Weinberger]
* Catalan [Josep Puigdemont i Casamajó]
* Dutch [Tino Meinen]
* Finnish [Ilkka Tuohela]
* Simplified Chinese [Funda Wang]
* Thai [Theppitak Karoonboonyanan]
* Vietnamese [Clytie Siddall]
2.13.90
===
- Fixed the handling of file:// URLs
- Fixed the setting of accelerators (bug #328052)
- Fixed the heights of the huge tabs (bug #327412)
- Added a tool tip to the tabs' close buttons
- Added F11 as default accelerator for fullscreen (bug #326781)
- Allow returning to dynamically setting the title by manually
setting it to an empty string (bug #328932)
- Several fixes and improvements to the patches applied for exporting
the GNOME proxy settings to the terminal and disabling anti-aliasing
- Other optimizations, cleanups and standards-compliance changes (bug #328043)
- Lots of updated translations; huge thanks to the translators!
2.13.3
===
- Fix a crash at startup (bug #327313)
- New, updated and fixed translations:
* Belarusian [Ales Nyakhaychyk]
* Danish [Lasse Bang Mikkelsen]
* Canadian English [Adam Weinberger]
* Estonian [Ivar Smolin]
* Finnish [Ilkka Tuohela]
* Gujarati [Ankit Patel]
* Serbian [Слободан Ð. \
СÑедоÑевиÑ]
* Vietnamese [Clyttie Siddall]
2.13.2
===
- Added close buttons to the tabs (bug #71444)
- Added support for One-Time Passwords (bug #310529)
- Added tooltips that display the full title to the tabs (bug #310137)
- Make file:// URLs work by splitting their handling from others (bug #309201)
- Avoid title desyncs by setting icon title together with window title (bug #324965)
- Keep the title unchanged after it has been manually set (bug #152986)
- Export the GNOME proxy settings to the terminal (bug #321952)
- General build, user interface, performance and internationalization improvements
(bugs #100038, #129889, #139332, #158319, #324246)
- New, updated and fixed translations:
* Bulgarian [Vladimir Petkov]
* Brazilian Portuguese [Guilherme de S. Pastore]
* Canadian English [Adam Weinberger]
* Danish [Lasse Bang Mikkelsen]
* Dutch [Tino Meinen]
* Estonian [Ivar Smolin]
* Finnish [Ilkka Tuohela]
* Galician [Ignacio Casal Quinteiro]
* German [Hendrik Brandt]
* Gujarati [Ankit Patel]
* Japanese [Takeshi AIHANA]
* Norwegian [Kjartan Maraas]
* Norwegian bokmål [Kjartan Maraas]
* Serbian [Слободан Ð. \
СÑедоÑевиÑ]
* Spanish [Francisco Javier F. Serrador]
* Thai [Theppitak Karoonboonyanan]
* Vietnamese [Clytie Siddall]
2.13.1
===
- New maintainer! (Guilherme de S. Pastore)
- Revert the environment variable patch. It caused hangs etc. (Olav Vitters)
- Fix i18n issue with application name (Frédéric Crozat, Olav)
- Fix some compiler warnings (Kjartan Maraas)
- Drop lots of unnecessary strings (Guilherme)
- General cleanups and UI improvements (Guilherme)
- Actually remove profiles when they are deleted (Guilherme)
- Moved from section System to Utility in the menu (Guilherme)
- New, updated and fixed translations:
* Brazilian Portuguese [Guilherme de S. Pastore]
* Catalan [Josep Puigdemont i Casamajó]
* Finnish [Ilkka Tuohela]
* Gujarati [Ankit Patel]
* Japanese [Takeshi AIHANA]
* Kinyarwanda [Guilherme de S. Pastore]
* Lithuanian [Žygimantas BeruÄka]
* Nepali [Guilherme de S. Pastore]
* Spanish [Francisco Javier F. Serrador]
* Thai [Theppitak Karoonboonyanan]
* Vietnamese [Clytie Siddall]
* Xhosa [Guilherme de S. Pastore]
2.13.0
===
- Don't lose environment variables on startup (Davyd)
- Only show mnemonics when the menubar is visible (DanW)
- Detachable and movable tabs (Tony Tsui, Mario Manno)
- Don't use deprecated widgets (Dennis Cranston)
- Don't pass include flags to the link stage (dmacks@netspace.org)
|
2006-03-21 07:00:54 by Johnny C. Lam | Files touched by this commit (133) |
Log message:
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
2006-03-06 01:18:27 by Thomas Klausner | Files touched by this commit (214) | |
Log message:
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.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2005-12-31 13:32:49 by Thomas Klausner | Files touched by this commit (212) |
Log message:
Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
|
2005-10-17 01:41:30 by Min Sik Kim | Files touched by this commit (5) |
Log message:
Add plural support for msgfmt, and fix .po files causing errors.
|
2005-10-12 23:58:35 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 2.12.0:
2.12.0
===
- Translation updates:
Catalan, Czech, Estonian, French, German,
Hungarian, Lithuanian, Norwegian Nynorsk, Russian,
Serbian, Turkish, Welsh.
2.11.3
===
- Don't always go back to the default profile when editing
a different profile (Chris Heath)
- Translation updates
2.11.2
===
- Reimplement the S/KEY support so we don't ship code that
isn't GPL-compliant. (Michele Baldessari)
- HIG fixes (Dennis Cranston)
- Translation updates
2.11.1
===
- Accept DND drops from Konqueror (Bastien Nocera)
- HIG fixes (Dennis Cranston, Corey Burger, Olav Vitters)
- Update profile names instantly (Anoop M.)
- Include trailing slash when highlighting an URL (Samuel Abels)
- Use the correct name for the Cyrillic/Ukrainian locale (Michele
Baldessari)
- Open folders that are dropped on a terminal launcher (John Spray)
- Ask the user before creating two profiles with the same name
(egeetha@novell.com)
- Fix highlighting of NNTP links (Sebastien Bacher)
- Use the right keycombo to zoom to normal size (according to the HIG)
(Olav Vitters, Sitsofe Wheeler)
- Add Name attribute to the server definition (Rodrigo Moya)
- Translation updates: be, bg, el, en_CA, et, gl, nb, pt_BR, rw, vi,
wa, xh, zh_TW
|