Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
according to http://java.sun.com/j2se/1.3/ReleaseNotes.html:
- J# Compiler silently generates bytecode that exceeds VM limits.
- BigDecimal String constructor throws StringIndexOutOfBounds.
- URL constructor throws java.lang.StringIndexOutOfBoundsException
- VM crashes if a run method throws an expection in a finally block
- JVM crash in java.net.ServerSocket.implAccept
- -Xcheck:jni overly strict in JNI method IsSameObject
- JVM hangs up with C++ std lib because of mutex deadlock in 1.3.1_03/1.4.0_0X
- jvm crashes without any error message
- java.util.Date(int,int,int,int,int,int) is unable to give hour information
- 1.3.1_09: JVM process size grows after every JVMPI heap dump request.
|
|
|
|
Version 1.2.2 - 16122003asg
- --------------------------------
* Fixed a error in ending an connection after receiving "QUIT".
* Added support for configuration files. Two new parameters are
added for this. (-f and -F)
* renamed `dcp' to `ctp' because we thought that `connection translation
programs' gives a better idea of what the really do.
|
|
Don't duplicate the FETCH_MESSAGE, move it to Makefile.common instead.
Found a URL for older distfiles, so make that known.
|
|
printf's to appease gcc 3.2. Noticed in agc's bulk build.
|
|
|
|
|
|
latest bulk build.
|
|
|
|
|
|
|
|
|
|
For each file listed in INFO_FILES the installed files matching
${PREFIX}/${INFO_DIR}/filename(-[0-9]+)? are registered as belonging
to the package.
Also ignore the same files in print-PLIST target.
Info files should not be listed in PLIST files anymore but the awk code
snippet (_PLIST_AWK_INFO) in charge of actually dealing with info files for
the plist target will strip any it finds in them.
Now for the reason behind this...
Older makeinfo command (before pre-release version 4.5.90 or before release
version 4.6) had SPLIT_SIZE_THRESHOLD: when an info file size was
>= SPLIT_SIZE_THRESHOLD then the info file was split in chunks of
DEFAULT_SPLIT_SIZE size.
DEFAULT_SPLIT_SIZE in older versions of makeinfo was 50000 (bytes)
and SPLIT_SIZE_THRESHOLD was 70000.
So if an info file has a size < 70000 and is processed by makeinfo < 4.6
it is not split in chunks. But if it is processed by makeinfo >= 4.6
texinfo.mk to emulate older version automatically adds `--split-size=50000'
to makeinfo's command line and this time the info file is split in chunks...
This can lead to PLIST inconsistency from platform to platform or more
exactly from version to version of makeinfo.
Now we don't have to care about this problem and the info files removal
from PLIST files can happen.
|
|
|
|
|
|
|
|
|
|
package. Fixes problems shown in the last bulk build.
|
|
|
|
NetBSD Package Collection.
The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
PDF attachments in the visualisation panel.
You must manually load the plugin through Configuration/Plugins.
|
|
in any dependency because plugins don't link with anything from the
sylpheed-claws package anyway, they just need headers.
|
|
|
|
In fact very little has changed in V2.4. A few bugs were fixed, and one
new feature, namely the display of multiple results in a
multi-dictionary lookup, was added. One bug-fix was to re-instate a
feature that was accidently dropped out in the V2.2 -> V2.3 update.
(Only one user noticed....)
Pkgsrc change: depend on new edict and kanjidic packages instead of
including a copy of the files.
|
|
|
|
The KANJIDIC file contains comprehensive information about Japanese
kanji. It is a text file currently 6,353 lines long, with one line
for each kanji in the two levels of the characters specified in
the JIS X 0208-1990 set.
|
|
EDICT is a Japanese->English dictionary.
|
|
- Probable fix for GUI freeze (thanks stillbirth)
- Bye bye total queue limit
- Translations updated
- Files that are downloaded should now be encoded
- Possible fix for a threading race condition
- Possible fix for listport not defined problem and a million little things
- Possible fix for yet-another-corrupted-shares-database problem
- Translation caching
- Whacked some tracebacks
- Implemented recommendations system
- Translation updates
- Added polish translation (thanks owczi)
- Fixed bug that made "Queue limits do not apply to friends" not work
- Fix for the version checking bug
- Quickfix for protocol change
- Changed default server
- Fix for online notify
- Added french translation (thanks flashfr)
- Show IP address now shows country name instead of code (when GeoIP is
installed)
- Fixed sorting in transferlists
- Clear (room) log window popup menu
- Room and user encodings (for chats, browse, userinfoetc)
- Close buttons on sub-tabs
- Translatable (see the languages/nicotine.pot file)
- Window icon (normally blue, yellow when highlight)
- MacOSX OSError / IOError fixups
- Fix for minimum window size
- Desktop shortcut (files/nicotine.desktop), not installed by default
- Possible fix for the "ServerConnection doesn't have fileupl" problem
- Userinfo is now properly network encoded
- Bundled a custom version of the ConfigParser that doesn't have problem
with semi-colons
- Download to.. for searches now defaults to downloaddir
- Close tab-button for searches closes and ignores
- UTF8 log window fixes
- Fix for invalid server traceback (in settings window)
|
|
|
|
hostname.
|
|
By popular demand, add a -v switch to audit-packages(8) which enables the
check for a package vulnerabilities file being unchanged for over 7 days.
To enable the check, -v must be specified on the command line:
% audit-packages
% audit-packages -v
*** WARNING - /usr/distfiles/pkg-vulnerabilities more than a week old, continuing...
%
|
|
By popular demand, add a -v switch to audit-packages(8) which enables the
check for a package vulnerabilities file being unchanged for over 7 days.
To enable the check, -v must be specified on the command line:
% audit-packages
% audit-packages -v
*** WARNING - /usr/distfiles/pkg-vulnerabilities more than a week old, continuing...
%
|
|
addition to pkgsrc.
|
|
Package Collection.
With the trayicon plugin, Sylpheed-claws will display an icon in the system
tray. The desktop environment must be compatible with the system tray
protocol specification from http://www.freedesktop.org/standards/. GNOME 2
and KDE 3.1.1 are known to follow it.
You must manually load the plugin through Configuration/Plugins.
|
|
NetBSD Package Collection.
Using Dillo, a very light web browser, the dillo-viewer plugin allows
Sylpheed-claws to render HTML attachments. Note that it is done in a somewhat
secure way, by passing the -s argument to Dillo, which prevents it from making
any Internet connection.
You must manually load the plugin through Configuration/Plugins.
|
|
NetBSD Package Collection.
Using imlib, image-viewer allows Sylpheed-claws to display attached images in
the visualisation panel.
You must manually load the plugin through Configuration/Plugins.
|
|
found in sylpheed-claws distribution. Note that this is _only_ meant for
included plugins. The image-viewer and dillo-viewer packages are in the
pipe.
From the sylpheed-claws package point of view, this is just a reordering
of the Makefile. It breaks pkglint'ing, but it's not like there really is
a choice.
|
|
compiled with gcc3.
|
|
Linux distributions).
Based on a patch by Min Sik Kim in PR 23944.
|
|
|
|
- correct usage of PREFIX in MESSAGE
- sort PLIST
Changes:
1.6:
====
- Fixed ttSyncAll only looking at fontdir subdirectories
- Added more robust checking for cachedir
- Removed a constant path size limitation (for the Hurd)
- Fixed a typo in "syncing"
- Minor indentation fixes
- Started the transition to using C++ strings
- Changed the libfstt API:
Fixed multiple memory leakages
The member getString doesn't need the conversion buffer anymore
- Fixed the output format of --gslist
1.5.1:
======
- Fixed a possible security problem by checking the byteorder magic in
the connection handshake:
bugtraq id 8255
1.5:
====
- Fixed multiple buffer overflows in the network packet handling code:
CAN-2003-0581
- New encoding: iso8859-14
- Moved hardcoded dir locations to configure space
- Mkdir the fontdir and cachedir in the make install target
- Improve error messages when cachedir does not exist
- Remove --gslist dependency on order of arguments
- Replaced dprintfN with a debug function
- Cleaned the debugging output
- Indentation and minor source cosmetic changes
- Updated to gettext 0.12.1, version 0.11.5 was buggy
- Added a System V init file example
- Cleaned the examples in doc/examples: font.properties, test.sh
- Updated the documentation: doc/FAQ, INSTALL, THANKS, TODO, xfstt.1x
|
|
the file to patch was wrong.
|
|
in the middle of a string. I did not bother bumping the version since the
package could not have been built without this change anyway.
|
|
|
|
awhois, into the NetBSD packages collection as net/awhois.
|
|
XXX: We *really* need more sane browser plug-in framework.
|
|
- it doesn't really need Mozilla to be built, remove it from DEPENDS
- bump the MPlayer dependency requirement
- patch-aa not needed anymore
Changes:
1.0:
====
- Added -zoom patch from Giuseppe Ghibo ghibo@mandrakesoft.com
- Patch to only kill the mplayer associated with the window being
destroyed.
- This allows multiple streams to play in different windows
- Cosmetic "about:plugins" patch from Benjamin Larsson
banan@student.luth.se
- More about:plugin work to fix an issue with AtomFilms, Quicktime
was not coming up
- Keep trailing ; in mimetype list
- smil format support - Clone wars
0.95:
=====
- Supports media streaming
- Updated user feedback
- mplayer v0.92 is the recommended version of mplayer
- Implements streaming of data
|
|
|