- Renamed PORTSDIR to PKGSRCDIR
- Added warning option -Wno-workdir
- Fixed some places where absolute and relative pathnames had
been used incorrectly.
Clean up Makefile.
of mounted filesystems in a local variable that was lost between calls to
the emulated getmntinfo function.
I'm not sure if this fixes any visible problem, but it probably should.
The code was randomly reading from memory before (running with debugging
enabled exposed the problem, for example).
Bump PKGREVISION to 3.
Changes:
* Remove window decorations from full screen window, this fixes
the decorations that are presented on older window managers.
* Fix broken keyboard focus in main window when the tools are floating.
* Connect R key to refresh the image when in full screen.
* fixed crash occuring in autosave after paste
* expose api version in pkgconfig file
* more line breaking touches
* fixed embedded widgets not shown problem
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Calendar
#62868 - Permission denied accepting a GroupWise meeting a second time
(Chen)
#67513 - Evolution corrupts memory if backend autobooks meeting attendees
(JP)
#66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
* Address Book
#66368 - VCard parser doesn't add "File under" (Hans)
#66574 - Make e_book_get_self work (Diego Gonzalez
#67600 - fix e-d-s issues on x86_64 machines (Hans)
* All
#65200 - GroupWise backend crash
#67031 - (Partial) show completed status properly for GroupWise tasks
Other bugs
* Address Book
- Restrict system address book queries to groupwise server for performance
reasons (Siva)
* Calendar
- load system tasks backend correctly
Updated Translations:
- fr (Craig Jeffares)
- zh_TW (Craig Jeffares)
- sk (Stanislav Visnovsky)
- fa (Roozbeh Pournader)
- id (Mohammad DAMT)
- ar (Arafat Medini)
* Updated for a libgcrypt API change between 1.1.9x and 1.2.x that caused a
crash at runtime if you compiled against 1.2.x. [66342]
* SSL certificate validation failure should now always result in a status of
SOUP_STATUS_SSL_FAILED, rather than getting turned into SOUP_STATUS_IO_ERROR.
[64414]
libtool's rules about linking and installing. Worse yet, it encourages
users of the library to reuse its libtool abuse. So we have to whack the
installed .la files to make them correct as if libtool were *correctly*
invoked in the first place.
is designed to be flexible and has many uses such as an IRC gateway for an IRC
network, a chat-room for a website or to access IRC when stuck behind a
restrictive firewall.
slightly modified by me.
Changes since 0.6:
* Ported to Solaris 2.8.
* Added a new error source GPG_ERR_SOURCE_GSTI, and new error
codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
source.
* Interface changes relative to the 0.7 release:
GPG_ERR_SOURCE_GSTI NEW
GPG_ERR_PROTOCOL_VIOLATION NEW
GPG_ERR_INV_MAC NEW
GPG_ERR_INV_REQUEST NEW
* libgpg-error can be built on systems where the errno macros do not
evaluate to plain numbers, but expressions. If you want to
cross-compile, you might have to set CC_FOR_BUILD, though.
* A new tool gpg-error to convert error numbers into symbols into
strings is provided.
* Interface changes relative to the 0.6 release:
GPG_ERR_LOCALE_PROBLEM NEW
GPG_ERR_NOT_LOCKED NEW
if X RandR extension is present and therefor its support compiled in.
XXX Should PKGREVISION bumped?
XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension
in X11BASE is supported so a dependency on Xrandr package is eventually
included?
(That change was a work-in-progress to get this to build with gcc3,
so no functionality is lost by reverting it. The "correct" way of
fixing this package is to upgrade to a newer version...)
Changes in GNOME-Applets 2.8.1.1
================================
Overall
* Fix possible crasher in gweather preferences (Mark McLoughlin)
* Fix error in Italian translation that caused gweather to not parse the
location list (Kjarten Maraas)
Changes in GNOME-Applets 2.8.1
==============================
Overall
* Bugfixes
* New icons from Jakub Steiner (charpick, geyes, gswitchit)
* Fix multiload network traffic under NetBSD (Douglas Brebner)
Translations
* nl (Michael Sikkes)
* az (Mətin Əmirov)
* ca (Jordi Mallach)
* ar (Arafat Medini)
* fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
* ko (Changwoo Ryu)
* it (Luca Ferretti)
* ru (Leonid Kanter)
* it (Alessio Frusciante, Francesco Marletta)
* en_GB (David Lodge)
* fa (Meelad Zakaria)
* zh_TW (Abel Cheung)
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
comment them out by default, and add a comment above them indicating that
only *directly* needed dependencies should be in the (edited, final) bl3
file.
This will hopefully encourage folks to reduce the amount of unnecessary bl3
recursion that is rampant in pkgsrc, making many packages "depend" directly
on APIs they never see nor use.
Fixes
* Ensure the correct window is focused when minimizing (Elijah)
* Fix keynav with mouse focus (Elijah)
* Fix several race conditions in window focusing (Elijah)
* Focus the top window when lowering by frame click (Ken)
* Fix some compiler warnings (Kjartan)
* Fix some valgrind-reported errors (Elijah)
* Fix some potential issues with autoraising windows (Elijah)
Translations
* en_CA(Adam Weinberger), it(Luca Ferretti)
* Removed unused pngasmrd.h file.
* Removed references to uu.net for archived files. Added references to
PNG Spec (second edition) and the PNG ISO/IEC Standard.
* Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
* Fixed bug with "optimized window size" in the IDAT datastream, that
causes libpng to write PNG files with incorrect zlib header bytes.
* Fixed bug with sCAL chunk and big-endian machines (David Munro).
* Undid new code added in 1.2.6rc2 to update the color_type in
png_set_filler().
* Added png_set_add_alpha() that updates color type.
* Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
* Added makefile.hp64
* Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin