Commit graph

89383 commits

Author SHA1 Message Date
salo
0ff1385be2 Update to version 1.5
Changes:
- Automated update to streamline product upgrades. Notification of an
  update is more prominent, and updates to Firefox may now be half a
  megabyte or smaller. Updating extensions has also improved.
- Faster browser navigation with improvements to back and forward button
  performance.
- Drag and drop reordering for browser tabs.
- Improvements to popup blocking.
- Clear Private Data feature provides an easy way to quickly remove
  personal data through a menu item or keyboard shortcut.
- Answers.com is added to the search engine list.
- Improvements to product usability including descriptive error pages,
  redesigned options menu, RSS discovery, and "Safe Mode" experience.
- Better accessibility including support for DHTML accessibility and
  assistive technologies such as the Window-Eyes 5.5 beta screen reader
  for Microsoft Windows. Screen readers read aloud all available
  information in applications and documents or show the information on
  a Braille display, enabling blind and visually impaired users to use
  equivalent software functionality as their sighted peers.
- Report a broken Web site wizard to report Web sites that are not
  working in Firefox.
- Better support for Mac OS X (10.2 and greater) including profile
  migration from Safari and Mac Internet Explorer.
- New support for Web Standards including SVG, CSS 2 and CSS 3, and
  JavaScript 1.6.
- Many security enhancements.

Full release notes: http://www.mozilla.com/firefox/releases/1.5.html

