pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2013Q4] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   tron
Date:           Tue Mar 11 16:24:53 UTC 2014

Modified Files:
        pkgsrc/lang/php [pkgsrc-2013Q4]: phpversion.mk
        pkgsrc/lang/php54 [pkgsrc-2013Q4]: distinfo
        pkgsrc/lang/php54/patches [pkgsrc-2013Q4]: patch-configure
            patch-php.ini-development patch-php.ini-production
        pkgsrc/lang/php55 [pkgsrc-2013Q4]: distinfo
        pkgsrc/lang/php55/patches [pkgsrc-2013Q4]: patch-configure
            patch-makedist patch-php.ini-development patch-php.ini-production
Removed Files:
        pkgsrc/lang/php54/patches [pkgsrc-2013Q4]:
            patch-ext_date_lib_parse__iso__intervals.c
            patch-ext_date_lib_parse__iso__intervals.re
        pkgsrc/lang/php55/patches [pkgsrc-2013Q4]:
            patch-ext_date_lib_parse__iso__intervals.c
            patch-ext_date_lib_parse__iso__intervals.re
            patch-ext_sockets_sockaddr__conv.c

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.52.2.1 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.31 -r1.31.2.1 pkgsrc/lang/php54/distinfo
cvs rdiff -u -r1.4 -r1.4.4.1 pkgsrc/lang/php54/patches/patch-configure
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.c \
    pkgsrc/lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.re
cvs rdiff -u -r1.1 -r1.1.14.1 \
    pkgsrc/lang/php54/patches/patch-php.ini-development \
    pkgsrc/lang/php54/patches/patch-php.ini-production
cvs rdiff -u -r1.12 -r1.12.2.1 pkgsrc/lang/php55/distinfo
cvs rdiff -u -r1.3 -r1.3.2.1 pkgsrc/lang/php55/patches/patch-configure
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.c \
    pkgsrc/lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.re \
    pkgsrc/lang/php55/patches/patch-ext_sockets_sockaddr__conv.c
cvs rdiff -u -r1.1 -r1.1.4.1 pkgsrc/lang/php55/patches/patch-makedist
cvs rdiff -u -r1.2 -r1.2.4.1 \
    pkgsrc/lang/php55/patches/patch-php.ini-development \
    pkgsrc/lang/php55/patches/patch-php.ini-production

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index