Commit graph

147598 commits

Author SHA1 Message Date
dsainty
0111895892 Fix patch-nb on Linux by pulling in <stdint.h> before using uint64_t. This
only affects platforms that would not previously complete building, so no
PKGREVISION++ required.
2009-09-01 02:57:26 +00:00
tron
0688e1265c Set license to "gnu-gpl-v2". 2009-08-31 22:16:39 +00:00
he
c4617c054e Add update of net/hobbitclient to 4.2.0nb2. 2009-08-31 22:01:23 +00:00
he
c4acc8f7f0 Update from version 4.2.0nb1 to 4.2.0nb2.
Pkgsrc changes:
 o Add a patch so that we don't monitor the usage level of
   ptyfs file systems (which are always at 100% usage level).
2009-08-31 22:00:30 +00:00
wiz
ff857c7df3 Updated x11/kdelibs3 to 3.5.10nb4 2009-08-31 20:56:40 +00:00
wiz
5cecce41d7 Fix build with openssl-1.0. From markd.
Enable openssl again on NetBSD-current. Bump PKGREVISION.
2009-08-31 20:54:26 +00:00
wiz
23571d151e Mark as destdir-ready. 2009-08-31 20:17:48 +00:00
wiz
513821636d Updated print/ghostscript to 8.70 2009-08-31 20:12:33 +00:00
wiz
8d724acc33 Update to 8.70:
The license is now GPLv3 or later. A large number of issues with
transparency were fixed. Several significant fixes to font handling,
especially when generating PDF, were made. Numerous robustness,
correctness, and performance improvements were made. Security fixes
addressing CVE-2009-0583 and CVE-2009-0792 were made. New generic
Esc/Page devices, eplmono and eplcolor, were added, as well as the
cdnj500 device to support the HP DesignJet 500. The size of PostScript
integers was limited to 32 bits, as recommended in the specification.

XXX: does not fix build with cups option and jpeg7.
2009-08-31 20:12:20 +00:00
wiz
7832942d4f Define EBADFD to the same error code as in alsa-libs, in case it's
undefined.
2009-08-31 20:07:32 +00:00
zafer
f7266a7b0f add second mirror. 2009-08-31 20:06:27 +00:00
tron
3032634e9e Set license to "gnu-gpl-v2". 2009-08-31 19:25:27 +00:00
tez
1230bed322 Updated www/htmldoc to 1.8.27nb2 2009-08-31 19:13:32 +00:00
wiz
7efae53559 Updated graphics/asymptote to 1.85 2009-08-31 14:53:21 +00:00
wiz
55469fd1d0 Update to 1.85:
Fix typo.

Move remaining picture operations.

Rename labelsurface to surface; extend also to surfaces containing a single
patch.

Add missing pen dimensions to sizing routine.

Fix compilation on platforms that lack OpenGL.
2009-08-31 14:53:10 +00:00
tnn
b2f7886cda fat-fingered that one ... 2009-08-31 14:49:21 +00:00
tnn
363397d83e we can use clock_gettime(2) instead of gettimeofday(2) on NetBSD too 2009-08-31 14:41:31 +00:00
wiz
4820ff468b + hiawatha-6.17, mathomatic-14.5.4, musicpd-0.15.3, ntp-4.2.5p208,
xterm-247.
- py-cairo-1.8.8.
2009-08-31 14:37:33 +00:00
tnn
67eaf34172 use mmap to allocate the VM memory as well 2009-08-31 14:34:07 +00:00
wiz
d748e65537 Updated audio/alsa-utils to 1.0.20 2009-08-31 14:31:11 +00:00
wiz
8314825d07 Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable. 2009-08-31 14:31:00 +00:00
tnn
53aaa9b902 Use mmap to allocate executable memory on NetBSD as well.
Bump revision.
2009-08-31 14:30:50 +00:00
wiz
7df12c566a Note alsa-{lib,plugins-oss,plugins-pulse} updates to 1.0.21. 2009-08-31 14:30:21 +00:00
wiz
c588ffdb1b Update alsa packages to 1.0.21.
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19
http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20
http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21
contain ~300kB of changes.
2009-08-31 14:25:49 +00:00
wiz
287557f56f Updated net/yaz to 3.0.48 2009-08-31 14:08:03 +00:00
wiz
d45ea37d5b Update to 3.0.48:
--- 3.0.48 2009/08/28

The show command offered by the zoomsh command now takes a 3d optional
parameter type which is what is passed to ZOOM_record. If the type
argument is omitted, "render" is used.

RPN to CQL conv may use USE string attributes (bug #2978).

MarcXchange NS is now info:lc/xmlns/marcxchange-v1 .
2009-08-31 14:07:51 +00:00
asau
811bb7045e Fix NetBSD build. Insert omitted "defined" in "defined(__Dragonfly__)". 2009-08-31 13:07:04 +00:00
gdt
7ee8efc1dc Updated www/ap2-wsgi to 2.5 2009-08-31 12:42:32 +00:00
gdt
9a0ea62f06 Update to 2.5.
Bug Fixes

1. Change to workaround problem where correct version of Python
framework isn't being found at run time and instead uses the standard
system one, which may be the wrong version. Change is for those Python
versions on MacOS X which include a .a in Python config directory,
which should be symlinked to framework, link against the .a
instead. For some reason, doing this results in framework then being
picked up from the correct location.

This problem may well have only started cropping up at some point due
to a MacOS X Leopard patch update as has been noticed that Python
frameworks installed previously stopped being found properly when
mod_wsgi was subsequently recompiled against them. Something may
therefore have changed in compiler tools suite.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=28

2. Remove isatty from Log object used for stdout/stderr. It should
have been a function and not an attribute. Even so, isatty() is not
meant to be supplied by a file like object if it is associated with a
file descriptor. Thus, packages which want to use isatty() are
supposed to check for its existance before calling it. Thus wasn't
ever mod_wsgi that was wrong in not supply this, but the packages
which were trying to use it.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=146
2009-08-31 12:42:19 +00:00
adam
4395b6ee2f Fix buildlinking on Darwin 2009-08-31 12:38:22 +00:00
joerg
d265a4c720 s/Updated/Added/ for gbemol 2009-08-31 12:21:37 +00:00
joerg
28c8f610cc + gbemol 2009-08-31 12:21:36 +00:00
joerg
c6e8d30049 Updated audio/gbemol to 0.3.2 2009-08-31 12:20:20 +00:00
joerg
347cf4bad7 Imported gbemol-0.3.2 from pkgsrc-wip:
gbemol allows you to use MPD with a userfriendly interface.
Features include an easy-to-use, tag-oriented library browser,
a two mode playlist, cover art support (APIC tag only, for now),
system tray icon docking, song, album and artist information.

Music Player Daemon is a server that allows remote access for playing
audio files, streams and managing playlists. The daemon is controlled
through a client which need not run on the same computer mpd runs on.
2009-08-31 12:19:38 +00:00
asau
e5ae33ce92 Updated math/maxima to 5.19.2. 2009-08-31 11:42:16 +00:00
asau
b5be8c94a0 Update to Maxima 5.19.2.
Changes since 5.19.1:
 * bug fix in defint
 * bug fix in csign
 * bug fix in "not"
 * bug fix in implicit3d
 * bug fix in sublist
 * bug fix in share/matrix/eigen.mac
 * bug fix in share/contrib/stats/stats.mac
2009-08-31 11:41:04 +00:00
adam
fb16c3fe86 Fix buildling on Darwin, including universal binaries 2009-08-31 11:18:58 +00:00
hasso
ed042f40ce Updated emulators/qemu to 0.10.6. 2009-08-31 10:20:25 +00:00
hasso
09bd02022f Update to 0.10.6. Tested on DragonFly only.
version 0.10.6:
  - e1000: ignore reset command (Kevin Wolf)
  - fix VNC memory allocation (Stefan Weil)
  - fix raw_pread_aligned return value (Christoph Hellwig)
  - allow monitor interaction when using -incoming exec: (Chris Lalancette)
  - fix -net socket,listen (Jan Kiszka)
  - live migration: don't send gratuitous packets all at once (Gleb Natapov)
  - serial: fix lost characters after sysrq (Jason Wessel)
  - Fix prototype of zfree (Stefan Weil)
  - Handle EINTR with exec: migration (Uri Lublin)
  - Delete io-handler before closing fd after migration (Uri Lublin)
  - Fix qemu_aio_flush (Andrea Arcangeli)
  - lsi53c895a: Implement additional registers (Sebastian Herbszt)
  - virtio-blk: fix warning (Gerd Hoffman)
  - i386: fix cpu reset (Nitin Kamble)
  - kvm: fix irq injection into full queue (Jan Kiszka)
  - Prevent CD-ROM eject while device is locked (Mark McLoughlin)
  - Fix screen dump with blank screen (Eduardo Habkost)
  - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata)
  - Fix memory leak in SDL (Jan Kiszka)
  - Fix build on OS X 10.4 (John Arbuckle)
  - Fix leak of vlan clients after hot remove (Mark McLoughlin)
  - Fix migration after hot remove with eepro100 (Mark McLoughlin)
  - Don't start a VM after failed migration if stopped (Anthony Liguori)
  - Fix live migration under heavy IO load (Glauber Costa)
  - Honor -S on incoming migration (Paolo Bonzini)
  - Reset HPET config register on reset (Beth Kon)
  - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti)

version 0.10.5:
  - kvm: trim unsupported cpu features from cpuid (Avi Kivity)
  - kvm: provide a better error message for -smp > 1 (Mark McLoughlin)
  - Remove initrd printfs (Richard Jones)
  - Initial variables found by valgrind (Jean-Christophe Dubois)
  - Fix -initrd with > 4GB guests (Glauber Costa)
  - Fix busy loop on live migration for certain platforms (Uri Lublin)
  - Remove GCC 3.x requirements from docs (Hollis Blanchard)
  - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias)
  - CRIS: Fix bmi (Edgar Iglesias)
  - Fix bounce buffer errors (Avi Kivity)
  - Fix regression in -kernel (Anthony Liguori)

version 0.10.4:
  - Improve block range checks to remove integer overflow (Kevin Wolf)
  - e1000: do not re-init PCI config space 0 (Amit Shah)
  - fix AIO deletion race (Alex Graf)
  - reset option roms on reboot (Glauber Costa)
  - fix qcow2 corruption in cluster freeing (Gleb Natapov)
  - Enable power button event generation (Gleb Natapov)

version 0.10.3:
  - fix AIO cancellations (Avi Kivity)
  - fix live migration error path on incoming
  - avoid SEGV on pci hotplug failure (Chris Wright)
  - fix serial option in -drive
  - support DDIM for option roms (Glauber Costa)
  - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka)
  - block-vpc: don't silently create smaller images than requested (Kevin Wolf)
  - Fix non-ACPI timer interrupt routing (Beth Kon)
  - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka)
  - kvm: fix cpuid initialization (Jan Kiszka)
  - qcow2: fix corruption on little endian hosts (Kevin Wolf)
  - avoid leaing memory on hot unplug (Mark McLoughlin)
  - fix savevm/migration after hot unplug (Mark McLoughlin)
  - Fix keyboard mapping on newer Xords with non-default keymaps (balrog)
  - Make PCI config status register read-only (Anthony Liguori)
  - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)

version 0.10.2:

  - fix savevm/loadvm (Anthony Liguori)
  - live migration: fix dirty tracking windows (Glauber Costa)
  - live migration: improve error propogation (Glauber Costa)
  - qcow2: fix image creation for > ~2TB images (Chris Wright)
  - hotplug: fix error handling for if= parameter (Eduardo Habkost)
  - qcow2: fix data corruption (Nolan Leake)
  - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
  - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
  - hotplug: fix closing of char devices (Jan Kiszka)
  - hotplug: remove incorrect check for device name (Eduardo Habkost)
  - enable -k on win32 (Herve Poussineau)
  - configure: use LANG=C for grep (Andreas Faerber)
  - fix VGA regression (malc)

version 0.10.1:

  - virtio-net: allow masking of notifications on empty queue (Alex Williamson)
  - e1000: fix rx descriptor low threshold logic (Alex Willaimson)
  - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka)
  - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity)
  - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa)
  - virtio-net: check right return size on sg list (Alex Williamson)
  - Make qemu_announce_self handle holes (live migration after hotplug)
    (Marcelo Tosatti)
  - Revert r6804-r6808 (qcow2 allocation info).  This series of changes added
    a high cost to startup for large qcow2 images (Anthony Liguori)
  - qemu-img: fix help message (Aurelien Jarno)
  - Fix build for non-default installs of SDL (Anthony Liguori)
  - Fix race condition in env->interrupt_request.  When using TCG and a dynticks
    host timer, this condition could cause TCG to get stuck in an infinite
    loop (Aurelien Jarno)
  - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
  - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
  - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
  - Improve error handling in bdrv_open2 (Jan Kiszka)
  - Avoid leaking data in mux'ed character devices (Jan Kiszka)
  - Fix initial character device reset (no banner in monitor) (Jan Kiszka)
  - Fix cpuid KVM crash on i386 host (Lubomir Rintel)
  - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
    (Ryan Harper)

version 0.10.0:

  - TCG support (No longer requires GCC 3.x)
  - Kernel Virtual Machine acceleration support
  - BSD userspace emulation
  - Bluetooth emulation and host passthrough support
  - GDB XML register description support
  - Intel e1000 emulation
  - HPET emulation
  - VirtIO paravirtual device support
  - Marvell 88w8618 / MusicPal emulation
  - Nokia N-series tablet emulation / OMAP2 processor emulation
  - PCI hotplug support
  - Live migration and new save/restore formats
  - Curses display support
  - qemu-nbd utility to mount supported block formats
  - Altivec support in PPC emulation and new firmware (OpenBIOS)
  - Multiple VNC clients are now supported
  - TLS encryption is now supported in VNC
  - MIPS Magnum R4000 machine (Hervé Poussineau)
  - Braille support (Samuel Thibault)
  - Freecom MusicPal system emulation (Jan Kiszka)
  - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
  - EsounD audio driver (Frederick Reeve)
  - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz)
  - Many, many, bug fixes and new features
2009-08-31 10:18:49 +00:00
seb
71af185c1c Fix build as seen on NetBSD 3.1_STABLE/{i386,sparc64}: unlimit data-size 2009-08-31 10:08:59 +00:00
martti
8f20e9c301 postfix 2009-08-31 09:38:23 +00:00
martti
c113468690 Updated mail/postfix-current to 2.7.20090828
The stable release Postfix 2.6.5 addresses the defects described
below (some already addressed with the not-announced Postfix 2.6.3
release).  These defects are also addressed in the legacy releases
that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19.

Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and
2.7-20090807-nonprod.  These contain a DNS workaround that causes
more trouble than it prevents. It is removed until further notice.

Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19:

- The Postfix Milter client got out of step with a Milter application
  after the application sent a "quarantine" request at end-of-message
  time. The Milter application would still be in the end-of-message
  state, while Postfix would already be working on the next SMTP
  event, typically, QUIT or MAIL FROM. In the latter case, Milter
  responses for the previously-received email message would be
  applied towards the next MAIL FROM transaction.  This problem was
  diagnosed with help from Alban Deniz.

Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19:

- The Postfix SMTP server would abort with an "unexpected lookup
  table" error when an SMTPD policy server was mis-configured in a
  particular way.
2009-08-31 09:37:49 +00:00
martti
2bf80fac3d Updated mail/postfix to 2.6.5
The stable release Postfix 2.6.5 addresses the defects described
below (some already addressed with the not-announced Postfix 2.6.3
release).  These defects are also addressed in the legacy releases
that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19.

Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and
2.7-20090807-nonprod.  These contain a DNS workaround that causes
more trouble than it prevents. It is removed until further notice.

Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19:

- The Postfix Milter client got out of step with a Milter application
  after the application sent a "quarantine" request at end-of-message
  time. The Milter application would still be in the end-of-message
  state, while Postfix would already be working on the next SMTP
  event, typically, QUIT or MAIL FROM. In the latter case, Milter
  responses for the previously-received email message would be
  applied towards the next MAIL FROM transaction.  This problem was
  diagnosed with help from Alban Deniz.

Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19:

- The Postfix SMTP server would abort with an "unexpected lookup
  table" error when an SMTPD policy server was mis-configured in a
  particular way.
2009-08-31 09:37:35 +00:00
wiz
5e5afd3e0e Updated mail/akonadi to 1.2.1 2009-08-31 09:32:14 +00:00
wiz
669ad225ee Update to 1.2.1:
1.2.1                          28-August-2009
---------------------------------------------
- Fix item creation with RID's containing a ']'.
- Fix ASAP parser not reading the entire command.
2009-08-31 09:32:02 +00:00
wiz
36395e7656 Note removal of lzma-utils, use xz instead. 2009-08-31 09:29:24 +00:00
wiz
1933037d30 Remove lzma-utils, use xz instead. 2009-08-31 09:28:39 +00:00
wiz
d65f083439 Updated time/etm to 294 2009-08-31 09:06:11 +00:00
wiz
ff11ffb190 Update to 294:
294
  Fixed bug in which unicode strings in caledar output would not
  be displayed properly.

293
  Fixed bug in repetitions with overdue = s in which a task more
  than one repetition past due resulted in an endless loop.

292
  Fixed gui bug in which pressing F1 after p would crash. Also bug
  involving single = signs in data.py year2string().

291
  Fixed weather.py to only show chill when different than temp and
  to only show calm when wind speed is zero.
2009-08-31 09:05:59 +00:00
wiz
10f58454d4 Updated archivers/xz to 4.999.9beta 2009-08-31 08:59:23 +00:00