XXX: Solaris packages available, need work.
2005-12-12 18:49:47 +00:00
joerg
1143f591e9 Fix errno and linkage on DragonFly. Fix dependency detection problem
on DragonFly, it needs to pickup png.h correctly.
2005-12-12 18:04:47 +00:00
joerg
ba9e7a5f23 Note update of lighttpd to 1.4.8. 2005-12-12 17:57:29 +00:00
joerg
9915df0cf5 Update lighttpd to 1.4.8.
From NEWS:
  * added auto-reconnect to ldap-server in mod_auth
    (joerg@netbsd.org)
  * changed auth.ldap-cafile to be optional
    (joerg@netbsd.org)
  * added strip_request_uri in mod_fastcgi
  * added more X-* headers to mod_proxy
    (Ben Grimm <bengrimm@gmail.com>)
  * added 'debug' to simple-vhost to suppress the
    (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
    messages by default
  * added support to let the server listen on UNIX-socket
  * changed default stat-cache-engine to 'simple'
  * fixed max-age timestamps in mod_expire
  * fixed encoding the filenames in PROPFIND in mod_webdav
  * fixed range request handling in network_writev
  * fixed retry on connect error in mod_fastcgi
    (Robert G. Jakabosky <bobby@alphatrade.com>)
  * fixed possible crash in mod_webdav if sqlite3 support
    is available but not use
  * fixed fdvent-handler init if server.max-worker was used
    (Siddharth Vijayakrishnan <mail@bluefireworks.net>)
  * fixed missing cleanup in mysql_vhost
  * fixed assert() in "connections.c:962:
      connection_handle_read_state: Assertion 'c->mem->used' failed."
  * fixed 64bit issue in md5
  * fixed crash in mod_status
  * fixed duplicate headers in mod_proxy
  * fixed Content-Length in HEAD request in mod_proxy
  * fixed unsigned/signed comparisions
  * fixed streaming in mod_cgi
  * fixed possible overflow in password-salt handling
    (reported on slashdot by james-web@and.org)
  * fixed server-traffic-limit if connection limit is not set
2005-12-12 17:56:51 +00:00
joerg
6f367b12ad Don't use matherr hack on DragonFly -- it's not supported. 2005-12-12 15:49:47 +00:00
joerg
b5655bf13b imake pkg: fix man page entry in PLIST 2005-12-12 15:40:44 +00:00
joerg
580c216db2 Add DragonFly support.
XXX Use the changes for FreeBSD as well?
2005-12-12 15:32:56 +00:00
joerg
64a7ea5c3c Fix GCC 3.4 by adding explicit this for template calls. 2005-12-12 15:16:36 +00:00
joerg
ea77ed85e5 Fix ossaudio usage. Add DragonFly support. 2005-12-12 15:03:45 +00:00
joerg
32c8dc50e2 Add DragonFly support. Move two methods in qfont.h out of private scope,
GCC 3.4 doesn't allow a private methods as friends.

XXX Should netbsd-g++-static be used for all platforms?
2005-12-12 14:56:07 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
wiz
7923936df5 Sort options in SYNOPSIS, bump date for -S. 2005-12-12 14:03:20 +00:00
wiz
9b24b7eab8 amarok updated to 1.3.7. 2005-12-12 14:02:24 +00:00
dillo
e18b0344fa Note update of pkg_chk to 1.63: support for remote binary packages 2005-12-12 13:59:53 +00:00
wiz
e3e65ac842 Update to 1.3.7:
VERSION 1.3.7:
  CHANGES
    * In the tree view, sort tracks alphabetically first, unless one of the
      categories is by album, then sort by track number first. (BR 112830)
    * No longer delete Amazon covers every 90 days, instead relying on
      RefreshImages to re-download covers every 80 days to comply with
      the TOS of the Amazon web service.
  BUGFIXES:
    * Fix weirdness when overwriting a playlist by dragging a file to the
      browser.
    * When using Year - Album on Collection Browser, if two albums had the
      same year, the order would be pseudo-random. Patch by Xepo
      <xepo@trifault.net>. (BR 115584)
    * Fix build issue on PCLinuxOS with "cpu_set undeclared".
    * Fix crash in helix engine caused by improper reference counting
      of the audiostreamresponse object.
    * Helix engine no longer declares it is "empty" on a track change
      (caused problems with context browser).
    * Tag dialog doesn't delete year tags any more when editing multiple
      tracks.
    * amaroK would crash or hang when fetching similar artists information
      from last.fm. (BR 116399)
    * Fix memory leak in the helix engine. (BR 116223)
    * When changing the database type, the apply button wouldn't be enabled,
      and it would be necessary to restart amaroK for it to work properly.
    * Fix for regression in Qt 3.3.5, causing amaroK to crash when clearing
      the playlist. (BR 116004)
    * Zombie directories are removed automatically from the collection
      scanner. (BR 115779)
    * Dates wouldn't be properly loaded when editing Smart Playlists.
    * Number of songs to add when using dynamic mode wouldn't be respected,
      if the smartplaylist didn't have a ORDER BY statement. (BR 115860)
    * Fix visibility related build problem on some distros.
2005-12-12 13:58:54 +00:00
dillo
6ff6eb177b Add new option -S to create summary file of binary package directory.
Use this summary file to support using remote binary packages.

Okayed by agc and abs.
2005-12-12 13:36:37 +00:00
wiz
8721d2a2b3 + avidemux-2.1.0, bittorrent-gui-4.2.1, capc-calc-2.11.11,
horde3-3.0.8, hyperestraier-1.1.1, ion3-20051210, irssi-0.8.10,
  ja-vflib-lib-3.6.10, libggi-2.2, mftrace-1.1.17, pytraffic-2.5.3,
  ripmime-1.4.0.6, svk-1.06, turba-2.0.5, wine-0.9.3.
2005-12-12 12:42:42 +00:00
wiz
2d551da2e6 Update MASTER_SITES. 2005-12-12 10:47:02 +00:00
wiz
5a21f56728 Remove obsolete file. Noted by Leonard Schmidt in private mail. 2005-12-12 10:40:27 +00:00
taca
91d23bffa8 Distribution file seems to be updated without its name change.
So, include time-stamp information in DIST_SUBDIR.  (I didn't use
"${PKGNAME}-20051212" since pkglint warns.)
2005-12-12 03:16:05 +00:00
joerg
433aecc007 Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax,
we don't have many scripts which use that themselves.
2005-12-12 00:34:41 +00:00
joerg
2688236833 Fix scandir parameter for DragonFly and FreeBSD. 2005-12-12 00:26:36 +00:00
joerg
c1c23b170d Add DragonFly support. 2005-12-12 00:15:13 +00:00
joerg
52bb0dcf3d Don't use statvfs on DragonFly. 2005-12-12 00:11:52 +00:00
joerg
d4cc429eb8 Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts to
unbreak GCC 3.4+.
2005-12-11 23:44:40 +00:00
joerg
6895498254 Fix errno. Add DragonFly. 2005-12-11 23:12:11 +00:00
joerg
22aca334e3 Fix errno. Patch is also hanging around in the gnome bugzilla. 2005-12-11 23:11:47 +00:00
dillo
3adf2393c4 Note update of vice to 1.18. 2005-12-11 22:50:37 +00:00
dillo
dc22c7c997 Improve sun sound driver on NetBSD to support stereo and not to
rely on counting of played samples, which can get out of sync.
This may work on other platforms too, but I cannot test it.

Update to 1.18:

- Fixed a bug that caused the emulator to crash after 72 minutes.
- Added internal zlib and lpng support if no native libraries are
  found at compile time.
- Fixed video recording frame rate in NTSC mode.
- [C64] Added Structured Basic, Comal 80 and Ross cart support.
- [C64] Fixed the improper detaching of certain types of carts.
- [C64] The +60K expansion base address is now selectable for
  compatibility with the oldest version of the expansion.
- [C128] Improved the VDC emulation.

- Added support for more 3rd party basic extenders to petcat.
- Compiling for QNX 6.x works now (binary package is available).
- [C64] Binary packages for Solaris machines are available.
- [C64] Added full GeoRAM memory expansion support with sizes from 64KB to
  4MB.
- [C64] Added full RamCart memory expansion support.
- [C64] Added full +60K memory expansion support.
- [C64] Correct REU values after reset.
- [C128] Added full GeoRAM memory expansion support with sizes from 64KB to
  4MB.
- [C128] Added RamCart memory expansion support without the read-only option.
- [C128] Fixed some C64 mode bugs.
- [C128] Correct REU values after reset.
- New dutch translation.
- Language support has been extended to include commandline-options.
- BSD platform problems with using the sounduss and soundsun driver
  have been fixed.
- Problems compiling with older versions of libpng have been fixed.
- Problems with MAXPATHLEN and PATH_MAX when compiling have been
  fixed.
- New ALSA sound driver.
- Fixed some compile errors if GCC4 is used.
- Added support for more analog joysticks.
- Userport RS232 emulation should work as expected now.
2005-12-11 22:46:50 +00:00
joerg
21db68bdaa Fix errno usage. 2005-12-11 22:24:03 +00:00
joerg
99f8bc0ff5 Add DragonFly support. Use a somewhat more portable readdir allocation. 2005-12-11 22:22:37 +00:00
joerg
642aa2836e Add DragonFly support. 2005-12-11 22:17:37 +00:00
rillig
9c2bd09a33 * check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\" 2005-12-11 22:07:46 +00:00
joerg
12a89db5ca Fixes for GCC 3.4+: add explicit this-> when calling inherited
member functions, add an isprint using a reference(!) to an
unsigned character to work with normal pointers instead. *sigh*
2005-12-11 22:03:39 +00:00
joerg
edd49bd8f1 Provide nsd target and fix esd target for FreeBSD and DragonFly. 2005-12-11 21:59:29 +00:00
rillig
e8adfc1ad1 Replaced the ${PKGNAME:S|nb*||} with ${PKGNAME_NOREV}, as the former
behaves unexpectedly.
2005-12-11 21:49:06 +00:00
joerg
4b14a75e80 Add DragonFly. 2005-12-11 21:42:02 +00:00
rillig
dd1c1e7bcd Fixed the variable quoting which had led to a build failure because of the
recent pkglint patch.
2005-12-11 21:36:35 +00:00
joerg
d756b10843 DragonFly support. 2005-12-11 21:28:14 +00:00
rillig
cc2dc0cf25 Fixed the quoting of the DEFINES, which had been broken by my recent
pkglint patch.
2005-12-11 21:24:58 +00:00
rillig
a8d3184ce9 Fixed the build error introduced by the late pkglint patch by quoting
the -D defines in the DEFS variable correctly.
2005-12-11 21:22:41 +00:00
rillig
a2e64eafd6 Fixed the bug that has been introduced with the pkglint patch on Dec 05.
I had written {PREFIX:Q} instead of ${PREFIX:Q}.
2005-12-11 21:16:46 +00:00
joerg
aefc76684d Fix GCC 3.4+: label at end of compound statement. 2005-12-11 21:13:44 +00:00
joerg
977f71db1f Let's assume for a moment you want to test for a function in a library.
Does it make sense that the test program should actually be compilable?
GCC 3.4 rejects atan called with no arguments after all.
2005-12-11 21:10:29 +00:00
joerg
071be08a0a DragonFly support. 2005-12-11 20:51:07 +00:00
joerg
964ec31022 DragonFly support.
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
2005-12-11 20:48:46 +00:00
joerg
2f25a23653 DragonFly support. 2005-12-11 20:46:50 +00:00
joerg
4e17beed91 Initialise errfp at runtime, unbreaks DragonFly and FreeBSD. 2005-12-11 20:35:40 +00:00
joerg
09b74498d3 Include sys/types.h before sys/socket.h for DragonFly. Fix errno. 2005-12-11 20:29:12 +00:00
joerg
6df2c7c46f Fix GCC 3.4+: label at end of compound statement. 2005-12-11 20:20:34 +00:00