summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache1788-3507/+3578
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15Move the NetBSD-specific part of screen's pty.c to the right place.apb3-10/+10
This commit changes patch-aa so that the patched version of pty.c contains: ... other OS-specific code ... NetBSD-specific openpty() code (from patch-aa) ... generic openpty() code ... last resort code instead of the previous: ... other OS-specific code ... generic openpty() code ... NetBSD-specific openpty() code (from patch-aa) ... last resort code History behind this problem: The NetBSD-specific openpty() code was added in revision 1.1 of misc/screen/patches/patch-aa. (See PR pkg/16901.) At that time, pkgsrc used screen-3.9.11, and the upstream version of screen did not use openpty() at all. The patch added an "#if defined(__NetBSD__)" block as the last OS-specific section in pty.c, which then had: ... other OS-specific code ... NetBSD-specific openpty() code (from patch-aa) ... last resort code In screen-3.9.15, upstream added code in pty.c to use openpty(). This was imported to pkgsrc on 2003-03-15. At that time, pkgsrc's patch-aa accidentally inserted the NetBSD-specific code below instead of above the new code, so the patched version of pty.c had: ... other OS-specific code ... generic openpty() code (from upstream) ... NetBSD-specific openpty() code (from patch-aa) ... last resort code The above is obviously wrong because the generic openpty() code would be used instead of the NetBSD-specific code, assuming HAVE_OPENPTY was defined by the configure script. This problem was reported in PR pkg/25317, but the patch in the PR was not understood so it was not applied. This commit changes patch-aa so that the patched version of pty.c contains: ... other OS-specific code ... NetBSD-specific openpty() code (from patch-aa) ... generic openpty() code (from upstream) ... last resort code However, it still doesn't work on NetBSD with ptyfs mounted.
2012-09-15fix some pkglint warningscheusov1-6/+6
2012-09-15Fix build failure on Linux, tested on SL-6.2cheusov2-1/+15
2012-09-15Remove patch that was removed from distinfowiz1-36/+0
2012-09-15Fix typo.wiz2-4/+4
2012-09-15mention updatesdrochner1-1/+3
2012-09-15update eo 4.8.3drochner7-61/+55
changes: -MacOS support improvements -webkit update to 2.2.3 -bugfixes
2012-09-15Only get the gcc machine if gcc existssbd1-2/+2
2012-09-15Change comment to give the svn id where the patch was commited to the gcc tree.sbd2-4/+4
2012-09-15There are reports about missing dependencies. Removed for the time beingis1-2/+1
to avoid blocked bulk builds.
2012-09-15revert accidental incomplete update with revbump after updating graphics/cairo.obache10-41/+48
then, just bump PKGREVISION to 11.
2012-09-15Library major version changed.asau1-3/+2
2012-09-15Re-enable suhosin PKG_OPTION.taca2-3/+6
2012-09-14Updated devel/libffi to 3.0.11asau2-3/+3
2012-09-14Update to libffi 3.0.11asau10-189/+97
3.0.11 Apr-11-12 Add support for variadic functions (ffi_prep_cif_var). Add Linux/x32 support. Add thiscall, fastcall and MSVC cdecl support on Windows. Add Amiga and newer MacOS support. Add m68k FreeMiNT support. Integration with iOS' xcode build tools. Fix Octeon and MC68881 support. Fix code pessimizations. Lots of build fixes. 3.0.10 Aug-23-11 Add support for Apple's iOS. Add support for ARM VFP ABI. Add RTEMS support for MIPS and M68K. Fix instruction cache clearing problems on ARM and SPARC. Fix the N64 build on mips-sgi-irix6.5. Enable builds with Microsoft's compiler. Enable x86 builds with Oracle's Solaris compiler. Fix support for calling code compiled with Oracle's Sparc Solaris compiler. Testsuite fixes for Tru64 Unix. Additional platform support.
2012-09-14Noted updates of net/mldonkey and net/mldonkey-gui to 3.1.3.jaapb1-1/+3
2012-09-14Updated to version 3.1.3. Fixed -gui build to work with x11/lablgtk 2.16.jaapb5-11/+92
2012-09-14Updated net/unison to 2.40.63nb12jaapb1-1/+2
2012-09-14Corrected build to work with x11/lablgtk. Corrected build that compiledjaapb4-8/+41
parts the package during the install phase. Added comments to patches.
2012-09-14Added biology/plink version 1.07asau1-1/+2
2012-09-14Fix PKGNAME.asau1-1/+2
2012-09-14+ plinkasau1-1/+2
2012-09-14Remove errorneously imported backup file. (Why was it not ignored??)asau1-1/+0
2012-09-14Import PLINK 1.07 as biology/plinkasau6-0/+134
From Jason Bacon via pkgsrc-wip. PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner. The focus of PLINK is purely on analysis of genotype/phenotype data, so there is no support for steps prior to this (e.g. study design and planning, generating genotype or CNV calls from raw data). Through integration with gPLINK and Haploview, there is some support for the subsequent visualization, annotation and storage of results.
2012-09-14Updated audio/py-audiotools to 2.18jakllsch1-1/+2
2012-09-14py-audiotools (sometimes) needs py-urwid at runtimejakllsch1-1/+4
pkgrev++
2012-09-14Add p5-biblatex-biberis1-1/+2
2012-09-14Revert previous patch, keeping PKGREVISION.taca1-2/+1
I completely forget where take this patch.
2012-09-14Note update of devel/ruby-gettext package to 2.3.1.taca1-1/+2
2012-09-14Update ruby-gettext to 2.3.1.taca3-19/+18
## 2.3.1: 2012-09-13 It's a Bug and package fix release. Then, it's also encoding support release, only if you use Ruby 1.9. ### Improvements * [xgettext] Added backword compatibility method (GetText::RGetText.run). [Suggested by Fotos Georgiadis] * [xgettext] Removed deprecated parse argument support. * [erb parer] Assumed the encoding in the magic comment of the input file as the encoding of it. * [ruby parser] Assumed the encoding in the magic comment of the input file as the encoding of it. * [xgettext] Added the "--output-encoding" option to set encoding of output pot file. * [xgettext] Used UTF-8 as the default encoding of output pot file. * [xgettext] Supported multiple encoding sources. ### Changes * [MoFile] Returned nil instead of "" as msgstr when its msgid isn't translated (when this msgstr is ""). * [PoParser] Converted msgstr from "" to nil when parsing. ### Fixes * Added missing .yardopts file. [Reported by Takahiro Kambe] * [news] Fixed Eddie Lau name instead of github name. * [msginit] Added the "Plural-Forms:" entry to the header even if a pot file doesn't have it. * [msgmerge] Fixed the bug the new line between a header and contents doesn't exist. * [msginit] Fixed the bug that msgstr with msgid_plural aren't generated in output po file. * [xgettext] Supported class based xgettext parser add API. [GitHub #10] [Suggested by Michael Grosser] * [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9 ERB templates. [Github #9] [Patch by Fotos Georgiadis] * Added missing documents for GetText::Tools::XGetText. ### Thanks * Takahiro Kambe * Michael Grosser * Fotos Georgiadis
2012-09-14Note update of lang/ruby18-base package to 1.8.7.370nb1.taca1-1/+2
2012-09-14Add a patch to fix bignum problem on OS X 10.8, clang.taca3-2/+40
Bump PKGREVISION.
2012-09-14Note update of PHP language packages:taca1-1/+3
lang/php53 5.3.17 lang/php54 5.4.7
2012-09-14Update PHP53_VERSION and PHP54_VERSION.taca1-3/+3
2012-09-14Reset PKGREVISION.taca1-2/+1
2012-09-14Update php54 to 5.4.7 (PHP 5.4.7).taca2-6/+6
13 Sep 2012, PHP 5.4.7 - Core: . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence) . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry). (Felipe) . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds). . Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set). (Felipe) . Fixed bug #62763 (register_shutdown_function and extending class). (Laruence) . Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value). (Laruence) . Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence) . Fixed bug #62716 (munmap() is called with the incorrect length). (slangley@google.com) . Fixed bug #62358 (Segfault when using traits a lot). (Laruence) . Fixed bug #62328 (implementing __toString and a cast to string fails) (Laruence) . Fixed bug #51363 (Fatal error raised by var_export() not caught by error handler). (Lonny Kapelushnik) . Fixed bug #40459 (Stat and Dir stream wrapper methods do not call constructor). (Stas) - CURL: . Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed). (Pierrick) . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick) - DateTime: . Fixed bug #62852 (Unserialize invalid DateTime causes crash). (reeze.xia@gmail.com) - Intl: . Fixed Spoofchecker not being registered on ICU 49.1. (Gustavo) . Fix bug #62933 (ext/intl compilation error on icu 3.4.1). (Gustavo) . Fix bug #62915 (defective cloning in several intl classes). (Gustavo) - Installation: . Fixed bug #62460 (php binaries installed as binary.dSYM). (Reeze Xia) - PCRE: . Fixed bug #55856 (preg_replace should fail on trailing garbage). (reg dot php at alf dot nu) - PDO: . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence) - Reflection: . Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private). (Felipe) . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result). (Laruence) - Session: . Fixed bug (segfault due to retval is not initialized). (Laruence) . Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when close handler call exit). (Laruence) - SPL: . Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) (Laruence) . Implemented FR #62840 (Add sort flag to ArrayObject::ksort). (Laruence) - Standard: . Fixed bug #62836 (Seg fault or broken object references on unserialize()). (Laruence) - FPM: . Merged PR 121 by minitux to add support for slow request counting on PHP FPM status page. (Lars)
2012-09-14Update php53 to 5.3.17 (PHP 5.3.17).taca2-9/+6
13 Sep 2012, PHP 5.3.17 - Core: . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence) . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry). (aserbulov at parallels dot com) . Fixed bug #62763 (register_shutdown_function and extending class). (Laruence) . Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence) . Fixed bug #62716 (munmap() is called with the incorrect length). (slangley@google.com) . Fixed bug ##62460 (php binaries installed as binary.dSYM). (Reeze Xia) - CURL: . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick) - DateTime: . Fixed bug #62852 (Unserialize invalid DateTime causes crash). (reeze.xia@gmail.com) - Intl: . Fix null pointer dereferences in some classes of ext/intl. (Gustavo) - MySQLnd: . Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence) - PDO: . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence) - Session: . Fixed bug (segfault due to retval is not initialized). (Laruence) - SPL: . Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) (Laruence) - Enchant: . Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to initialize it). (Tony, Mateusz Goik). 16 Aug 2012, PHP 5.3.16 - Core: . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php). (Laruence) - CURL: . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). (r.hampartsumyan@gmail.com, Laruence) - DateTime: . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence) - Reflection: . Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result). (Laruence) - SPL: . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault). (Laruence, Gustavo)
2012-09-14Note update of F-PROT Antivirus to 6.2.2:taca1-1/+4
security/f-prot-antivirus6-fs-bin security/f-prot-antivirus6-ms-bin security/f-prot-antivirus6-ws-bin
2012-09-14Update F-PROT Antivirus to 6.2.2.taca4-14/+14
Quote from release announce: The only changes in this version are licensing information updates in the documentation.
2012-09-14+ffmpeg010drochner1-1/+2
2012-09-14prepare a pkg for ffmpeg-0.10.4drochner11-0/+551
The idea is to iron out build problems and replace the old ffmpeg pkg after the freeze.
2012-09-14Updated graphics/enblend-enfuse to 4.0nb6obache1-1/+2
2012-09-14After update of recent boost, -lboost_system is required.obache1-2/+5
PR 46873 by Tero Kivinen. Bump PKGREVISION.
2012-09-14Better point to the index page rather than wiki.asau1-2/+2
From Snader_LB via IRC.
2012-09-14Updated net/p5-NetAddr-IP to 4.062sno1-1/+2
2012-09-14Updating package for CPAN module NetAddr::IP in net/p5-NetAddr-IP fromsno2-7/+7
4.058 to 4.062. pkgsrc changes: - currect license conditions upstream changes: 4.062 Wed Jun 6 12:34:48 PDT 2012 documentation updates courtesy of Ben Bullock <benkasminbullock@gmail.com> Thank you Ben. 4.061 Tue May 8 16:24:03 PDT 2012 fixed bug in Lite v1.44 that returned $ip->num() = 2^128 for 0.0.0.0/0 Thanks to Sebastian <debug@test1.org> for spotting it. 4.060 Fri Apr 6 16:00:02 PDT 2012 In Lite.pm v1.43, fix bug #75976, change in behavior introduced in v4.050 where an empty string supplied to "new" previously returned 'undef' and now returns 'default' for ipV4 or ipV6 4.059 Wed Mar 7 12:50:04 PST 2012 add is_rfc1918 to Lite.pm v1.42 documentation updates
2012-09-14raros.hpp defines _UNIX on ~everything except Windows, so removewiz2-13/+3
a chunk that shouldn't be necessary.
2012-09-14Add comments to patches.wiz3-5/+9
2012-09-14Resign maintainership -- I haven't been maintaining this really for quitewiz1-2/+2
some time.