summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-12First step at reworking Linux binary packages.joerg64-247/+211
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-12Sort options in SYNOPSIS, bump date for -S.wiz1-5/+6
2005-12-12amarok updated to 1.3.7.wiz2-3/+3
2005-12-12Note update of pkg_chk to 1.63: support for remote binary packagesdillo1-1/+2
2005-12-12Update to 1.3.7:wiz3-32/+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-12Add new option -S to create summary file of binary package directory.dillo3-28/+72
Use this summary file to support using remote binary packages. Okayed by agc and abs.
2005-12-12+ avidemux-2.1.0, bittorrent-gui-4.2.1, capc-calc-2.11.11,wiz1-10/+16
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-12Update MASTER_SITES.wiz1-2/+2
2005-12-12Remove obsolete file. Noted by Leonard Schmidt in private mail.wiz1-7/+0
2005-12-12Distribution file seems to be updated without its name change.taca2-6/+6
So, include time-stamp information in DIST_SUBDIR. (I didn't use "${PKGNAME}-20051212" since pkglint warns.)
2005-12-12Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax,joerg2-1/+112
we don't have many scripts which use that themselves.
2005-12-12Fix scandir parameter for DragonFly and FreeBSD.joerg2-1/+18
2005-12-12Add DragonFly support.joerg2-1/+15
2005-12-12Don't use statvfs on DragonFly.joerg2-5/+5
2005-12-11Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts tojoerg4-12/+153
unbreak GCC 3.4+.
2005-12-11Fix errno. Add DragonFly.joerg3-1/+122
2005-12-11Fix errno. Patch is also hanging around in the gnome bugzilla.joerg2-1/+15
2005-12-11Note update of vice to 1.18.dillo2-3/+3
2005-12-11Improve sun sound driver on NetBSD to support stereo and not todillo5-33/+123
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-11Fix errno usage.joerg4-13/+50
2005-12-11Add DragonFly support. Use a somewhat more portable readdir allocation.joerg4-13/+69
2005-12-11Add DragonFly support.joerg2-7/+7
2005-12-11* check quoting in CFLAGS+= -DPREFIX=\"${PREFIX:Q}\"rillig1-0/+1
2005-12-11Fixes for GCC 3.4+: add explicit this-> when calling inheritedjoerg4-4/+60
member functions, add an isprint using a reference(!) to an unsigned character to work with normal pointers instead. *sigh*
2005-12-11Provide nsd target and fix esd target for FreeBSD and DragonFly.joerg2-16/+32
2005-12-11Replaced the ${PKGNAME:S|nb*||} with ${PKGNAME_NOREV}, as the formerrillig1-2/+2
behaves unexpectedly.
2005-12-11Add DragonFly.joerg2-3/+21
2005-12-11Fixed the variable quoting which had led to a build failure because of therillig1-3/+3
recent pkglint patch.
2005-12-11DragonFly support.joerg2-10/+19
2005-12-11Fixed the quoting of the DEFINES, which had been broken by my recentrillig1-2/+2
pkglint patch.
2005-12-11Fixed the build error introduced by the late pkglint patch by quotingrillig1-3/+3
the -D defines in the DEFS variable correctly.
2005-12-11Fixed the bug that has been introduced with the pkglint patch on Dec 05.rillig1-2/+2
I had written {PREFIX:Q} instead of ${PREFIX:Q}.
2005-12-11Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-11Let's assume for a moment you want to test for a function in a library.joerg2-1/+30
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-11DragonFly support.joerg6-3/+45
2005-12-11DragonFly support.joerg8-20/+22
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
2005-12-11DragonFly support.joerg3-1/+47
2005-12-11Initialise errfp at runtime, unbreaks DragonFly and FreeBSD.joerg2-6/+23
2005-12-11Include sys/types.h before sys/socket.h for DragonFly. Fix errno.joerg4-6/+43
2005-12-11Fix GCC 3.4+: label at end of compound statement.joerg3-1/+27
2005-12-11Always use errno.h, never define errno.joerg2-1/+17
2005-12-11amap now uses devel/pcre instead of the local pcre-3.9 version.joerg1-1/+2
2005-12-11Since I don't want to hack around with config.*, patch amap to notjoerg5-17/+61
use the bundled pcre, but devel/pcre instead.
2005-12-11Annotate m1 update: needs libasound emulation library.wiz1-2/+2
2005-12-11Updated p5-libwww to 5.805.wiz2-3/+3
2005-12-11Update to 5.805:wiz2-8/+7
2005-12-08 Gisle Aas Release 5.805 HTTP::Date: The str2time function returned wrong values for years in the early 20th century, because timelocal() actually expects the year to be provided on a different scale than what localtime() returns. HTTP::Headers can now be constructed with field names that repeat. The $h->header function now also accept repeating field names and can also remove headers if passed undef as value. HTML::Form: The parse method now takes hash style optional arguments and the old verbose behaviour is now off by default. HTML::Form: Accept <select multiple=""> for compatibilty with other browsers. Patch by Josh Rai HTML::Form: Sane handling of 'disabled' for ListInput. Based on patch by Joao Lopes HTTP::Negotiate: Fixed matching of partial language tags. Patch contributed by Dan Kubb. HTTP::Response: The as_string method now returns a status line that doesn't add the "official" code name in the message field. This improves the ability to round-trip response objects via HTTP::Response->parse($res->as_string) and makes the first line of the string returned agree with $res->status_line. Net::HTTP: The host attribute can now be set undef in order to suppress this header for HTTP/1.0 requests. Net::HTTP: The default Host: header does not include the port number if it is the default (80 for plain HTTP). Some servers get confused by this. Net::HTTP: Ignore bogus Content-Length headers. Don't get confused by leading or trailing whitespace. LWP::Protocol::http: More efficient sending of small PUT/POST requests by trying harder to pass off the whole request in a single call to syswrite. lwp-request now give better error messages if you used the -o option without having the HTML-Tree distribution installed. Also document this dependency. 2005-12-06 Gisle Aas Release 5.804 HTTP::Message->parse did not work when the first line of the body was something that looked like a header. HTTP::Header::Auth needs HTTP::Headers to be loaded before it replace its functions. LWP::Protocol::nntp improvements by Ville Skyttä - Support the nntp: scheme. - Support hostname in news: and nntp: URIs. - Close connection and preserve headers also in non-OK responses. - HEAD support for URIs identifying a newsgroup. - Comment spelling fixes. Fix quotes in Net::HTTP example. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283916 Detect EOF when expecting a chunk header. Should address the warnings shown in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286775 WWW::RobotRules: Improved parsing of not strictly valid robots.txt files Makefile.PL: Set name to LWP so that the .packlist ends up in the expected place.
2005-12-11gtk2+ updated to 2.8.9.wiz2-3/+3
2005-12-11Update to 2.8.9:wiz3-7/+10
Overview of Changes from GTK+ 2.8.8 to GTK+ 2.8.9 ================================================= * Bugs fixed: 321560 File chooser filter behaves weird [Bogdan Nicula, Federico Mena Quintero] 317999 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions [Sebastian Bacher] 322569 On unsetting the Model, GtkTreeView does not clear it's associated TreeSelection [Milosz Derezynski] 322998 Crash on selecting a file of null mime-type [Sadrul Habib Chowdhury] 323024 gtktoolbutton leaks a pixbuf [Paolo Borelli] 323209 GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press [Crispin Flowerday] 323073 Typo in trap_activate_cb() [Sadrul Habib Chowdhury] 323045 gtkcalendar.c: The identifier is already declared. [Kazuki Iwamoto] 323386 gtk_menu_attach_to_widget() does not take NULL detacher [Jorn Baayen] 307196 Unhinted fonts are measured incorrectly and drawing problems occur as a result [Alex Jones, Behdad Esfahbod] 316310 unwanted scrolling in recent gtk [Paolo Borelli] 322019 Toolbars without icons are invisible in icon-only mode [Ross Burton] 323077 Search-entry in the TreeView not working properly [Sadrul Habib Chowdhury] 323475 gtktoolbutton.c:562: warning: 'image' is used uninitialized in this function [Ross Burton] 323577 reference count of textbuffer increases with each paste 323629 gtk_selection_data_get_uris leaks memory [Markku Vire] * Other changes - Remove GMemChunk from public header files to support building against GLib 2.10 [Matthias Clasen] - Report errors in option parsing [Matthias] - Merge upstream xdgmime changes to handle duplicate glob patterns [Matthias]
2005-12-11links{,-gui} updated to 2.1pre20.wiz2-3/+4
2005-12-11Update to 2.1pre20:wiz4-10/+10
=== RELEASE 2.1pre20 === Wed Dec 7 21:21:18 MET 2005 E. Rosten Blocklist blocks all accesses, not only images Wed Dec 7 00:41:09 MET 2005 user: Fixed proper position after go-back if the file was not in cache Fixed incorrect initial position on some pages with long tables during viewing while loading Fixed some quirks with Braille terminal and jumping by words -dump -html-numbered-links 1 prints links' locations Tue Nov 29 00:36:24 MET 2005 mikulas: Do not load too big files on background (maximum size is cache size / 4) Mon Nov 28 01:49:54 MET 2005 mikulas: Restore terminal attributes on fatal errors Sun Nov 27 22:35:25 CET 2005 mikulas: Allowed download of files larger than 2G Thu Nov 24 18:17:38 MET 2005 Konstantin Regular expressions for javascript Sat Nov 19 18:57:04 MET 2005 mikulas: Allow cookies with "secure" parameter Cookies without path act as if path was "/" instead of current directory Sat Nov 12 23:34:13 cet 2005 mikulas: Remove username and password from referer An option to send real referer only to the same server Sat Nov 12 20:37:06 MET 2005 user: Allow user and password in http url --- http://user:password@host/ Wed Nov 9 20:20:45 MET 2005 user: In graphics mode, prefer "title" to "alt" in <img> tag Thu Nov 3 00:22:18 MET 2005 user: Status line is redrawn only when it changes --- prevents cursor flicker Wed Nov 2 15:36:17 MET 2005 user: Do not use HTTP/1.1 on lighttpd server Mon Oct 24 22:19:33 CEST 2005 mikulas: Account document.write content to javascript memory quota Print javascript memory in "memory info" dialog window Mon Oct 24 16:32:40 MET 2005 user: Recognise "title" attribute in <LINK> tag Mon Oct 24 16:23:41 MET 2005 user: Accept application/xhtml as html type Sun Oct 23 03:38:48 cet 2005 mikulas: Allow usemap and ismap on images simultaneously Sat Oct 22 17:16:52 MET 2005 Rezzie Updated Indonesian translation Fri Oct 21 15:58:56 MET 2005 user: &quote; Thu Oct 20 03:30:48 MET DST 2005 mikulas: Special handling for relative URLs beginning with '&' or '?' Wed Oct 12 13:27:52 MET 2005 Jakub Bogusz Updated Polish translation Tue Oct 11 17:23:26 MET 2005 user: An optional retry on internal server errors Tue Oct 11 03:48:52 MET DST 2005 mikulas: Get indenting of TAB character in UTF-8 documents right Tue Oct 11 02:40:17 MET DST 2005 mikulas: Better glob match that does not cause stack overflow