Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:57:29 UTC Now

2011-12-06 06:50:05 UTC MAIN commitmail json YAML

Update p5-Dancer to 1.3080.

Changes from previous:
1.3080      25.10.2011
    ** Codename: Sawyer's Sugar Stream // Sawyer X **

    [ ENHANCEMENTS ]
    * No functional changes, just releasing as stable.

1.3079_05  02.10.2011

    [ API CHANGES ]
    * Deprecation of 'before', 'before_template' and 'after' in favor of hook
      (Alberto Sim探es)

    [ BUG FIXES ]
    * Minor corrections (jamhed, felixdo)
    * Log if a view and or a layout is not found (Alberto Sim探es, reported
      by David Previous)

    [ ENHANCEMENTS ]
    * Add support for the HTTP 'PATCH' verb (David Precious)

1.3079_04  02.10.2011

    [ ENHANCEMENTS ]
    * PSGI handler code cleaned up (chromatic).
    * Improved warning localizations (chromatic).

    [ DOCUMENTATION ]
    * Dancer::Plugins typos (Olof Johansson).
    * PSGI handler documented (chromatic).

1.3079_03  10.09.2011

    [ ENHANCEMENTS ]
    * Support XML::Simple configuration for serializing/deserializing
      (Alberto Sim探es)
    * Hard deprecate lots of stuff (Alberto Sim探es)

    [ BUG FIXES ]
    * Don't clobber TT INCLUDE_PATH if the user set it specifically in the
      config file - Issue 643 (David Precious, reported by meraxes)
    * Don't require a space after semi-colon delimiting multiple name=value
      cookie pairs - Issue 642 (David Precious, reported by travisbeck)

1.3079_02  28.08.2011

    [ BUG FIXES ]
    * Remove hard-coded version from 404.html and 500.html (Alberto Sim探es)
    * Fix logging of UTF8-encoded strings (jamhed)
    * Do not clean 'vars' during forward (Alberto Sim探es)

    [ ENHANCEMENTS ]
    * Add streaming support to send_file. (Sawyer X)

(hiramatsu)

2011-12-06 05:54:06 UTC MAIN commitmail json YAML

2011-12-06 05:22:38 UTC MAIN commitmail json YAML

Don't overwrite the mk file on non SunOS platforms.
Bump PKGREVISION to 2.

(yyamano)

2011-12-06 02:02:10 UTC MAIN commitmail json YAML

switch default apr dependency with PKG_APACHE_DEFAULT.

(obache)

2011-12-06 01:47:06 UTC MAIN commitmail json YAML

revive apache2 support.

(obache)

2011-12-06 01:23:58 UTC MAIN commitmail json YAML

print/lilypond: Fix for DragonFly

DragonFly needs devel/flex rather than USE_TOOLS+= lex in order to
build lilypond

(marino)

2011-12-06 01:22:43 UTC MAIN commitmail json YAML

devel/kdesdk3: Fix for DragonFly

DragonFly needs devel/flex rather than USE_TOOLS+= lex in order to
build kdesdk3.

(marino)

2011-12-06 01:21:35 UTC MAIN commitmail json YAML

devel/opal: Remove CFLAG -D__STDC_CONSTANT_MACROS

This CFLAG, added 2011/02/06, was treating a symptom of the UINT64_C
problem with ffmpeg, which was fixed on 2011/11/22 (2011/11/26).
Since then, opal has been emitting a warning that __STDC_CONSTANT_MACROS
is redefined and removing the redundant CFLAG silences the warning.

(marino)

2011-12-06 01:19:27 UTC MAIN commitmail json YAML

Updated comms/kermit to 9.0.302nb1

(sbd)

2011-12-06 01:19:16 UTC MAIN commitmail json YAML

1) Add missing mk/curses buildlink.
2) Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS to the make process.
3) Have the build variables  HAVE_LIBCURSES and HAVE_CURSES needed for the
  linux build set the by pkgsrc.

Bump PKGREVISION

(sbd)

2011-12-06 01:17:33 UTC MAIN commitmail json YAML

Let wget to skip CERT check, same as curl doing.

(obache)

2011-12-06 00:19:26 UTC MAIN commitmail json YAML

2011-12-06 00:19:19 UTC MAIN commitmail json YAML

Updated lang/ocaml to 3.12.0nb5

(sbd)

2011-12-06 00:19:08 UTC MAIN commitmail json YAML

Add missing mk/termcap buildlink.

Bump PKGREVISION

(sbd)

2011-12-05 23:02:33 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.0.54

(asau)

2011-12-05 23:02:18 UTC MAIN commitmail json YAML

Update to SBCL 1.0.54

