head 1.10; access; symbols pkgsrc-2015Q3:1.9.0.10 pkgsrc-2015Q3-base:1.9 pkgsrc-2015Q2:1.9.0.8 pkgsrc-2015Q2-base:1.9 pkgsrc-2015Q1:1.9.0.6 pkgsrc-2015Q1-base:1.9 pkgsrc-2014Q4:1.9.0.4 pkgsrc-2014Q4-base:1.9 pkgsrc-2014Q3:1.9.0.2 pkgsrc-2014Q3-base:1.9 pkgsrc-2014Q2:1.8.0.2 pkgsrc-2014Q2-base:1.8 pkgsrc-2014Q1:1.6.0.2 pkgsrc-2014Q1-base:1.6 pkgsrc-2013Q4:1.4.0.4 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.2 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.6 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @# @; 1.10 date 2015.12.05.05.46.21; author taca; state dead; branches; next 1.9; commitid 5aQdyFOpIPnQJILy; 1.9 date 2014.07.26.00.12.54; author taca; state Exp; branches; next 1.8; commitid QehAFa96XP1UROJx; 1.8 date 2014.06.13.14.31.19; author fhajny; state Exp; branches 1.8.2.1; next 1.7; commitid mSvuwI2eIDJRZmEx; 1.7 date 2014.05.02.13.04.12; author taca; state Exp; branches; next 1.6; commitid 4EYvqi6seMNRRXyx; 1.6 date 2014.03.19.21.50.23; author asau; state Exp; branches 1.6.2.1; next 1.5; commitid PlyQ1FSG9PpDbmtx; 1.5 date 2014.01.11.17.03.57; author taca; state Exp; branches; next 1.4; commitid vfzMlga9YtcnLIkx; 1.4 date 2013.09.21.16.06.07; author taca; state Exp; branches 1.4.4.1; next 1.3; commitid 1wmg2NsE0yQE2k6x; 1.3 date 2013.08.16.15.28.23; author taca; state Exp; branches; next 1.2; commitid JM7j8VAofmkrZG1x; 1.2 date 2012.07.25.13.01.05; author fhajny; state Exp; branches 1.2.8.1; next 1.1; 1.1 date 2012.06.16.05.21.55; author taca; state Exp; branches; next ; 1.8.2.1 date 2014.08.25.15.59.27; author tron; state Exp; branches; next ; commitid ynbPQv7pNIMV8LNx; 1.6.2.1 date 2014.06.01.13.20.22; author spz; state Exp; branches; next ; commitid xaPSMrxvEC4KZOCx; 1.4.4.1 date 2014.03.11.16.24.53; author tron; state Exp; branches; next ; commitid DcGhSeyHlvNsEisx; 1.2.8.1 date 2013.08.25.17.26.38; author tron; state Exp; branches; next ; commitid LIjMDb6fvCufmR2x; desc @@ 1.10 log @Delete php54 package which is EOL. @ text @$NetBSD: patch-configure,v 1.9 2014/07/26 00:12:54 taca Exp $ --- configure.orig 2014-07-23 01:10:11.000000000 +0000 +++ configure @@@@ -8319,27 +8319,6 @@@@ EOF ;; esac - if test "$APACHE_VERSION" -lt 2004001; then - APXS_MPM=`$APXS -q MPM_NAME` - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then - - enable_maintainer_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - else - APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'` - if test -n "$APACHE_THREADED_MPM"; then - - enable_maintainer_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@@@ -9143,27 +9122,6 @@@@ EOF ;; esac - if test "$APACHE_VERSION" -lt 2004001; then - APXS_MPM=`$APXS -q MPM_NAME` - if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then - - enable_maintainer_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - else - APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'` - if test -n "$APACHE_THREADED_MPM"; then - - enable_maintainer_zts=yes - if test "$pthreads_working" != "yes"; then - as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 - fi - - fi - fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@@@ -23554,7 +23512,7 @@@@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then - PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" + PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" fi for i in $PHP_OPENSSL_DIR; do @@@@ -25704,7 +25662,7 @@@@ $as_echo "yes" >&6; } PHP_SQLITE3_CFLAGS="-I@@ext_srcdir@@/libsqlite $other_flags $threadsafe_flags $debug_flags" - for header_file in ext/sqlite3/libsqlite/sqlite3.h; do + for header_file; do unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` @@@@ -36944,7 +36902,7 @@@@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then - PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" + PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" fi for i in $PHP_OPENSSL_DIR; do @@@@ -51409,7 +51367,7 @@@@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then - PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" + PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" fi for i in $PHP_OPENSSL_DIR; do @@@@ -105614,12 +105572,7 @@@@ old_CC=$CC if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" - cat >meta_ccld< cannot find files with relative paths when loaded with "file://"). (Anatol) - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). (Jeff Trawick) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.6 2014/03/19 21:50:23 asau Exp $ d3 1 a3 1 --- configure.orig 2014-04-30 03:00:42.000000000 +0000 d5 57 a61 1 @@@@ -23554,7 +23554,7 @@@@ fi d70 1 a70 1 @@@@ -25704,7 +25704,7 @@@@ $as_echo "yes" >&6; } d79 1 a79 1 @@@@ -36944,7 +36944,7 @@@@ fi d88 1 a88 1 @@@@ -51409,7 +51409,7 @@@@ fi d97 1 a97 1 @@@@ -105614,12 +105614,7 @@@@ old_CC=$CC d111 1 a111 1 @@@@ -108733,7 +108728,7 @@@@ if test -z "$aix_libpath"; then aix_libp d120 1 a120 1 @@@@ -109382,7 +109377,7 @@@@ dgux*) d129 1 a129 1 @@@@ -109393,7 +109388,7 @@@@ freebsd* | dragonfly*) d138 1 a138 1 @@@@ -111473,7 +111468,7 @@@@ if test -z "$aix_libpath"; then aix_libp d147 1 a147 1 @@@@ -113019,7 +113014,7 @@@@ dgux*) d156 1 a156 1 @@@@ -113030,7 +113025,7 @@@@ freebsd* | dragonfly*) @ 1.6 log @Stop treating FreeBSD 10 as FreeBSD 1. This lets a number of PHP extensions build. Bump package revision. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2014-03-05 08:26:39.000000000 +0000 d41 1 a41 1 @@@@ -105616,12 +105616,7 @@@@ old_CC=$CC d55 1 a55 1 @@@@ -108735,7 +108730,7 @@@@ if test -z "$aix_libpath"; then aix_libp d64 1 a64 1 @@@@ -109384,7 +109379,7 @@@@ dgux*) d73 1 a73 1 @@@@ -109395,7 +109390,7 @@@@ freebsd* | dragonfly*) d82 1 a82 1 @@@@ -111475,7 +111470,7 @@@@ if test -z "$aix_libpath"; then aix_libp d91 1 a91 1 @@@@ -113021,7 +113016,7 @@@@ dgux*) d100 1 a100 1 @@@@ -113032,7 +113027,7 @@@@ freebsd* | dragonfly*) @ 1.6.2.1 log @Pullup ticket #4422 - requested by taca graphics/php-gd: version bump lang/php: version bump lang/php53: security update lang/php54: security update lang/php55: security update Revisions pulled up: - graphics/php-gd/Makefile 1.36 - lang/php/phpversion.mk 1.59-1.62 - lang/php53/distinfo 1.73 - lang/php53/patches/patch-ext_gd_libgd_gdxpm.c 1.1 - lang/php54/Makefile 1.21 - lang/php54/Makefile.php 1.7 - lang/php54/distinfo 1.37-1.39 - lang/php54/patches/patch-configure 1.7 - lang/php54/patches/patch-ext_fileinfo_data__file.c deleted - lang/php54/patches/patch-ext_gd_libgd_gdxpm.c 1.1 - lang/php54/patches/patch-php.ini-development 1.3 - lang/php54/patches/patch-php.ini-production 1.3 - lang/php55/Makefile 1.12 - lang/php55/distinfo 1.18-1.21 - lang/php55/patches/patch-configure 1.6 - lang/php55/patches/patch-ext_fileinfo_data__file.c deleted - lang/php55/patches/patch-ext_gd_libgd_gdxpm.c 1.1 - lang/php55/patches/patch-ext_sqlite3_libsqlite_sqlite3.c 1.2 - lang/php55/patches/patch-php.ini-development 1.4 - lang/php55/patches/patch-php.ini-production 1.4 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri Apr 4 03:05:00 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: Makefile distinfo pkgsrc/lang/php55/patches: patch-php.ini-development patch-php.ini-production Removed Files: pkgsrc/lang/php55/patches: patch-ext_fileinfo_data__file.c Log Message: Update php55 to 5.5.11. CVE-2013-7345 is already fixed in 5.5.10nb2. 03 Apr 2014, PHP 5.5.11 - Core: . Allow zero length comparison in substr_compare() (Tjerk) . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) - SPL: . Added feature #65545 (SplFileObject::fread()) (Tjerk) - cURL: . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk) . Fix compilation on libcurl versions between 7.10.5 and 7.12.2, inclusive. (Adam) - FPM: . Added clear_env configuration directive to disable clearenv() call. (Github PR# 598, Paul Annesley) - Fileinfo: . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345) (Remi) - GD: . Fixed bug #66714 (imageconvolution breakage). (Brad Daily) . Fixed bug #66869 (Invalid 2nd argument crashes imageaffinematrixget) (Pierre) . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi) . Fixed bug #66890 (imagescale segfault). (Remi) . Fixed bug #66893 (imagescale ignore method argument). (Remi) - Hash: . hash_pbkdf2() now works correctly if the $length argument is not specified. (Nikita) - Intl: . Fixed bug #66873 (A reproductible crash in UConverter when given invalid encoding) (Stas) - Mail: . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - MySQLi: . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi) - OPCache . Added function opcache_is_script_cached(). (Danack) . Added information about interned strings usage. (Terry, Julien, Dmitry) - Openssl: . Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi) - GMP . Fixed bug #66872 (invalid argument crashes gmp_testbit) (Pierre) - SQLite: . Updated bundled libsqlite to 3.8.3.1 (Anatol) To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php55/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/php55/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/php55/patches/patch-ext_fileinfo_data__file.c cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php55/patches/patch-php.ini-development \ pkgsrc/lang/php55/patches/patch-php.ini-production ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sat Apr 5 03:43:40 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: Makefile Makefile.php distinfo pkgsrc/lang/php54/patches: patch-php.ini-development patch-php.ini-production Removed Files: pkgsrc/lang/php54/patches: patch-ext_fileinfo_data__file.c Log Message: Update php54 to 5.4.27. CVE-2013-7345 is already fixed in 5.4.26nb2. 03 Apr 2014, PHP 5.4.27 - Core: . Fixed bug #60602 (proc_open() changes environment array) (Tjerk) - Fileinfo: . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345) (Remi) - FPM: . Added clear_env configuration directive to disable clearenv() call. (Github PR# 598, Paul Annesley) - GMP . fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre) - Mail: . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk) - MySQLi: . Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi) - Openssl: . Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/php54/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php54/Makefile.php cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/php54/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/php54/patches/patch-ext_fileinfo_data__file.c cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php54/patches/patch-php.ini-development \ pkgsrc/lang/php54/patches/patch-php.ini-production ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Mon Apr 14 10:17:19 UTC 2014 Modified Files: pkgsrc/lang/php55: distinfo Added Files: pkgsrc/lang/php55/patches: patch-ext_sqlite3_libsqlite_sqlite3.c Log Message: Don't define _XOPEN_SOURCE on SunOS, it conflicts with the environment from the PHP build. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/php55/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php55/patches/patch-ext_sqlite3_libsqlite_sqlite3.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Thu May 1 15:52:33 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo pkgsrc/lang/php55/patches: patch-configure patch-ext_sqlite3_libsqlite_sqlite3.c Log Message: Update php55 to 5.5.12. 01 May 2014, PHP 5.5.12 - Core: . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike) . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets). (Mike) . Fixed bug #66182 (exit in stream filter produces segfault). (Mike) . Fixed bug #66736 (fpassthru broken). (Mike) . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent). (Freek Lijten) - Date: . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied). (Boro Sitnikovski) - Embed: . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol). - Fileinfo: . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian). (Remi) - FPM: . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf). . Fixed bug #67060 (possible privilege escalation due to insecure default configuration). (CVE-2014-0185) (christian at hoffie dot info) - JSON: . Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set). (Kevin Israel) - LDAP: . Fixed issue with null bytes in LDAP bindings. (Matthew Daley) - mysqli: . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter (extra comma) and third parameters (lack of escaping). (Andrey) - OpenSSL: . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma) . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma) - SimpleXML: . Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol) - SQLite: . Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3). (Anatol) - XSL: . Fixed bug #53965 ( cannot find files with relative paths when loaded with "file://"). (Anatol) - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). (Jeff Trawick) To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/php55/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php55/patches/patch-configure cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php55/patches/patch-ext_sqlite3_libsqlite_sqlite3.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri May 2 13:04:12 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo pkgsrc/lang/php54/patches: patch-configure Log Message: Update php54 to 5.4.28. 01 May 2014, PHP 5.4.28 - Core: . Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike) . Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets). (Mike) . Fixed bug #66171 (Symlinks and session handler allow open_basedir bypass). (Jann Horn, Stas) . Fixed bug #66182 (exit in stream filter produces segfault). (Mike) . Fixed bug #66736 (fpassthru broken). (Mike) . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent). (Freek Lijten) - Date: . Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied). (Boro Sitnikovski) - Embed: . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol) - Fileinfo: . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian). (Remi) - FPM: . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf). . Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185). (Stas) - JSON: . Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set). (Kevin Israel) - LDAP: . Fixed issue with null bytes in LDAP bindings. (Matthew Daley) - OpenSSL: . Fix bug #66942 (memory leak in openssl_seal()). (Chuan Ma) . Fix bug #66952 (memory leak in openssl_open()). (Chuan Ma) - SimpleXML: . Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol) - XSL: . Fixed bug #53965 ( cannot find files with relative paths when loaded with "file://"). (Anatol) - Apache2 Handler SAPI: . Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120). (Jeff Trawick) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/php54/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php54/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: he Date: Sun May 11 11:20:48 UTC 2014 Modified Files: pkgsrc/graphics/php-gd: Makefile pkgsrc/lang/php53: distinfo pkgsrc/lang/php54: distinfo pkgsrc/lang/php55: distinfo Added Files: pkgsrc/lang/php53/patches: patch-ext_gd_libgd_gdxpm.c pkgsrc/lang/php54/patches: patch-ext_gd_libgd_gdxpm.c pkgsrc/lang/php55/patches: patch-ext_gd_libgd_gdxpm.c Log Message: Apply a patch to fix CVE-2014-2497, taken from https://bugs.php.net/patch-display.php?bug_id=66901 Bump PKGREVISION for php-gd correspondingly. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/php-gd/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/php53/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php53/patches/patch-ext_gd_libgd_gdxpm.c cvs rdiff -u -r1.38 -r1.39 pkgsrc/lang/php54/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php54/patches/patch-ext_gd_libgd_gdxpm.c cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/php55/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php55/patches/patch-ext_gd_libgd_gdxpm.c @ text @d3 1 a3 1 --- configure.orig 2014-04-30 03:00:42.000000000 +0000 d41 1 a41 1 @@@@ -105614,12 +105614,7 @@@@ old_CC=$CC d55 1 a55 1 @@@@ -108733,7 +108728,7 @@@@ if test -z "$aix_libpath"; then aix_libp d64 1 a64 1 @@@@ -109382,7 +109377,7 @@@@ dgux*) d73 1 a73 1 @@@@ -109393,7 +109388,7 @@@@ freebsd* | dragonfly*) d82 1 a82 1 @@@@ -111473,7 +111468,7 @@@@ if test -z "$aix_libpath"; then aix_libp d91 1 a91 1 @@@@ -113019,7 +113014,7 @@@@ dgux*) d100 1 a100 1 @@@@ -113030,7 +113025,7 @@@@ freebsd* | dragonfly*) @ 1.5 log @Update php to 5.4.24. 09 Jan 2014, PHP 5.4.24 - Core: . Added validation of class names in the autoload process. (Dmitry) . Fixed invalid C code in zend_strtod.c. (Lior Kaplan) . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike) - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600). (Derick, T. Carter) . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter) - DOM: . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). (Mike) - Exif: . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas) - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) - GD: . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). (Adam) - PDO_odbc: . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). (michael at orlitzky dot com) - SNMP: . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) - ZIP: . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2013/09/21 16:06:07 taca Exp $ d3 1 a3 1 --- configure.orig 2014-01-08 02:58:52.000000000 +0000 d55 54 @ 1.4 log @Update php54 to 5.4.20, approved by wiz@@. 19 Sep 2013, PHP 5.4.20 - Core: . Fixed bug #60598 (cli/apache sapi segfault on objects manipulation). (Laruence) . Fixed bug #65579 (Using traits with get_class_methods causes segfault). (Adam) . Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*). (Chris Jones) . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding spaces). (Michael M Slusarz) . Fixed bug #65481 (shutdown segfault due to serialize) (Mike) . Fixed bug #65470 (Segmentation fault in zend_error() with --enable-dtrace). (Chris Jones, Kris Van Hees) . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference fails). (Laruence) . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) . Improved fix for bug #63186 (compile failure on netbsd). (Matteo) . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) . Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold) . Cherry-picked some DTrace build commits (allowing builds on Linux, bug #62691, and bug #63706) from PHP 5.5 branch . Fixed bug #61268 (--enable-dtrace leads make to clobber Zend/zend_dtrace.d) (Chris Jones) - cURL: . Fixed bug #65458 (curl memory leak). (Adam) - Datetime: . Fixed bug #65554 (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas). . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi). - Openssl: . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in some cases). (Mark Jones) - Session: . Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at gmail dot com) . Fixed bug #50308 (session id not appended properly for empty anchor tags). (Arpad) . Fixed possible buffer overflow under Windows. Note: Not a security fix. (Yasuo) . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo) - SOAP: . Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry) - SPL: . Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence) - PDO: . Fixed bug #64953 (Postgres prepared statement positional parameter casting). (Mike) - Phar: . Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for some specific contents). (Stas) - Pgsql: . Fixed bug #65336 (pg_escape_literal/identifier() silently returns false). (Yasuo) . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update() /pg_delete()/pg_insert()). (Yasuo) - Zlib: . Fixed bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called) (Mike) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.3 2013/08/16 15:28:23 taca Exp $ d3 1 a3 1 --- configure.orig 2013-09-18 05:57:45.000000000 +0000 d5 1 a5 1 @@@@ -23514,7 +23514,7 @@@@ fi d14 1 a14 1 @@@@ -25664,7 +25664,7 @@@@ $as_echo "yes" >&6; } d23 1 a23 1 @@@@ -36910,7 +36910,7 @@@@ fi d32 1 a32 1 @@@@ -51742,7 +51742,7 @@@@ fi d41 1 a41 1 @@@@ -105999,12 +105999,7 @@@@ old_CC=$CC @ 1.4.4.1 log @Pullup ticket #4340 - requested by taca lang/php54: security update lang/php55: security update Revisions pulled up: - lang/php/phpversion.mk 1.53-1.58 - lang/php54/Makefile 1.17-1.18 - lang/php54/distinfo 1.32-1.34 - lang/php54/patches/patch-configure 1.5 - lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.c deleted - lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.re deleted - lang/php54/patches/patch-php.ini-development 1.2 - lang/php54/patches/patch-php.ini-production 1.2 - lang/php55/Makefile 1.8-1.9 - lang/php55/distinfo 1.13-1.15 - lang/php55/patches/patch-configure 1.4 - lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.c deleted - lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.re deleted - lang/php55/patches/patch-ext_sockets_sockaddr__conv.c deleted - lang/php55/patches/patch-makedist 1.2 - lang/php55/patches/patch-php.ini-development 1.3 - lang/php55/patches/patch-php.ini-production 1.3 --- Module Name: pkgsrc Committed By: taca Date: Sat Jan 11 17:03:57 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo pkgsrc/lang/php54/patches: patch-configure patch-php.ini-development patch-php.ini-production Removed Files: pkgsrc/lang/php54/patches: patch-ext_date_lib_parse__iso__intervals.c patch-ext_date_lib_parse__iso__intervals.re Log Message: Update php to 5.4.24. 09 Jan 2014, PHP 5.4.24 - Core: . Added validation of class names in the autoload process. (Dmitry) . Fixed invalid C code in zend_strtod.c. (Lior Kaplan) . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike) - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600). (Derick, T. Carter) . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter) - DOM: . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). (Mike) - Exif: . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas) - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) - GD: . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). (Adam) - PDO_odbc: . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). (michael at orlitzky dot com) - SNMP: . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) - ZIP: . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi) --- Module Name: pkgsrc Committed By: taca Date: Sat Jan 11 17:05:09 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo pkgsrc/lang/php55/patches: patch-configure patch-php.ini-development patch-php.ini-production Removed Files: pkgsrc/lang/php55/patches: patch-ext_date_lib_parse__iso__intervals.c patch-ext_date_lib_parse__iso__intervals.re patch-ext_sockets_sockaddr__conv.c Log Message: Update php55 to 5.5.8. 9 Jan 2014, PHP 5.5.8 - Core: . Disallowed JMP into a finally block. (Laruence) . Added validation of class names in the autoload process. (Dmitry) . Fixed invalid C code in zend_strtod.c. (Lior Kaplan) . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object). (Nikita) . Fixed bug #65764 (generators/throw_rethrow FAIL with ZEND_COMPILE_EXTENDED_INFO). (Nikita) . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike) . Fixed bug #66218 (zend_register_functions breaks reflection). (Remi) - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov) - DOM: . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). (Mike) - Exif: . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas) - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) - GD: . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). (Adam) - PDO_odbc: . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). (michael at orlitzky dot com) - MySQLi: . Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol) - OPCache: . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. (Dmitry) . Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq". (Dmitry). - SNMP: . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) - SOAP . Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot koegler at brz dot gv dot at) - Sockets: . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe) - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) - ZIP: . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi) --- Module Name: pkgsrc Committed By: taca Date: Fri Feb 7 15:35:05 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo pkgsrc/lang/php55/patches: patch-makedist Log Message: Update php55 to 5.5.9 (PHP 5.5.9). 06 Feb 2014, PHP 5.5.9 - Core: . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch) - GD: . Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()). (Laruence, Remi) - OPCache: . Fixed bug #66474 (Optimizer bug in constant string to boolean conversion). (Dmitry) . Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0). (Dmitry) . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend). (Laruence) - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces) (willfitch, iliaa) - Readline . Fixed Bug #66412 (readline_clear_history() with libedit causes segfault after #65714). (Remi) - Session . Fixed bug #66469 (Session module is sending multiple set-cookie headers when session.use_strict_mode=1) (Yasuo) . Fixed bug #66481 (Segfaults on session_name()). (cmcdermottroe at engineyard dot com, Yasuo) - Standard . Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol) - Sockets: . Fixed bug #66381 (__ss_family was changed on AIX 5.3). (Felipe) - Zend Engine . Fixed bug #66009 (Failed compilation of PHP extension with C++ std library using VS 2012). (Anatol) --- Module Name: pkgsrc Committed By: taca Date: Fri Feb 7 15:36:07 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo Log Message: Update php54 to 5.4.25. 06 Feb 2014, PHP 5.4.25 - Core: . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita) . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (Will Fitch) - mysqlnd . Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes) - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces). (Will Fitch, Ilia) - Session: . Fixed bug #66481 (Calls to session_name() segfault when session.name is null). (Laruence) --- Module Name: pkgsrc Committed By: tron Date: Wed Feb 12 23:18:57 UTC 2014 Modified Files: pkgsrc/archivers/ark: Makefile pkgsrc/archivers/dar: Makefile pkgsrc/archivers/libarchive: Makefile pkgsrc/archivers/libcomprex: Makefile buildlink3.mk pkgsrc/archivers/php-zlib: Makefile pkgsrc/audio/amarok: Makefile pkgsrc/audio/amarok-kde3: Makefile pkgsrc/audio/ario: Makefile pkgsrc/audio/audacious-plugins: Makefile pkgsrc/audio/bmp: Makefile pkgsrc/audio/bmp-esound: Makefile pkgsrc/audio/bmp-scrobbler: Makefile pkgsrc/audio/bsl: Makefile pkgsrc/audio/buzztard: Makefile pkgsrc/audio/flactag: Makefile pkgsrc/audio/gbemol: Makefile pkgsrc/audio/gimmix: Makefile pkgsrc/audio/gkrellm-volume: Makefile pkgsrc/audio/glyr: Makefile pkgsrc/audio/gnome-vfs-cdda: Makefile pkgsrc/audio/herrie: Makefile pkgsrc/audio/hydrogen: Makefile pkgsrc/audio/icecast: Makefile pkgsrc/audio/jack-rack: Makefile pkgsrc/audio/kid3: Makefile pkgsrc/audio/liblastfm: Makefile buildlink3.mk pkgsrc/audio/libmusicbrainz: Makefile buildlink3.mk pkgsrc/audio/libmusicbrainz5: Makefile buildlink3.mk pkgsrc/audio/libofa: Makefile pkgsrc/audio/libtunepimp: Makefile buildlink3.mk pkgsrc/audio/liteamp: Makefile pkgsrc/audio/lmms: Makefile pkgsrc/audio/mad123: Makefile pkgsrc/audio/moc: Makefile pkgsrc/audio/moc-devel: Makefile pkgsrc/audio/mp3diags: Makefile pkgsrc/audio/mp3splt-gtk: Makefile pkgsrc/audio/mpdas: Makefile pkgsrc/audio/musicpd: Makefile pkgsrc/audio/pulseaudio: Makefile pkgsrc/audio/qjackctl: Makefile pkgsrc/audio/rhythmbox: Makefile pkgsrc/audio/rtunes: Makefile pkgsrc/audio/sound-juicer: Makefile pkgsrc/audio/streamtuner: Makefile buildlink3.mk pkgsrc/audio/tremor-tools: Makefile pkgsrc/audio/vorbis-tools: Makefile pkgsrc/benchmarks/dnsperf: Makefile pkgsrc/benchmarks/postal: Makefile pkgsrc/cad/librecad: Makefile pkgsrc/cad/openscad: Makefile pkgsrc/chat/atheme: Makefile pkgsrc/chat/bitchx: Makefile pkgsrc/chat/bnc: Makefile pkgsrc/chat/centerim: Makefile pkgsrc/chat/climm: Makefile pkgsrc/chat/dircproxy: Makefile pkgsrc/chat/ejabberd: Makefile pkgsrc/chat/ekg: Makefile buildlink3.mk pkgsrc/chat/empathy: Makefile pkgsrc/chat/epic4: Makefile pkgsrc/chat/gale: Makefile buildlink3.mk pkgsrc/chat/gg2: Makefile pkgsrc/chat/gloox: Makefile pkgsrc/chat/gnomeicu: Makefile pkgsrc/chat/gossip: Makefile pkgsrc/chat/gtmess: Makefile pkgsrc/chat/inspircd: Makefile pkgsrc/chat/inspircd12: Makefile pkgsrc/chat/ircd-hybrid: Makefile pkgsrc/chat/irssi: Makefile pkgsrc/chat/jabberd: Makefile buildlink3.mk pkgsrc/chat/jabberd2: Makefile pkgsrc/chat/kadu: Makefile pkgsrc/chat/kmess: Makefile pkgsrc/chat/konversation: Makefile pkgsrc/chat/konversation-kde3: Makefile pkgsrc/chat/libmsn: Makefile buildlink3.mk pkgsrc/chat/libpurple: Makefile pkgsrc/chat/loudmouth: Makefile pkgsrc/chat/mcabber: Makefile pkgsrc/chat/prosody: Makefile pkgsrc/chat/psi: Makefile pkgsrc/chat/scrollz: Makefile pkgsrc/chat/spectrum: Makefile pkgsrc/chat/telepathy-gabble: Makefile pkgsrc/chat/telepathy-idle: Makefile pkgsrc/chat/unrealircd: Makefile pkgsrc/chat/weechat: Makefile pkgsrc/chat/xchat: Makefile pkgsrc/comms/asterisk: Makefile pkgsrc/comms/asterisk10: Makefile pkgsrc/comms/asterisk18: Makefile pkgsrc/comms/conserver8: Makefile pkgsrc/comms/deforaos-phone: Makefile pkgsrc/comms/gammu: Makefile pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk pkgsrc/comms/jpilot: Makefile pkgsrc/comms/kermit: Makefile pkgsrc/comms/libopensync-plugin-kdepim: Makefile pkgsrc/converters/rss2html: Makefile pkgsrc/databases/couchdb: Makefile pkgsrc/databases/freetds: Makefile buildlink3.mk pkgsrc/databases/gq: Makefile pkgsrc/databases/gramps3: Makefile pkgsrc/databases/idzebra: Makefile buildlink3.mk pkgsrc/databases/kmysqladmin: Makefile pkgsrc/databases/krecipes: Makefile pkgsrc/databases/ldapvi: Makefile pkgsrc/databases/libcassandra: Makefile pkgsrc/databases/libgda: Makefile pkgsrc/databases/libgda-mysql: Makefile pkgsrc/databases/libgda-postgres: Makefile pkgsrc/databases/mysql-workbench: Makefile pkgsrc/databases/mysql51-client: Makefile buildlink3.mk pkgsrc/databases/mysql51-server: Makefile buildlink3.mk pkgsrc/databases/mysql55-client: Makefile buildlink3.mk pkgsrc/databases/mysql55-server: Makefile pkgsrc/databases/mysql56-client: Makefile buildlink3.mk pkgsrc/databases/mysql56-server: Makefile pkgsrc/databases/nss_ldap: Makefile pkgsrc/databases/odbc-postgresql: Makefile pkgsrc/databases/openldap: Makefile pkgsrc/databases/openldap-client: Makefile buildlink3.mk pkgsrc/databases/openldap-cloak: Makefile pkgsrc/databases/openldap-nops: Makefile pkgsrc/databases/openldap-server: Makefile pkgsrc/databases/openldap-smbk5pwd: Makefile pkgsrc/databases/p5-DBD-Sybase: Makefile pkgsrc/databases/p5-sybperl: Makefile pkgsrc/databases/pgadmin3: Makefile pkgsrc/databases/pgbouncer: Makefile pkgsrc/databases/php-ldap: Makefile pkgsrc/databases/php-mssql: Makefile pkgsrc/databases/poco-data: Makefile buildlink3.mk pkgsrc/databases/poco-data-mysql: Makefile buildlink3.mk pkgsrc/databases/poco-data-odbc: Makefile buildlink3.mk pkgsrc/databases/poco-data-sqlite: Makefile buildlink3.mk pkgsrc/databases/postgresql-uuid: Makefile.common pkgsrc/databases/postgresql84: Makefile pkgsrc/databases/postgresql84-adminpack: Makefile pkgsrc/databases/postgresql84-client: Makefile buildlink3.mk pkgsrc/databases/postgresql84-dblink: Makefile pkgsrc/databases/postgresql84-pgcrypto: Makefile pkgsrc/databases/postgresql84-plperl: Makefile pkgsrc/databases/postgresql84-plpython: Makefile pkgsrc/databases/postgresql84-pltcl: Makefile pkgsrc/databases/postgresql84-server: Makefile pkgsrc/databases/postgresql84-uuid: Makefile pkgsrc/databases/postgresql90: Makefile pkgsrc/databases/postgresql90-adminpack: Makefile pkgsrc/databases/postgresql90-client: Makefile buildlink3.mk pkgsrc/databases/postgresql90-datatypes: Makefile pkgsrc/databases/postgresql90-dblink: Makefile pkgsrc/databases/postgresql90-fuzzystrmatch: Makefile pkgsrc/databases/postgresql90-monitoring: Makefile pkgsrc/databases/postgresql90-pgcrypto: Makefile pkgsrc/databases/postgresql90-plperl: Makefile pkgsrc/databases/postgresql90-plpython: Makefile pkgsrc/databases/postgresql90-pltcl: Makefile pkgsrc/databases/postgresql90-replicationtools: Makefile pkgsrc/databases/postgresql90-server: Makefile pkgsrc/databases/postgresql90-upgrade: Makefile pkgsrc/databases/postgresql90-uuid: Makefile pkgsrc/databases/postgresql91: Makefile pkgsrc/databases/postgresql91-adminpack: Makefile pkgsrc/databases/postgresql91-client: Makefile buildlink3.mk pkgsrc/databases/postgresql91-datatypes: Makefile pkgsrc/databases/postgresql91-dblink: Makefile pkgsrc/databases/postgresql91-fuzzystrmatch: Makefile pkgsrc/databases/postgresql91-monitoring: Makefile pkgsrc/databases/postgresql91-pgcrypto: Makefile pkgsrc/databases/postgresql91-plperl: Makefile pkgsrc/databases/postgresql91-plpython: Makefile pkgsrc/databases/postgresql91-pltcl: Makefile pkgsrc/databases/postgresql91-replicationtools: Makefile pkgsrc/databases/postgresql91-server: Makefile pkgsrc/databases/postgresql91-upgrade: Makefile pkgsrc/databases/postgresql92: Makefile pkgsrc/databases/postgresql92-adminpack: Makefile pkgsrc/databases/postgresql92-client: Makefile buildlink3.mk pkgsrc/databases/postgresql92-datatypes: Makefile pkgsrc/databases/postgresql92-dblink: Makefile pkgsrc/databases/postgresql92-fuzzystrmatch: Makefile pkgsrc/databases/postgresql92-monitoring: Makefile pkgsrc/databases/postgresql92-pgcrypto: Makefile pkgsrc/databases/postgresql92-plperl: Makefile pkgsrc/databases/postgresql92-plpython: Makefile pkgsrc/databases/postgresql92-pltcl: Makefile pkgsrc/databases/postgresql92-replicationtools: Makefile pkgsrc/databases/postgresql92-server: Makefile pkgsrc/databases/postgresql92-upgrade: Makefile pkgsrc/databases/postgresql93: Makefile pkgsrc/databases/postgresql93-adminpack: Makefile pkgsrc/databases/postgresql93-client: Makefile buildlink3.mk pkgsrc/databases/postgresql93-datatypes: Makefile pkgsrc/databases/postgresql93-dblink: Makefile pkgsrc/databases/postgresql93-fuzzystrmatch: Makefile pkgsrc/databases/postgresql93-monitoring: Makefile pkgsrc/databases/postgresql93-pgcrypto: Makefile pkgsrc/databases/postgresql93-plperl: Makefile pkgsrc/databases/postgresql93-plpython: Makefile pkgsrc/databases/postgresql93-pltcl: Makefile pkgsrc/databases/postgresql93-replicationtools: Makefile pkgsrc/databases/postgresql93-server: Makefile pkgsrc/databases/postgresql93-upgrade: Makefile pkgsrc/databases/py-ldap: Makefile pkgsrc/databases/py-mssql: Makefile pkgsrc/databases/py-sybase: Makefile pkgsrc/databases/ruby-ldap: Makefile pkgsrc/databases/sqlitebrowser: Makefile pkgsrc/databases/sqlrelay: Makefile pkgsrc/databases/sqsh: Makefile pkgsrc/databases/virtuoso: Makefile pkgsrc/devel/SOPE: Makefile pkgsrc/devel/aegis: Makefile pkgsrc/devel/anjuta: Makefile pkgsrc/devel/apr-util: Makefile buildlink3.mk pkgsrc/devel/apr0: Makefile buildlink3.mk pkgsrc/devel/automoc4: Makefile pkgsrc/devel/cervisia: Makefile pkgsrc/devel/cmake: Makefile pkgsrc/devel/compizconfig-backend-gconf: Makefile pkgsrc/devel/cppcheck: Makefile pkgsrc/devel/cvsync: Makefile pkgsrc/devel/darcs: Makefile pkgsrc/devel/distccmon-gnome: Makefile pkgsrc/devel/dolphin-plugins: Makefile pkgsrc/devel/ecore: Makefile buildlink3.mk pkgsrc/devel/eet: Makefile buildlink3.mk pkgsrc/devel/eio: Makefile buildlink3.mk pkgsrc/devel/eric4: Makefile pkgsrc/devel/fossil: Makefile pkgsrc/devel/frama-c: Makefile pkgsrc/devel/gearmand: Makefile pkgsrc/devel/git-base: Makefile pkgsrc/devel/glade3: Makefile pkgsrc/devel/grantlee: Makefile buildlink3.mk pkgsrc/devel/gsoap: Makefile pkgsrc/devel/guile-gnome: Makefile pkgsrc/devel/isect: Makefile pkgsrc/devel/java-subversion: Makefile pkgsrc/devel/kapptemplate: Makefile pkgsrc/devel/kcachegrind: Makefile pkgsrc/devel/kdbg: Makefile pkgsrc/devel/kde-dev-scripts: Makefile pkgsrc/devel/kde-dev-utils: Makefile pkgsrc/devel/kdesdk-kioslaves: Makefile pkgsrc/devel/kdesdk-strigi-analyzers: Makefile pkgsrc/devel/kdesdk-thumbnailers: Makefile pkgsrc/devel/kdesdk3: Makefile buildlink3.mk pkgsrc/devel/kdevelop-base: Makefile pkgsrc/devel/kdevelop4: Makefile pkgsrc/devel/kdevplatform: Makefile pkgsrc/devel/kdiff3: Makefile pkgsrc/devel/kdiff3-kde3: Makefile pkgsrc/devel/kompare: Makefile pkgsrc/devel/kscope: Makefile pkgsrc/devel/libbonoboui: Makefile buildlink3.mk pkgsrc/devel/libcompizconfig: Makefile pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk pkgsrc/devel/libdnsres: Makefile pkgsrc/devel/libevent: Makefile buildlink3.mk pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk pkgsrc/devel/libgnome: Makefile buildlink3.mk pkgsrc/devel/libgnomemm: Makefile buildlink3.mk pkgsrc/devel/libgnomeui: Makefile buildlink3.mk pkgsrc/devel/libgnomeuimm: Makefile buildlink3.mk pkgsrc/devel/libthrift: Makefile buildlink3.mk pkgsrc/devel/libxenserver: Makefile buildlink3.mk pkgsrc/devel/log4cxx: Makefile pkgsrc/devel/lokalize: Makefile pkgsrc/devel/mad-flute: Makefile pkgsrc/devel/memcached: Makefile pkgsrc/devel/mono-tools: Makefile pkgsrc/devel/monodevelop: Makefile buildlink3.mk pkgsrc/devel/monodevelop-database: Makefile pkgsrc/devel/monotone-viz: Makefile pkgsrc/devel/netcdf: Makefile buildlink3.mk pkgsrc/devel/netcdf-fortran: Makefile buildlink3.mk pkgsrc/devel/ocaml-lwt: Makefile pkgsrc/devel/okteta: Makefile pkgsrc/devel/opal: Makefile buildlink3.mk pkgsrc/devel/opencm: Makefile pkgsrc/devel/opengrok: Makefile pkgsrc/devel/p5-Gnome2: Makefile pkgsrc/devel/p5-subversion: Makefile pkgsrc/devel/poco: Makefile buildlink3.mk pkgsrc/devel/poxml: Makefile pkgsrc/devel/ptlib: Makefile buildlink3.mk pkgsrc/devel/pwlib: Makefile buildlink3.mk pkgsrc/devel/py-compizconfig: Makefile pkgsrc/devel/py-pysvn: Makefile pkgsrc/devel/py-subversion: Makefile pkgsrc/devel/py-subvertpy: Makefile pkgsrc/devel/qconf: Makefile pkgsrc/devel/qjson: Makefile pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk pkgsrc/devel/rapidsvn: Makefile pkgsrc/devel/ruby-eet: Makefile pkgsrc/devel/ruby-eventmachine: Makefile pkgsrc/devel/ruby-subversion: Makefile pkgsrc/devel/ruby-thrift: Makefile pkgsrc/devel/ruby-thrift_client: Makefile pkgsrc/devel/rudiments: Makefile buildlink3.mk pkgsrc/devel/sofia-sip: Makefile buildlink3.mk pkgsrc/devel/subversion-base: Makefile buildlink3.mk pkgsrc/devel/subversion16-base: Makefile buildlink3.mk pkgsrc/devel/swt: Makefile pkgsrc/devel/ucommon: Makefile buildlink3.mk pkgsrc/devel/umbrello: Makefile pkgsrc/devel/xulrunner10: Makefile buildlink3.mk pkgsrc/devel/xulrunner17: Makefile buildlink3.mk pkgsrc/devel/xulrunner192: Makefile buildlink3.mk pkgsrc/devel/xulrunner24: Makefile buildlink3.mk pkgsrc/editors/Sigil: Makefile pkgsrc/editors/TeXmacs-devel: Makefile pkgsrc/editors/conglomerate: Makefile pkgsrc/editors/dasher: Makefile pkgsrc/editors/emacs-snapshot: Makefile pkgsrc/editors/ghex: Makefile pkgsrc/editors/gobby: Makefile pkgsrc/editors/kate: Makefile pkgsrc/editors/kdissert: Makefile pkgsrc/editors/kile: Makefile pkgsrc/editors/kile-kde3: Makefile pkgsrc/editors/lyx: Makefile pkgsrc/editors/mlview: Makefile pkgsrc/editors/notecase: Makefile pkgsrc/editors/qgoogletranslator: Makefile pkgsrc/editors/tea: Makefile pkgsrc/editors/texmaker: Makefile pkgsrc/editors/texworks: Makefile pkgsrc/editors/tomboy: Makefile pkgsrc/editors/vim-gtk2: Makefile pkgsrc/editors/xemacs: Makefile pkgsrc/editors/xemacs-current: Makefile pkgsrc/emulators/gambatte: Makefile pkgsrc/emulators/kenigma: Makefile pkgsrc/emulators/qemu0: Makefile pkgsrc/emulators/wine: Makefile pkgsrc/emulators/wine-devel: Makefile pkgsrc/emulators/yabause: Makefile pkgsrc/filesystems/cloudfuse: Makefile pkgsrc/filesystems/fuse-curlftpfs: Makefile pkgsrc/filesystems/fuse-encfs: Makefile pkgsrc/filesystems/fuse-svnfs: Makefile pkgsrc/filesystems/fuse-wdfs: Makefile pkgsrc/finance/gkrellm-stock: Makefile pkgsrc/finance/gnucash: Makefile pkgsrc/finance/kmymoney2: Makefile pkgsrc/finance/libofx: Makefile pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile pkgsrc/games/amor: Makefile pkgsrc/games/atomix: Makefile pkgsrc/games/blinken: Makefile pkgsrc/games/bomber: Makefile pkgsrc/games/boson: Makefile pkgsrc/games/bovo: Makefile pkgsrc/games/bzflag: Makefile pkgsrc/games/crossfire-client: Makefile pkgsrc/games/crossfire-client-gtk: Makefile pkgsrc/games/crossfire-client-gtk2: Makefile pkgsrc/games/crossfire-server: Makefile pkgsrc/games/flightgear: Makefile pkgsrc/games/gamazons: Makefile pkgsrc/games/gcompris: Makefile pkgsrc/games/gnome-games: Makefile pkgsrc/games/granatier: Makefile pkgsrc/games/grhino: Makefile pkgsrc/games/gtetrinet: Makefile pkgsrc/games/gturing: Makefile pkgsrc/games/kajongg: Makefile pkgsrc/games/kanagram: Makefile pkgsrc/games/kapman: Makefile pkgsrc/games/katomic: Makefile pkgsrc/games/kblackbox: Makefile pkgsrc/games/kblocks: Makefile pkgsrc/games/kbounce: Makefile pkgsrc/games/kbreakout: Makefile pkgsrc/games/kdegames3: Makefile buildlink3.mk pkgsrc/games/kdetoys3: Makefile pkgsrc/games/kdiamond: Makefile pkgsrc/games/kfourinline: Makefile pkgsrc/games/kgoldrunner: Makefile pkgsrc/games/khangman: Makefile pkgsrc/games/kigo: Makefile pkgsrc/games/killbots: Makefile pkgsrc/games/kiriki: Makefile pkgsrc/games/kjumpingcube: Makefile pkgsrc/games/klavaro: Makefile pkgsrc/games/klickety: Makefile pkgsrc/games/klines: Makefile pkgsrc/games/kmahjongg: Makefile pkgsrc/games/kmines: Makefile pkgsrc/games/knavalbattle: Makefile pkgsrc/games/knetwalk: Makefile pkgsrc/games/knights: Makefile pkgsrc/games/kolf: Makefile pkgsrc/games/kollision: Makefile pkgsrc/games/konquest: Makefile pkgsrc/games/kpat: Makefile pkgsrc/games/kreversi: Makefile pkgsrc/games/kshisen: Makefile pkgsrc/games/ksirk: Makefile pkgsrc/games/ksnakeduel: Makefile pkgsrc/games/kspaceduel: Makefile pkgsrc/games/ksquares: Makefile pkgsrc/games/ksudoku: Makefile pkgsrc/games/ktuberling: Makefile pkgsrc/games/kubrick: Makefile pkgsrc/games/libkdegames: Makefile pkgsrc/games/libkmahjongg: Makefile pkgsrc/games/lskat: Makefile pkgsrc/games/palapeli: Makefile pkgsrc/games/picmi: Makefile pkgsrc/games/pioneers: Makefile pkgsrc/games/simgear: Makefile pkgsrc/games/sirius: Makefile pkgsrc/games/six: Makefile pkgsrc/games/supertuxkart: Makefile pkgsrc/games/teg: Makefile pkgsrc/games/ufoai: Makefile pkgsrc/games/warmux: Makefile pkgsrc/geography/gdal-lib: Makefile buildlink3.mk pkgsrc/geography/mapserver: Makefile pkgsrc/geography/merkaartor: Makefile pkgsrc/geography/qgis: Makefile pkgsrc/geography/qlandkartegt: Makefile pkgsrc/geography/qlandkartem: Makefile pkgsrc/geography/viking: Makefile pkgsrc/graphics/GMT: Makefile pkgsrc/graphics/GraphicsMagick: Makefile buildlink3.mk pkgsrc/graphics/ImageMagick: Makefile buildlink3.mk pkgsrc/graphics/aqsis: Makefile pkgsrc/graphics/autotrace: Makefile pkgsrc/graphics/blender: Makefile pkgsrc/graphics/cairo: Makefile pkgsrc/graphics/camlimages: Makefile pkgsrc/graphics/darktable: Makefile pkgsrc/graphics/dia: Makefile pkgsrc/graphics/digikam: Makefile pkgsrc/graphics/digikam-doc-kde3: Makefile pkgsrc/graphics/digikam-kde3: Makefile pkgsrc/graphics/djview4: Makefile pkgsrc/graphics/dx: Makefile pkgsrc/graphics/edje: Makefile buildlink3.mk pkgsrc/graphics/evas: Makefile buildlink3.mk pkgsrc/graphics/evas-buffer: Makefile pkgsrc/graphics/evas-edb: Makefile buildlink3.mk pkgsrc/graphics/evas-eet: Makefile buildlink3.mk pkgsrc/graphics/evas-gif: Makefile buildlink3.mk pkgsrc/graphics/evas-jpeg: Makefile buildlink3.mk pkgsrc/graphics/evas-pmaps: Makefile buildlink3.mk pkgsrc/graphics/evas-png: Makefile buildlink3.mk pkgsrc/graphics/evas-software-x11: Makefile pkgsrc/graphics/evas-svg: Makefile buildlink3.mk pkgsrc/graphics/evas-tiff: Makefile buildlink3.mk pkgsrc/graphics/evas-xpm: Makefile buildlink3.mk pkgsrc/graphics/f-spot: Makefile pkgsrc/graphics/feh: Makefile pkgsrc/graphics/flphoto: Makefile pkgsrc/graphics/gimmage: Makefile pkgsrc/graphics/gnuplot: Makefile pkgsrc/graphics/graphviz: Makefile pkgsrc/graphics/gri: Makefile pkgsrc/graphics/gwenview: Makefile pkgsrc/graphics/gwenview-i18n-kde3: Makefile pkgsrc/graphics/gwenview-kde3: Makefile pkgsrc/graphics/inkscape: Makefile pkgsrc/graphics/kamera: Makefile pkgsrc/graphics/kbarcode: Makefile pkgsrc/graphics/kcolorchooser: Makefile pkgsrc/graphics/kde-base-artwork: Makefile pkgsrc/graphics/kdegraphics-mobipocket: Makefile pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile pkgsrc/graphics/kdegraphics-thumbnailers: Makefile pkgsrc/graphics/kdegraphics3: Makefile buildlink3.mk pkgsrc/graphics/kgamma: Makefile pkgsrc/graphics/kipi-plugins: Makefile pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile pkgsrc/graphics/kipi-plugins-kde3: Makefile pkgsrc/graphics/kolourpaint: Makefile pkgsrc/graphics/koverartist: Makefile pkgsrc/graphics/kphotoalbum: Makefile pkgsrc/graphics/kphotobook: Makefile pkgsrc/graphics/kphotools: Makefile pkgsrc/graphics/kruler: Makefile pkgsrc/graphics/ksaneplugin: Makefile pkgsrc/graphics/ksnapshot: Makefile pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk pkgsrc/graphics/libkdcraw-kde3: Makefile buildlink3.mk pkgsrc/graphics/libkexif: Makefile buildlink3.mk pkgsrc/graphics/libkexiv2: Makefile pkgsrc/graphics/libkexiv2-kde3: Makefile buildlink3.mk pkgsrc/graphics/libkface: Makefile buildlink3.mk pkgsrc/graphics/libkipi: Makefile buildlink3.mk pkgsrc/graphics/libkipi-kde3: Makefile buildlink3.mk pkgsrc/graphics/libksane: Makefile buildlink3.mk pkgsrc/graphics/ncview: Makefile pkgsrc/graphics/openimageio: Makefile buildlink3.mk pkgsrc/graphics/osg: Makefile buildlink3.mk pkgsrc/graphics/p5-GraphicsMagick: Makefile pkgsrc/graphics/p5-PerlMagick: Makefile pkgsrc/graphics/pfstools: Makefile pkgsrc/graphics/pstoedit: Makefile pkgsrc/graphics/qcomicbook: Makefile pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk pkgsrc/graphics/qiviewer: Makefile pkgsrc/graphics/ruby-RMagick: Makefile pkgsrc/graphics/scidavis: Makefile pkgsrc/graphics/showimg: Makefile pkgsrc/graphics/svgpart: Makefile pkgsrc/graphics/tango-icon-theme: Makefile pkgsrc/graphics/veusz: Makefile pkgsrc/graphics/zphoto: Makefile pkgsrc/ham/fldigi: Makefile pkgsrc/ham/gmfsk: Makefile pkgsrc/ham/gpredict: Makefile pkgsrc/ham/trustedQSL: Makefile pkgsrc/ham/xlog: Makefile pkgsrc/inputmethod/ibus-mozc: Makefile pkgsrc/inputmethod/ibus-qt: Makefile pkgsrc/inputmethod/im-ja: Makefile pkgsrc/inputmethod/imhangul_status_applet: Makefile pkgsrc/inputmethod/kimera: Makefile pkgsrc/inputmethod/mozc-elisp: Makefile pkgsrc/inputmethod/mozc-renderer: Makefile pkgsrc/inputmethod/mozc-server: Makefile pkgsrc/inputmethod/mozc-tool: Makefile pkgsrc/inputmethod/qt5-uim: Makefile pkgsrc/inputmethod/scim: Makefile pkgsrc/inputmethod/uim: Makefile pkgsrc/inputmethod/uim-mozc: Makefile pkgsrc/lang/basic256: Makefile pkgsrc/lang/coq: Makefile pkgsrc/lang/erlang: Makefile pkgsrc/lang/konoha: Makefile pkgsrc/lang/nodejs: Makefile pkgsrc/lang/openjdk7: Makefile pkgsrc/lang/php53: Makefile pkgsrc/lang/php54: Makefile pkgsrc/lang/php55: Makefile pkgsrc/lang/python26: Makefile pkgsrc/lang/python27: Makefile pkgsrc/lang/python33: Makefile pkgsrc/lang/ruby18-base: Makefile pkgsrc/lang/ruby193-base: Makefile pkgsrc/lang/ruby200-base: Makefile pkgsrc/lang/swi-prolog-packages: Makefile pkgsrc/mail/akonadi: Makefile buildlink3.mk pkgsrc/mail/alpine: Makefile pkgsrc/mail/balsa: Makefile pkgsrc/mail/claws-mail: Makefile pkgsrc/mail/cone: Makefile pkgsrc/mail/courier-mta: Makefile pkgsrc/mail/cue: Makefile pkgsrc/mail/cyrus-imapd: Makefile pkgsrc/mail/cyrus-imapd23: Makefile pkgsrc/mail/cyrus-imapd24: Makefile pkgsrc/mail/dbmail: Makefile pkgsrc/mail/deforaos-mailer: Makefile pkgsrc/mail/dk-milter: Makefile pkgsrc/mail/dkim-milter: Makefile buildlink3.mk pkgsrc/mail/dovecot: Makefile pkgsrc/mail/dovecot2: Makefile buildlink3.mk pkgsrc/mail/dovecot2-pigeonhole: Makefile pkgsrc/mail/elmo: Makefile pkgsrc/mail/enma: Makefile pkgsrc/mail/esmtp: Makefile pkgsrc/mail/etpan: Makefile pkgsrc/mail/evolution: Makefile pkgsrc/mail/evolution-data-server: Makefile pkgsrc/mail/evolution-exchange: Makefile pkgsrc/mail/exim: Makefile pkgsrc/mail/fdm: Makefile pkgsrc/mail/fetchmail: Makefile pkgsrc/mail/freepops: Makefile pkgsrc/mail/heirloom-mailx: Makefile pkgsrc/mail/imap-uw: Makefile buildlink3.mk pkgsrc/mail/imap-uw-utils: Makefile pkgsrc/mail/imapfilter: Makefile pkgsrc/mail/isync: Makefile pkgsrc/mail/kbiff: Makefile pkgsrc/mail/libesmtp: Makefile buildlink3.mk pkgsrc/mail/libetpan: Makefile buildlink3.mk pkgsrc/mail/libsylph: Makefile buildlink3.mk pkgsrc/mail/mail-notification: Makefile pkgsrc/mail/mailsync: Makefile pkgsrc/mail/milter-greylist: Makefile pkgsrc/mail/mpop: Makefile pkgsrc/mail/msmtp: Makefile pkgsrc/mail/mutt: Makefile pkgsrc/mail/mutt-devel: Makefile pkgsrc/mail/netbiff: Makefile pkgsrc/mail/nmh: Makefile pkgsrc/mail/opendkim: Makefile pkgsrc/mail/opendmarc: Makefile pkgsrc/mail/opensmtpd: Makefile pkgsrc/mail/p5-Mail-ClamAV: Makefile pkgsrc/mail/perdition: Makefile pkgsrc/mail/perdition-ldap: Makefile pkgsrc/mail/php-imap: Makefile pkgsrc/mail/pine: Makefile pkgsrc/mail/postfix: Makefile pkgsrc/mail/prayer: Makefile pkgsrc/mail/pulsar: Makefile pkgsrc/mail/qmail: Makefile pkgsrc/mail/qpopper: Makefile pkgsrc/mail/re-alpine: Makefile pkgsrc/mail/rspamd: Makefile pkgsrc/mail/sendmail: Makefile pkgsrc/mail/sid-milter: Makefile pkgsrc/mail/spamassassin: Makefile pkgsrc/mail/spamdyke: Makefile pkgsrc/mail/ssmtp: Makefile pkgsrc/mail/sylpheed: Makefile pkgsrc/mail/sympa: Makefile pkgsrc/mail/teapop: Makefile pkgsrc/mail/thunderbird: Makefile pkgsrc/mail/thunderbird10: Makefile pkgsrc/mail/thunderbird17: Makefile pkgsrc/mail/up-imapproxy: Makefile pkgsrc/mail/wl: Makefile pkgsrc/mail/wl-snapshot: Makefile pkgsrc/math/R-CGIwithR: Makefile pkgsrc/math/R-ncdf: Makefile pkgsrc/math/analitza: Makefile buildlink3.mk pkgsrc/math/cantor: Makefile pkgsrc/math/cgal: Makefile buildlink3.mk pkgsrc/math/extcalc: Makefile pkgsrc/math/grace: Makefile pkgsrc/math/kalgebra: Makefile pkgsrc/math/kcalc: Makefile pkgsrc/math/octave: Makefile pkgsrc/math/pspp: Makefile pkgsrc/math/py-Scientific: Makefile pkgsrc/math/qalculate-gtk: Makefile pkgsrc/math/qalculate-kde: Makefile pkgsrc/math/speedcrunch: Makefile pkgsrc/math/xmgr: Makefile pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk pkgsrc/meta-pkgs/xfce4-extras: Makefile pkgsrc/misc/attica: Makefile buildlink3.mk pkgsrc/misc/basket: Makefile pkgsrc/misc/calibre: Makefile pkgsrc/misc/celestia: Makefile pkgsrc/misc/deskbar-applet: Makefile pkgsrc/misc/esniper: Makefile pkgsrc/misc/fbreader: Makefile pkgsrc/misc/gkrellm-flynn: Makefile pkgsrc/misc/gkrellm-launch: Makefile pkgsrc/misc/gkrellm-leds: Makefile pkgsrc/misc/gkrellm-moon: Makefile pkgsrc/misc/gkrellm-weather: Makefile pkgsrc/misc/gnome-utils: Makefile pkgsrc/misc/gwaei: Makefile pkgsrc/misc/kaccessible: Makefile pkgsrc/misc/kalzium: Makefile pkgsrc/misc/kbruch: Makefile pkgsrc/misc/kcharselect: Makefile pkgsrc/misc/kchm: Makefile pkgsrc/misc/kchmviewer: Makefile pkgsrc/misc/kde-wallpapers4: Makefile pkgsrc/misc/kdeaccessibility3: Makefile pkgsrc/misc/kdeaddons3: Makefile pkgsrc/misc/kdeadmin3: Makefile pkgsrc/misc/kdeartwork3: Makefile pkgsrc/misc/kdeartwork4: Makefile pkgsrc/misc/kdeedu3: Makefile pkgsrc/misc/kdepim-runtime4: Makefile pkgsrc/misc/kdepim3: Makefile buildlink3.mk pkgsrc/misc/kdepim4: Makefile pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk pkgsrc/misc/kdeplasma-addons4: Makefile pkgsrc/misc/kdeutils3: Makefile pkgsrc/misc/kgeography: Makefile pkgsrc/misc/kig: Makefile pkgsrc/misc/kiten: Makefile pkgsrc/misc/klettres: Makefile pkgsrc/misc/kmag: Makefile pkgsrc/misc/kmousetool: Makefile pkgsrc/misc/kmouth: Makefile pkgsrc/misc/koffice: Makefile pkgsrc/misc/kremotecontrol: Makefile pkgsrc/misc/kstars: Makefile pkgsrc/misc/kteatime: Makefile pkgsrc/misc/ktouch: Makefile pkgsrc/misc/kturtle: Makefile pkgsrc/misc/ktux: Makefile pkgsrc/misc/kwordquiz: Makefile pkgsrc/misc/libcarddav: Makefile pkgsrc/misc/libkdeedu: Makefile buildlink3.mk pkgsrc/misc/libkgeomap: Makefile buildlink3.mk pkgsrc/misc/libkvkontakte: Makefile buildlink3.mk pkgsrc/misc/libreoffice: Makefile pkgsrc/misc/libreoffice4: Makefile pkgsrc/misc/marble: Makefile buildlink3.mk pkgsrc/misc/mousetweaks: Makefile pkgsrc/misc/nepomuk-core: Makefile pkgsrc/misc/nepomuk-widgets: Makefile pkgsrc/misc/openoffice3: Makefile pkgsrc/misc/parley: Makefile pkgsrc/misc/qbrew: Makefile pkgsrc/misc/rocs: Makefile pkgsrc/misc/root: Makefile pkgsrc/misc/stellarium: Makefile pkgsrc/misc/step: Makefile pkgsrc/misc/superkaramba: Makefile pkgsrc/misc/sweeper: Makefile pkgsrc/misc/taskjuggler: Makefile pkgsrc/misc/tellico: Makefile pkgsrc/misc/tellico-kde3: Makefile pkgsrc/misc/tmux: Makefile pkgsrc/misc/usbprog: Makefile pkgsrc/misc/vym: Makefile pkgsrc/misc/yelp: Makefile pkgsrc/misc/zyGrib: Makefile pkgsrc/multimedia/audiocd-kio: Makefile pkgsrc/multimedia/dragon: Makefile pkgsrc/multimedia/dvdauthor: Makefile pkgsrc/multimedia/ffmpegthumbs: Makefile pkgsrc/multimedia/fuppes: Makefile pkgsrc/multimedia/gecko-mediaplayer: Makefile pkgsrc/multimedia/gmencoder: Makefile pkgsrc/multimedia/gnash: Makefile pkgsrc/multimedia/gnome-mplayer: Makefile pkgsrc/multimedia/gpac: Makefile pkgsrc/multimedia/gst-plugins0.10-bad: Makefile pkgsrc/multimedia/gst-plugins1-bad: Makefile pkgsrc/multimedia/gxine: Makefile pkgsrc/multimedia/juk: Makefile pkgsrc/multimedia/kaffeine: Makefile pkgsrc/multimedia/kdemultimedia3: Makefile buildlink3.mk pkgsrc/multimedia/kdenlive: Makefile pkgsrc/multimedia/kmix: Makefile pkgsrc/multimedia/kmplayer: Makefile pkgsrc/multimedia/kmplayer-kde3: Makefile pkgsrc/multimedia/kscd: Makefile pkgsrc/multimedia/libkcddb: Makefile pkgsrc/multimedia/libkcompactdisc: Makefile pkgsrc/multimedia/mediatomb: Makefile pkgsrc/multimedia/mkvtoolnix: Makefile pkgsrc/multimedia/mlt: Makefile pkgsrc/multimedia/mplayer-plugin: Makefile pkgsrc/multimedia/mplayerthumbs: Makefile pkgsrc/multimedia/phonon: Makefile buildlink3.mk pkgsrc/multimedia/phonon-backend-gstreamer: Makefile pkgsrc/multimedia/phonon-backend-vlc: Makefile pkgsrc/multimedia/transcode: Makefile pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc2: Makefile pkgsrc/multimedia/xine-lib: Makefile pkgsrc/multimedia/xine-ui: Makefile pkgsrc/net/aria2: Makefile pkgsrc/net/avahi: Makefile buildlink3.mk pkgsrc/net/bind96: Makefile pkgsrc/net/bind98: Makefile pkgsrc/net/bind99: Makefile pkgsrc/net/btget: Makefile pkgsrc/net/btpd: Makefile pkgsrc/net/cclive: Makefile pkgsrc/net/ccrtp: Makefile buildlink3.mk pkgsrc/net/choqok: Makefile pkgsrc/net/couriertcpd: Makefile pkgsrc/net/csup: Makefile pkgsrc/net/dc_gui2: Makefile pkgsrc/net/dcsharp: Makefile pkgsrc/net/dtcpclient: Makefile pkgsrc/net/dtorrent: Makefile pkgsrc/net/echoping: Makefile pkgsrc/net/ekiga: Makefile pkgsrc/net/etherape: Makefile pkgsrc/net/ettercap: Makefile pkgsrc/net/ettercap-NG: Makefile pkgsrc/net/fetch: Makefile pkgsrc/net/flickcurl: Makefile pkgsrc/net/freeradius: Makefile pkgsrc/net/freeradius2: Makefile pkgsrc/net/freerdp: Makefile pkgsrc/net/ftplibpp: Makefile pkgsrc/net/gkrellm-multiping: Makefile pkgsrc/net/gkrellm-snmp: Makefile pkgsrc/net/gkrellm-wireless: Makefile pkgsrc/net/gnome-netstatus: Makefile pkgsrc/net/gnome-vfs-smb: Makefile pkgsrc/net/gnugk: Makefile pkgsrc/net/gst-plugins0.10-rtmp: Makefile pkgsrc/net/gst-plugins1-rtmp: Makefile pkgsrc/net/httping: Makefile pkgsrc/net/isc-dhclient4: Makefile pkgsrc/net/isc-dhcp4: Makefile pkgsrc/net/isc-dhcpd4: Makefile pkgsrc/net/isc-dhcrelay4: Makefile pkgsrc/net/jigdo: Makefile pkgsrc/net/kdenetwork-filesharing: Makefile pkgsrc/net/kdenetwork-strigi-analyzers: Makefile pkgsrc/net/kdenetwork3: Makefile buildlink3.mk pkgsrc/net/kdnssd: Makefile pkgsrc/net/kftpgrabber: Makefile pkgsrc/net/kget: Makefile pkgsrc/net/kismet: Makefile pkgsrc/net/kmldonkey: Makefile pkgsrc/net/kmldonkey-kde3: Makefile pkgsrc/net/kopete: Makefile pkgsrc/net/kphone: Makefile pkgsrc/net/kppp: Makefile pkgsrc/net/krdc: Makefile pkgsrc/net/krfb: Makefile pkgsrc/net/ktorrent: Makefile pkgsrc/net/ktorrent-kde3: Makefile pkgsrc/net/ldns: Makefile pkgsrc/net/lftp: Makefile pkgsrc/net/libcmis: Makefile pkgsrc/net/libdmapsharing: Makefile pkgsrc/net/libdmapsharing3: Makefile pkgsrc/net/libexosip: Makefile buildlink3.mk pkgsrc/net/libfetch: Makefile buildlink3.mk pkgsrc/net/libktorrent: Makefile buildlink3.mk pkgsrc/net/libquvi: Makefile pkgsrc/net/libtorrent: Makefile buildlink3.mk pkgsrc/net/libzrtpcpp: Makefile buildlink3.mk pkgsrc/net/linc: Makefile buildlink3.mk pkgsrc/net/lldpd: Makefile pkgsrc/net/logjam: Makefile pkgsrc/net/mirall: Makefile pkgsrc/net/mldonkey-gui: Makefile pkgsrc/net/monsoon: Makefile pkgsrc/net/mosh: Makefile pkgsrc/net/mydns-mysql: Makefile pkgsrc/net/mydns-pgsql: Makefile pkgsrc/net/nagios-nrpe: Makefile pkgsrc/net/nagios-plugin-ldap: Makefile pkgsrc/net/nagios-plugin-mysql: Makefile pkgsrc/net/nagios-plugin-pgsql: Makefile pkgsrc/net/nagios-plugin-radius: Makefile pkgsrc/net/nagios-plugin-snmp: Makefile pkgsrc/net/nagios-plugins: Makefile pkgsrc/net/nagstamon: Makefile pkgsrc/net/net-snmp: Makefile pkgsrc/net/netatalk: Makefile pkgsrc/net/nmap: Makefile pkgsrc/net/nsd: Makefile pkgsrc/net/ntop: Makefile pkgsrc/net/ntp4: Makefile pkgsrc/net/ocamlnet: Makefile pkgsrc/net/ocsync: Makefile buildlink3.mk pkgsrc/net/openh323: Makefile buildlink3.mk pkgsrc/net/openntpd: Makefile pkgsrc/net/openslp: Makefile pkgsrc/net/openvpn: Makefile pkgsrc/net/p5-Net-Z3950-ZOOM: Makefile pkgsrc/net/pchar: Makefile pkgsrc/net/pen: Makefile pkgsrc/net/php-ftp: Makefile pkgsrc/net/php-yaz: Makefile pkgsrc/net/podcastdl: Makefile pkgsrc/net/polsms: Makefile pkgsrc/net/powerdns-ldap: Makefile pkgsrc/net/proftpd: Makefile pkgsrc/net/proxytunnel: Makefile pkgsrc/net/pure-ftpd: Makefile pkgsrc/net/quvi: Makefile pkgsrc/net/rabbitmq-c: Makefile pkgsrc/net/rdesktop: Makefile pkgsrc/net/remmina: Makefile pkgsrc/net/remmina-plugins: Makefile pkgsrc/net/rtmpdump: Makefile buildlink3.mk pkgsrc/net/rtorrent: Makefile pkgsrc/net/samba: Makefile pkgsrc/net/samba35: Makefile pkgsrc/net/sdig: Makefile pkgsrc/net/sipsak: Makefile pkgsrc/net/socat: Makefile pkgsrc/net/spreadlogd: Makefile pkgsrc/net/sysmon: Makefile pkgsrc/net/tcpdump: Makefile pkgsrc/net/tightvnc: Makefile pkgsrc/net/tinc: Makefile pkgsrc/net/tor: Makefile pkgsrc/net/transmission: Makefile Makefile pkgsrc/net/transmission-gtk: Makefile pkgsrc/net/transmission-qt: Makefile pkgsrc/net/trickle: Makefile pkgsrc/net/tsclient: Makefile pkgsrc/net/ucspi-ssl: Makefile pkgsrc/net/uftp: Makefile pkgsrc/net/unbound: Makefile pkgsrc/net/unison: Makefile pkgsrc/net/unison2.32: Makefile pkgsrc/net/unworkable: Makefile pkgsrc/net/urlgfe: Makefile pkgsrc/net/vinagre: Makefile pkgsrc/net/vino: Makefile pkgsrc/net/vpnc: Makefile pkgsrc/net/vsftpd: Makefile pkgsrc/net/vtun: Makefile pkgsrc/net/wget: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/net/wmget: Makefile pkgsrc/net/wpa_gui: Makefile pkgsrc/net/wpa_supplicant: Makefile pkgsrc/net/xorp: Makefile pkgsrc/net/xymon: Makefile pkgsrc/net/yaz: Makefile buildlink3.mk pkgsrc/news/inn: Makefile pkgsrc/news/nntpcache: Makefile pkgsrc/news/slrn: Makefile pkgsrc/news/suck: Makefile pkgsrc/parallel/gridscheduler: Makefile pkgsrc/parallel/sge: Makefile pkgsrc/parallel/slurm: Makefile pkgsrc/pkgtools/pkg_install: Makefile pkgsrc/pkgtools/pkgin: Makefile pkgsrc/print/advi: Makefile pkgsrc/print/cups: Makefile buildlink3.mk pkgsrc/print/cups-drivers-Magicolor5440DL: Makefile pkgsrc/print/diffpdf: Makefile pkgsrc/print/electrix: Makefile pkgsrc/print/epdfview: Makefile pkgsrc/print/evince: Makefile pkgsrc/print/evince-nautilus: Makefile pkgsrc/print/evince3: Makefile pkgsrc/print/foomatic4-db-engine: Makefile pkgsrc/print/foomatic4-filters: Makefile pkgsrc/print/ghostscript: Makefile buildlink3.mk pkgsrc/print/ghostscript-agpl: Makefile buildlink3.mk pkgsrc/print/ghostscript-gpl: Makefile buildlink3.mk pkgsrc/print/glabels: Makefile pkgsrc/print/gtklp: Makefile pkgsrc/print/gutenprint-lib: Makefile pkgsrc/print/hplip: Makefile pkgsrc/print/ja-vfxdvik: Makefile pkgsrc/print/kbibtex: Makefile pkgsrc/print/kbibtex-kde3: Makefile pkgsrc/print/libgnomecups: Makefile buildlink3.mk pkgsrc/print/libgnomeprint: Makefile buildlink3.mk pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk pkgsrc/print/libgxps: Makefile pkgsrc/print/libspectre: Makefile buildlink3.mk pkgsrc/print/mupdf: Makefile pkgsrc/print/okular: Makefile pkgsrc/print/p5-Net-CUPS: Makefile pkgsrc/print/pdf2djvu: Makefile pkgsrc/print/podofo: Makefile pkgsrc/print/poppler-qt4: Makefile pkgsrc/print/py-cups: Makefile pkgsrc/print/qpdfview: Makefile pkgsrc/print/scribus: Makefile pkgsrc/print/scribus-qt4: Makefile pkgsrc/print/xfce4-print: Makefile buildlink3.mk pkgsrc/print/xpp: Makefile pkgsrc/security/CSP: Makefile pkgsrc/security/MyPasswordSafe: Makefile pkgsrc/security/amap: Makefile pkgsrc/security/ap-modsecurity2: Makefile pkgsrc/security/courier-authlib: Makefile pkgsrc/security/cy2-digestmd5: Makefile pkgsrc/security/cy2-gssapi: Makefile pkgsrc/security/cy2-ldapdb: Makefile pkgsrc/security/cy2-ntlm: Makefile pkgsrc/security/cy2-otp: Makefile pkgsrc/security/cy2-saml: Makefile pkgsrc/security/cy2-scram: Makefile pkgsrc/security/cyrus-saslauthd: Makefile pkgsrc/security/dirb: Makefile pkgsrc/security/dirmngr: Makefile pkgsrc/security/dnssec-tools: Makefile pkgsrc/security/engine-pkcs11: Makefile pkgsrc/security/fragroute: Makefile pkgsrc/security/fwbuilder: Makefile pkgsrc/security/gnome-keyring-manager: Makefile pkgsrc/security/gnupg: Makefile pkgsrc/security/gnupg-pkcs11-scd: Makefile pkgsrc/security/gnupg2: Makefile pkgsrc/security/gpass: Makefile pkgsrc/security/gsasl: Makefile pkgsrc/security/guardtime: Makefile pkgsrc/security/heimdal: Makefile buildlink3.mk pkgsrc/security/honeyd: Makefile pkgsrc/security/honeyd-arpd: Makefile pkgsrc/security/hydan: Makefile pkgsrc/security/hydra: Makefile pkgsrc/security/ike-scan: Makefile pkgsrc/security/ipsec-tools: Makefile pkgsrc/security/isakmpd: Makefile pkgsrc/security/keepassx: Makefile pkgsrc/security/kgpg: Makefile pkgsrc/security/kssh: Makefile pkgsrc/security/kth-krb4: Makefile pkgsrc/security/kwallet: Makefile pkgsrc/security/lasso: Makefile buildlink3.mk pkgsrc/security/libfprint: Makefile pkgsrc/security/libfwbuilder: Makefile buildlink3.mk pkgsrc/security/libguardtime: Makefile buildlink3.mk pkgsrc/security/liboauth: Makefile buildlink3.mk pkgsrc/security/libp11: Makefile buildlink3.mk pkgsrc/security/libssh: Makefile buildlink3.mk pkgsrc/security/libssh2: Makefile buildlink3.mk pkgsrc/security/libtcpa: Makefile buildlink3.mk pkgsrc/security/lua-sec: Makefile pkgsrc/security/mit-krb5: Makefile pkgsrc/security/mit-krb5-appl: Makefile pkgsrc/security/mixminion: Makefile pkgsrc/security/munge: Makefile pkgsrc/security/netpgp: Makefile pkgsrc/security/oath-toolkit: Makefile pkgsrc/security/ocaml-ssl: Makefile buildlink3.mk pkgsrc/security/opendnssec: Makefile pkgsrc/security/opensaml: Makefile buildlink3.mk pkgsrc/security/opensc: Makefile pkgsrc/security/openssh: Makefile pkgsrc/security/openvas-client: Makefile pkgsrc/security/otptool: Makefile pkgsrc/security/p5-Crypt-OpenSSL-AES: Makefile pkgsrc/security/p5-Crypt-OpenSSL-Bignum: Makefile pkgsrc/security/p5-Crypt-OpenSSL-DSA: Makefile pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile pkgsrc/security/p5-Crypt-OpenSSL-Random: Makefile pkgsrc/security/p5-Crypt-SSLeay: Makefile pkgsrc/security/p5-Net-SSLeay: Makefile pkgsrc/security/p5-OpenSSL: Makefile pkgsrc/security/pam-ldap: Makefile pkgsrc/security/pam-mysql: Makefile pkgsrc/security/pam-p11: Makefile pkgsrc/security/pam-saml: Makefile pkgsrc/security/pam-yubico: Makefile pkgsrc/security/php-oauth: Makefile pkgsrc/security/pinentry-qt4: Makefile pkgsrc/security/pkcs11-helper: Makefile buildlink3.mk pkgsrc/security/polkit-qt: Makefile buildlink3.mk pkgsrc/security/pwsafe: Makefile pkgsrc/security/py-OpenSSL: Makefile pkgsrc/security/py-SSLCrypto: Makefile pkgsrc/security/py-crypto: Makefile pkgsrc/security/py-lasso: Makefile pkgsrc/security/py-m2crypto: Makefile pkgsrc/security/py-xmlsec: Makefile pkgsrc/security/qca-tls: Makefile pkgsrc/security/qca2: Makefile buildlink3.mk pkgsrc/security/qca2-gnupg: Makefile pkgsrc/security/qca2-ossl: Makefile pkgsrc/security/qoauth: Makefile buildlink3.mk pkgsrc/security/racoon2: Makefile pkgsrc/security/rainbowcrack: Makefile pkgsrc/security/scanssh: Makefile pkgsrc/security/seahorse: Makefile pkgsrc/security/seahorse-plugins: Makefile pkgsrc/security/sfs: Makefile pkgsrc/security/sign: Makefile pkgsrc/security/ssldump: Makefile pkgsrc/security/sslproxy: Makefile pkgsrc/security/sslscan: Makefile pkgsrc/security/sslwrap: Makefile pkgsrc/security/starttls: Makefile pkgsrc/security/stud: Makefile pkgsrc/security/stunnel: Makefile pkgsrc/security/sudo: Makefile pkgsrc/security/tcl-tls: Makefile pkgsrc/security/tkpasman: Makefile pkgsrc/security/xml-security-c: Makefile buildlink3.mk pkgsrc/security/xmlsec1: Makefile buildlink3.mk pkgsrc/security/ykclient: Makefile buildlink3.mk pkgsrc/security/zebedee: Makefile pkgsrc/security/zoneminder: Makefile pkgsrc/sysutils/adtool: Makefile pkgsrc/sysutils/bacula: Makefile pkgsrc/sysutils/bacula-clientonly: Makefile pkgsrc/sysutils/bacula-qt-console: Makefile pkgsrc/sysutils/boxbackup-client: Makefile pkgsrc/sysutils/boxbackup-server: Makefile pkgsrc/sysutils/btpin-qt: Makefile pkgsrc/sysutils/cfengine2: Makefile pkgsrc/sysutils/cfengine3: Makefile pkgsrc/sysutils/conky: Makefile pkgsrc/sysutils/dmg2img: Makefile pkgsrc/sysutils/edbus: Makefile buildlink3.mk pkgsrc/sysutils/efreet: Makefile buildlink3.mk pkgsrc/sysutils/filelight: Makefile pkgsrc/sysutils/filelight-kde3: Makefile pkgsrc/sysutils/ftwin: Makefile pkgsrc/sysutils/gcdmaster: Makefile pkgsrc/sysutils/gkrellm: Makefile buildlink3.mk pkgsrc/sysutils/gkrellm-est: Makefile pkgsrc/sysutils/gnome-commander: Makefile pkgsrc/sysutils/gnome-device-manager: Makefile pkgsrc/sysutils/gnome-pkgview: Makefile pkgsrc/sysutils/gnome-power-manager: Makefile pkgsrc/sysutils/gnome-vfs: Makefile buildlink3.mk pkgsrc/sysutils/gnome-vfs-monikers: Makefile pkgsrc/sysutils/gnome-vfsmm: Makefile buildlink3.mk pkgsrc/sysutils/gnome-volume-manager: Makefile pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile pkgsrc/sysutils/gtk-send-pr: Makefile pkgsrc/sysutils/gvfs: Makefile pkgsrc/sysutils/ipmitool: Makefile pkgsrc/sysutils/k3b: Makefile pkgsrc/sysutils/k3b-kde3: Makefile pkgsrc/sysutils/k4dirstat: Makefile pkgsrc/sysutils/kcron: Makefile pkgsrc/sysutils/kdf: Makefile pkgsrc/sysutils/kdirstat: Makefile pkgsrc/sysutils/kfloppy: Makefile pkgsrc/sysutils/krusader: Makefile pkgsrc/sysutils/ksystemlog: Makefile pkgsrc/sysutils/kuser: Makefile pkgsrc/sysutils/libvirt: Makefile pkgsrc/sysutils/monit: Makefile pkgsrc/sysutils/open-vm-tools: Makefile pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk pkgsrc/sysutils/radmind: Makefile pkgsrc/sysutils/rox: Makefile pkgsrc/sysutils/strigi: Makefile pkgsrc/sysutils/syslog-ng: Makefile pkgsrc/sysutils/virt-manager: Makefile pkgsrc/sysutils/webmin: Makefile pkgsrc/sysutils/xentools20: Makefile pkgsrc/sysutils/xentools3: Makefile pkgsrc/textproc/FlightCrew: Makefile pkgsrc/textproc/dikt: Makefile pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk pkgsrc/textproc/gnome-subtitles: Makefile pkgsrc/textproc/groonga: Makefile pkgsrc/textproc/jansson: Makefile buildlink3.mk pkgsrc/textproc/liblrdf: Makefile buildlink3.mk pkgsrc/textproc/libnxml: Makefile buildlink3.mk pkgsrc/textproc/raptor: Makefile buildlink3.mk pkgsrc/textproc/raptor2: Makefile buildlink3.mk pkgsrc/textproc/rasqal: Makefile buildlink3.mk pkgsrc/textproc/redland: Makefile buildlink3.mk pkgsrc/textproc/soprano: Makefile buildlink3.mk pkgsrc/textproc/xmlrpc-c: Makefile buildlink3.mk pkgsrc/textproc/xmltooling: Makefile pkgsrc/time/gnotime: Makefile pkgsrc/time/gtodo: Makefile pkgsrc/time/gtodo-applet: Makefile pkgsrc/time/hamster-applet: Makefile pkgsrc/time/ktimer: Makefile pkgsrc/time/libgcal: Makefile buildlink3.mk pkgsrc/time/planner: Makefile pkgsrc/time/rsibreak: Makefile pkgsrc/time/rsibreak-kde3: Makefile pkgsrc/wm/compiz: Makefile buildlink3.mk pkgsrc/wm/compiz-fusion-plugins-extra: Makefile pkgsrc/wm/compiz-fusion-plugins-main: Makefile pkgsrc/www/SOGo: Makefile pkgsrc/www/amaya: Makefile pkgsrc/www/ap-auth-ldap: Makefile pkgsrc/www/ap-ssl: Makefile pkgsrc/www/ap-xslt: Makefile pkgsrc/www/ap2-auth-ldap: Makefile pkgsrc/www/ap2-auth-mellon: Makefile pkgsrc/www/ap2-auth-radius: Makefile pkgsrc/www/ap2-authn-otp: Makefile pkgsrc/www/ap2-subversion: Makefile pkgsrc/www/ap22-authz-ldap: Makefile pkgsrc/www/ap22-dnssd: Makefile pkgsrc/www/ap22-limitipconn: Makefile pkgsrc/www/ap22-vhost-ldap: Makefile pkgsrc/www/apache2: Makefile buildlink3.mk pkgsrc/www/apache22: Makefile buildlink3.mk pkgsrc/www/apache24: Makefile buildlink3.mk pkgsrc/www/aws: Makefile pkgsrc/www/aws-demos: Makefile pkgsrc/www/bozohttpd: Makefile pkgsrc/www/browser-bookmarks-menu: Makefile pkgsrc/www/c-icap: Makefile pkgsrc/www/cadaver: Makefile pkgsrc/www/cherokee: Makefile pkgsrc/www/cppcms: Makefile pkgsrc/www/crawl: Makefile pkgsrc/www/curl: Makefile buildlink3.mk pkgsrc/www/dillo: Makefile pkgsrc/www/drivel: Makefile pkgsrc/www/elinks: Makefile pkgsrc/www/eliom: Makefile pkgsrc/www/epiphany: Makefile pkgsrc/www/firefox: Makefile pkgsrc/www/firefox10: Makefile pkgsrc/www/firefox17: Makefile pkgsrc/www/firefox24: Makefile pkgsrc/www/firefox36: Makefile pkgsrc/www/htmldoc: Makefile pkgsrc/www/http_load: Makefile pkgsrc/www/icedtea-web: Makefile pkgsrc/www/kdewebdev3: Makefile pkgsrc/www/kdewebdev4: Makefile pkgsrc/www/lhs: Makefile pkgsrc/www/libmediawiki: Makefile buildlink3.mk pkgsrc/www/libmicrohttpd: Makefile pkgsrc/www/libmrss: Makefile buildlink3.mk pkgsrc/www/libwww: Makefile buildlink3.mk pkgsrc/www/lighttpd: Makefile pkgsrc/www/links: Makefile pkgsrc/www/links-gui: Makefile pkgsrc/www/litmus: Makefile pkgsrc/www/lua-curl: Makefile pkgsrc/www/lynx: Makefile pkgsrc/www/mini_httpd: Makefile pkgsrc/www/neon: Makefile buildlink3.mk pkgsrc/www/netsurf: Makefile pkgsrc/www/nginx: Makefile pkgsrc/www/nspluginwrapper: Makefile pkgsrc/www/ocaml-curl: Makefile pkgsrc/www/ocsigen: Makefile pkgsrc/www/p5-WWW-Curl: Makefile pkgsrc/www/php-curl: Makefile pkgsrc/www/php-http: Makefile pkgsrc/www/pound: Makefile pkgsrc/www/py-curl: Makefile pkgsrc/www/py-uwsgi: Makefile pkgsrc/www/ruby-patron: Makefile pkgsrc/www/screws: Makefile pkgsrc/www/seamonkey: Makefile pkgsrc/www/serf: Makefile buildlink3.mk pkgsrc/www/serf0: Makefile buildlink3.mk pkgsrc/www/shibboleth-sp: Makefile pkgsrc/www/sitecopy: Makefile pkgsrc/www/snownews: Makefile pkgsrc/www/squid3: Makefile pkgsrc/www/tinyproxy: Makefile pkgsrc/www/w3m: Makefile pkgsrc/www/w3m-img: Makefile pkgsrc/x11/alacarte: Makefile pkgsrc/x11/appmenu-qt: Makefile pkgsrc/x11/elementary: Makefile buildlink3.mk pkgsrc/x11/enlightenment: Makefile buildlink3.mk pkgsrc/x11/fast-user-switch-applet: Makefile pkgsrc/x11/gnome-applets: Makefile pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk pkgsrc/x11/gnome-mag: Makefile pkgsrc/x11/gnome-panel: Makefile buildlink3.mk pkgsrc/x11/gnome-session: Makefile pkgsrc/x11/gnome-sharp: Makefile pkgsrc/x11/gnome-terminal: Makefile pkgsrc/x11/gnome-themes-extras: Makefile pkgsrc/x11/gnopernicus: Makefile pkgsrc/x11/grandr_applet: Makefile pkgsrc/x11/gtk2: Makefile pkgsrc/x11/gtk3: Makefile pkgsrc/x11/gtksourceview: Makefile pkgsrc/x11/gtksourceview-sharp2: Makefile pkgsrc/x11/kactivities: Makefile buildlink3.mk pkgsrc/x11/kde-baseapps4: Makefile pkgsrc/x11/kde-runtime4: Makefile buildlink3.mk pkgsrc/x11/kde-workspace4: Makefile buildlink3.mk pkgsrc/x11/kde3-i18n-af: Makefile pkgsrc/x11/kde3-i18n-ar: Makefile pkgsrc/x11/kde3-i18n-az: Makefile pkgsrc/x11/kde3-i18n-bg: Makefile pkgsrc/x11/kde3-i18n-bn: Makefile pkgsrc/x11/kde3-i18n-br: Makefile pkgsrc/x11/kde3-i18n-bs: Makefile pkgsrc/x11/kde3-i18n-ca: Makefile pkgsrc/x11/kde3-i18n-cs: Makefile pkgsrc/x11/kde3-i18n-cy: Makefile pkgsrc/x11/kde3-i18n-da: Makefile pkgsrc/x11/kde3-i18n-de: Makefile pkgsrc/x11/kde3-i18n-el: Makefile pkgsrc/x11/kde3-i18n-en_GB: Makefile pkgsrc/x11/kde3-i18n-eo: Makefile pkgsrc/x11/kde3-i18n-es: Makefile pkgsrc/x11/kde3-i18n-et: Makefile pkgsrc/x11/kde3-i18n-eu: Makefile pkgsrc/x11/kde3-i18n-fa: Makefile pkgsrc/x11/kde3-i18n-fi: Makefile pkgsrc/x11/kde3-i18n-fr: Makefile pkgsrc/x11/kde3-i18n-fy: Makefile pkgsrc/x11/kde3-i18n-ga: Makefile pkgsrc/x11/kde3-i18n-gl: Makefile pkgsrc/x11/kde3-i18n-he: Makefile pkgsrc/x11/kde3-i18n-hi: Makefile pkgsrc/x11/kde3-i18n-hr: Makefile pkgsrc/x11/kde3-i18n-hu: Makefile pkgsrc/x11/kde3-i18n-is: Makefile pkgsrc/x11/kde3-i18n-it: Makefile pkgsrc/x11/kde3-i18n-ja: Makefile pkgsrc/x11/kde3-i18n-kk: Makefile pkgsrc/x11/kde3-i18n-km: Makefile pkgsrc/x11/kde3-i18n-ko: Makefile pkgsrc/x11/kde3-i18n-lt: Makefile pkgsrc/x11/kde3-i18n-lv: Makefile pkgsrc/x11/kde3-i18n-mk: Makefile pkgsrc/x11/kde3-i18n-mn: Makefile pkgsrc/x11/kde3-i18n-ms: Makefile pkgsrc/x11/kde3-i18n-nb: Makefile pkgsrc/x11/kde3-i18n-nds: Makefile pkgsrc/x11/kde3-i18n-nl: Makefile pkgsrc/x11/kde3-i18n-nn: Makefile pkgsrc/x11/kde3-i18n-pa: Makefile pkgsrc/x11/kde3-i18n-pl: Makefile pkgsrc/x11/kde3-i18n-pt: Makefile pkgsrc/x11/kde3-i18n-pt_BR: Makefile pkgsrc/x11/kde3-i18n-ro: Makefile pkgsrc/x11/kde3-i18n-ru: Makefile pkgsrc/x11/kde3-i18n-rw: Makefile pkgsrc/x11/kde3-i18n-se: Makefile pkgsrc/x11/kde3-i18n-sk: Makefile pkgsrc/x11/kde3-i18n-sl: Makefile pkgsrc/x11/kde3-i18n-sr: Makefile pkgsrc/x11/kde3-i18n-sr_Latn: Makefile pkgsrc/x11/kde3-i18n-ss: Makefile pkgsrc/x11/kde3-i18n-sv: Makefile pkgsrc/x11/kde3-i18n-ta: Makefile pkgsrc/x11/kde3-i18n-tg: Makefile pkgsrc/x11/kde3-i18n-tr: Makefile pkgsrc/x11/kde3-i18n-uk: Makefile pkgsrc/x11/kde3-i18n-uz: Makefile pkgsrc/x11/kde3-i18n-vi: Makefile pkgsrc/x11/kde3-i18n-zh_CN: Makefile pkgsrc/x11/kde3-i18n-zh_TW: Makefile pkgsrc/x11/kdebase3: Makefile pkgsrc/x11/kdebindings-ruby: Makefile pkgsrc/x11/kdelibdocs3: Makefile pkgsrc/x11/kdelibs3: Makefile pkgsrc/x11/kdelibs4: Makefile pkgsrc/x11/kkbswitch: Makefile pkgsrc/x11/kmessage: Makefile pkgsrc/x11/konsole: Makefile pkgsrc/x11/lablgtk: Makefile pkgsrc/x11/modular-xorg-server: Makefile pkgsrc/x11/py-gnome2: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-desktop: Makefile buildlink3.mk pkgsrc/x11/py-gnome2-extras: Makefile buildlink3.mk pkgsrc/x11/py-kde4: Makefile pkgsrc/x11/py-qt4: Makefile pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/qt3: Makefile pkgsrc/x11/qt3-docs: Makefile pkgsrc/x11/qt3-libs: Makefile pkgsrc/x11/qt3-mysql: Makefile pkgsrc/x11/qt3-pgsql: Makefile pkgsrc/x11/qt3-tools: Makefile pkgsrc/x11/qt4-creator: Makefile pkgsrc/x11/qt4-docs: Makefile pkgsrc/x11/qt4-libs: Makefile buildlink3.mk pkgsrc/x11/qt4-mng: Makefile pkgsrc/x11/qt4-mysql: Makefile pkgsrc/x11/qt4-pgsql: Makefile pkgsrc/x11/qt4-qdbus: Makefile buildlink3.mk pkgsrc/x11/qt4-qscintilla: Makefile buildlink3.mk pkgsrc/x11/qt4-sqlite3: Makefile pkgsrc/x11/qt4-tiff: Makefile pkgsrc/x11/qt4-tools: Makefile buildlink3.mk pkgsrc/x11/qt5: Makefile pkgsrc/x11/qt5-dbus: Makefile pkgsrc/x11/qt5-mysql: Makefile pkgsrc/x11/qt5-odbc: Makefile pkgsrc/x11/qt5-psql: Makefile pkgsrc/x11/qt5-qtbase: Makefile pkgsrc/x11/qt5-qtdeclarative: Makefile pkgsrc/x11/qt5-qtdoc: Makefile pkgsrc/x11/qt5-qtgraphicaleffects: Makefile pkgsrc/x11/qt5-qtimageformats: Makefile pkgsrc/x11/qt5-qtlocation: Makefile pkgsrc/x11/qt5-qtmultimedia: Makefile pkgsrc/x11/qt5-qtquick1: Makefile pkgsrc/x11/qt5-qtquickcontrols: Makefile pkgsrc/x11/qt5-qtscript: Makefile pkgsrc/x11/qt5-qtsensors: Makefile pkgsrc/x11/qt5-qtserialport: Makefile pkgsrc/x11/qt5-qtsvg: Makefile pkgsrc/x11/qt5-qttools: Makefile pkgsrc/x11/qt5-qttranslations: Makefile pkgsrc/x11/qt5-qtwebkit: Makefile pkgsrc/x11/qt5-qtx11extras: Makefile pkgsrc/x11/qt5-qtxmlpatterns: Makefile pkgsrc/x11/qt5-sqlite3: Makefile pkgsrc/x11/qwt-qt4: Makefile pkgsrc/x11/qwt6-qt4: Makefile pkgsrc/x11/qwtplot3d-qt4: Makefile pkgsrc/x11/razor-qt: Makefile pkgsrc/x11/wmweather: Makefile pkgsrc/x11/x11vnc: Makefile pkgsrc/x11/x3270: Makefile pkgsrc/x11/xlockmore: Makefile Log Message: Recursive PKGREVISION bump for OpenSSL API version bump. --- Module Name: pkgsrc Committed By: taca Date: Sun Mar 9 14:08:17 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: Makefile distinfo Log Message: Update php54 to 5.4.26 (PHP 5.4.26). Version 5.4.26 06-Mar-2014 * JSON: - Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) * Fileinfo: - Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943). - Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270). * LDAP: - Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch). * Openssl: - Fixed bug #66501 (Add EC key support to php_openssl_is_private_key). * Pgsql: - Added warning for dangerous client encoding and remove possible injections for pg_insert()/pg_update()/pg_delete()/pg_select(). --- Module Name: pkgsrc Committed By: taca Date: Sun Mar 9 14:09:20 UTC 2014 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: Makefile distinfo Log Message: Update php55 to 5.5.10 (PHP 5.5.10). Version 5.5.10 6-Mar-2014 * Core: - Fixed bug #66574 (Allow multiple paths in php_ini_scanned_path). * Date: - Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones per offset too). * Fileinfo: - Fixed bug #66731 (file: infinite recursion (CVE-2014-1943)). - Fixed bug #66820 (out-of-bounds memory access in fileinfo (CVE-2014-2270)). * GD: - Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer (CVE-2013-7327)). * JSON: - Fixed bug #65753 (JsonSerializeable couldn't implement on module extension). * LDAP: - Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch). * Openssl: - Fixed bug #66501 (Add EC key support to php_openssl_is_private_key). * PCRE: - Upgraded to PCRE 8.34. * Pgsql: - Added warning for dangerous client encoding and remove possible injections for pg_insert()/pg_update()/pg_delete()/pg_select(). @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2014-01-08 02:58:52.000000000 +0000 d5 1 a5 1 @@@@ -23554,7 +23554,7 @@@@ fi d14 1 a14 1 @@@@ -25704,7 +25704,7 @@@@ $as_echo "yes" >&6; } d23 1 a23 1 @@@@ -36944,7 +36944,7 @@@@ fi d32 1 a32 1 @@@@ -51409,7 +51409,7 @@@@ fi d41 1 a41 1 @@@@ -105616,12 +105616,7 @@@@ old_CC=$CC @ 1.3 log @Update php54 to 5.4.18. 15 Aug 2013, PHP 5.4.18 - Core: . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com). . Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace). (Laruence) . Fixed bug #65108 (is_callable() triggers Fatal Error). (David Soria Parra, Laruence) . Fixed bug #65088 (Generated configure script is malformed on OpenBSD). (Adam) . Fixed bug #62964 (Possible XSS on "Registered stream filters" info). (david at nnucomputerwhiz dot com) . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan) . Fixed bug #62475 (variant_* functions causes crash when null given as an argument). (Felipe) . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana) . Fixed bug #65226 (chroot() does not get enabled). (Anatol) - CGI: . Fixed Bug #65143 (Missing php-cgi man page). (Remi) - CLI server: . Fixed bug #65066 (Cli server not responsive when responding with 422 http status code). (Adam) - CURL: . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan) - FPM: . Fixed bug #63983 (enabling FPM borks compile on FreeBSD). (chibisuke at web dot de, Felipe) - FTP: . Fixed bug #65228 (FTPs memory leak with SSL). (marco dot beierer at mbsecurity dot ch) - GMP: . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe) - Imap: . Fixed bug #64467 (Segmentation fault after imap_reopen failure). (askalski at gmail dot com) - Intl: . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas) . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions). (Stas) - mysqlnd: . Fixed segfault in mysqlnd when doing long prepare. (Andrey) - ODBC: . Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array). (Brandon Kirsch) - Openssl: . Fixed handling null bytes in subjectAltName (CVE-2013-4073). (Christian Heimes) - PDO: . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) - PDO_dblib: . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)). (Stanley Sufficool) - PDO_pgsql: . Fixed meta data retrieve when OID is larger than 2^31. (Yasuo) - Phar: . Fixed Bug #65142 (Missing phar man page). (Remi) - Session . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as documented). (Arpad) . Fixed bug #35703 (when session_name("123") consist only digits, should warning). (Yasuo) . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by oorza2k5 at gmail dot com (Yasuo) - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). (Damjan Cvetko) - SPL: . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence) . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice). (Laruence) . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings). (Adam) - XML: . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2012/07/25 13:01:05 fhajny Exp $ d3 1 a3 1 --- configure.orig 2013-08-14 06:04:57.000000000 +0000 d5 1 a5 10 @@@@ -20689,7 +20689,7 @@@@ _ACEOF cat>>Makefile.objects< \$@@.tmp && mv \$@@.tmp \$@@ \$(PHP_DTRACE_OBJS): $ac_bdir$ac_hdrobj @@@@ -23476,7 +23476,7 @@@@ fi d14 1 a14 1 @@@@ -25626,7 +25626,7 @@@@ $as_echo "yes" >&6; } d23 1 a23 1 @@@@ -36872,7 +36872,7 @@@@ fi d32 1 a32 1 @@@@ -51704,7 +51704,7 @@@@ fi d41 1 a41 1 @@@@ -105814,12 +105814,7 @@@@ old_CC=$CC @ 1.2 log @Add support for readline (for interactive PHP CLI). Add support for DTrace. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2012-06-13 06:08:07.000000000 +0000 d5 1 a5 1 @@@@ -20528,7 +20528,7 @@@@ _ACEOF d14 1 a14 1 @@@@ -23313,7 +23313,7 @@@@ fi d23 1 a23 1 @@@@ -25312,7 +25312,7 @@@@ $as_echo "yes" >&6; } d32 1 a32 1 @@@@ -36556,7 +36556,7 @@@@ fi d41 1 a41 1 @@@@ -51090,7 +51090,7 @@@@ fi d50 1 a50 1 @@@@ -105147,12 +105147,7 @@@@ old_CC=$CC @ 1.2.8.1 log @Pullup ticket #4222 - requested by taca lang/php54: security update Revisions pulled up: - lang/php/phpversion.mk 1.40,1.42 via patch - lang/php54/Makefile 1.13-1.14 - lang/php54/Makefile.common patch - lang/php54/PLIST 1.5 - lang/php54/distinfo 1.22-1.26 via patch - lang/php54/patches/patch-configure 1.3 - lang/php54/patches/patch-ext_openssl_openssl.c deleted - lang/php54/patches/patch-ext_xml_xml.c deleted - lang/php54/patches/patch-sapi_cgi_Makefile.frag 1.2 --- Module Name: pkgsrc Committed By: taca Date: Wed Aug 14 15:43:22 UTC 2013 Modified Files: pkgsrc/lang/php54: Makefile distinfo Added Files: pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c Log Message: Add fix fo openssl, CVE-2013-4073. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 16 00:38:24 UTC 2013 Modified Files: pkgsrc/lang/php54: distinfo pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c Log Message: Since openssl's security problem has assigned CVE-2013-4248, update comment in the patch file. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 16 15:28:23 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: Makefile PLIST distinfo pkgsrc/lang/php54/patches: patch-configure patch-sapi_cgi_Makefile.frag Removed Files: pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c patch-ext_xml_xml.c Log Message: Update php54 to 5.4.18. 15 Aug 2013, PHP 5.4.18 - Core: . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com). . Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace). (Laruence) . Fixed bug #65108 (is_callable() triggers Fatal Error). (David Soria Parra, Laruence) . Fixed bug #65088 (Generated configure script is malformed on OpenBSD). (Adam) . Fixed bug #62964 (Possible XSS on "Registered stream filters" info). (david at nnucomputerwhiz dot com) . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan) . Fixed bug #62475 (variant_* functions causes crash when null given as an argument). (Felipe) . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana) . Fixed bug #65226 (chroot() does not get enabled). (Anatol) - CGI: . Fixed Bug #65143 (Missing php-cgi man page). (Remi) - CLI server: . Fixed bug #65066 (Cli server not responsive when responding with 422 http status code). (Adam) - CURL: . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan) - FPM: . Fixed bug #63983 (enabling FPM borks compile on FreeBSD). (chibisuke at web dot de, Felipe) - FTP: . Fixed bug #65228 (FTPs memory leak with SSL). (marco dot beierer at mbsecurity dot ch) - GMP: . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe) - Imap: . Fixed bug #64467 (Segmentation fault after imap_reopen failure). (askalski at gmail dot com) - Intl: . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas) . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions). (Stas) - mysqlnd: . Fixed segfault in mysqlnd when doing long prepare. (Andrey) - ODBC: . Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array). (Brandon Kirsch) - Openssl: . Fixed handling null bytes in subjectAltName (CVE-2013-4073). (Christian Heimes) - PDO: . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) - PDO_dblib: . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)). (Stanley Sufficool) - PDO_pgsql: . Fixed meta data retrieve when OID is larger than 2^31. (Yasuo) - Phar: . Fixed Bug #65142 (Missing phar man page). (Remi) - Session . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as documented). (Arpad) . Fixed bug #35703 (when session_name("123") consist only digits, should warning). (Yasuo) . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by oorza2k5 at gmail dot com (Yasuo) - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). (Damjan Cvetko) - SPL: . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence) . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice). (Laruence) . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings). (Adam) - XML: . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob) --- Module Name: pkgsrc Committed By: taca Date: Sat Aug 17 00:35:08 UTC 2013 Modified Files: pkgsrc/lang/php54: distinfo Log Message: Make sure to update distinfo. Thanks to Greg Oster noted the problem to me. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 23 03:11:55 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo Log Message: Update php54 to 5.4.19. 22 Aug 2013, PHP 5.4.19 - Core: . Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse'). (Laruence) - Openssl: . Fixed UMR in fix for CVE-2013-4248. @ text @d3 1 a3 1 --- configure.orig 2013-08-14 06:04:57.000000000 +0000 d5 1 a5 1 @@@@ -20689,7 +20689,7 @@@@ _ACEOF d14 1 a14 1 @@@@ -23476,7 +23476,7 @@@@ fi d23 1 a23 1 @@@@ -25626,7 +25626,7 @@@@ $as_echo "yes" >&6; } d32 1 a32 1 @@@@ -36872,7 +36872,7 @@@@ fi d41 1 a41 1 @@@@ -51704,7 +51704,7 @@@@ fi d50 1 a50 1 @@@@ -105814,12 +105814,7 @@@@ old_CC=$CC @ 1.1 log @Adding php54 (PHP 5.4.4) to pkgsrc. Key new features: traits, a shortened array syntax, a built-in webserver for testing purposes and more. A migration guide: http://php.net/migration54 Full changes: http://www.php.net/ChangeLog-5.php @ text @d3 1 a3 1 --- configure.orig 2012-05-03 17:11:27.000000000 +0000 d5 10 a14 1 @@@@ -23334,7 +23334,7 @@@@ fi d23 1 a23 1 @@@@ -25333,7 +25333,7 @@@@ $as_echo "yes" >&6; } d32 1 a32 1 @@@@ -36571,7 +36571,7 @@@@ fi d50 1 a50 1 @@@@ -105056,12 +105056,7 @@@@ old_CC=$CC @