summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau324-930/+324
2012-10-02Fix "bootstrap --unprivileged" failure on Haikucheusov1-16/+13
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau187-527/+187
2012-10-02Update to SBCL 1.1.0asau2-7/+6
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-02Updated security/libtasn1 to 2.14wiz2-3/+3
2012-10-02Update to 2.14:wiz3-7/+8
* 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-02Updated x11/xkeyboard-config to 2.7wiz2-3/+3
2012-10-02Update to 2.7:wiz3-12/+13
2.7 8 bugs fixed, most important: - Fxx fixed (CTRL+ALT type) - *.dir files not produced any more
2012-10-02Updated converters/py-simplejson to 2.6.2wiz2-3/+3
2012-10-02Update to 2.6.2:wiz2-6/+6
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-02Updated time/py-pytz to 2012fwiz2-3/+3
2012-10-02Update to 2012f, sync with upstream.wiz2-6/+9
2012-10-02Updated devel/mdds to 0.6.1wiz2-3/+3
2012-10-02Update to 0.6.1:wiz3-26/+6
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-02Updated audio/taglib to 1.8wiz2-3/+3
2012-10-02Update to 1.8:wiz4-27/+25
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-02Revert unintentional revision bump.tron2-4/+4
2012-10-02Updated devel/cppunit to 1.13.1wiz2-3/+3
2012-10-02Update to 1.13.1.wiz2-6/+6
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-02Updated devel/automake to 1.12.4wiz2-3/+3
2012-10-02Update to 1.12.4:wiz2-6/+6
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-02Updated x11/xterm to 282wiz2-3/+3
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron48-96/+96
requested by Thomas Klausner.
2012-10-02Update to 282:wiz2-6/+6
Several bugfixes and new features, including new escape sequences and a new icon.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1240-2457/+2481
requested by Thomas Klausner.
2012-10-02Also commit changes to buildlink3 files. Ride today's version bump.wiz1-3/+3
2012-10-02Updated graphics/png to 1.5.13wiz2-3/+3
2012-10-02Update to 1.5.13:wiz2-6/+6
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-02Updated misc/py-anita to 1.29gson1-1/+2
2012-10-02Update misc/py-anita to 1.29. Changes from 1.27:gson3-7/+7
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-02Updated pkgtools/revbump to 2.3wiz1-1/+2
2012-10-02Improve description of makebump.manual handling. Noted by tron.wiz2-5/+6
Bump version.
2012-10-02Limit inclusion of boost headers to only those necessary to avoidjperkin6-2/+74
conflicting type errors, notably uint_t. Add -lsocket -lnsl on Solaris. Fixes package on Solaris.
2012-10-02Note update of the "x11-links" package to version 0.71.tron1-1/+2
2012-10-02Increase version number to 0.71 instead of bumping the revision. Alsotron2-5/+4
increase the minimum required version to 0.71.
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron19-29/+36
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-02Updated pkgtools/pkgin to 0.6.2.2nb2jperkin1-1/+2
2012-10-02Ensure that MACHINE_ARCH from pkgsrc is used rather than the defaultjperkin1-2/+5
value from make or uname. Removes "x86_64 != i386" warnings from pkgin on 64-bit Solaris. Bump PKGREVISION.
2012-10-02update youtube-dl to 2012.09.27 version.mrg3-7/+8
.. and is now able to work again.
2012-10-02Removed lang/py24-html-docs [wiz 2012-10-02]wiz1-1/+2
2012-10-02Remove py24-html-docs, python24 was removed some time ago. Noted by obache.wiz4-41/+1
2012-10-02Note security/p5-Crypt-OpenSSL-DSA to 0.13nb6.he1-1/+2
2012-10-02Apply a fix for CVE-2009-0129, taken from Debian's problem report.he4-3/+43
Also reported upstream, ref. https://rt.cpan.org/Public/Bug/Display.html?id=79958 Bump PKGREVISION.
2012-10-02Note update of the "cairo" package to version 1.12.2nb2.tron1-1/+2
2012-10-02The "cairo" package needs at least version 1.6 of the "libxcb" library.tron3-4/+6
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-02Updated devel/mercurial to 2.3.2wiz1-1/+2
2012-10-02Update to 2.3.2. Shorten DESCR for pkglint.wiz3-41/+20
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-01Install all files under ${PREFIX}/9base in order to avoid comflictscheusov2-299/+302
with other packages. ++pkgrevision
2012-10-01Updated graphics/tiff to 4.0.3adam2-3/+3
2012-10-01Changes 4.0.3:adam5-28/+25
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