changes in sbcl-1.0.54 relative to sbcl-1.0.53:
  * minor incompatible changes:
    ** RENAME-FILE on a symbolic links used to rename the linked-to file
      instead of the link.
    ** DELETE-DIRECTORY on symbolic link to a directory used to delete the
      directory, but now signal an error instead. Use TRUENAME to resolve the
      pathname if you wish to delete the linked directory, and DELETE-FILE if
      you wish to delete the
    ** The internal SB-THREAD::SPINLOCK API has been deprecated, and using
      symbols associated with it will trigger a compile-time warning.
  * thread-related enhancements:
    (This work has been funded by the SBCL Threading 2011 IndieGoGo campaign.
    Many thanks to generous donors!)
    ** Threading is now more reliable on non-Linux platforms. We still don't
      consider threads on non-Linux platforms good enough to enable them by
      default, but they're in a clearly better shape now.
    ** Deadlines supported now on all platforms.
    ** All blocking functions in the threading API now have a :TIMEOUT
      argument.
    ** Semaphore notification objects have been added to SB-THREAD.
    ** SB-CONCURRENCY contrib now includes Allegro-style GATE objects.
    ** SB-EXT:COMPARE-AND-SWAP has been extended to support SLOT-VALUE,
      STANDARD-INSTANCE-ACCESS, and FUNCALLABLE-STANDARD-INSTANCE-ACCESS.
    ** Users can now defined new places usable with SB-EXT:COMPARE-AND-SWAP
      using an API anologous to defining new SETFable places.
  * GC-related enhancements and bug fixes:
    ** --dynamic-space-size and --control-stack-size now understand Kb, Mb,
        and Gb suffixes. Default is megabytes as before.
    ** on GENCGC targets, the default dynamic space size is now 512Mb for
      32-bit systems, and 1Gb for 64-bit systems. (OpenBSD/x86-64 is the only
      exception, defaulting to mere 444Mb to fit under default ulimits.) The
      new defaults are in place to prevent hitting swap on low-end systems.
      Use build-time option --dynamic-space-size to build an SBCL with
      another default, or the runtime option to adjust the size at startup: a
      good size is at most equal to the amount of physical memory the system
      has.
    ** on GENCGC targets, nursery and generation sizes now default to 5% of
      dynamic-space size.
    ** on GENCGC targets, SB-KERNEL:MAKE-LISP-OBJ no longer categorically
      refuses to create SIMPLE-FUN objects.
    ** on 64-bit GENCGC targets, setting the nursery size above 4Gb now works.
      (lp#870868)
    ** on CHENEYGC targets, SB-KERNEL:MAKE-LISP-OBJ now does the same
      validation of pointer objects as GENCGC does, instead of a
      comparatively weak bounds-check against the heap spaces.
  * SB-BSD-SOCKETS bug fixes:
    ** GET-PROTOCOL-BY-NAME had a significant memory leak.
    ** GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS small amounts of memory on
      systems with getaddrinfo().
    ** GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS weren't thread or interrupt
      safe outside systems with getaddrinfo().
  * enhancement: ASDF has been updated 2.019.
  * enhancement: special-case TCO prevention for functions which never return
    extended to untrusted types, keeping one more frame's worth of debug
    information around in many cases.
  * enhancement: debug-names of anonymous and local function are more
    descriptive. Affects backtraces and SB-SPROF results. (lp#805100)
  * enhancement: on win32, ABS of complex floats guards better against
    overflows. (lp#888410)
  * enhancement: RUN-PROGRAM now distinguishes exec() failing from child
    process exiting with code 1. (lp#676987)
  * enhancement: convenience function SET-SBCL-SOURCE-LOCATION for informing
    the system where on the filesystem the SBCL sources themselves are
    located.  (Thanks to Zach Beane)
  * enhancement: the compiler is now able to derive tighter bounds for
    floating point numbers in some cases. (Thanks to Lutz Euler, lp#894498)
  * bug fix: on 64-bit targets, atomic-incf/aref does index computation
    correctly, even on wide-fixnum builds. (lp#887220)
  * bug fix: (DIRECTORY "foo/*/*.*") did not follow symlinks in foo/ that
    resolved to directories.
  * bug fix: type mismatch when assigning to lexical variables no longer
    result in fasl-dumping internal type objects. (lp#890750)
  * bug fix: type mismatch on (SETF AREF) and function return values no
    longer result in fasl-dumping internal type objects.
  * bug fix: With several combinations of argument types, for example (EXPT
    <integer> <(complex double)>), EXPT now uses double-precision throughout
    instead of partially calculating only to single-precision.  (lp#741564;
    thanks to Lutz Euler)
  * bug fix: SYMBOL-VALUE-IN-THREAD is no longer able to construct bogus
    objects when interrupted by GC on PPC.

(asau)

2011-12-05 22:57:35 UTC MAIN commitmail json YAML

2011-12-05 22:56:58 UTC MAIN commitmail json YAML

2011-12-05 22:56:22 UTC MAIN commitmail json YAML

2011-12-05 22:55:36 UTC MAIN commitmail json YAML

2011-12-05 22:54:57 UTC MAIN commitmail json YAML

2011-12-05 22:54:22 UTC MAIN commitmail json YAML

2011-12-05 22:53:45 UTC MAIN commitmail json YAML

2011-12-05 22:53:14 UTC MAIN commitmail json YAML

2011-12-05 22:52:24 UTC MAIN commitmail json YAML

2011-12-05 22:51:00 UTC MAIN commitmail json YAML

Avoid picking up non-standard libm builtins with newer GCC

(joerg)

2011-12-05 22:50:25 UTC MAIN commitmail json YAML

2011-12-05 22:49:47 UTC MAIN commitmail json YAML

2011-12-05 22:48:59 UTC MAIN commitmail json YAML

2011-12-05 22:48:03 UTC MAIN commitmail json YAML

2011-12-05 22:47:14 UTC MAIN commitmail json YAML

2011-12-05 22:46:12 UTC MAIN commitmail json YAML

2011-12-05 22:45:19 UTC MAIN commitmail json YAML

2011-12-05 22:44:47 UTC MAIN commitmail json YAML

2011-12-05 22:44:08 UTC MAIN commitmail json YAML

2011-12-05 22:40:22 UTC MAIN commitmail json YAML

2011-12-05 22:15:05 UTC MAIN commitmail json YAML

If <stdlib.h> is needed and its wrapped with HAVE_STDDLIB_H  it must be
tested for by autoconf!

<stdlib.h> is needed as it include <alloca.h> which is needed for alloca(3).

Also fix DESTDIR support for gdbserver.

(sbd)

2011-12-05 22:05:29 UTC MAIN commitmail json YAML

Revert commit:

  Module Name:    pkgsrc
  Committed By:  sbd
  Date:          Mon Dec  5 19:34:41 UTC 2011

  Modified Files:
  pkgsrc/devel/gdb: distinfo
  Added Files:
  pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_gdbreplay.c

  Log Message:
  alloca(3) is not avalible with glibc on linux if -fno-builtin is used.

  To generate a diff of this commit:
  cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/gdb/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_gdbreplay.c

(sbd)

2011-12-05 20:09:14 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-05 20:08:05 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3623 - requested by dholland
devel/opal: build fix

Revisions pulled up:
- devel/opal/distinfo                                          1.9
- devel/opal/patches/patch-configure                            1.1
- devel/opal/patches/patch-configure.ac                        1.1
- devel/opal/patches/patch-plugins_configure                    1.1
- devel/opal/patches/patch-plugins_configure.ac                1.1
- devel/opal/patches/patch-plugins_video_H.263-1998_h263-1993.cxx 1.1
- devel/opal/patches/patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx 1.1
- devel/opal/patches/patch-plugins_video_common_dyna.cxx        1.1

---
  Module Name: pkgsrc
  Committed By: marino
  Date: Sun Dec  4 22:06:04 UTC 2011

  Modified Files:
  pkgsrc/devel/opal: distinfo
  Added Files:
  pkgsrc/devel/opal/patches: patch-configure patch-configure.ac
      patch-plugins_configure patch-plugins_configure.ac
      patch-plugins_video_H.263-1998_h263-1993.cxx
      patch-plugins_video_MPEG4-ffmpeg_mpeg4.cxx
      patch-plugins_video_common_dyna.cxx

  Log Message:
  devel/opal: Fix incompatibility with ffmpeg / Add DragonFly support

  Several plugins of Opal weren't building because the function names
  in the ffmpeg libraries changed (they were prefixed with "ff_").
  These function names were updated, but a couple of the plugins also
  needed changes for a modern gcc.  Finally, DragonFly support was
  added to the various configuration scripts.

(tron)

2011-12-05 19:44:56 UTC MAIN commitmail json YAML

Updated net/libquvi-scripts to 0.4.2
Updated net/quvi to 0.4.1
Updated net/libquvi to 0.4.0nb1

(ryoon)

2011-12-05 19:43:28 UTC MAIN commitmail json YAML

Update to 0.4.1

Changelog:
0.4.1  Mon Nov 28 2011  Toni Gundogdu
Changes:
  - Accept multiple occurences of --exec
  - Add verbosity level 'mute'
  - Add new options:
        --export-format
        --export-level
        --verbosity
        --category
        --feature
  - Deprecate options:
        --verbose-libcurl
        --category-*
        --quiet
        --no-*
        --xml
Fixes:
  - Properly escape strings passed to shell (#79)
    Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!

(ryoon)

2011-12-05 19:40:27 UTC MAIN commitmail json YAML

Revbump from update of net/libquvi-scripts

(ryoon)

2011-12-05 19:36:18 UTC MAIN commitmail json YAML

Fix DESTDIR support for gdbserver

(sbd)

2011-12-05 19:34:41 UTC MAIN commitmail json YAML

alloca(3) is not avalible with glibc on linux if -fno-builtin is used.

(sbd)

2011-12-05 19:34:12 UTC MAIN commitmail json YAML

Update to 0.4.2

0.4.2  Tue Nov 29 2011  Toni Gundogdu
Changes:
    - Add mgnetwork.lua, mutantmonkey <mutantmonkey@mutantmonkey.in> (#78)
    - Remove foundrymusic.lua
Fixes:
    - tube8.lua: media URL parsing, Tomas Janousek <tomi@nomi.cz> (#80)
    - Multiple: potential "attempt to index ... (a nil value)"
    - dailymotion.lua: no match: video plugin params
    - videobash.lua: media URL parsing (#81)

0.4.1  Sun Nov 06 2011  Toni Gundogdu
Changes:
    - ted.lua: Handle off-site media
Fixes:
    - ted.lua: thumbnail URL pattern
    - xhamster.lua: title pattern
    - yfrog.lua: title pattern
    - ted.lua: media URL check

(ryoon)

2011-12-05 19:16:57 UTC MAIN commitmail json YAML

Use motif.bl3.mk instead of direct from openmotif.

Non-default option, so no revbump.

(dholland)

2011-12-05 19:12:32 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.434

(ryoon)

2011-12-05 19:11:06 UTC MAIN commitmail json YAML

Update to 0.434

Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-668f, 97fb-ffff (first check)
* Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-668f, 9846-ffff (first check)
* Fix glyphs in SJIS : second check completed

(ryoon)

2011-12-05 17:52:56 UTC MAIN commitmail json YAML

Updated net/quagga to 0.99.20

(gdt)

2011-12-05 17:52:37 UTC MAIN commitmail json YAML

Update to 0.99.20.

0.99.20:

The primary focus of this release is a fix of SEGV regression in
ospfd, which was introduced in 0.99.19. It also features a series of
minor improvements, including better RFC compliance in bgpd, better
support of FreeBSD and some enhancements to isisd.

0.99.19:

This release provides security fixes, which address assorted
vulnerabilities in bgpd, ospfd and ospf6d (CVE-2011-3323,
CVE-2011-3324, CVE-2011-3325, CVE-2011-3326 and CVE-2011-3327).

0.99.18:

This release fixes 2 denial of services in bgpd, which can be remotely
triggered by malformed AS-Pathlimit or Extended-Community
attributes. These issues have been assigned CVE-2010-1674 and
CVE-2010-1675. Support for AS-Pathlimit has been removed with this
release.

The release includes a number of bug-fixes and enhancements, primarily
for ospfd, ospf6d and bgpd.

(gdt)

2011-12-05 17:43:44 UTC MAIN commitmail json YAML

2011-12-05 17:42:54 UTC MAIN commitmail json YAML

Added sysutils/edbus version 1.1.0

(joerg)

2011-12-05 17:41:22 UTC MAIN commitmail json YAML

Import edbus-1.1.0, derived from pkgsrc-wip/edbus:

E17 library utilizing dbus.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-12-05 17:38:40 UTC MAIN commitmail json YAML

Added sysutils/efreet version 1.1.0

(joerg)

2011-12-05 17:38:21 UTC MAIN commitmail json YAML

Import efreet-1.1.0, derived from pkgsrc-wip/efreet:

An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL).

Currently, the following specifications are included:
  o Base Directory
  o Desktop Entry
  o Icon Theme
  o Menu

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-12-05 17:35:47 UTC MAIN commitmail json YAML

2011-12-05 17:35:22 UTC MAIN commitmail json YAML

Added graphics/edje version 1.1.0

(joerg)

2011-12-05 17:35:03 UTC MAIN commitmail json YAML

Import edje-1.1.0, derived from pkgsrc/edje:

Edje is a complex graphical design & layout library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-12-05 17:33:34 UTC MAIN commitmail json YAML

2011-12-05 17:24:46 UTC MAIN commitmail json YAML

Removed graphics/evas-xrender-x11

(joerg)

2011-12-05 17:23:35 UTC MAIN commitmail json YAML

2011-12-05 17:22:52 UTC MAIN commitmail json YAML

Added devel/ecore version 1.1.0

(joerg)

2011-12-05 17:22:29 UTC MAIN commitmail json YAML

Import ecore-1.1.0, derived from pkgsrc-wip/ecore:

Ecore is the core event abstraction layer and X abstraction layer
that makes doing selections, Xdnd, general X stuff, and event loops,
timeouts and idle handlers fast, optimized, and convenient.
It's a separate library so anyone can make use of the work put into Ecore
to make this job easy for applications.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-12-05 17:20:31 UTC MAIN commitmail json YAML

Updated devel/eet to 1.5.0

(joerg)

2011-12-05 17:20:14 UTC MAIN commitmail json YAML

2011-12-05 17:18:45 UTC MAIN commitmail json YAML

Updated lang/embryo to 1.1.0

(joerg)

2011-12-05 17:17:37 UTC MAIN commitmail json YAML

2011-12-05 17:15:25 UTC MAIN commitmail json YAML

Updated devel/eina to 1.1.0

(joerg)

2011-12-05 17:14:52 UTC MAIN commitmail json YAML

2011-12-05 15:34:12 UTC MAIN commitmail json YAML

Uses perl-type if syntax and thus does not work with python24.

(dholland)

2011-12-05 13:53:07 UTC MAIN commitmail json YAML

Delete throw.h.orig at pre-install time; otherwise it gets installed and
the plist fails.

(dholland)

2011-12-05 13:28:34 UTC MAIN commitmail json YAML

Does not work with apache2 due to conflicting apr requirements.

(dholland)

2011-12-05 13:20:36 UTC MAIN commitmail json YAML

Revert -r1.77 (setting PYTHON_VERSIONS_ACCEPTED=27) because the same
thing happens from time to time with python27 as with python26.
Whatever's going on apparently strikes randomly, so changing something
and rebuilding successfully doesn't prove that you've fixed it.

(dholland)

2011-12-05 11:25:41 UTC MAIN commitmail json YAML

Specify correct directory.  Noted by PR pkg/45684 and it was already
in my work area.

(taca)

2011-12-05 10:46:17 UTC MAIN commitmail json YAML

Updated graphics/jhead to 2.93

(wiz)

2011-12-05 10:46:07 UTC MAIN commitmail json YAML

Update to 2.93. Set LICENSE.

May 7 2010:
Fix a compiler warning

Dec 29 2010:
Make -n behave like -nf, and get rid of that option.

Dec 2 2011:
Handle IPTC in UTF8 (as per photoshop CS5)

(wiz)

2011-12-05 10:43:53 UTC MAIN commitmail json YAML

2011-12-05 10:43:42 UTC MAIN commitmail json YAML

Update to 0.82:

  V0.82 Removed old Changelog file appended at the end as oldest
        changes.
        2011-03-28  Mark Kamichoff <prox@prolixium.com>
        Enable decoding of ICMP extensions for MPLS for curses and
report interfaces.  Use the -e flag or press 'e' to enable it.

(wiz)

2011-12-05 10:23:49 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.3.10, SDL_gfx-2.0.23, autogen-5.13, bitlbee-3.0.4,
  cfitsio-3290, diffpdf-1.6.0, doxygen-1.7.6, eric5-5.1.7,
  gthumb-2.14.1, gv-3.7.3, jhead-2.93, konversation-1.4, mp3diags-1.1.09,
  mtr-0.82, openldap-client-2.4.28, p5-PerlMagick-6.7.3.10,
  py-feedparser-5.1, redland-1.0.15 [needs rasqal-0.9.22], stow-2.1.0,
  x264-devel-20111203.

(wiz)

2011-12-05 10:20:22 UTC MAIN commitmail json YAML

Mention htdig changes.

(wiz)

2011-12-05 10:18:18 UTC MAIN commitmail json YAML

2011-12-05 09:57:47 UTC MAIN commitmail json YAML

Added security/oath-toolkit version 1.10.2

(pettai)

2011-12-05 09:56:57 UTC MAIN commitmail json YAML

Added oath-toolkit

(pettai)

2011-12-05 09:54:24 UTC MAIN commitmail json YAML

delete import-error

(pettai)

2011-12-05 09:51:20 UTC MAIN commitmail json YAML

The OATH Toolkit contains a shared library, command line tool and a PAM module
that makes it possible to build one-time password authentication systems.
Supported technologies include the event-based HOTP algorithm and the
time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify the algorithms.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2011-12-05 08:10:18 UTC MAIN commitmail json YAML

2011-12-05 08:07:52 UTC MAIN commitmail json YAML

Drop dep to sendmail

(pettai)

2011-12-05 07:52:25 UTC MAIN commitmail json YAML

lang/gnat-aux: Fix distinfo

This hash of the last added patch was incorrect for some reason.  While
we are fixing that, fix CVSIDs on patch-ac and patch-ad.

(marino)

2011-12-05 04:18:32 UTC MAIN commitmail json YAML

Now that -current has sqlite3 included in base, enable it here.

(jnemeth)

2011-12-05 03:34:32 UTC MAIN commitmail json YAML

Updated devel/g-wrap to 1.9.14

(gdt)

2011-12-05 03:34:10 UTC MAIN commitmail json YAML

Update to 1.9.14.

Drop patch-aa, as
./work/.destdir/usr/pkg/share/guile/site/g-wrap/ws
is created by the install without help.

Version 1.9.14

    - Guile 2.0 is now supported.

    - G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as
      these have been both provided by Guile since 1.8.3.

Version 1.9.13

    - Fix the dependency declaration on libffi in the g-wrap-2.0-guile
      pkg-config file.

    - An alignment issue leading to testsuite failures on sparc has
      been fixed.

    - The g-wrap-config manpage from the Debian package is now
      included in the source, and installed.

(gdt)

2011-12-05 02:14:40 UTC MAIN commitmail json YAML

Avoid core-dumping with NetBSD/amd64 5.99.56 and later (i.e. gcc 4.5)

Use c89 function defs
Use correct header files

(agc)

2011-12-05 01:17:46 UTC MAIN commitmail json YAML

Mention uips removal (replaced by cmdpack)

(wiz)

2011-12-05 01:17:22 UTC MAIN commitmail json YAML

2011-12-05 01:16:10 UTC MAIN commitmail json YAML

Added emulators/cmdpack version 1.02

(wiz)

2011-12-05 01:15:58 UTC MAIN commitmail json YAML

2011-12-05 01:15:25 UTC MAIN commitmail json YAML

Initial import of cmdpack-1.02:

Collection of tools written by Neill Corlett.

Includes bin2iso, bincomp, cdpatch, ecm, uips, and many others.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111205

(wiz)

2011-12-04 23:37:14 UTC MAIN commitmail json YAML

get_passphrase_from_file.lua seems to have moved in the distribution.

(riz)

2011-12-04 23:17:30 UTC MAIN commitmail json YAML

net/ekiga: Add DragonFly Support

To support DragonFly, only the configure script needed modification.

(marino)

2011-12-04 22:39:40 UTC MAIN commitmail json YAML

Remove some i386-specific files which are no longer installed.

(riz)

2011-12-04 22:24:00 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup tickets 3621 and 3622

(sbd)

2011-12-04 22:23:04 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3622 - requested by gls
www/py-clearsilver security fix

Revisions pulled up:
- www/clearsilver/distinfo                                      1.16
- www/clearsilver/patches/patch-python_neo__cgi.c              1.1
- www/py-clearsilver/Makefile                                  1.15

---
  Module Name:    pkgsrc
  Committed By:    gls
  Date:        Thu Dec  1 20:53:54 UTC 2011

  Modified Files:
      pkgsrc/www/py-clearsilver: Makefile

  Log Message:
  Add a fix for CVE 2011-4357, taken from
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649322

---
  Module Name:    pkgsrc
  Committed By:    gls
  Date:        Thu Dec  1 20:50:49 UTC 2011

  Modified Files:
      pkgsrc/www/clearsilver: distinfo
  Added Files:
      pkgsrc/www/clearsilver/patches: patch-python_neo__cgi.c

  Log Message:
  Add a fix for CVE 2011-4357, taken from
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649322

(sbd)

2011-12-04 22:22:56 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3621 - requested by gls
net/p5-Net-Libdnet build fix/update

Revisions pulled up:
- net/p5-Net-Libdnet/Makefile                                  1.8
- net/p5-Net-Libdnet/distinfo                                  1.3

---
  Module Name:    pkgsrc
  Committed By:    gls
  Date:        Thu Dec  1 21:14:22 UTC 2011

  Modified Files:
      pkgsrc/net/p5-Net-Libdnet: Makefile distinfo

  Log Message:
  Update p5-Net-Libdnet to 0.96.

  pkgsrc changes:
  - - Set LICENSE
  - - Add dependency to p5-Class-Gomor, as reported in PR pkg/45674.

  Upstream changes:

  0.96 Wed Nov 16 23:07:38 CET 2011
    - bugfix: default to be compiled against libdnet (and not libdumbnet)
    - update: added some die() in example programs

  0.95 Sun Mar 13 23:47:10 CET 2011
    - new: added ubuntu and standard patchs. See README.

  0.94 Fri Jan 14 11:09:49 CET 2011
    - bugfix: tohash method in pod
    - applied http://rt.cpan.org/Public/Bug/Display.html?id=52359

  0.93 Thu Jan 13 11:07:07 CET 2011
    - update: makes components more inline with local install
    of libdnet
    - update: copyright notice

(sbd)

2011-12-04 22:06:04 UTC MAIN commitmail json YAML

devel/opal: Fix incompatibility with ffmpeg / Add DragonFly support

Several plugins of Opal weren't building because the function names
in the ffmpeg libraries changed (they were prefixed with "ff_").
These function names were updated, but a couple of the plugins also
needed changes for a modern gcc.  Finally, DragonFly support was
added to the various configuration scripts.

(marino)

2011-12-04 21:59:37 UTC MAIN commitmail json YAML

2011-12-04 21:55:01 UTC MAIN commitmail json YAML

pkgtools/tinderbox-dragonfly: Minor fixes

1) Bulk Build: don't add ports where there's no makefile present (x2)
2) Make hook processing more robust (g option on regex, check for
  non-empty string value)
3) Make enterBuild function work with HOST_WKRDIRS option
4) Handle specific DEPENDS+= case for perl where the addition of the
  dependency port is conditional on the version of perl used.
  This addresses the infinite loop case seen on some perl packages

(marino)

2011-12-04 21:45:20 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.2.5

(gls)

2011-12-04 21:44:53 UTC MAIN commitmail json YAML

Update sysutils/fabric to 1.2.5

Upstream changes:

2011-11-23: released Fabric 1.2.5
2011-11-23: released Fabric 1.1.7
[Bug] #441: Specifying a task module as a task on the command line no
longer blows up but presents the usual "no task by that name" error
message instead. Thanks to Mitchell Hashimoto for the catch.
[Bug] #475: Allow escaping of equals signs in per-task args/kwargs.
[Bug] #450: Improve traceback display when handling "ImportError"s
for dependencies. Thanks to David Wolever for the patches.
[Bug] #446: Add QNX to list of secondary-case sed targets. Thanks to
Rodrigo Madruga for the tip.
[Bug] #443: exists didn't expand tildes; now it does. Thanks to
Riccardo Magliocchetti for the patch.
[Bug] #437: with_settings now correctly preserves the wrapped
function's docstring and other attributes. Thanks to Eric Buckley for the
catch and Luke Plant for the patch.
[Bug] #400: Handle corner case of systems where pwd.getpwuid raises KeyError
for the user's UID instead of returning a valid string. Thanks to Dougal
Matthews for the catch.
[Bug] #397: Some poorly behaved objects in third party modules triggered
exceptions during Fabric's "classic or new-style task?" test. A fix has
been added which tries to work around these.
[Bug] #341: append incorrectly failed to detect that the line(s) given
already existed in files hidden to the remote user, and continued appending
every time it ran. This has been fixed. Thanks to Dominique Peretti for the
catch and Martin Vilcans for the patch.
[Bug] #342: Combining cd with put and its use_sudo keyword caused an
unrecoverable error. This has been fixed. Thanks to Egor M for the report.
[Bug] #482: Parallel mode should imply linewise output; omission of this
behavior was an oversight.
[Bug] #230: Fix regression re: combo of no fabfile & arbitrary command use.
Thanks to Ali Saifee for the catch.

(gls)

2011-12-04 21:26:15 UTC MAIN commitmail json YAML

Revert my last (it needs more work).

(sbd)

2011-12-04 21:08:22 UTC MAIN commitmail json YAML

Many packages will prefer ncursesw over ncurses if its available so unless
this file is being included by ncursesw disable ncursesw autoconf
detection and if that doesn't work pretend we are ncursesw.

(sbd)

2011-12-04 20:52:54 UTC MAIN commitmail json YAML

Updated devel/p5-PAR to 1.005

(gls)

2011-12-04 20:52:25 UTC MAIN commitmail json YAML

Update devel/p5-PAR to 1.005.
Includes a fix for CVE 2011-4114.

Upstream changes:

[Changes for 1.005 - Dec 2, 2011]
  - run all tests using a nonce PAR_TMPDIR (otherwise CPAN Testers
  goes crazy as top level /tmp/par-USER directories (or similar)
  from previous tests may now be considered "unsafe")

[Changes for 1.004 - Nov 30, 2011]
  - back out r1241: it causes errors in PAR::Packer's test suite
  - change "unsafe directory" error message to match the wording
  used by PAR::Packer
  - remove "debian" sub directory: it isn't released to CPAN and
  Debian will supply its own anyway
  - remove some cruft from MANIFEST.SKIP

[Changes for 1.003 - Nov 28, 2011]
  -  RT #69560/CVE-2011-4114: PAR packed files are extracted to unsafe
  and predictable temporary directories
  (Note: this bug was originally reported against PAR::Packer, but
  it applies to PAR as well)
  - create parent of cache directory (i.e. /tmp/par-USER) with mode 0700
  - if it already exists, make sure that (and bail out if not)
  - it's not a symlink
  - it's mode 0700
  - it's owned by USER
  - Fix a problem packing XML::LibXSLT on Windows (see the thread starting
  with http://www.nntp.perl.org/group/perl.par/2011/02/msg4919.html)
  - Die (with a hopefully useful message) if any error is encountered
  during an Archive::Zip extract operation

(gls)

2011-12-04 20:36:35 UTC MAIN commitmail json YAML

Added editors/OmegaT version 2.5.0.04

(ryoon)

2011-12-04 20:35:26 UTC MAIN commitmail json YAML

2011-12-04 20:33:55 UTC MAIN commitmail json YAML

Import OmegaT-2.5.0.04 as editors/OmegaT

OmegaT is a free translation memory application written in Java. It is
a tool intended for professional translators. It does not translate
for you! (Software that does this is called "machine translation", and
you will have to look elsewhere for it.) OmegaT has the following
features:

    * Fuzzy matching
    * Match propagation
    * Simultaneous processing of multiple-file projects
    * Simultaneous use of multiple translation memories
    * External glossaries with recognition of inflected forms
    * Document file formats include:
      XHTML and HTML
      Microsoft Office 2007 XML
      OpenOffice.org/StarOffice
      XLIFF (Okapi)
      MediaWiki (Wikipedia)
      Plain text
    * Unicode (UTF-8) support: can be used with non-Latin alphabets
    * Support for right-to-left languages
    * Integral spelling checker
    * Compatible with other translation memory applications (TMX)
    * Interface to Google Translate

Tested on NetBSD/i386 5.99.58 with openjdk7.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-12-04 18:42:02 UTC MAIN commitmail json YAML

s/fortran77/fortran/  as uses some features that f2c can't handle.

(markd)

2011-12-04 14:42:30 UTC MAIN commitmail json YAML

2011-12-04 14:41:01 UTC MAIN commitmail json YAML

Update to 1.0.10 and delint.  Partially resolves PR/45317, PR/45612 and
PR/45506.  No new options added.  Notable changes:

    *) Bugfix: a segmentation fault might occur in a worker process if
      resolver got a big DNS response.

    *) Feature: accept filters are now supported on NetBSD.

    *) Bugfix: a segmentation fault occurred on start or while
      reconfiguration if the "ssl" directive was used at http level and
      there was no "ssl_certificate" defined.

    *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
      "down".

    *) Bugfix: a segmentation fault might occur during reconfiguration if
      ssl_session_cache was defined but not used in previous configuration.

    *) Bugfix: a segmentation fault might occur in a worker process if many
      backup servers were used in an upstream.

    *) Feature: now nginx supports ECDHE key exchange ciphers.

    *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".

    *) Bugfix: a segmentation fault might occur in a worker process, if a
      caching was used.

    *) Bugfix: worker processes may got caught in an endless loop during
      reconfiguration, if a caching was used; the bug had appeared in 0.8.48.

