Commit graph

89616 commits

Author SHA1 Message Date
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
joerg
8c57b0b23e Always use errno.h, never define errno. 2005-12-11 19:40:16 +00:00
joerg
aa9d9d8121 amap now uses devel/pcre instead of the local pcre-3.9 version. 2005-12-11 19:22:23 +00:00
joerg
8d2e87a969 Since I don't want to hack around with config.*, patch amap to not
use the bundled pcre, but devel/pcre instead.
2005-12-11 19:21:36 +00:00
wiz
8068d36cdc Annotate m1 update: needs libasound emulation library. 2005-12-11 19:20:07 +00:00
wiz
387e55d969 Updated p5-libwww to 5.805. 2005-12-11 19:17:49 +00:00
wiz
44156cb63c Update to 5.805:
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-11 19:17:19 +00:00
wiz
14af192644 gtk2+ updated to 2.8.9. 2005-12-11 19:12:08 +00:00
wiz
91d0c9a7be Update to 2.8.9:
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-11 19:11:32 +00:00
wiz
47568e78ca links{,-gui} updated to 2.1pre20. 2005-12-11 18:57:27 +00:00
wiz
9c07ee9397 Update to 2.1pre20:
=== 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
2005-12-11 18:56:30 +00:00
wiz
e6ff31ce35 + DatLib-2.13, DatUtil-2.25, MAMEDiff-2.23, ROMInfo-2.6, ZIPIdent-2.7,
gtk2+-2.8.9, links-2.1pre20, p5-libwww-5.805.
2005-12-11 18:44:19 +00:00
salo
3fe45256b1 Compile with the OpenSSL in NetBSD-current.
Patch from ssldump bug tracker, via <veego>.
2005-12-11 18:29:53 +00:00
salo
aab35a3fe8 Compile with the OpenSSL in NetBSD-current.
Patch from Debian bug tracker, via <veego>.
2005-12-11 18:26:03 +00:00
salo
5fe697f88b Note devel/libebml, multimedia/libmatroska, multimedia/mkvtoolnix
and multimedia/mmg updates.
2005-12-11 18:08:44 +00:00
salo
cc8283e7fd Sync with mkvtoolnix 1.6.5 2005-12-11 18:06:22 +00:00
salo
96a0b8de30 Update to version 1.6.5
Changes:
- new features (e.g., - splitting after arbitrary timecodes
  and muxing of USF subtitles)
- lots of bugfixes since 1.4.2
See ChangeLog within the distfile for details.
2005-12-11 18:05:43 +00:00
salo
76fc88b028 Update to version 0.8.0
Changes:
- support for reading extra features of SimpleBlock
- bugfixes
2005-12-11 17:58:49 +00:00