Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Super Nintendo emulator.
Based on package posted to tech-pkg on 2001/10/21 by
sen_ml@eccosys.com with additional fixes and buildlinkifying by me.
|
|
- general
* Updated translations (no, nn, ch_TW, pl + some)
- asclock
* Removed the timezone stuff from properties since it doesn't
really do anything. (Kjartan)
* Make it not look for themes in the current dir if run from
the commandline. (Kjartan)
- gtik
* Fix some corruption of stock symbol names. (Kjartan)
* Remove some gdk_font_unref() calls that were causing warnings.
- mixer
* Patch from David Woodhouse to fall back to PCM if there's no
master volume.
- mini-commander
* Fix some missing strlen() calls in comparisons. (Leif Bergman)
|
|
|
|
manually. Fixes PR pkg/14150 by Martin Husemann.
|
|
Buildlinkify
|
|
keyboard accelerators.
|
|
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines:
* Finished license cleanup, all licenses in the distribution are now
officially GPL-compatible.
* Added a length check to from64tobits() after receiving a warning that
it might create buffer overflows. No exploitable overflows were found by
a careful case-by-case audit, and at minimum an exploit would have required
that the mailserver be subverted.
fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines:
* Fix configuration error in handling of long options.
* Thomas Moestl's patch to use querynames in UID files.
* Timeout to deal with long socket closes (Sunil Shetye).
* Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD
classic license eliminated)
* Rewrite strcasecmp() (BSD classic license eliminated).
* getopt_long is back for Solaris and HP-UX systems.
* Updated Danish po file.
* Re-enable explicit bounce message on bad address.
fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines:
* Enable code to build on Solaris again (long options won't work).
* Move Hesiod lookups to just before DNS lookups.
* Make sure the SICHLD handler is called when we run detached.
* Make kerberos5 in OpenBSD (Federico Schwindt <fgsch@olimpo.com.br>).
* Added FAQ item X8 on why mail sometimes gets an extra ) appended.
fetchmail-5.9.1 (Mon Sep 24 19:01:57 EDT 2001), 21120 lines:
* Make -D short option for --smtpaddress active again.
* Typo fix for Polish translation.
* Make sure IMAP capability checks are caseblind.
* Make sure suffix checks on akalists are properly caseblinded.
* All warning mail now has a generated date stamp.
* getopt.c and getopt1.c removed due to license incompatibility with OpenSSL.
* End of poll cycle is now logged.
* Sanity check now rejects SSL option if SSL support is not compiled in
(resolves Debian bug #109796).
* HMH's fix for the LMTP localhost/foo problem.
* Mike Warfield's fix for using a combined SSL cert and key in a single file.
* DNS lookups moved to just before the mailserver socket open, so fetchmail
now works OK even if started up without Internet access.
* Switched from _( to GT_( as a gettext macro, in order to avoid a
conflict with the SSL library.
|
|
Changes from Release Notes
- bugfixes
- support for legacy mail clients
- prefs for default window layout
|
|
|
|
|
|
<epg@pretzelnet.org>
|
|
Shell:
- Fixed a problem with shortcuts not appearing when created by the
mailer. (Ettore)
- Fixed right-click menu behavior for folders in the folder bar.
(Ettore)
- Got Rename to work again. (Ettore)
- Fixed some folder copy/move/dnd bugs. (Ettore)
- Added a menu item to configure the Pilot settings. (Ettore)
- Fixed some other miscellaneous bugs/crashes. (Ettore)
- Added ability to run the intelligent importers from the File->Import
menu item. (iain)
Mailer:
- Fixed the multiple error-dialog thing. (Michael)
- Fixes to PGP decrypting and verification code. (Jeff)
- Made vFolders work a lot better. (Michael)
- Added a confirm expunge option to the mail settings dialog.
(Jeff)
- Fixed the update-IMAP-unread-counts bug. (Jeff)
- Show messages in the user's preferred charset if the message
itself doesn't contain charset information or if the message
charset is wrong (ie the system can't convert the text to utf-8).
(Jeff)
- Many backend fixes that users won't notice. (Michael, Jeff, Dan)
- Fixed the crash that accompanied the invalid address warning. (Trow)
- Properly encode the mailto: links we generate inside of displayed
messages. (Trow)
- Improve the signature editor. (iain)
Calendar:
- Backend improvements (JP, Rodrigo).
- The alarm daemon can now re-enter properly [#10840]. (Federico)
- Alarms can now have zero-time offsets [#7892]. (Federico)
- Warning fixes. (Chris)
- Fixed custom Glade widgets on non-Linux systems. (Dan)
- Fixed crashing problems in the event/task editor. (Damon)
Addressbook:
- Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP,
Peter Williams)
- Better handling of addresses containing commas or other special
characters. (Trow)
- Fixed bugs related to sending mail by left-clicking on an address
inside a message. (Trow)
- Auto-completion now matches against contact nicknames. (Trow)
- Added help text and generally cleaned up the contact editor.
(Anna)
- Handle multiple wombats properly. (Chris Toshok)
- Made which book to use for address completion configurable (no gui
for this yet.) (Chris Toshok)
- Made Print Preview work in addressbook. (Chris Lahey)
Summary:
- Cache images instead of repeatedly reloading them (iain)
- Only redraw when the summary is visible (iain)
- Use the encoding specified in the RDF file (Takuo Kitame)
- Leak fixes (Larry)
- Show todays tasks works (iain)
- Make the preferences dialog nicer. (iain)
Importers:
- Handle cases where the Netscape transport is nothing. (iain)
|
|
<epg@pretzelnet.org>, modified to work without xpkgwedge.
|
|
<epg@pretzelnet.org>
|
|
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
|
|
Eric Gillespie <epg@pretzelnet.org>
|
|
<epg@pretzelnet.org>
|
|
|
|
|
|
|
|
Package changes: install docs, buildlinkify.
Changelog since 0.12 is >50 lines -- many new features and bug fixes
(in ${WRKSRC}/ChangeLog)
|
|
|
|
installed to "${X11BASE}".
|
|
Changes since 0.4.9:
* OAF instead of gnorba, thanks to Christophe Fergeau
<teuf@users.sourceforge.net>
* Added support for HTTPS protocol since wget supports it but you
need to upgrade wget to 1.7
* New icons thanks to Paolo Bacchilega <paolo.bacch@tin.it>
* Proxy settings are better looking now
* Timeout value for wget is configurable now
* Added new pref to run a shell command when all downloads
completed (in other words, when gtm has done all it can do without
user intervention).
* Fixed bugs:
- Crash when the config file was corrupted thanks to
João Alves Marques Carneiro <ee96090@fe.up.pt>
- Check that target dir exists and is writable
- Do not overwrite an existing file without asking the
user if he wants a override or a resume
- Fixed some problems in the spec file, thanks to Alex
Converse
|
|
"${CPPFLAGS}", "${CXXFLAGS}" respectively "${LDFLAGS}" in "bsd.pkg.mk" and
not in "bsd.buildlink.mk" because "${BUILDLINK_CPPFLAGS}" and
"${BUILDLINK_LDFLAGS}" might get changed several times by the
"buildlink.mk" files of various packages.
|
|
"pkgsrc/mk/bsd.buildlink.mk"
|
|
|
|
problems in programs which don't use "libglade-config" properly like
e.g. "guppi".
|
|
to include all the other manual pages with ".so" macros which doesn't
work with compress manual pages even if the filenames are correct.
|
|
|
|
|
|
of libproplist.
|
|
Changes since rxvt 2.4.8:
fixed paths for WINGs includes to work with latest Window Maker code.
many bugs fixed in patch from suse src.rpm.
utmp/wtmp, glibc, pty support etc...
fixed bugs fg/bg cursor color code
added wmaker app menu
fixed xpm-background compile errors
fixed misc config errors
changed --enable-xpm-background --enable-transparency
--enable-next scroll to defaults.
added transparent scroller trough
fixed 1 pixel border in main window
fixed updating for root bg change
added many advanced options to app menu for shading, font
color, shade color, font size, cloning, etc.
more speed fixes
fixed bug with restart killing terms.
changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
|
|
with wm/windowmaker/buildlink.mk anymore.
|
|
|
|
by me.
Changes are bugfixes, and the following:
- copy/paste launching in Dock
- internal code clean-up with notifications for window state change and other
stuff
- removed the libPropList dependancy by adding property list handling
code to WINGs. This code is not only better integrated with the other
WINGs data structures, but it's also more robust. Also a backward
compatibility header file is provided which maps old libPropList
function names to the new WINGs based proplist names allowing old code
to be linked to WINGs with minimal changes. For details on how to use
the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
Say bye, bye libPropList =)
- rewrote all Window Maker code to use the new WINGs based proplist functions.
|
|
|
|
|
|
Changes since 0.34:
* Added preforked childs to mode 'single'.
* t/server (Run): Child process is now waiting one second
in forking mode. Helps the script t/forkm.t to run fine.
|
|
<epg@pretzelnet.org>
|
|
|
|
|
|
|
|
bugfixes only.
|
|
|
|
New APIs:
* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)
New features:
* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)
Bug fixes:
* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)
Portability fixes:
* Fix module configuration files and parsing code to work on systems
that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)
|
|
after the configure step. There's a growing number of GNU configure
scripts that find a library in -L/path and automatically add -R/path to
the linker flags. We need to make sure this doesn't happen to buildlink
directories.
|
|
If we're conflicting with mzscheme, it would help if we install mzscheme
and mzc as well.
|