(shattered)

2011-12-04 13:28:14 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-chinese to 1.3.5

(obache)

2011-12-04 13:28:00 UTC MAIN commitmail json YAML

Update ibus-table-chines to 1.3.5.

[Changes]
- Merge Caius Chance's branch for DYNAMIC_ADJUST
- Dependency update to cmake-0.8.1

(obache)

2011-12-04 13:10:56 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-unikey to 0.6.0

(obache)

2011-12-04 13:10:39 UTC MAIN commitmail json YAML

* change *.glade to *.ui
* add gtk3 support
* support both ibus 1.3 & 1.4.
* fix crash with mouse capture
* fix build problem.
* swtich to GPLv3.

(obache)

2011-12-04 12:40:58 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-chewing to 1.3.10

(obache)

2011-12-04 12:40:42 UTC MAIN commitmail json YAML

Update ibus-chewing to 1.3.10.

[Changes]
- Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get:
  Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai
- Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell
- Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2)
- Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4)
- Depends on cmake-fedora now.
- Fixed issue 1274, which is addressed by yusake's comments on d9009bf.
- Add compile flag for GNOME3.
- Add command line option: showFlags
- ibus-gnome special symbol
- Thanks Fred Chien's patch against that candidate window cannot be closed
  with escape key since selected tone.
- Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem.
- Remove support for ibus-1.2 and prior.

