summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16Update to KDE SC 4.8.4markd177-594/+681
Bug fixes.
2012-06-16Fix typo I noticed while wrangling pkglint.dholland1-2/+2
2012-06-16libgxps, viewres, openoffice3 bumps (last week) and xpns (just now)dholland1-1/+5
2012-06-16dpkg-1.16.3 is now in misc/dpkgdholland1-2/+1
2012-06-16Fix wrong hard-wired paths in patch-ab. (was using /usr/X11R6)dholland23-14/+327
While here: - sprinkle stdlib.h widely to avoid undefined behavior calling malloc - fix randomizer setup (was calling srand() and then using random()) - avoid installing a csh script, since we were replacing the entire contents of the file anyhow - add missing libXt and libX11 bl3.mk - add patch comments PKGREVISION -> 4.
2012-06-16Update HOMEPAGE.taca1-2/+2
2012-06-16Remove trailing whitespace.dholland6-13/+12
2012-06-16fltk-1.3.0 is already in x11/fltk13.dholland1-2/+1
2012-06-16Sort a bunch of plists.dholland23-180/+180
2012-06-16Note update of www/moodle package to 2.1.6nb1.taca1-1/+2
2012-06-16Change dependency to php-fileinfo and make this package build withtaca1-7/+6
PHP 5.3.x and PHP 5.4.x.
2012-06-16* Use new data type name and support for PHP 5.4.x; there is no magic_quotes.taca2-1/+32
2012-06-16Use newer data type name of PHP to support PHP 5.4.x.taca2-1/+17
2012-06-16Add "54" to PHP_VERSIONS_ACCEPTED.taca1-2/+2
2012-06-16Restrict to PHP 5.2.x and 5.3.x.taca1-1/+3
2012-06-16Update dependency to php-intl.taca1-2/+3
Bump PKGREVISION.
2012-06-16Don't use "5" in PKG_PHP_VERSION.taca2-12/+4
2012-06-16Use bundled version instead of PECL release for PHP 5.2.x.taca2-7/+21
2012-06-16Add a comment why this package accepts only PHP 5.2.x. (5.3.x and 5.4.xtaca1-1/+2
bundled it.)
2012-06-16Restrict to PHP 5.2.x and 5.3.x since there is no PHP 5.4.x officialy yet.taca1-1/+4
2012-06-16*Use newer data type name of PHP; support PHP 5.4.x, too.taca4-1/+278
2012-06-16* Use newer data type name of PHP.taca2-1/+278
2012-06-16Restrict to PHP 5.2.x and 5.3.x.taca1-2/+5
2012-06-16* Remove use of "5" in PKG_PHP_VERSION.taca1-6/+3
2012-06-16* php-sqlite is obsoleted by PHP 5.4.taca1-6/+11
* Add usage of PHP_BASE_VERS in PKGNAME.
2012-06-16Restrict to php 5.2.x and 5.3.x since php-sqlite support is obsoleted by PHP ↵taca1-1/+3
5.4.
2012-06-16* Don't strictly depends on php53.taca1-11/+12
* Use updated phpversion.mk.
2012-06-16Change "5" as value of PKG_PHP_VERSION.taca1-3/+3
And restrict the case PHP_BASE_VERS in PKGNAME for PHP 5.2.17.
2012-06-16Update of frame work for PHP and support for PHP 5.4.x.taca2-22/+36
* PHP_VERSION_DEFAULT, PHP_VERSIONS_ACCEPTED, PKG_PHP_VERSION now don't accept 5 any more but 52, 53, 54. Each value corresponding to PHP 5.2.x, 5.3.x, 5.4.x. * PHP_PKG_PREFIX might be "php54". * phpversion.mk defines PHP_BASE_VERS. * phpversion.mk defines each PHP's exact version for now. TODO: php{5,53,54}/Makefile.{common,php} could be arranged to some redundant codes.
2012-06-16Update glusterfs to 3.2.7, a maintenance releasemanu5-47/+65
2012-06-16* Fix PLIST problem; caused by new javadoc?taca3-3/+22
* Use newer data type name of PHP.
2012-06-16Note update of lang/php53 package to 5.3.14.taca1-1/+2
2012-06-16Update php53 to 5.3.14 (PHP 5.3.14).taca6-51/+9
Version 5.3.14 06-June-2012 * CLI SAPI - Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi) * Core - Fixed CVE-2012-2143 - Fixed bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) - Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference) - Fixed missing bound check in iptcparse() - Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64) - Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) - Fixed bug #61713 (Logic error in charset detection for htmlentities) - Fixed bug #61991 (long overflow in realpath_cache_get()) - Changed php://fd to be available only for CLI. * CURL - Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) * COM - Fixed bug #62146 com_dotnet cannot be built shared * Fileinfo - Fixed bug #61812 (Uninitialised value used in libmagic) * Iconv - Fixed a bug that iconv extension fails to link to the correct library when another extension makes use of a library that links to the iconv library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail * Intl - Fixed bug #62082 (Memory corruption in internal function get_icu_disp_value_src_php() * JSON - Fixed bug #61537 (json_encode() incorrectly truncates/discards information) * PDO - Fixed bug #61755 (A parsing bug in the prepared statements can lead to access violations) * Phar - Fixed bug #61065 (Secunia SA44335) * Streams - Fixed bug #61961 (file_get_contents leaks when access empty file with maxlen set)
2012-06-15Whitespace. (as whined about by pkglint)dholland63-240/+240
2012-06-15Fix use of the vexing parse problem.joerg2-1/+15
2012-06-15Deal with C99 inline semantic.joerg3-1/+45
2012-06-15Deal with broken name lookup in GCC.joerg3-1/+43
2012-06-15Drop .extern, it is ignored by GNU as and not supported by LLVM.joerg3-1/+29
2012-06-15Fix use of nested functions. Bump revision. Fix C99 inline usage.joerg4-3/+97
2012-06-15Fix build with C99 compilers.joerg2-1/+19
2012-06-15Fix build with Clang.joerg2-1/+15
2012-06-15allow DSO in not only non-full dependency packages but also indirect full ↵obache1-2/+17
dependency.
2012-06-15Updated time/xtu to 1.3wiz2-3/+3
2012-06-15Update to 1.3, provided by Robert Elz in PR 46603.wiz3-12/+14
News: added a manpage.
2012-06-15Note update of www/ruby-journey package to 1.0.4.taca1-1/+2
2012-06-15Update ruby-journey to 1.0.4.taca2-6/+6
Thu Jun 14 14:03:22 2012 Aaron Patterson <aaron@tenderlovemaking.com> * lib/journey/formatter.rb: when generating routes, skip route literals (routes that do not have replacement values like "/:controller") when matching unnamed routes. https://github.com/rails/rails/issues/6459 * test/test_router.rb: corresponding test
2012-06-15Note update of math/ruby-spreadsheet package to 0.7.2.taca1-1/+2
2012-06-15Update ruby-spreadsheet to 0.7.2.taca2-6/+6
=== 0.7.2 / 14.06.2012 * many changes by Mina Naguib <mina.git@naguib.ca> * see git log for full details
2012-06-15Updated news/pan to 0.138wiz1-1/+2
2012-06-15Update to 0.138:wiz2-6/+6
0.138 "Der Geraet" * Hotkey for showing/hiding signatures in the article body. (Heinrich Müller, #350496) * Keep position on selected item on re-order. (Heinrich Müller, #443702) * Remember last read post. (Heinrich Müller, #448416) * Open url in browser. (Heinrich Müller, #464335) * Signature printed double when line needs to be wrapped. (Heinrich Müller, #533178) * Tasks marked "Stopped" should also remain stopped when pan restarted. (Heinrich Müller, #543319) * "Save at" options other then %g and %G. (Heinrich Müller, #550007) * Filter Cross-posters. (Heinrich Müller, #587585) * 136 using secure ssl and get continuous popups for certs but no connection. (Heinrich Müller, #673927) * PO message very difficult to translate. (Heinrich Müller, #675953) * Pan crashes while fetching new headers. (Heinrich Müller, #677741) * Updated translations: Spanish (Daniel Mustieles), French (Bruno Brouard), Czech (Petr Kovar), Slovenian (Martin Srebotnjak, Andrej Žnidaršič, Matej Urbančič).