Commit graph

191946 commits

Author SHA1 Message Date
asau
88feb4ac62 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
asau
c9f78fcd38 Update to SBCL 1.1.0
pkgsrc changes:
  * "user-destdir" is default these days, remove setting.


Changes in sbcl-1.1.0 relative to sbcl-1.0.58:

  * enhancement: New variable, sb-ext:*disassemble-annotate* for controlling
    source annotation of DISASSEMBLE output. Defaults to T.
  * enhancement: TIMEOUT arguments added to WITH-MUTEX and WITH-RECURSIVE-LOCK, and
    WAIT-P argument added to WITH-RECURSIVE-LOCK.
  * enhancement: SB-EXT:ATOMIC-PUSH and SB-EXT:ATOMIC-POP allow atomic operations
    on list heads.
  * enhancement: Optional features (not enabled by default) allow the
    use of signals for inter-thread synchronization to be reduced on certain
    supported platforms (currently Linux, Solaris, and FreeBSD on x86 and
    x86-64).  Set (and :sb-thread :sb-safepoint :sb-thruption :sb-wtimer)
    to test these experimental features.  Known remaining bugs include minor
    thread safety issues, less timely freeing of memory by GC, and certain
    (not yet optimally low) runtime overhead.  Thanks to Anton Kovalenko.
  * optimization: CL:SORT and CL:STABLE-SORT of lists are faster and use fewer
    comparisons, particularly on almost-sorted inputs.
  * bug fix: Reading floats with large exponents no longer takes too much time
    before reporting that the exponent is too large.
  * bug fix: SB-BSD-SOCKETS:SOCKET-RECEIVE with a UDP socket now works
    correctly when the received datagram is larger than the provided buffer.
    (lp#1023438, thanks to Robert Uhl)
  * bug fix: SB-EXT:GET-CAS-EXPANSION returned a bogus read-form when given
    a SYMBOL-VALUE form with a constant symbol argument.
  * bug fix: SB-EXT:GET-CAS-EXPANSION signaled an error when a macro expanding
    into a DEFCAS defined place was used as the place.
  * bug fix: FIND and POSITION signaled a type-error when non-bits where looked
    for from bit-vectors.
  * bug fix: a race condition around thread creation could (in SBCL 1.0.57)
    lead to internal errors or crashes (lp#1058799).
  * documentation: a section on random number generation has been added to the
    manual. (lp#656839)
2012-10-02 19:20:45 +00:00
wiz
9067d8ecd3 Updated security/libtasn1 to 2.14 2012-10-02 17:36:12 +00:00
wiz
5b31383393 Update to 2.14:
* Noteworthy changes in release 2.14 (2012-09-24) [stable]
- Added asn1_read_node_value() to obtain a node's value.
  This is to deprecate the export of the node_asn internal structure
  for the upcoming 3.x release.  The ASN1_DATA_NODE type and the
  ASN1_ETYPE_* constants were added to support the new function.
2012-10-02 17:36:00 +00:00
wiz
860f5ab467 Updated x11/xkeyboard-config to 2.7 2012-10-02 17:31:33 +00:00
wiz
a95393cab3 Update to 2.7:
2.7	8 bugs fixed, most important:
	- Fxx fixed (CTRL+ALT type)
	- *.dir files not produced any more
2012-10-02 17:31:24 +00:00
wiz
327099dce8 Updated converters/py-simplejson to 2.6.2 2012-10-02 17:30:03 +00:00
wiz
5baec24b2c Update to 2.6.2:
Version 2.6.2 released 2012-09-21

* JSONEncoderForHTML was not exported in the simplejson module
  https://github.com/simplejson/simplejson/issues/41
2012-10-02 17:29:48 +00:00
wiz
0a96af5c36 Updated time/py-pytz to 2012f 2012-10-02 17:29:14 +00:00
wiz
f298c69699 Update to 2012f, sync with upstream. 2012-10-02 17:28:59 +00:00
wiz
f61613c3e0 Updated devel/mdds to 0.6.1 2012-10-02 17:27:14 +00:00
wiz
fe9a5e2d43 Update to 0.6.1:
This is purely a bug fix release, and contain no new functionality
since 0.6.0.

This release fixes a bug in the iterator implementation of
flat_segment_tree. Prior to this release, the iterator would treat
the position immediately before the end position to be the end
position, which would result in incorrectly skipping the last data
position during iteration. This release contains a fix for that
bug.

It also contains fixes for various build errors and compiler
warnings.

Many thanks to David Tardon, Stephan Bergmann, Tomáš Chvátal,
and Markus Mohrhard for having submitted patches since the release
of 0.6.0.
2012-10-02 17:27:02 +00:00
wiz
79eda4c19d Updated audio/taglib to 1.8 2012-10-02 17:24:56 +00:00
wiz
cdad03a1fd Update to 1.8:
Changes in 1.8 final:

    Added support for OWNE ID3 frames.
    Changed key validation in the new PropertyMap API.
    ID3v1::Tag::setStringHandler will no londer delete the previous
    handler, the caller is responsible for this.
    File objects will also no longer delete the passed IOStream
    objects. It should be done in the caller code after the File
    object is no longer used.
    Added ID3v2::Tag::setLatin1StringHandler for custom handling
    of latin1-encoded text in ID3v2 frames.
    Fixed validation of ID3v2 frame IDs (IDs with

Changes in 1.8 beta:

    New API for accessing tags by name.
    New abstract I/O stream layer to allow custom I/O handlers.
    Support for writing ID3v2.3 tags.
    Support for various module file formats (MOD, S3M, IT, XM).
    Support for MP4 and ASF is now enabled by default.
    Started using atomic int operations for reference counting.
    Added methods for checking if WMA and MP4 files are DRM-protected.
    Added taglib_free to the C bindings.
    New method to allow removing pictures from FLAC files.
    Support for reading audio properties from ALAC and Musepack
    SV8 files.
    Added replay-gain information to Musepack audio properties.
    Support for APEv2 binary tags.
    Many AudioProperties subclasses now provide information about
    the total number of samples.
    Various small bug fixes.
2012-10-02 17:24:48 +00:00
tron
56f4821731 Revert unintentional revision bump. 2012-10-02 17:18:28 +00:00
wiz
0cdb5116b9 Updated devel/cppunit to 1.13.1 2012-10-02 17:17:56 +00:00
wiz
9cd5360f3a Update to 1.13.1.
The changes against 1.13.0 are rather small:
    a fix for a crash happening when mixing different gcc versions
    and demangling fails (fdo#52539)
    using portable way to include header for free (fdo#52536)
2012-10-02 17:17:45 +00:00
wiz
d1a3b3f1a5 Updated devel/automake to 1.12.4 2012-10-02 17:15:24 +00:00
wiz
a7837afd43 Update to 1.12.4:
New in 1.12.4:

* WARNING: Future backward-incompatibilities!

  - Future versions of Automake will likely drop support for the
    long-deprecated 'configure.in' name for the Autoconf input file.
    You are advised to use the recommended name 'configure.ac' instead.

  - Support for the "Cygnus-style" trees (as enabled by the 'cygnus'
    option) will be removed in the next major Automake release (1.13).

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.13.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility.

  - Autoconf 2.65 or later will be required by the next major Automake
    version (1.13).  Until now, Automake has required Autoconf version
    2.62 or later.

  - Starting from the next major Automake version (1.13), the rules
    to build pdf, ps and dvi output from Texinfo input will use the
    '--build-dir' option by default.  Since such an option was only
    introduced in Texinfo 4.9, this means that Makefiles generated by
    future Automake versions will require at least that version of
    Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The 'missing' script will not try anymore to update the timestamp
    of out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  In fact, starting from Automake 1.13, all it'll do will be
    giving more useful warnings than a bare "command not found" from a
    make recipe would.

* Warnings and deprecations:

  - Warnings in the 'obsolete' category are enabled by default both in
    automake and aclocal.

* Miscellaneous changes:

  - Some testsuite weaknesses and spurious failures have been fixed.
2012-10-02 17:15:11 +00:00
wiz
91ca4b85c4 Updated x11/xterm to 282 2012-10-02 17:12:36 +00:00
tron
a2593dffce Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:12:21 +00:00
wiz
f3de9dbd78 Update to 282:
Several bugfixes and new features, including new escape sequences and a new icon.
2012-10-02 17:12:20 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
wiz
071c4f8165 Also commit changes to buildlink3 files. Ride today's version bump. 2012-10-02 17:10:10 +00:00
wiz
e4e2a799a6 Updated graphics/png to 1.5.13 2012-10-02 16:59:01 +00:00
wiz
88edc8d491 Update to 1.5.13:
Version 1.5.13beta01 [August 8, 2012]
  Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
  Removed references to png_zalloc() and png_zfree() from the manual.
  Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
    lone semicolons (patch ported from libpng-1.6.0beta11).

Version 1.5.13beta02 [September 10, 2012]
  Corrected handling of the image array and the row_pointers array in example.c
  When png_set_filler is used to strip a filler channel during write, the
    code prior to 1.5 would ignore the case where the output required an
    alpha channel or when the output was a palettized PNG.  In libpng-1.5 the
    ignorance was lost and libpng proceeded to strip the channel resulting
    in a bad (potential memory overwrite) failure later.  This reverts
    the behavior to the pre-1.5 state but issues a warning. libpng-1.6 is
    expected to issue an error on the erroneous png_set_filler call.
  Use png_memset() consistently (pngmem.c contained some bare "memset" calls).

Version 1.5.13rc01 [September 17, 2012]
  No changes.

Version 1.5.13 [September 27, 2012]
  No changes.
2012-10-02 16:58:46 +00:00
gson
b2c248db14 Updated misc/py-anita to 1.29 2012-10-02 14:53:35 +00:00
gson
24033661ee Update misc/py-anita to 1.29. Changes from 1.27:
The "xl" Xen interface can now be selected with "--vmm xl".

Increase the default memory size for amd64 to 128M.

Improve progress messages when creating the disk image.

When execing /bin/sh, wait for its prompt before sending
it a command.
2012-10-02 14:52:28 +00:00
wiz
e25c9518d1 Updated pkgtools/revbump to 2.3 2012-10-02 13:59:12 +00:00
wiz
010597e871 Improve description of makebump.manual handling. Noted by tron.
Bump version.
2012-10-02 13:59:02 +00:00
jperkin
3a9debc6d5 Limit inclusion of boost headers to only those necessary to avoid
conflicting type errors, notably uint_t.  Add -lsocket -lnsl on Solaris.

Fixes package on Solaris.
2012-10-02 12:20:47 +00:00
tron
d0dee7ebae Note update of the "x11-links" package to version 0.71. 2012-10-02 12:19:09 +00:00
tron
a026bfab1c Increase version number to 0.71 instead of bumping the revision. Also
increase the minimum required version to 0.71.
2012-10-02 12:17:10 +00:00
tron
2a2e83c60e Increase the minium required version of the "x11/libxcb" package to 1.6.
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.

Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.

Change discussed with Thomas Klausner in private e-mail.
2012-10-02 12:09:40 +00:00
jperkin
ec12ab6b23 Updated pkgtools/pkgin to 0.6.2.2nb2 2012-10-02 11:29:00 +00:00
jperkin
1ff37aca1a Ensure that MACHINE_ARCH from pkgsrc is used rather than the default
value from make or uname.

Removes "x86_64 != i386" warnings from pkgin on 64-bit Solaris.

Bump PKGREVISION.
2012-10-02 11:28:42 +00:00
mrg
eb9ee1b1e6 update youtube-dl to 2012.09.27 version.
.. and is now able to work again.
2012-10-02 09:03:25 +00:00
wiz
cd7eb07fe4 Removed lang/py24-html-docs [wiz 2012-10-02] 2012-10-02 08:04:28 +00:00
wiz
240df03aeb Remove py24-html-docs, python24 was removed some time ago. Noted by obache. 2012-10-02 08:03:02 +00:00
he
686a7f73c7 Note security/p5-Crypt-OpenSSL-DSA to 0.13nb6. 2012-10-02 07:58:46 +00:00
he
e891f8d269 Apply a fix for CVE-2009-0129, taken from Debian's problem report.
Also reported upstream, ref.
  https://rt.cpan.org/Public/Bug/Display.html?id=79958
Bump PKGREVISION.
2012-10-02 07:58:00 +00:00
tron
c364a1a1b4 Note update of the "cairo" package to version 1.12.2nb2. 2012-10-02 07:39:45 +00:00
tron
3be36ff17b The "cairo" package needs at least version 1.6 of the "libxcb" library.
Set the minimum version accordingly. The package now uses "libxcb" from
"pkgsrc" under Mac OS X Snow Leopard which fixes the build.

Bump package revision because of the dependence change.
2012-10-02 07:39:30 +00:00
wiz
eef3f10a37 Updated devel/mercurial to 2.3.2 2012-10-02 07:23:34 +00:00
wiz
869c7f92d2 Update to 2.3.2. Shorten DESCR for pkglint.
Changes:
amend: preserve phase of amended revision (issue3602)
archival: add "extended-timestamp" extra block for zip archives (issue3600)
hgweb: avoid bad $$ processing in graph (issue3601)
hgweb: fix incorrect graph padding calculation (issue3626)
largefiles: fix return codes for multiple commands
largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command
largefiles: download missing subrepo revs when archiving
largefiles: enable islfilesrepo() prior to a commit (issue3541)
largefiles: handle commit -A properly, after a --large commit (issue3542)
largefiles: preserve exit code from outgoing command (issue3611)
largefiles: restore caching of largefiles with 'clone -U --all-largefiles'
largefiles: restore normal 'clone -u' and 'clone -U' functionality
lock: fixed race condition in trylock/testlock (issue3506)
mergetools.hgrc: set vimdiff to check=changed
strip: fix revset usage (issue3604)
subrepo: encode unicode path names (issue3610)
2012-10-02 07:23:20 +00:00
cheusov
87aad73e2b Install all files under ${PREFIX}/9base in order to avoid comflicts
with other packages. ++pkgrevision
2012-10-01 21:19:44 +00:00
adam
dd750bc6d1 Updated graphics/tiff to 4.0.3 2012-10-01 18:12:16 +00:00
adam
14530f2edc Changes 4.0.3:
MAJOR CHANGES:
None
CHANGES IN THE SOFTWARE CONFIGURATION:
Updated to use Automake 1.12.4. Avoids security problem with 'make distcheck' (CVE-2012-3386).
CHANGES IN LIBTIFF:
Various memory buffer access fixes.
Fix handling when writing RGBA jpeg compressed imagery (http://trac.osgeo.org/gdal/ticket/4732).
Fix to work properly with IJG JPEG 7+.
New functions TIFFFieldTag(), TIFFFieldName(), TIFFFieldDataType(), TIFFFieldPassCount(), TIFFFieldReadCount(), TIFFFieldWriteCount() to use as external accessors for the opaque type TIFFField.
Fix bug rewriting image tiles in a compressed file (http://trac.osgeo.org/gdal/ticket/4771).
Add TIFF/FX tag support in libtiff.
CHANGES IN THE TOOLS:
tiff2pdf: Fail when TIFFSetDirectory() fails. This prevents core dumps or perhaps even arbitrary code execution when processing a corrupt input file (CVE-2012-3401).
tiff2pdf: Fix two places where t2p_error didn't get set after a malloc failure. No crash risk AFAICS, but the program might not report exit code 1 as desired.
CHANGES IN THE CONTRIB AREA:
None
2012-10-01 18:11:29 +00:00
marino
4ab22ffa9a lang/gcc-aux 4.7.1: Upgrade to version 4.7.2
The GCC projected released version 4.7.2 on 20 September.  There were few
diff changes (only core and ada) between it and version 4.7.1, so it's a
straightforward update.

Release announcement: http://gcc.gnu.org/ml/gcc/2012-09/msg00181.html

Notable Excerpts:
GCC 4.7.2 is the first bug-fix release containing important fixes for
regressions and serious bugs in GCC 4.7.1 with over 70 bugs fixed since
the previous release

A notable change in GCC 4.7.2 compared to 4.7.1 are ABI bug fixes
related to some C++11 templates (std::list and std::pair).  As a result,
code using those templates in C++11 mode is again ABI compatible with
code in C++03/C++98 mode or C++11 mode of GCC 4.6 and earlier, but might
be ABI incompatible with code compiled by GCC 4.7.1 or 4.7.0 in C++11
mode.
2012-10-01 17:26:52 +00:00
adam
8a8cc1d104 Updated databases/mysql55-* to 5.5.28 2012-10-01 15:56:19 +00:00