(obache)

2011-12-04 12:27:32 UTC MAIN commitmail json YAML

2011-12-04 12:25:02 UTC MAIN commitmail json YAML

Added devel/cmake-fedora version 0.8.1

(obache)

2011-12-04 12:24:37 UTC MAIN commitmail json YAML

Import cmake-fedora-0.8.1 as devel/cmake-fedora.

cmake-fedora consists a set of cmake modules that provideds helper macros and
targets for linux, especially fedora developers.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-12-04 07:19:12 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-04 07:17:11 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3618 - requested by tron
databases/phpmyadmin: security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.95
- databases/phpmyadmin/distinfo                                1.56

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Dec  2 23:39:30 UTC 2011

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 3.4.8. Changes since 3.4.7.1:
  - bug #3425230 [interface] enum data split at space char (more space to edi=
  t)
  - bug #3426840 [interface] ENUM/SET editor can't handle commas in values
  - bug #3427256 [interface] no links to browse/empty views and tables
  - bug #3430377 [interface] Deleted search results remain visible
  - bug #3428627 [import] ODS import ignores memory limits
  - bug #3426836 [interface] Visual column separation
  - bug #3428065 [parser] TRUE not recognized by parser
  + patch #3433770 [config] Make location of php-gettext configurable
  - patch #3430291 [import] Handle conflicts in some open_basedir situations
  - bug #3431427 [display] Dropdown results - setting NULL does not work
  - patch #3428764 [edit] Inline edit on multi-server configuration
  - patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
  - [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
    view name in main panel db Structure page
  - bug #3439292 [core] Fail to synchronize column with name of keyword
  - bug #3425156 [interface] Add column after drop
  - [interface] Avoid showing the password in phpinfo()'s output
  - bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
  - bug #3407235 [interface] Entering the key through a lookup window does no=
  t reset NULL
  - [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
  - [security] Self-XSS on database names (Operations/rename), see PMASA-2011=
  -18
  - [security] Self-XSS on column type (Create index), see PMASA-2011-18
  - [security] Self-XSS on column type (table Search), see PMASA-2011-18
  - [security] Self-XSS on invalid query (table overview), see PMASA-2011-18

  To generate a diff of this commit:
  cvs rdiff -u -r1.94 -r1.95 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/phpmyadmin/distinfo

(spz)

2011-12-04 02:46:07 UTC MAIN commitmail json YAML

Remove the server classes.jsa on deinstall.

(sbd)

2011-12-04 02:32:31 UTC MAIN commitmail json YAML

Note update of lang/ruby193-base package to 1.9.3p0nb2.

(taca)

2011-12-04 02:31:55 UTC MAIN commitmail json YAML

2011-12-04 02:26:02 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20111129.

(taca)

2011-12-04 02:25:18 UTC MAIN commitmail json YAML

2011-12-04 02:23:16 UTC MAIN commitmail json YAML

+ libthrift-0.8.0.

(taca)

2011-12-04 01:54:10 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-04 01:52:58 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3619 - requested by spz
security/p5-Digest security update

Revisions pulled up:
- security/p5-Digest/Makefile                                  1.23
- security/p5-Digest/distinfo                                  1.10

---
  Module Name: pkgsrc
  Committed By: he
  Date: Thu Dec  1 22:35:14 UTC 2011

  Modified Files:
  pkgsrc/security/p5-Digest: Makefile distinfo

  Log Message:
  Update to version 1.17.

  Upstream changes:
      Gisle Aas (6):
        Less noisy 'git status' output
        Merge pull request #1 from schwern/bug/require_eval
        Don't clobber $@ in Digest->new [RT#50663]
        More meta info added to Makefile.PL
        Fix typo in RIPEMD160 [RT#50629]
        Add schwern's test files

      Michael G. Schwern (5):
        Turn on strict.
        Convert tests to use Test::More
        Untabify
        Turn Digest::Dummy into a real file which exercises the
        Digest->new() require logic.
        Close the eval "require $module" security hole in Digest->new($algorithm)

(sbd)

2011-12-04 00:43:30 UTC MAIN commitmail json YAML

2011-12-04 00:24:35 UTC MAIN commitmail json YAML

Georeplication is apparently enabled by default, so it must be explicitly
disabled if that option is not selected.

(brook)

2011-12-04 00:23:49 UTC MAIN commitmail json YAML

Merge, the upper limit is critical.

(joerg)

2011-12-03 22:46:30 UTC MAIN commitmail json YAML

Disable address randomization under Darwin to fix build problems with
Xcode 4.1.

This does not fix all issues though, as the installation fails while
stripping the binaries.  Not sure how to get rid of this yet, and it
seems to affect other packages as well.

(jmmv)

2011-12-03 22:07:30 UTC MAIN commitmail json YAML

devel/gps: Fix for bulk builds

This package would build outside a bulk build, but a few flaws in
the makefile prevented it from building in all cases, bulk builds
being one such exception.  It should build ok now.

(marino)

2011-12-03 21:56:20 UTC MAIN commitmail json YAML

Missing dependency from openssl was added.
This fixes build failure on Linux and others.

(cheusov)

2011-12-03 20:17:47 UTC MAIN commitmail json YAML

2011-12-03 19:38:49 UTC MAIN commitmail json YAML

Add missing dependency from openssl. This fixes build failure
on Linux and others.

(cheusov)

2011-12-03 14:51:51 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_summary-utils to 0.56.4

(cheusov)

2011-12-03 14:51:35 UTC MAIN commitmail json YAML

Update to 0.56.4
  FIX: Shell scripts now use "trap" corectly.

  Minor correction in pkg_lint_summary.1.

  pkg_summary4view:
    - TARGET_BUILD_DEPENDS and _ALL_DEPENDS are formatted
      just like DEPENDS.

(cheusov)

2011-12-03 12:44:22 UTC MAIN commitmail json YAML

Switch to use http protocol for MASTER_SITES (and curl will not required).

(obache)

2011-12-03 09:29:37 UTC MAIN commitmail json YAML

Updated news/suck to 4.3.2nb6

(sbd)

2011-12-03 09:29:26 UTC MAIN commitmail json YAML

Add devel/gdbm_compat buildlink on Linux.

Bump PKGREVISION

(sbd)

2011-12-03 09:25:56 UTC MAIN commitmail json YAML

Updated mail/nmh to 1.3nb1

(sbd)

2011-12-03 09:25:46 UTC MAIN commitmail json YAML

Add devel/gdbm_compat buildlink on Linux.

Bump PKGREVISION

(sbd)

2011-12-03 09:22:49 UTC MAIN commitmail json YAML

Updated inputmethod/skktools to 1.3.1nb2

(sbd)

2011-12-03 09:22:38 UTC MAIN commitmail json YAML

2011-12-03 09:12:03 UTC MAIN commitmail json YAML

Make gdbm_compat look like real ndbm.

(sbd)

2011-12-03 08:44:21 UTC MAIN commitmail json YAML

Add builtin.mk files for databases/gdbm and databases/gdbm_compat

(sbd)

2011-12-03 08:42:37 UTC MAIN commitmail json YAML

gdbm_compat should have the same API and ABI depends as gdbm does.

(sbd)

2011-12-03 08:41:02 UTC MAIN commitmail json YAML

+ calibre-0.8.29, cinepaint-1.0, cmus-2.4.3, fotoxx-11.12.1,
  py-urwid-1.0.1, qemu-1.0, vala-0.14.1, wine-devel-1.3.34.

(wiz)

2011-12-03 07:30:48 UTC MAIN commitmail json YAML

textproc/xmlada: Remove DESTDIR from library rpaths

Removing DESTDIR from the shared library rpaths required a change in the
compiler.  To tell GNAT not to add in DESTDIR rpaths, the -R switch
needs to be added to each library's option set.  GNAT-AUX 20110627nb2
required at a minimum to take advantage of these switches.

Additionally, issues with installed files' permissions were fixed.

(marino)

2011-12-03 07:28:18 UTC MAIN commitmail json YAML

lang/gnat-aux: Modify rpath handling for shared project libraries

The GNAT compiler project builder essentially doesn't support DESTDIR
out of the box.  By default, it sets rpath of shared libraries to the
directory to which they are installed.  One may add additional rpaths
through switches, but not remove these default ones.  Also added to
the default rpath are the paths to the ada library and the standard
localbase library.

This modification to the compiler will force the project builder to
recognize the -R switch (gnatlink uses this to disable rpaths), and
it reacts by not putting the library install path into rpath.  The
adalib and ${LOCALBASE}/lib paths will still make up the base rpath
definition of the built shared libraries.

This change was prompted by the rpath troubles of the XML/Ada package.

(marino)

2011-12-03 07:09:32 UTC MAIN commitmail json YAML

Update tarsnap to version 1.0.31.

Changes since version 1.0.30:

- A race condition in key generation has been fixed which could
  allow a newly-generated key file to be read by another local
  user if the key file is being generated in a world-readable
  directory and the user running tarsnap-keygen has a umask other
  than 0066.
- A bug in key generation has been fixed which could allow a
  newly-generated key file to be read by another local user
  if they key file is being generated in a world-writable
  directory (e.g., /tmp).
- Tarsnap now supports Minix.
- Tarsnap now ignores blank lines in key files; line-buffers
  its output (which makes tarsnap --list-archives | foo more
  responsive); and prints a progress indicator during tarsnap --fsck.
- Multiple minor bug fixes.

(riz)

2011-12-03 03:44:54 UTC MAIN commitmail json YAML

Recursive bump for textproc/xapian buildlink additions.

(sbd)

2011-12-03 03:44:49 UTC MAIN commitmail json YAML

Updated textproc/xapian to 1.2.2nb1

(sbd)

2011-12-03 03:44:38 UTC MAIN commitmail json YAML

Add devel/libuuid buildlink on Linux and SunOS only.

Bump PKGREVISION

(sbd)

2011-12-03 03:40:57 UTC MAIN commitmail json YAML

Updated sysutils/ntfsprogs to 2.0.0nb1

(sbd)

2011-12-03 03:40:46 UTC MAIN commitmail json YAML

Add devel/libuuid buildlink.

Bump PKGREVISION

(sbd)

2011-12-03 00:02:18 UTC MAIN commitmail json YAML

2011-12-02 23:39:51 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.4.8.

(tron)

2011-12-02 23:39:30 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.4.8. Changes since 3.4.7.1:
- bug #3425230 [interface] enum data split at space char (more space to edit)
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
- bug #3427256 [interface] no links to browse/empty views and tables
- bug #3430377 [interface] Deleted search results remain visible
- bug #3428627 [import] ODS import ignores memory limits
- bug #3426836 [interface] Visual column separation
- bug #3428065 [parser] TRUE not recognized by parser
+ patch #3433770 [config] Make location of php-gettext configurable
- patch #3430291 [import] Handle conflicts in some open_basedir situations
- bug #3431427 [display] Dropdown results - setting NULL does not work
- patch #3428764 [edit] Inline edit on multi-server configuration
- patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
- [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
  view name in main panel db Structure page
- bug #3439292 [core] Fail to synchronize column with name of keyword
- bug #3425156 [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
- bug #3407235 [interface] Entering the key through a lookup window does not reset NULL
- [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
- [security] Self-XSS on database names (Operations/rename), see PMASA-2011-18
- [security] Self-XSS on column type (Create index), see PMASA-2011-18
- [security] Self-XSS on column type (table Search), see PMASA-2011-18
- [security] Self-XSS on invalid query (table overview), see PMASA-2011-18

(tron)

2011-12-02 23:05:42 UTC MAIN commitmail json YAML

bookmark-w3m.el is not compiled with emacs<23.

Noted by Ryo ONODERA.

(minskim)

2011-12-02 22:46:03 UTC MAIN commitmail json YAML

Updated devel/lmdbg to 0.17.0

(cheusov)

2011-12-02 22:45:47 UTC MAIN commitmail json YAML

Update to 0.17.0
  Long options have been removed from all programs.
  Use standard single-letter POSIX-compatible options.

  lmdbg-sym:
    - Doesn't accept progname as an argument anymore.
      Use -P option instead.
    - option --with-so was replaced with -s.

  SORRY FOR INCOMPATIBILITIES WITH PREVIOUS RELEASES.

                                    ----------------------------------

  lmdbg:
    - -M option was added. lmdbg(1) is now a meta tools which is able
      to not only collecting memory leaks. See the manual page for
      details.
    - -n option was added
    - -T and -B options were added
    - Regression tests were added for -M

  A lot of improvements and grammar fixes in manual pages.
  Thanks to Nikolai Krot for this.

  lmdbg-stat, tests/test.sh:
    - Fixes for Solaris

  lmdbg-run:
    - options -T and -B were added to lmdbg-run.
    - option -n was added. It disables logging on startup.
      Sending SIGUSR1 signal to the process enables it.
    -f option was added, synonym for -p.

  lmdbg-grep.1:
    - documentation for "bytes" variable

  If set, LMDBG_MODULES_AWK and LMDBG_STRIP_AWK environment variables
  are used as a path to AWK interpreter by "lmdbg-modules" and
  "lmdbg-strip" programs respectively.

  More regression tests

(cheusov)

2011-12-02 20:52:50 UTC MAIN commitmail json YAML

devel/gsoap: Fix socketlen_t for DragonFly

DragonFly needs the same socklet_t modification as the other BSDs.

(marino)

2011-12-02 20:51:29 UTC MAIN commitmail json YAML

devel/ethos: use msgfmt to build on DragonFly

(marino)

2011-12-02 20:50:32 UTC MAIN commitmail json YAML

devel/cqual: Fix for modern gcc

There are several unreferenced functions in cqual which a modern gcc
complains about using -Werror.  After trying to fix a few of them, it
was easier just to stop considering warnings as errors.

(marino)

2011-12-02 20:49:10 UTC MAIN commitmail json YAML

devel/clisp-lib: Add gettext-lib buildlink for DragonFly

(marino)

2011-12-02 20:47:49 UTC MAIN commitmail json YAML

devel/clisp-wildcard: Add gettext-lib buildlink for DragonFly

(marino)

2011-12-02 20:47:04 UTC MAIN commitmail json YAML

devel/clisp-syscalls: Add gettext-lib buildlink for DragonFly

clisp-syscalls still doesn't build (it's broken on NetBSD too), but
it is known now that it will need gettext-lib if/when the other issues
are resolved.

(marino)

2011-12-02 20:45:28 UTC MAIN commitmail json YAML

devel/clisp-pcre: Add gettext-lib buildlink for DragonFly

(marino)

2011-12-02 20:44:32 UTC MAIN commitmail json YAML

devel/bcc: Mask from DragonFly64

DragonFly X86_64 can't build 32-bit binaries as the Makefile requests.

(marino)

2011-12-02 19:28:47 UTC MAIN commitmail json YAML

+ fltk13 (hi is!)

(joerg)

2011-12-02 15:33:19 UTC MAIN commitmail json YAML

Updated benchmarks/iozone to 3.397

(hauke)

2011-12-02 15:32:38 UTC MAIN commitmail json YAML

Actually add the IOzone license file that the package has pointed to
for a while.

(hauke)

2011-12-02 15:31:44 UTC MAIN commitmail json YAML

2011-12-02 14:44:02 UTC MAIN commitmail json YAML

Updated databases/mysql51 to 5.1.60; lang/clang to 3.0

(adam)

2011-12-02 14:42:12 UTC MAIN commitmail json YAML

LLVM 3.0 includes several major changes and big features:
* llvm-gcc is no longer supported, and not included in the release. We recommend
  switching to Clang or DragonEgg.
* The linear scan register allocator has been replaced with a new "greedy"
  register allocator, enabling live range splitting and many other optimizations  that lead to better code quality. Please see its blog post or its talk at the
  Developer Meeting for more information.
* LLVM IR now includes full support for atomics memory operations intended to
  support the C++'11 and C'1x memory models. This includes atomic load and
  store, compare and exchange, and read/modify/write instructions as well as
  a full set of memory ordering constraints. Please see the Atomics Guide for
  more information.
* The LLVM IR exception handling representation has been redesigned and
  reimplemented, making it more elegant, fixing a huge number of bugs, and
  enabling inlining and other optimizations. Please see its blog post and the
  Exception Handling documentation for more information.
* The LLVM IR Type system has been redesigned and reimplemented, making it
  faster and solving some long-standing problems. Please see its blog post for
  more information.
* The MIPS backend has made major leaps in this release, going from an
  experimental target to being virtually production quality and supporting
  a wide variety of MIPS subtargets. See the MIPS section below for more
  information.
* The optimizer and code generator now supports gprof and gcov-style coverage
  and profiling information, and includes a new llvm-cov tool (but also works
  with gcov). Clang exposes coverage and profiling through GCC-compatible
  command line options.

(adam)

2011-12-02 14:36:22 UTC MAIN commitmail json YAML

dillo was only updated to 3.0.1.

(wiz)

2011-12-02 14:34:54 UTC MAIN commitmail json YAML

Remove PKGREVISION line after update. Hi is!

(wiz)

2011-12-02 14:25:10 UTC MAIN commitmail json YAML

Changes 5.1.60:
* Upgrading from an Advanced GPL RPM package to an Advanced RPM package did not
  work. Now on Linux it is possible to use rpm -U to replace any installed MySQL
  product by any other of the same release family. It is not necessary to remove
  the old produce with rpm -e first.
* MEMORY table creation time is now available in the CREATE_TIME column of the
  INFORMATION_SCHEMA.TABLES table and the Create_time column of SHOW TABLE
  STATUS output.
Bugs Fixed
* Important Change: InnoDB Storage Engine: Data from BLOB columns could be lost  if the server crashed at a precise moment when other columns were being
  updated in an InnoDB table.
* InnoDB Storage Engine: This fix improves the performance of instrumentation
  code for InnoDB buffer pool operations.
* InnoDB Storage Engine: Lookups using secondary indexes could give incorrect
  matches under a specific set of conditions. The conditions involve an index
  defined on a column prefix, for a BLOB or other long column stored outside
  the index page, with a table using the Barracuda file format.
* InnoDB Storage Engine: This fix corrects cases where the MySQL server could
  hang or abort with a long semaphore wait message. (This is a different issue
  than when these symptoms occurred during a CHECK TABLE statement.)
* Replication: Issuing the following statements, in the order shown, could cause  a deadlock between the user thread and I/O thread.
* more...

(adam)

2011-12-02 14:14:58 UTC MAIN commitmail json YAML

2011-12-02 13:59:35 UTC MAIN commitmail json YAML

Backport a patch to fix build with GCC 4.4 and extend it to cover GCC
4.5 as well. Permission to use under GPL2 from Andy Wingo.

(joerg)

2011-12-02 13:19:59 UTC MAIN commitmail json YAML

Revert, since it leaves packages with unresolvable dependencies.

(joerg)

2011-12-02 13:16:51 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-02 13:16:31 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3617 - requested by dholland
editors/emacs20: bug fix patch

Revisions pulled up:
- editors/emacs20/distinfo                                      1.19-1.22
- editors/emacs20/patches/patch-ab                              1.4
- editors/emacs20/patches/patch-bm                              1.2-1.4
- editors/emacs20/patches/patch-cb                              deleted

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Thu Dec  1 04:05:41 UTC 2011

  Modified Files:
  pkgsrc/editors/emacs20: distinfo
  pkgsrc/editors/emacs20/patches: patch-ab

  Log Message:
  Patch up configure tests for cpp to avoid problems when running gcc
  4.5's cpp on makefiles. PR 45669.

  Unfortunately, this does not by itself fix the build; now I'm getting

      ./temacs -batch -l loadup dump
      gmake[1]: *** [emacs] Segmentation fault

  and I have a bad feeling that this may be the same issue that the
  other emacs versions are sometimes hitting.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Thu Dec  1 04:51:30 UTC 2011

  Modified Files:
  pkgsrc/editors/emacs20: distinfo
  pkgsrc/editors/emacs20/patches: patch-bm
  Removed Files:
  pkgsrc/editors/emacs20/patches: patch-cb

  Log Message:
  Fold patch-cb into patch-bm since they patch the same file. Related to
  PR 45669. hi joerg!

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Thu Dec  1 05:07:23 UTC 2011

  Modified Files:
  pkgsrc/editors/emacs20: distinfo
  pkgsrc/editors/emacs20/patches: patch-bm

  Log Message:
  Add __asm __volatile("":::"memory") at a critical point in alloc.c.

  gcc thinks it knows the semantics of malloc and so it thinks it can
  optimize out the manipulation of __malloc_hook; however, doing so causes
  the subsequent malloc call to come back to itself, leading to an infinite
  recursion and SIGSEGV in temacs.

  This fixes the remaining part of PR 45669.

  Someone(TM) should check if this issue affects other Emacs versions
  and/or XEmacs.

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Thu Dec  1 05:12:57 UTC 2011

  Modified Files:
  pkgsrc/editors/emacs20: distinfo
  pkgsrc/editors/emacs20/patches: patch-bm

  Log Message:
  Extend previous to realloc and free as well, which is almost certainly
  necessary. PR 45669.

(tron)

2011-12-02 13:10:15 UTC MAIN commitmail json YAML

Dillo -> 3.0.1nb2

(is)

2011-12-02 13:06:31 UTC MAIN commitmail json YAML

2011-12-02 12:35:19 UTC MAIN commitmail json YAML

Remove msmtp

(ryoon)

2011-12-02 12:35:00 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.26

(ryoon)

2011-12-02 12:33:53 UTC MAIN commitmail json YAML

Update to 1.4.26

* Introduce scripts option to install optional scripts.

Changelog:
Version 1.4.26:
- A new version of the msmtpq script fixes serious bugs. To update to the new
  version of the script, you need to remove the old msmtpQ symlink, change
  msmtpQ to msmtpq in your MUA config, and use msmtp-queue for queue management.

(ryoon)