The NetBSD Project

CVS log for pkgsrc/lang/clisp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / clisp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.120 / (download) - annotate - [select for diffs], Sun May 15 17:26:39 2022 UTC (22 months, 2 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.86 (colored)

clisp: follow redirects chain for HOMEPAGE, point to SourceForge directly.

Revision 1.119 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:20 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.86 (colored)

revbump for icu and libffi

Revision 1.118 / (download) - annotate - [select for diffs], Tue Sep 28 22:20:21 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.117: +3 -1 lines
Diff to previous 1.117 (colored) to selected 1.86 (colored)

clisp: mark as no-pie

Otherwise I see (on -current):
./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp  -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
*** Signal 11

Revision 1.117 / (download) - annotate - [select for diffs], Sun Apr 25 07:51:24 2021 UTC (2 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.86 (colored)

various fixes for arm64 big endian support.

most of these simply extend matching from "aarch64" to "aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.

Revision 1.116 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:19 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.86 (colored)

*: recursive bump for libffi

Revision 1.115 / (download) - annotate - [select for diffs], Sat Nov 2 10:20:42 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.114: +3 -5 lines
Diff to previous 1.114 (colored) to selected 1.86 (colored)

lang/clisp: fix pkglint warnings and notes

Revision 1.114 / (download) - annotate - [select for diffs], Tue Aug 13 14:24:31 2019 UTC (4 years, 7 months ago) by rjs
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.113: +3 -1 lines
Diff to previous 1.113 (colored) to selected 1.86 (colored)

Mark it broken for aarch64.

Revision 1.113 / (download) - annotate - [select for diffs], Sat Jul 13 09:43:56 2019 UTC (4 years, 8 months ago) by bsiegert
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored) to selected 1.86 (colored)

clisp: make PS file generation dependent on the "doc" option.

It turns out disabling docs also disables generating the ps files.
Found while dealing with pullup ticket #5993 by he@.

Revision 1.111.2.1 / (download) - annotate - [select for diffs], Sat Jul 13 09:32:44 2019 UTC (4 years, 8 months ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.111: +12 -2 lines
Diff to previous 1.111 (colored) next main 1.112 (colored) to selected 1.86 (colored)

Pullup ticket #5993 - requested by he
lang/clisp: build fix

Revisions pulled up:
- lang/clisp/Makefile                                           1.112

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Jul  9 22:55:41 UTC 2019

   Modified Files:
   	pkgsrc/lang/clisp: Makefile

   Log Message:
   Patterned after electric-fence, turn off builtins for calloc, malloc,
   memalign, realloc, valloc and free.  Makes clisp work with modern compilers.
   Bump PKGREVISION.

Revision 1.112 / (download) - annotate - [select for diffs], Tue Jul 9 22:55:41 2019 UTC (4 years, 8 months ago) by he
Branch: MAIN
Changes since 1.111: +12 -2 lines
Diff to previous 1.111 (colored) to selected 1.86 (colored)

Patterned after electric-fence, turn off builtins for calloc, malloc,
memalign, realloc, valloc and free.  Makes clisp work with modern compilers.
Bump PKGREVISION.

Revision 1.111 / (download) - annotate - [select for diffs], Sat May 4 19:38:08 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base
Branch point for: pkgsrc-2019Q2
Changes since 1.110: +3 -2 lines
Diff to previous 1.110 (colored) to selected 1.86 (colored)

lang/clisp: disable check for unrecognized configure options

CLisp uses a configure script that is almost a standard GNU configure
script. It doesn't know the --enable-option-checking option.

Revision 1.110 / (download) - annotate - [select for diffs], Sun Sep 10 20:03:49 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.86 (colored)

Switch from ffcall to libffcall (newer version of same).

Bump version.

Revision 1.109 / (download) - annotate - [select for diffs], Sun Oct 9 21:41:59 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.86 (colored)

Recursive bump for all users of pgsql now that the default is 95.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Sep 20 14:10:25 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.107: +2 -4 lines
Diff to previous 1.107 (colored) to selected 1.86 (colored)

Fix build with readline-7.0 and depend on it.

Bump PKGREVISION.

Revision 1.107 / (download) - annotate - [select for diffs], Tue Aug 23 20:03:48 2016 UTC (7 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.106: +5 -1 lines
Diff to previous 1.106 (colored) to selected 1.86 (colored)

Force the assumption made by i386-specific code.
This fixes build on NetBSD/i386 7.99.34.

Revision 1.106 / (download) - annotate - [select for diffs], Tue Feb 23 15:19:23 2016 UTC (8 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.105: +4 -1 lines
Diff to previous 1.105 (colored) to selected 1.86 (colored)

Add a new override mechanism for depcomp, similar to the existing
overrides for libtool. This allows us to easily get the fixed version
from our libtool in place without having to hunt down for the specific
bugs in random places. Disable the override explicitly in clisp, which
installs a copy without explicitly depending on libtool at run time.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 4 03:17:17 2015 UTC (9 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.104: +4 -6 lines
Diff to previous 1.104 (colored) to selected 1.86 (colored)

Use BROKEN_ON_PLATFORM; also remove sparc64 restriction since the link
for it points to a bug that's been fixed upstream.

Revision 1.104 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:37 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.103: +1 -3 lines
Diff to previous 1.103 (colored) to selected 1.86 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.103 / (download) - annotate - [select for diffs], Mon May 5 00:48:05 2014 UTC (9 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.86 (colored)

Recursive revbump from x11/pixman
Fix PR pkg/48777

Revision 1.102 / (download) - annotate - [select for diffs], Tue Oct 15 16:21:46 2013 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.86 (colored)

Give Lisp users an option to build CLISP without PDF documentation.
This lets building CLISP and SBCL without pulling the whole X11 stack in.

Revision 1.101 / (download) - annotate - [select for diffs], Thu Oct 10 14:42:20 2013 UTC (10 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.86 (colored)

Recursive revbump from pango-1.36.0

Revision 1.100 / (download) - annotate - [select for diffs], Mon Sep 2 19:51:13 2013 UTC (10 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.86 (colored)

Revbump after cairo update

Revision 1.99 / (download) - annotate - [select for diffs], Thu Jun 6 12:54:40 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.86 (colored)

Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.

Revision 1.98 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:33 2013 UTC (10 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) to selected 1.86 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.97 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:27 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.86 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.96 / (download) - annotate - [select for diffs], Wed Apr 24 10:06:50 2013 UTC (10 years, 11 months ago) by sbd
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.86 (colored)

Revbump for all packages that have USE_TOOLS+=gs

Revision 1.95 / (download) - annotate - [select for diffs], Sun Mar 31 17:25:31 2013 UTC (11 years ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.94: +4 -1 lines
Diff to previous 1.94 (colored) to selected 1.86 (colored)

This makes my bulk build hang, mark not for MirBSD for now.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Feb 16 11:22:51 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.86 (colored)

Recursive bump for png-1.6.

Revision 1.93 / (download) - annotate - [select for diffs], Mon Oct 8 23:01:57 2012 UTC (11 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.86 (colored)

Revbump after updating graphics/pango

Revision 1.90.2.1 / (download) - annotate - [select for diffs], Wed Oct 3 12:08:29 2012 UTC (11 years, 5 months ago) by spz
Branch: pkgsrc-2012Q3
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) next main 1.91 (colored) to selected 1.86 (colored)

Pullup ticket #3927 - requested by tron
graphics/cairo: build fix

Revisions pulled up:
- archivers/ark/Makefile                                        1.9
- archivers/file-roller/Makefile                                1.121
- audio/albumplayer/Makefile                                    1.22
- audio/amarok-kde3/Makefile                                    1.28
- audio/amarok/Makefile                                         1.115
- audio/ario/Makefile                                           1.23
- audio/audacious-plugins/Makefile                              1.34
- audio/audacious/Makefile                                      1.28
- audio/audacious/buildlink3.mk                                 1.20
- audio/audacity/Makefile                                       1.78
- audio/aumix-gtk/Makefile                                      1.18
- audio/bmp-esound/Makefile                                     1.30
- audio/bmp-flac/Makefile                                       1.13
- audio/bmp-mac/Makefile                                        1.19
- audio/bmp-musepack/Makefile                                   1.27
- audio/bmp-pulse/Makefile                                      1.17
- audio/bmp-scrobbler/Makefile                                  1.15
- audio/bmp/Makefile                                            1.49
- audio/bmp/buildlink3.mk                                       1.23
- audio/bmpx/Makefile                                           1.48
- audio/bsl/Makefile                                            1.17
- audio/buzztard/Makefile                                       1.21
- audio/easytag/Makefile                                        1.76
- audio/exaile/Makefile                                         1.34
- audio/gbemol/Makefile                                         1.18
- audio/gimmix/Makefile                                         1.24
- audio/gkrellm-volume/Makefile                                 1.41
- audio/glurp/Makefile                                          1.28
- audio/gmp3info/Makefile                                       1.40
- audio/gmpc-albumview/Makefile                                 1.12
- audio/gmpc-lastfm/Makefile                                    1.11
- audio/gmpc-lyrics/Makefile                                    1.12
- audio/gmpc-lyricwiki/Makefile                                 1.14
- audio/gmpc-magnatune/Makefile                                 1.16
- audio/gmpc-mdcover/Makefile                                   1.11
- audio/gmpc-tagedit/Makefile                                   1.12
- audio/gmpc/Makefile                                           1.53
- audio/gmpc/buildlink3.mk                                      1.17
- audio/gnome-vfs-cdda/Makefile                                 1.20
- audio/gqmpeg-devel/Makefile                                   1.39
- audio/gtick/Makefile                                          1.26
- audio/gtkpod/Makefile                                         1.46
- audio/hydrogen/Makefile                                       1.31
- audio/jack-rack/Makefile                                      1.25
- audio/libcanberra/Makefile                                    1.26
- audio/libcanberra/buildlink3.mk                               1.16
- audio/libgpod/Makefile                                        1.29
- audio/libgpod/buildlink3.mk                                   1.15
- audio/liblastfm/Makefile                                      1.22
- audio/liblastfm/buildlink3.mk                                 1.14
- audio/libvisual-bmp/Makefile                                  1.31
- audio/libvisual-plugins/Makefile                              1.35
- audio/libvisual0.2-plugins/Makefile                           1.18
- audio/liteamp/Makefile                                        1.52
- audio/mp3diags/Makefile                                       1.29
- audio/mp3splt-gtk/Makefile                                    1.14
- audio/muse/Makefile                                           1.42
- audio/padevchooser/Makefile                                   1.23
- audio/paman/Makefile                                          1.19
- audio/paprefs/Makefile                                        1.20
- audio/pavucontrol/Makefile                                    1.22
- audio/pavumeter/Makefile                                      1.20
- audio/pulseaudio/Makefile                                     1.60
- audio/py-musique/Makefile                                     1.35
- audio/qjackctl/Makefile                                       1.20
- audio/rhythmbox/Makefile                                      1.98
- audio/sfxr/Makefile                                           1.13
- audio/snd/Makefile                                            1.70
- audio/solfege/Makefile                                        1.39
- audio/sonata/Makefile                                         1.30
- audio/sound-juicer/Makefile                                   1.55
- audio/streamtuner/Makefile                                    1.58
- audio/streamtuner/buildlink3.mk                               1.27
- audio/sweep/Makefile                                          1.55
- audio/terminatorx/Makefile                                    1.32
- audio/timidity/Makefile                                       1.85
- audio/xfce4-mixer/Makefile                                    1.40
- audio/xfce4-xmms-plugin/Makefile                              1.28
- audio/xfce4-xmms-plugin/buildlink3.mk                         1.32
- biology/chemtool/Makefile                                     1.41
- biology/gnome-chemistry-utils/Makefile                        1.14
- biology/openbabel/Makefile                                    1.10
- cad/boolean/Makefile                                          1.57
- cad/geda/Makefile                                             1.79
- cad/gerbv/Makefile                                            1.50
- cad/gsmc/Makefile                                             1.26
- cad/gtk2-wcalc/Makefile                                       1.18
- cad/gtkwave/Makefile                                          1.43
- cad/gwave/Makefile                                            1.47
- cad/librecad/Makefile                                         1.10
- cad/openscad/Makefile                                         1.13
- cad/pcb/Makefile                                              1.63
- cad/transcalc/Makefile                                        1.33
- chat/empathy/Makefile                                         1.42
- chat/empathy/buildlink3.mk                                    1.20
- chat/finch/Makefile                                           1.45
- chat/gajim/Makefile                                           1.15
- chat/gg2/Makefile                                             1.43
- chat/gnomeicu/Makefile                                        1.83
- chat/gossip/Makefile                                          1.79
- chat/konversation/Makefile                                    1.48
- chat/libpurple/Makefile                                       1.46
- chat/libpurple/buildlink3.mk                                  1.34
- chat/msn-pecan/Makefile                                       1.21
- chat/pidgin-facebookchat/Makefile                             1.28
- chat/pidgin-icb/Makefile                                      1.24
- chat/pidgin-latex/Makefile                                    1.27
- chat/pidgin-libnotify/Makefile                                1.20
- chat/pidgin-otr/Makefile                                      1.30
- chat/pidgin-sametime/Makefile                                 1.32
- chat/pidgin-silc/Makefile                                     1.35
- chat/pidgin/Makefile                                          1.45
- chat/pidgin/buildlink3.mk                                     1.31
- chat/psi/Makefile                                             1.69
- chat/spectrum/Makefile                                        1.23
- chat/telepathy-farsight/Makefile                              1.26
- chat/telepathy-farsight/buildlink3.mk                         1.20
- chat/telepathy-mission-control/Makefile                       1.20
- chat/telepathy-mission-control/buildlink3.mk                  1.15
- chat/xchat-systray-integration/Makefile                       1.30
- chat/xchat/Makefile                                           1.79
- comms/asterisk10/Makefile                                     1.30
- comms/asterisk18/Makefile                                     1.48
- comms/efax-gtk/Makefile                                       1.59
- comms/gnome-pilot/Makefile                                    1.71
- comms/gnome-pilot/buildlink3.mk                               1.44
- comms/jpilot-syncmal/Makefile                                 1.54
- comms/jpilot/Makefile                                         1.83
- comms/jpilot/buildlink3.mk                                    1.26
- comms/multisync-gui/Makefile                                  1.22
- converters/tex2rtf/Makefile                                   1.36
- databases/gourmet/Makefile                                    1.30
- databases/gq/Makefile                                         1.53
- databases/gramps/Makefile                                     1.60
- databases/gramps2/Makefile                                    1.57
- databases/gramps3/Makefile                                    1.35
- databases/gtkdbfeditor/Makefile                               1.8
- databases/libgnomedb/Makefile                                 1.87
- databases/libgnomedb/buildlink3.mk                            1.40
- databases/mergeant/Makefile                                   1.79
- databases/mysql-workbench/Makefile                            1.17
- databases/p5-RRD-Simple/Makefile                              1.14
- databases/pgadmin3/Makefile                                   1.30
- databases/rrdtool/Makefile                                    1.99
- databases/rrdtool/buildlink3.mk                               1.35
- databases/ruby-rrdtool/Makefile                               1.7
- devel/GConf-ui/Makefile                                       1.23
- devel/GConf-ui/buildlink3.mk                                  1.16
- devel/SDL_Pango/Makefile                                      1.15
- devel/SDL_Pango/buildlink3.mk                                 1.12
- devel/anjuta/Makefile                                         1.93
- devel/at-spi/Makefile                                         1.67
- devel/at-spi/buildlink3.mk                                    1.31
- devel/automoc4/Makefile                                       1.20
- devel/blib/Makefile                                           1.27
- devel/blib/buildlink3.mk                                      1.22
- devel/boa-constructor/Makefile                                1.18
- devel/coconut/Makefile                                        1.49
- devel/compizconfig-backend-gconf/Makefile                     1.17
- devel/cppcheck/Makefile                                       1.17
- devel/cutter/Makefile                                         1.20
- devel/dconf-editor/Makefile                                   1.12
- devel/devhelp/Makefile                                        1.78
- devel/devhelp/buildlink3.mk                                   1.24
- devel/distccmon-gnome/Makefile                                1.36
- devel/distccmon-gtk/Makefile                                  1.21
- devel/eric4/Makefile                                          1.28
- devel/ethos/Makefile                                          1.13
- devel/ethos/buildlink3.mk                                     1.12
- devel/frama-c/Makefile                                        1.27
- devel/gconfmm/Makefile                                        1.50
- devel/gconfmm/buildlink3.mk                                   1.26
- devel/gdl/Makefile                                            1.33
- devel/gdl/buildlink3.mk                                       1.22
- devel/geany/Makefile                                          1.25
- devel/glade/Makefile                                          1.74
- devel/glade3/Makefile                                         1.26
- devel/glade3/buildlink3.mk                                    1.16
- devel/gmtk/Makefile                                           1.9
- devel/gmtk/buildlink3.mk                                      1.9
- devel/gnome-build/Makefile                                    1.32
- devel/gnome-build/buildlink3.mk                               1.24
- devel/gobject-introspection/Makefile                          1.24
- devel/gps/Makefile                                            1.16
- devel/gst-plugins0.10-pango/Makefile                          1.17
- devel/guile-gnome/Makefile                                    1.33
- devel/kdesdk4/Makefile                                        1.44
- devel/kdevelop4/Makefile                                      1.22
- devel/kdevplatform/Makefile                                   1.23
- devel/kdiff3/Makefile                                         1.24
- devel/libbonoboui/Makefile                                    1.93
- devel/libbonoboui/buildlink3.mk                               1.37
- devel/libcompizconfig/Makefile                                1.20
- devel/libdbusmenu-qt/Makefile                                 1.12
- devel/libdbusmenu-qt/buildlink3.mk                            1.9
- devel/libextractor/Makefile                                   1.54
- devel/libgail-gnome/Makefile                                  1.49
- devel/libgail-gnome/buildlink3.mk                             1.40
- devel/libglade/Makefile                                       1.82
- devel/libglade/buildlink3.mk                                  1.28
- devel/libglademm/Makefile                                     1.28
- devel/libglademm/buildlink3.mk                                1.24
- devel/libgnome/Makefile                                       1.95
- devel/libgnome/buildlink3.mk                                  1.37
- devel/libgnomemm/Makefile                                     1.42
- devel/libgnomemm/buildlink3.mk                                1.31
- devel/libgnomeui/Makefile                                     1.109
- devel/libgnomeui/buildlink3.mk                                1.44
- devel/libgnomeuimm/Makefile                                   1.41
- devel/libgnomeuimm/buildlink3.mk                              1.32
- devel/libgweather/Makefile                                    1.35
- devel/libgweather/buildlink3.mk                               1.20
- devel/libpeas/Makefile                                        1.5
- devel/libpeas/buildlink3.mk                                   1.4
- devel/libsexy/Makefile                                        1.19
- devel/libsexy/buildlink3.mk                                   1.20
- devel/libsexymm/Makefile                                      1.17
- devel/libsexymm/buildlink3.mk                                 1.16
- devel/libview/Makefile                                        1.12
- devel/libview/buildlink3.mk                                   1.13
- devel/libwnck/Makefile                                        1.86
- devel/libwnck/buildlink3.mk                                   1.32
- devel/mono-tools/Makefile                                     1.44
- devel/monodevelop-database/Makefile                           1.16
- devel/monodevelop/Makefile                                    1.51
- devel/monodevelop/buildlink3.mk                               1.16
- devel/monotone-viz/Makefile                                   1.43
- devel/p5-Gnome2/Makefile                                      1.16
- devel/p5-Gtk2-GladeXML/Makefile                               1.19
- devel/p5-Wx-Perl-DataWalker/Makefile                          1.16
- devel/p5-pango/Makefile                                       1.16
- devel/p5-pango/buildlink3.mk                                  1.12
- devel/pango/Makefile                                          1.166
- devel/pango/buildlink3.mk                                     1.32
- devel/pangomm/Makefile                                        1.23
- devel/pangomm/buildlink3.mk                                   1.15
- devel/py-compizconfig/Makefile                                1.21
- devel/py-gobject-shared/Makefile                              1.31
- devel/py-gobject/Makefile                                     1.43
- devel/py-gobject3/Makefile                                    1.6
- devel/qconf/Makefile                                          1.18
- devel/qjson/Makefile                                          1.5
- devel/qtscriptgenerator/Makefile                              1.19
- devel/qtscriptgenerator/buildlink3.mk                         1.14
- devel/rapidsvn/Makefile                                       1.60
- devel/ruby-gnome2-pango/Makefile                              1.29
- devel/ruby-gnome2-pango/buildlink3.mk                         1.27
- devel/scintilla/Makefile                                      1.11
- devel/scintilla/buildlink3.mk                                 1.10
- devel/swt/Makefile                                            1.24
- devel/valide/Makefile                                         1.19
- devel/xfce4-dev-tools/Makefile                                1.19
- devel/xfconf/Makefile                                         1.13
- devel/xulrunner/Makefile                                      1.80
- devel/xulrunner/buildlink3.mk                                 1.29
- devel/xulrunner10/Makefile                                    1.6
- devel/xulrunner10/buildlink3.mk                               1.6
- devel/xulrunner192/Makefile                                   1.18
- devel/xulrunner192/buildlink3.mk                              1.14
- editors/Sigil/Makefile                                        1.36
- editors/TeXmacs-devel/Makefile                                1.14
- editors/abiword-plugins/Makefile                              1.48
- editors/abiword/Makefile                                      1.138
- editors/beaver/Makefile                                       1.27
- editors/conglomerate/Makefile                                 1.76
- editors/dasher/Makefile                                       1.70
- editors/emacs-snapshot/Makefile                               1.33
- editors/emacs/Makefile                                        1.150
- editors/emacs22/Makefile                                      1.26
- editors/emacs24/Makefile                                      1.8
- editors/gconf-editor/Makefile                                 1.81
- editors/gedit-python/Makefile                                 1.12
- editors/gedit/Makefile                                        1.118
- editors/gedit/buildlink3.mk                                   1.31
- editors/gedit3-spell/Makefile                                 1.3
- editors/gedit3/Makefile                                       1.3
- editors/ghex/Makefile                                         1.22
- editors/gice/Makefile                                         1.41
- editors/gobby/Makefile                                        1.26
- editors/gtranslator/Makefile                                  1.48
- editors/gummi/Makefile                                        1.6
- editors/kate/Makefile                                         1.7
- editors/kile/Makefile                                         1.66
- editors/leafpad/Makefile                                      1.31
- editors/lyx/Makefile                                          1.26
- editors/medit/Makefile                                        1.6
- editors/mlview/Makefile                                       1.56
- editors/notecase/Makefile                                     1.28
- editors/p5-Padre/Makefile                                     1.22
- editors/p5-Wx-Scintilla/Makefile                              1.4
- editors/poedit/Makefile                                       1.43
- editors/qgoogletranslator/Makefile                            1.10
- editors/scite/Makefile                                        1.11
- editors/tea/Makefile                                          1.22
- editors/texmaker/Makefile                                     1.29
- editors/texworks/Makefile                                     1.8
- editors/tomboy/Makefile                                       1.42
- editors/vim-gtk2/Makefile                                     1.50
- editors/xfce4-mousepad/Makefile                               1.20
- editors/xournal/Makefile                                      1.18
- emulators/blinkensim/Makefile                                 1.23
- emulators/bochs/Makefile                                      1.69
- emulators/e-uae/Makefile                                      1.23
- emulators/fuse/Makefile                                       1.46
- emulators/gambatte/Makefile                                   1.15
- emulators/gens/Makefile                                       1.27
- emulators/gpsim-devel/Makefile                                1.26
- emulators/gpsim-devel/buildlink3.mk                           1.22
- emulators/gpsim-oscilloscope/Makefile                         1.22
- emulators/gpsim-ptyusart/Makefile                             1.23
- emulators/gpsim/Makefile                                      1.35
- emulators/mame/Makefile                                       1.14
- emulators/mess/Makefile                                       1.18
- emulators/nestopia/Makefile                                   1.16
- emulators/snes9x-gtk/Makefile                                 1.24
- emulators/tme/Makefile                                        1.32
- emulators/uae/Makefile                                        1.63
- emulators/vice/Makefile                                       1.100
- emulators/xnp2/Makefile                                       1.5
- emulators/yabause/Makefile                                    1.21
- filesystems/fuse-pod/Makefile                                 1.14
- finance/gkrellm-stock/Makefile                                1.39
- finance/gnucash/Makefile                                      1.172
- fonts/fntsample/Makefile                                      1.7
- fonts/fontforge/Makefile                                      1.80
- fonts/gbdfed/Makefile                                         1.15
- fonts/gucharmap/Makefile                                      1.83
- fonts/gucharmap/buildlink3.mk                                 1.39
- games/atomix/Makefile                                         1.27
- games/blinken/Makefile                                        1.6
- games/bluemoon/Makefile                                       1.16
- games/ccgo/Makefile                                           1.43
- games/crack-attack/Makefile                                   1.29
- games/crossfire-client-gtk2/Makefile                          1.17
- games/dopewars/Makefile                                       1.52
- games/eboard/Makefile                                         1.23
- games/flightgear/Makefile                                     1.28
- games/freeciv-client/Makefile                                 1.57
- games/frozen-bubble/Makefile                                  1.37
- games/gamazons/Makefile                                       1.26
- games/gbrainy/Makefile                                        1.56
- games/gcompris/Makefile                                       1.38
- games/genecys-client/Makefile                                 1.32
- games/gnome-games/Makefile                                    1.127
- games/gnome-mastermind/Makefile                               1.17
- games/grhino/Makefile                                         1.54
- games/gtetrinet/Makefile                                      1.63
- games/gtkballs/Makefile                                       1.48
- games/gtklevel9/Makefile                                      1.20
- games/gtkmagnetic/Makefile                                    1.31
- games/gturing/Makefile                                        1.63
- games/holtz/Makefile                                          1.5
- games/kanagram/Makefile                                       1.6
- games/kanatest/Makefile                                       1.14
- games/kdegames4/Makefile                                      1.34
- games/kdetoys4/Makefile                                       1.25
- games/khangman/Makefile                                       1.6
- games/kye/Makefile                                            1.38
- games/pioneers/Makefile                                       1.36
- games/pokerth/Makefile                                        1.25
- games/puzzles/Makefile                                        1.24
- games/pytraffic/Makefile                                      1.30
- games/quarry/Makefile                                         1.21
- games/rftg/Makefile                                           1.21
- games/scummvm-tools/Makefile                                  1.13
- games/simgear/Makefile                                        1.26
- games/sirius/Makefile                                         1.58
- games/teg/Makefile                                            1.36
- games/wesnoth/Makefile                                        1.82
- games/wxhugo/Makefile                                         1.31
- games/xcowsay/Makefile                                        1.4
- geography/emerillon/Makefile                                  1.13
- geography/geoclue/Makefile                                    1.13
- geography/libchamplain04/Makefile                             1.15
- geography/libchamplain04/buildlink3.mk                        1.15
- geography/libchamplain06/Makefile                             1.14
- geography/libchamplain06/buildlink3.mk                        1.15
- geography/libchamplain08/Makefile                             1.10
- geography/libchamplain08/buildlink3.mk                        1.11
- geography/mapserver/Makefile                                  1.38
- geography/merkaartor/Makefile                                 1.34
- geography/qgis/Makefile                                       1.21
- geography/qlandkartegt/Makefile                               1.23
- geography/qlandkartem/Makefile                                1.19
- geography/viking/Makefile                                     1.39
- graphics/aqsis/Makefile                                       1.42
- graphics/blinkenthemes/Makefile                               1.23
- graphics/blinkentools/Makefile                                1.25
- graphics/cairo-gobject/Makefile                               1.11
- graphics/cairo-gobject/buildlink3.mk                          1.9
- graphics/cairo/Makefile                                       1.105-1.107
- graphics/cairo/buildlink3.mk                                  1.43-1.46
- graphics/cairo/options.mk                                     1.8-1.9
- graphics/cairomm/Makefile                                     1.21
- graphics/cairomm/buildlink3.mk                                1.9
- graphics/camlimages/Makefile                                  1.47
- graphics/cheese/Makefile                                      1.35
- graphics/cinepaint/Makefile                                   1.38
- graphics/clutter-box2d/Makefile                               1.18
- graphics/clutter-cairo/Makefile                               1.16
- graphics/clutter-cairo/buildlink3.mk                          1.15
- graphics/clutter-gtk/Makefile                                 1.21
- graphics/clutter-gtk/buildlink3.mk                            1.16
- graphics/clutter-mx/Makefile                                  1.11
- graphics/clutter-mx/buildlink3.mk                             1.10
- graphics/clutter-qt/Makefile                                  1.16
- graphics/clutter/Makefile                                     1.33
- graphics/clutter/buildlink3.mk                                1.19
- graphics/clutter08-gtk/Makefile                               1.12
- graphics/clutter08-gtk/buildlink3.mk                          1.13
- graphics/clutter08/Makefile                                   1.13
- graphics/clutter08/buildlink3.mk                              1.13
- graphics/comix/Makefile                                       1.39
- graphics/darktable/Makefile                                   1.20
- graphics/denemo/Makefile                                      1.38
- graphics/dia-python/Makefile                                  1.29
- graphics/dia/Makefile                                         1.74
- graphics/digikam/Makefile                                     1.84
- graphics/djview4/Makefile                                     1.23
- graphics/eog-plugins-map/Makefile                             1.16
- graphics/eog-plugins/Makefile                                 1.14
- graphics/eog/Makefile                                         1.72
- graphics/eog/buildlink3.mk                                    1.13
- graphics/eog3/Makefile                                        1.6
- graphics/evas-svg/Makefile                                    1.20
- graphics/extrema/Makefile                                     1.15
- graphics/f-spot/Makefile                                      1.45
- graphics/fotoxx/Makefile                                      1.29
- graphics/frameworks/Makefile                                  1.19
- graphics/geeqie/Makefile                                      1.26
- graphics/gegl/Makefile                                        1.38
- graphics/gegl/buildlink3.mk                                   1.21
- graphics/gfract/Makefile                                      1.46
- graphics/gimmage/Makefile                                     1.15
- graphics/gimp-color-manager/Makefile                          1.36
- graphics/gimp-exif-browser/Makefile                           1.15
- graphics/gimp-fix-ca/Makefile                                 1.28
- graphics/gimp-liquid-rescale/Makefile                         1.22
- graphics/gimp-rawphoto/Makefile                               1.37
- graphics/gimp-refocus-it/Makefile                             1.38
- graphics/gimp-resynthesizer/Makefile                          1.15
- graphics/gimp-ufraw/Makefile                                  1.75
- graphics/gimp/Makefile                                        1.221
- graphics/gimp/buildlink3.mk                                   1.44
- graphics/gimp2-wideangle/Makefile                             1.40
- graphics/giram/Makefile                                       1.65
- graphics/gliv/Makefile                                        1.38
- graphics/gmngview/Makefile                                    1.33
- graphics/gnome-icon-theme/Makefile                            1.80
- graphics/gnuplot/Makefile                                     1.64
- graphics/goocanvas/Makefile                                   1.20
- graphics/goocanvas/buildlink3.mk                              1.15
- graphics/goocanvasmm/Makefile                                 1.22
- graphics/gpicview/Makefile                                    1.8
- graphics/gqview-devel/Makefile                                1.47
- graphics/gqview/Makefile                                      1.84
- graphics/graphviz/Makefile                                    1.104
- graphics/gst-plugins0.10-cairo/Makefile                       1.17
- graphics/gthumb/Makefile                                      1.73
- graphics/gthumb3/Makefile                                     1.4
- graphics/gtkam/Makefile                                       1.55
- graphics/gtkglext/Makefile                                    1.49
- graphics/gtkglext/buildlink3.mk                               1.28
- graphics/gtkimageview/Makefile                                1.21
- graphics/guile-cairo/Makefile                                 1.13
- graphics/gwenview/Makefile                                    1.57
- graphics/hugin/Makefile                                       1.29
- graphics/inkscape/Makefile                                    1.77
- graphics/kamera/Makefile                                      1.6
- graphics/kcolorchooser/Makefile                               1.6
- graphics/kdegraphics-mobipocket/Makefile                      1.6
- graphics/kdegraphics-strigi-analyzer/Makefile                 1.6
- graphics/kdegraphics-thumbnailers/Makefile                    1.6
- graphics/kgamma/Makefile                                      1.6
- graphics/kipi-plugins-calendar-kde3/Makefile                  1.20
- graphics/kipi-plugins-kde3/Makefile                           1.24
- graphics/kipi-plugins/Makefile                                1.76
- graphics/kolourpaint/Makefile                                 1.6
- graphics/koverartist/Makefile                                 1.23
- graphics/kruler/Makefile                                      1.6
- graphics/ksaneplugin/Makefile                                 1.6
- graphics/ksnapshot/Makefile                                   1.6
- graphics/libexif-gtk/Makefile                                 1.38
- graphics/libexif-gtk/buildlink3.mk                            1.22
- graphics/libgdiplus/Makefile                                  1.60
- graphics/libgdiplus/buildlink3.mk                             1.40
- graphics/libgnomecanvas/Makefile                              1.66
- graphics/libgnomecanvas/buildlink3.mk                         1.30
- graphics/libgnomecanvasmm/Makefile                            1.28
- graphics/libgnomecanvasmm/buildlink3.mk                       1.23
- graphics/libkdcraw/Makefile                                   1.32
- graphics/libkdcraw/buildlink3.mk                              1.21
- graphics/libkexiv2/Makefile                                   1.35
- graphics/libkface/Makefile                                    1.5
- graphics/libkface/buildlink3.mk                               1.5
- graphics/libkipi/Makefile                                     1.44
- graphics/libkipi/buildlink3.mk                                1.31
- graphics/libksane/Makefile                                    1.6
- graphics/libksane/buildlink3.mk                               1.5
- graphics/librsvg/Makefile                                     1.63
- graphics/librsvg/buildlink3.mk                                1.30
- graphics/libscigraphica/Makefile                              1.26
- graphics/libscigraphica/buildlink3.mk                         1.20
- graphics/nvtv/Makefile                                        1.22
- graphics/opencv/Makefile                                      1.29
- graphics/osg/Makefile                                         1.25
- graphics/osg/buildlink3.mk                                    1.17
- graphics/p5-Gnome2-Canvas/Makefile                            1.13
- graphics/p5-Gnome2-Canvas/buildlink3.mk                       1.13
- graphics/p5-cairo/Makefile                                    1.17
- graphics/p5-cairo/buildlink3.mk                               1.9
- graphics/p5-clutter/Makefile                                  1.21
- graphics/py-cairo/Makefile                                    1.34
- graphics/py-cairo/buildlink3.mk                               1.17
- graphics/py-clutter-gtk/Makefile                              1.18
- graphics/py-clutter/Makefile                                  1.30
- graphics/py-clutter/buildlink3.mk                             1.17
- graphics/py-goocanvas/Makefile                                1.25
- graphics/py-gtkglext/Makefile                                 1.25
- graphics/py-matplotlib-gtk2/Makefile                          1.33
- graphics/qimageblitz/Makefile                                 1.16
- graphics/qimageblitz/buildlink3.mk                            1.17
- graphics/qiv/Makefile                                         1.36
- graphics/qiviewer/Makefile                                    1.7
- graphics/ristretto/Makefile                                   1.17
- graphics/ruby-clutter-cairo/Makefile                          1.16
- graphics/ruby-clutter-core/Makefile                           1.19
- graphics/ruby-clutter-gtk/Makefile                            1.16
- graphics/ruby-gnome2-goocanvas/Makefile                       1.23
- graphics/ruby-gnome2-rsvg/Makefile                            1.36
- graphics/ruby-rcairo/Makefile                                 1.28
- graphics/ruby-rcairo/buildlink3.mk                            1.16
- graphics/sane-frontends/Makefile                              1.55
- graphics/scidavis/Makefile                                    1.19
- graphics/scigraphica/Makefile                                 1.61
- graphics/shotwell-gtk3/Makefile                               1.9
- graphics/shotwell/Makefile                                    1.37
- graphics/svgpart/Makefile                                     1.6
- graphics/tuxpaint/Makefile                                    1.68
- graphics/ucview/Makefile                                      1.17
- graphics/unicap/Makefile                                      1.20
- graphics/veusz/Makefile                                       1.33
- graphics/viewnior/Makefile                                    1.8
- graphics/wxsvg/Makefile                                       1.31
- graphics/wxsvg/buildlink3.mk                                  1.25
- graphics/xfce4-icon-theme/Makefile                            1.20
- graphics/xfce4-icon-theme/buildlink3.mk                       1.30
- graphics/xsane/Makefile                                       1.97
- graphics/xzgv/Makefile                                        1.54
- graphics/zphoto/Makefile                                      1.25
- ham/gmfsk/Makefile                                            1.46
- ham/gnuradio-examples/Makefile                                1.31
- ham/gnuradio-radio-astronomy/Makefile                         1.25
- ham/gnuradio-wxgui/Makefile                                   1.35
- ham/gnuradio-wxgui/buildlink3.mk                              1.31
- ham/gpredict/Makefile                                         1.29
- ham/grig/Makefile                                             1.31
- ham/xdx/Makefile                                              1.33
- ham/xlog/Makefile                                             1.48
- inputmethod/gcin/Makefile                                     1.19
- inputmethod/gtk-im-libthai/Makefile                           1.15
- inputmethod/ibus-chewing/Makefile                             1.19
- inputmethod/ibus-handwrite/Makefile                           1.18
- inputmethod/ibus-input-pad/Makefile                           1.16
- inputmethod/ibus-m17n/Makefile                                1.18
- inputmethod/ibus-qt/Makefile                                  1.19
- inputmethod/ibus-skk/Makefile                                 1.17
- inputmethod/ibus-t9/Makefile                                  1.12
- inputmethod/ibus-unikey/Makefile                              1.14
- inputmethod/ibus/Makefile                                     1.21
- inputmethod/im-ja/Makefile                                    1.20
- inputmethod/imhangul/Makefile                                 1.27
- inputmethod/imhangul_status_applet/Makefile                   1.52
- inputmethod/input-pad/Makefile                                1.16
- inputmethod/input-pad/buildlink3.mk                           1.14
- inputmethod/kasumi/Makefile                                   1.17
- inputmethod/kimera-tomoe-gtk/Makefile                         1.14
- inputmethod/kimera/Makefile                                   1.13
- inputmethod/m17n-im-config/Makefile                           1.17
- inputmethod/m17n-im-config/buildlink3.mk                      1.17
- inputmethod/nabi/Makefile                                     1.41
- inputmethod/novel-pinyin/Makefile                             1.17
- inputmethod/py-input-pad/Makefile                             1.19
- inputmethod/scim-anthy/Makefile                               1.14
- inputmethod/scim-array/Makefile                               1.13
- inputmethod/scim-canna/Makefile                               1.14
- inputmethod/scim-ccinput/Makefile                             1.15
- inputmethod/scim-chewing/Makefile                             1.15
- inputmethod/scim-fcitx/Makefile                               1.13
- inputmethod/scim-hangul/Makefile                              1.15
- inputmethod/scim-input-pad/Makefile                           1.14
- inputmethod/scim-m17n/Makefile                                1.15
- inputmethod/scim-pinyin/Makefile                              1.14
- inputmethod/scim-prime/Makefile                               1.14
- inputmethod/scim-python/Makefile                              1.14
- inputmethod/scim-sinhala/Makefile                             1.13
- inputmethod/scim-skk/Makefile                                 1.13
- inputmethod/scim-tables/Makefile                              1.15
- inputmethod/scim-thai/Makefile                                1.15
- inputmethod/scim-tomoe/Makefile                               1.16
- inputmethod/scim-uim/Makefile                                 1.15
- inputmethod/scim-unikey/Makefile                              1.13
- inputmethod/scim/Makefile                                     1.18
- inputmethod/scim/buildlink3.mk                                1.15
- inputmethod/tomoe-gtk/Makefile                                1.19
- inputmethod/tomoe-gtk/buildlink3.mk                           1.17
- inputmethod/uim-tomoe-gtk/Makefile                            1.19
- inputmethod/uim/Makefile                                      1.66
- lang/basic256/Makefile                                        1.12
- lang/classpath-gui/Makefile                                   1.29
- lang/clisp/Makefile                                           1.91
- lang/coq/Makefile                                             1.47
- lang/kaffe-x11/Makefile                                       1.34
- lang/racket/Makefile                                          1.20
- lang/sablevm-classpath-gui/Makefile                           1.28
- lang/smalltalk/Makefile                                       1.70
- lang/squeak-vm/Makefile                                       1.17
- mail/akonadi/Makefile                                         1.41
- mail/akonadi/buildlink3.mk                                    1.18
- mail/balsa/Makefile                                           1.90
- mail/claws-mail-archive/Makefile                              1.23
- mail/claws-mail-attachwarner/Makefile                         1.30
- mail/claws-mail-attremover/Makefile                           1.29
- mail/claws-mail-cachesaver/Makefile                           1.29
- mail/claws-mail-dillo-viewer/Makefile                         1.27
- mail/claws-mail-fetchinfo/Makefile                            1.30
- mail/claws-mail-gtkhtml/Makefile                              1.39
- mail/claws-mail-mailmbox/Makefile                             1.29
- mail/claws-mail-newmail/Makefile                              1.31
- mail/claws-mail-notification/Makefile                         1.32
- mail/claws-mail-pgpcore/Makefile                              1.27
- mail/claws-mail-pgpcore/buildlink3.mk                         1.18
- mail/claws-mail-pgpinline/Makefile                            1.27
- mail/claws-mail-pgpmime/Makefile                              1.26
- mail/claws-mail-rssyl/Makefile                                1.34
- mail/claws-mail-smime/Makefile                                1.28
- mail/claws-mail-spamreport/Makefile                           1.32
- mail/claws-mail-synce/Makefile                                1.29
- mail/claws-mail-tnef/Makefile                                 1.27
- mail/claws-mail-vcalendar/Makefile                            1.34
- mail/claws-mail/Makefile                                      1.48
- mail/evolution-data-server/Makefile                           1.124
- mail/evolution-exchange/Makefile                              1.64
- mail/evolution/Makefile                                       1.185
- mail/evolution/buildlink3.mk                                  1.49
- mail/mail-notification/Makefile                               1.69
- mail/msmtp/Makefile                                           1.42
- mail/netbiff/Makefile                                         1.18
- mail/sylpheed/Makefile                                        1.140
- mail/thunderbird/Makefile                                     1.99
- mail/thunderbird10/Makefile                                   1.13
- math/R/Makefile                                               1.130
- math/analitza/Makefile                                        1.6
- math/analitza/buildlink3.mk                                   1.5
- math/calcoo/Makefile                                          1.23
- math/cantor/Makefile                                          1.6
- math/cgal/Makefile                                            1.10
- math/cgal/buildlink3.mk                                       1.8
- math/euler/Makefile                                           1.32
- math/extcalc/Makefile                                         1.16
- math/fityk/Makefile                                           1.17
- math/galculator/Makefile                                      1.32
- math/gcalctool-gtk3/Makefile                                  1.11
- math/gcalctool/Makefile                                       1.107
- math/genius/Makefile                                          1.47
- math/gnumeric/Makefile                                        1.161
- math/gnumeric110/Makefile                                     1.39
- math/grpn/Makefile                                            1.35
- math/gtklife/Makefile                                         1.25
- math/kalgebra/Makefile                                        1.6
- math/kcalc/Makefile                                           1.6
- math/pspp/Makefile                                            1.58
- math/qalculate-bases/Makefile                                 1.31
- math/qalculate-currency/Makefile                              1.31
- math/qalculate-gtk/Makefile                                   1.50
- math/qalculate-units/Makefile                                 1.31
- math/speedcrunch/Makefile                                     1.14
- math/wxMaxima/Makefile                                        1.17
- meta-pkgs/xfce4-extras/Makefile                               1.50
- meta-pkgs/xfce4/Makefile                                      1.55
- meta-pkgs/xfce4/buildlink3.mk                                 1.37
- misc/attica/Makefile                                          1.17
- misc/attica/buildlink3.mk                                     1.14
- misc/blccc/Makefile                                           1.26
- misc/calibre/Makefile                                         1.44
- misc/celestia/Makefile                                        1.40
- misc/deskbar-applet/Makefile                                  1.65
- misc/fbreader/Makefile                                        1.23
- misc/gelemental/Makefile                                      1.17
- misc/gkrellm-flynn/Makefile                                   1.30
- misc/gkrellm-launch/Makefile                                  1.28
- misc/gkrellm-leds/Makefile                                    1.30
- misc/gkrellm-moon/Makefile                                    1.35
- misc/gkrellm-weather/Makefile                                 1.43
- misc/gnome-utils/Makefile                                     1.120
- misc/goffice0.6/Makefile                                      1.30
- misc/goffice0.6/buildlink3.mk                                 1.22
- misc/goffice0.8/Makefile                                      1.28
- misc/goffice0.8/buildlink3.mk                                 1.17
- misc/gok/Makefile                                             1.79
- misc/gperiodic/Makefile                                       1.58
- misc/gwaei/Makefile                                           1.26
- misc/kaccessible/Makefile                                     1.6
- misc/kalzium/Makefile                                         1.6
- misc/kanjipad/Makefile                                        1.33
- misc/kbruch/Makefile                                          1.6
- misc/kcharselect/Makefile                                     1.6
- misc/kchmviewer/Makefile                                      1.28
- misc/kde-wallpapers4/Makefile                                 1.6
- misc/kdeadmin4/Makefile                                       1.32
- misc/kdeartwork4/Makefile                                     1.27
- misc/kdepim-runtime4/Makefile                                 1.32
- misc/kdepim4/Makefile                                         1.39
- misc/kdepimlibs4/Makefile                                     1.39
- misc/kdepimlibs4/buildlink3.mk                                1.25
- misc/kdeplasma-addons4/Makefile                               1.34
- misc/kgeography/Makefile                                      1.9
- misc/kig/Makefile                                             1.6
- misc/kiten/Makefile                                           1.6
- misc/klettres/Makefile                                        1.6
- misc/kmag/Makefile                                            1.6
- misc/kmousetool/Makefile                                      1.6
- misc/kmouth/Makefile                                          1.6
- misc/kremotecontrol/Makefile                                  1.6
- misc/kstars/Makefile                                          1.17
- misc/ktouch/Makefile                                          1.6
- misc/kturtle/Makefile                                         1.6
- misc/kwordquiz/Makefile                                       1.6
- misc/libkdeedu/Makefile                                       1.6
- misc/libkdeedu/buildlink3.mk                                  1.5
- misc/libkgeomap/Makefile                                      1.5
- misc/libkgeomap/buildlink3.mk                                 1.5
- misc/libkvkontakte/Makefile                                   1.5
- misc/libkvkontakte/buildlink3.mk                              1.5
- misc/libreoffice/Makefile                                     1.13
- misc/marble/Makefile                                          1.7
- misc/marble/buildlink3.mk                                     1.5
- misc/mousetweaks/Makefile                                     1.31
- misc/openoffice3/Makefile                                     1.74
- misc/parley/Makefile                                          1.6
- misc/rocs/Makefile                                            1.8
- misc/stellarium/Makefile                                      1.62
- misc/step/Makefile                                            1.6
- misc/superkaramba/Makefile                                    1.7
- misc/sweeper/Makefile                                         1.6
- misc/tellico/Makefile                                         1.57
- misc/usbprog/Makefile                                         1.12
- misc/vym/Makefile                                             1.20
- misc/xchm/Makefile                                            1.57
- misc/xfce4-weather-plugin/Makefile                            1.27
- misc/xfce4-weather-plugin/buildlink3.mk                       1.29
- misc/yelp/Makefile                                            1.110
- misc/yelp3/Makefile                                           1.11
- misc/zyGrib/Makefile                                          1.33
- multimedia/avidemux/Makefile                                  1.77
- multimedia/clutter-gst/Makefile                               1.22
- multimedia/clutter-gst/buildlink3.mk                          1.18
- multimedia/clutter08-gst/Makefile                             1.13
- multimedia/clutter08-gst/buildlink3.mk                        1.14
- multimedia/dvdstyler/Makefile                                 1.44
- multimedia/farsight2/Makefile                                 1.27
- multimedia/farsight2/buildlink3.mk                            1.21
- multimedia/gecko-mediaplayer/Makefile                         1.17
- multimedia/gmencoder/Makefile                                 1.53
- multimedia/gmplayer/Makefile                                  1.103
- multimedia/gnash/Makefile                                     1.58
- multimedia/gnome-media/Makefile                               1.43
- multimedia/gnome-media/buildlink3.mk                          1.21
- multimedia/gnome-mplayer/Makefile                             1.17
- multimedia/gopchop/Makefile                                   1.36
- multimedia/gst123/Makefile                                    1.15
- multimedia/gxine/Makefile                                     1.64
- multimedia/handbrake/Makefile                                 1.20
- multimedia/hwdecode-demos/Makefile                            1.4
- multimedia/kdemultimedia4/Makefile                            1.35
- multimedia/kdenlive/Makefile                                  1.13
- multimedia/kmplayer-kde3/Makefile                             1.19
- multimedia/kmplayer/Makefile                                  1.69
- multimedia/mkvtoolnix-old/Makefile                            1.22
- multimedia/mkvtoolnix/Makefile                                1.50
- multimedia/mlt/Makefile                                       1.15
- multimedia/mplayer-plugin/Makefile                            1.22
- multimedia/ogle_gui/Makefile                                  1.31
- multimedia/phonon-backend-gstreamer/Makefile                  1.5
- multimedia/phonon/Makefile                                    1.25
- multimedia/phonon/buildlink3.mk                               1.18
- multimedia/pitivi/Makefile                                    1.18
- multimedia/pspvc/Makefile                                     1.21
- multimedia/py-clutter-gst/Makefile                            1.18
- multimedia/ruby-clutter-gst/Makefile                          1.18
- multimedia/subtitleeditor/Makefile                            1.21
- multimedia/swfdec-gnome/Makefile                              1.22
- multimedia/swfdec-mozilla/Makefile                            1.23
- multimedia/swfdec/Makefile                                    1.31
- multimedia/swfdec/buildlink3.mk                               1.33
- multimedia/totem-browser-plugin/Makefile                      1.25
- multimedia/totem-nautilus/Makefile                            1.29
- multimedia/totem-pl-parser/Makefile                           1.40
- multimedia/totem-pl-parser/buildlink3.mk                      1.24
- multimedia/totem/Makefile                                     1.60
- multimedia/totem/buildlink3.mk                                1.26
- multimedia/vlc/Makefile                                       1.140-1.141
- multimedia/vlc08/Makefile                                     1.44
- multimedia/vlc10/Makefile                                     1.21-1.22
- multimedia/vlc2/Makefile                                      1.13-1.14
- multimedia/xfce4-mpc-plugin/Makefile                          1.16
- multimedia/xfce4-mpc-plugin/buildlink3.mk                     1.18
- multimedia/xfmedia/Makefile                                   1.34
- multimedia/xine-lib/Makefile                                  1.106
- multimedia/xvid4conf/Makefile                                 1.26
- net/Transmission-gui/Makefile                                 1.7
- net/amule/Makefile                                            1.54
- net/avahi/Makefile                                            1.36
- net/avahi/buildlink3.mk                                       1.16
- net/bug-buddy/Makefile                                        1.85
- net/cacti/Makefile                                            1.9
- net/choqok/Makefile                                           1.3
- net/dc_gui2/Makefile                                          1.65
- net/dcsharp/Makefile                                          1.28
- net/dhcpcd-gtk/Makefile                                       1.25
- net/ed2k-gtk-gui/Makefile                                     1.36
- net/ekiga/Makefile                                            1.37
- net/etherape/Makefile                                         1.70
- net/ettercap/Makefile                                         1.58
- net/filezilla/Makefile                                        1.34
- net/gitso/Makefile                                            1.6
- net/gkrellm-multiping/Makefile                                1.30
- net/gkrellm-snmp/Makefile                                     1.38
- net/gkrellm-wireless/Makefile                                 1.37
- net/gnome-netstatus/Makefile                                  1.60
- net/gnome-nettool/Makefile                                    1.22
- net/gnome-vfs-smb/Makefile                                    1.20
- net/gssdp/Makefile                                            1.20
- net/gtk-gnutella/Makefile                                     1.78
- net/gtk-vnc/Makefile                                          1.25
- net/gtk-vnc/buildlink3.mk                                     1.18
- net/gupnp-tools/Makefile                                      1.19
- net/jigdo/Makefile                                            1.35
- net/kdenetwork4/Makefile                                      1.43
- net/kmldonkey/Makefile                                        1.20
- net/ktorrent/Makefile                                         1.47
- net/libdmapsharing/Makefile                                   1.14
- net/libktorrent/Makefile                                      1.4
- net/libktorrent/buildlink3.mk                                 1.4
- net/logjam/Makefile                                           1.33
- net/mbrowse/Makefile                                          1.12
- net/mldonkey-gui/Makefile                                     1.57
- net/monsoon/Makefile                                          1.26
- net/mtr/Makefile                                              1.74
- net/nagstamon/Makefile                                        1.20
- net/nfdump/Makefile                                           1.20
- net/nmap/Makefile                                             1.94
- net/ntop/Makefile                                             1.79
- net/remmina-plugins/Makefile                                  1.6
- net/remmina/Makefile                                          1.6
- net/tsclient/Makefile                                         1.66
- net/twitux/Makefile                                           1.22
- net/unison/Makefile                                           1.60
- net/unison2.32/Makefile                                       1.15
- net/urlgfe/Makefile                                           1.19
- net/vinagre/Makefile                                          1.32
- net/vino/Makefile                                             1.56
- net/wireshark/Makefile                                        1.87
- net/wistumbler2-gtk/Makefile                                  1.21
- net/xfce4-wavelan-plugin/Makefile                             1.26
- net/xfce4-wavelan-plugin/buildlink3.mk                        1.30
- net/xymon/Makefile                                            1.24
- news/pan/Makefile                                             1.72
- parallel/ganglia-monitor-core/Makefile                        1.42
- parallel/hwloc/Makefile                                       1.6
- pkgtools/gnome-packagekit/Makefile                            1.26
- pkgtools/packagekit/Makefile                                  1.26
- pkgtools/x11-links/Makefile                                   1.135-1.136
- pkgtools/x11-links/buildlink3.mk                              1.44
- print/abcm2ps/Makefile                                        1.18
- print/advi/Makefile                                           1.51
- print/diffpdf/Makefile                                        1.26
- print/epdfview/Makefile                                       1.30
- print/evince-nautilus/Makefile                                1.49
- print/evince/Makefile                                         1.85
- print/evince/buildlink3.mk                                    1.17
- print/evince3/Makefile                                        1.8
- print/evince3/buildlink3.mk                                   1.6
- print/glabels/Makefile                                        1.59
- print/gtklp/Makefile                                          1.21
- print/gutenprint-lib/Makefile                                 1.36
- print/hplip/Makefile                                          1.7
- print/imposter/Makefile                                       1.29
- print/kbibtex/Makefile                                        1.31
- print/libgnomeprint/Makefile                                  1.84
- print/libgnomeprint/buildlink3.mk                             1.34
- print/libgnomeprintui/Makefile                                1.72
- print/libgnomeprintui/buildlink3.mk                           1.31
- print/libgxps/Makefile                                        1.5
- print/libgxps/buildlink3.mk                                   1.4
- print/lilypond/Makefile                                       1.82
- print/okular/Makefile                                         1.9
- print/paps/Makefile                                           1.5
- print/poppler-glib/Makefile                                   1.48
- print/poppler-glib/buildlink3.mk                              1.29
- print/poppler-qt4/Makefile                                    1.30
- print/printer-applet/Makefile                                 1.7
- print/ruby-gnome2-poppler/Makefile                            1.34
- print/scribus-qt4/Makefile                                    1.15
- print/scribus/Makefile                                        1.80
- print/xfce4-print/Makefile                                    1.39
- print/xfce4-print/buildlink3.mk                               1.40
- security/MyPasswordSafe/Makefile                              1.28
- security/fprint-demo/Makefile                                 1.15
- security/fwbuilder/Makefile                                   1.31
- security/gnome-keyring-manager/Makefile                       1.37
- security/gnome-keyring/Makefile                               1.72
- security/gnome-keyring/buildlink3.mk                          1.28
- security/gpa/Makefile                                         1.36
- security/gpass/Makefile                                       1.43
- security/honeyd/Makefile                                      1.41
- security/hydra/Makefile                                       1.40
- security/keepassx/Makefile                                    1.18
- security/kgpg/Makefile                                        1.9
- security/ksecrets/Makefile                                    1.7
- security/kwallet/Makefile                                     1.6
- security/libfwbuilder/Makefile                                1.39
- security/libfwbuilder/buildlink3.mk                           1.32
- security/openvas-client/Makefile                              1.16
- security/pinentry-gtk2/Makefile                               1.18
- security/pinentry-qt4/Makefile                                1.17
- security/policykit-gnome/Makefile                             1.20
- security/polkit-qt/Makefile                                   1.18
- security/polkit-qt/buildlink3.mk                              1.15
- security/putty/Makefile                                       1.27
- security/qca2-gnupg/Makefile                                  1.8
- security/qca2-ossl/Makefile                                   1.22
- security/qca2/Makefile                                        1.26
- security/qca2/buildlink3.mk                                   1.19
- security/qoauth/Makefile                                      1.2
- security/qoauth/buildlink3.mk                                 1.2
- security/seahorse-plugins/Makefile                            1.33
- security/seahorse/Makefile                                    1.105
- security/seahorse/buildlink3.mk                               1.26
- sysutils/amtterm/Makefile                                     1.8
- sysutils/bacula-qt-console/Makefile                           1.24
- sysutils/bacula-tray-monitor/Makefile                         1.25
- sysutils/bacula-wx-console/Makefile                           1.29
- sysutils/brasero-nautilus/Makefile                            1.22
- sysutils/brasero/Makefile                                     1.39
- sysutils/brasero/buildlink3.mk                                1.22
- sysutils/btpin-qt/Makefile                                    1.19
- sysutils/bubblemon/Makefile                                   1.16
- sysutils/conky/Makefile                                       1.5
- sysutils/dvdisaster/Makefile                                  1.21
- sysutils/filelight/Makefile                                   1.33
- sysutils/gcdmaster/Makefile                                   1.61
- sysutils/gkrellm-est/Makefile                                 1.28
- sysutils/gkrellm/Makefile                                     1.71
- sysutils/gkrellm/buildlink3.mk                                1.28
- sysutils/gnome-commander/Makefile                             1.36
- sysutils/gnome-device-manager/Makefile                        1.22
- sysutils/gnome-mount/Makefile                                 1.21
- sysutils/gnome-mount/buildlink3.mk                            1.17
- sysutils/gnome-nds-thumbnailer/Makefile                       1.16
- sysutils/gnome-pkgview/Makefile                               1.45
- sysutils/gnome-power-manager/Makefile                         1.31
- sysutils/gnome-settings-daemon/Makefile                       1.36
- sysutils/gnome-system-monitor/Makefile                        1.33
- sysutils/gnome-system-tools/Makefile                          1.20
- sysutils/gnome-vfs-monikers/Makefile                          1.20
- sysutils/gnome-vfs/Makefile                                   1.95
- sysutils/gnome-vfs/buildlink3.mk                              1.38
- sysutils/gnome-vfsmm/Makefile                                 1.37
- sysutils/gnome-vfsmm/buildlink3.mk                            1.27
- sysutils/gnome-volume-manager/Makefile                        1.24
- sysutils/grun/Makefile                                        1.32
- sysutils/gst-plugins0.10-gnomevfs/Makefile                    1.33
- sysutils/gtk-send-pr/Makefile                                 1.42
- sysutils/gvfs/Makefile                                        1.46
- sysutils/k3b/Makefile                                         1.48
- sysutils/k4dirstat/Makefile                                   1.7
- sysutils/kdf/Makefile                                         1.27
- sysutils/kfloppy/Makefile                                     1.6
- sysutils/libgksu/Makefile                                     1.22
- sysutils/libgksu/buildlink3.mk                                1.17
- sysutils/libnotify/Makefile                                   1.23
- sysutils/libnotify/buildlink3.mk                              1.20
- sysutils/nautilus-sendto/Makefile                             1.33
- sysutils/nautilus/Makefile                                    1.126
- sysutils/nautilus/buildlink3.mk                               1.51
- sysutils/notification-daemon/Makefile                         1.28
- sysutils/open-vm-tools/Makefile                               1.29
- sysutils/p5-Gnome2-VFS/Makefile                               1.15
- sysutils/p5-Gnome2-VFS/buildlink3.mk                          1.14
- sysutils/pcmanfm/Makefile                                     1.20
- sysutils/py-notify/Makefile                                   1.26
- sysutils/py-notify/buildlink3.mk                              1.20
- sysutils/rox/Makefile                                         1.64
- sysutils/screentest/Makefile                                  1.27
- sysutils/strigi/Makefile                                      1.23
- sysutils/virt-manager/Makefile                                1.4
- sysutils/xcdroast/Makefile                                    1.63
- sysutils/xfce4-appfinder/Makefile                             1.26
- sysutils/xfce4-battery-plugin/Makefile                        1.22
- sysutils/xfce4-battery-plugin/buildlink3.mk                   1.19
- sysutils/xfce4-cpugraph-plugin/Makefile                       1.25
- sysutils/xfce4-cpugraph-plugin/buildlink3.mk                  1.29
- sysutils/xfce4-diskperf-plugin/Makefile                       1.29
- sysutils/xfce4-diskperf-plugin/buildlink3.mk                  1.30
- sysutils/xfce4-fsguard-plugin/Makefile                        1.22
- sysutils/xfce4-fsguard-plugin/buildlink3.mk                   1.27
- sysutils/xfce4-genmon-plugin/Makefile                         1.15
- sysutils/xfce4-genmon-plugin/buildlink3.mk                    1.17
- sysutils/xfce4-netload-plugin/Makefile                        1.31
- sysutils/xfce4-netload-plugin/buildlink3.mk                   1.33
- sysutils/xfce4-quicklauncher-plugin/Makefile                  1.23
- sysutils/xfce4-quicklauncher-plugin/buildlink3.mk             1.29
- sysutils/xfce4-systemload-plugin/Makefile                     1.29
- sysutils/xfce4-systemload-plugin/buildlink3.mk                1.31
- sysutils/xfce4-thunar/Makefile                                1.28
- sysutils/xfce4-thunar/buildlink3.mk                           1.24
- sysutils/xfce4-volman/Makefile                                1.20
- sysutils/xfce4-xarchiver/Makefile                             1.19
- sysutils/xfce4-xarchiver/buildlink3.mk                        1.18
- sysutils/xfce4-xkb-plugin/Makefile                            1.27
- sysutils/xfce4-xkb-plugin/buildlink3.mk                       1.30
- textproc/FlightCrew/Makefile                                  1.16
- textproc/OdfConverter/Makefile                                1.20
- textproc/dikt/Makefile                                        1.10
- textproc/ebview/Makefile                                      1.17
- textproc/gnome-spell/Makefile                                 1.50
- textproc/gnome-spell/buildlink3.mk                            1.36
- textproc/gnome-subtitles/Makefile                             1.27
- textproc/gtkspell/Makefile                                    1.49
- textproc/gtkspell/buildlink3.mk                               1.26
- textproc/py-gdick/Makefile                                    1.32
- textproc/soprano/Makefile                                     1.29
- textproc/soprano/buildlink3.mk                                1.17
- textproc/xfce4-dict-plugin/Makefile                           1.15
- textproc/xfce4-dict-plugin/buildlink3.mk                      1.17
- time/cairo-clock/Makefile                                     1.27
- time/evolution-webcal/Makefile                                1.59
- time/gchore/Makefile                                          1.18
- time/gdeskcal/Makefile                                        1.44
- time/gnotime/Makefile                                         1.55
- time/gtodo-applet/Makefile                                    1.47
- time/gtodo/Makefile                                           1.43
- time/hamster-applet/Makefile                                  1.29
- time/ktimer/Makefile                                          1.6
- time/planner/Makefile                                         1.37
- time/rsibreak/Makefile                                        1.28
- time/xfce4-datetime-plugin/Makefile                           1.29
- time/xfce4-datetime-plugin/buildlink3.mk                      1.29
- time/xfce4-orage/Makefile                                     1.19
- time/xfce4-timer-plugin/Makefile                              1.15
- time/xfce4-timer-plugin/buildlink3.mk                         1.17
- wm/afterstep/Makefile                                         1.58
- wm/awesome/Makefile                                           1.31
- wm/bmpanel2/Makefile                                          1.10
- wm/compiz-fusion-plugins-extra/Makefile                       1.20
- wm/compiz-fusion-plugins-main/Makefile                        1.22
- wm/compiz-fusion-plugins-main/buildlink3.mk                   1.17
- wm/compiz/Makefile                                            1.52
- wm/compiz/buildlink3.mk                                       1.17
- wm/e16menuedit2/Makefile                                      1.35
- wm/fluxconf/Makefile                                          1.16
- wm/metacity/Makefile                                          1.103
- wm/metacity/buildlink3.mk                                     1.33
- wm/metisse/Makefile                                           1.27
- wm/openbox/Makefile                                           1.78
- wm/oroborox/Makefile                                          1.34
- wm/sawfish/Makefile                                           1.67
- wm/selectwm/Makefile                                          1.21
- wm/wbar/Makefile                                              1.11
- wm/wmakerconf/Makefile                                        1.57
- wm/xfce4-wm-themes/Makefile                                   1.31
- wm/xfce4-wm/Makefile                                          1.43
- www/amaya/Makefile                                            1.74
- www/ap22-dnssd/Makefile                                       1.18
- www/bluefish/Makefile                                         1.101
- www/browser-bookmarks-menu/Makefile                           1.33
- www/drivel/Makefile                                           1.65
- www/epiphany-extensions/Makefile                              1.76
- www/epiphany/Makefile                                         1.131
- www/epiphany/buildlink3.mk                                    1.50
- www/firefox/Makefile                                          1.112
- www/firefox10/Makefile                                        1.8
- www/firefox36/Makefile                                        1.18
- www/gtkhtml314/Makefile                                       1.52
- www/icedtea-web/Makefile                                      1.14
- www/kazehakase/Makefile                                       1.50
- www/kdewebdev4/Makefile                                       1.31
- www/libgtkhtml/Makefile                                       1.62
- www/libgtkhtml/buildlink3.mk                                  1.35
- www/libmediawiki/Makefile                                     1.5
- www/libmediawiki/buildlink3.mk                                1.5
- www/liferea-current/Makefile                                  1.34
- www/liferea/Makefile                                          1.108
- www/midori/Makefile                                           1.48
- www/netsurf/Makefile                                          1.21
- www/nspluginwrapper/Makefile                                  1.32
- www/seamonkey/Makefile                                        1.78
- www/webkit-gtk/Makefile                                       1.59
- www/webkit-gtk/buildlink3.mk                                  1.27
- www/webkit-gtk3/Makefile                                      1.14
- www/webkit-gtk3/buildlink3.mk                                 1.10
- x11/alacarte/Makefile                                         1.41
- x11/antiright/Makefile                                        1.21
- x11/avant-window-navigator/Makefile                           1.11
- x11/clisp-gtk2/Makefile                                       1.13
- x11/deskmenu/Makefile                                         1.15
- x11/devilspie/Makefile                                        1.52
- x11/eekboard/Makefile                                         1.17
- x11/eekboard/buildlink3.mk                                    1.15
- x11/fast-user-switch-applet/Makefile                          1.45
- x11/fltk13/Makefile                                           1.4
- x11/ftmenu/Makefile                                           1.17
- x11/gdm/Makefile                                              1.170
- x11/gnome-applets/Makefile                                    1.105
- x11/gnome-control-center/Makefile                             1.55
- x11/gnome-control-center/buildlink3.mk                        1.28
- x11/gnome-desktop-sharp/Makefile                              1.38
- x11/gnome-desktop-sharp/buildlink3.mk                         1.31
- x11/gnome-desktop/Makefile                                    1.117
- x11/gnome-desktop/buildlink3.mk                               1.43
- x11/gnome-desktop3/Makefile                                   1.4
- x11/gnome-desktop3/buildlink3.mk                              1.4
- x11/gnome-mag/Makefile                                        1.73
- x11/gnome-mag/buildlink3.mk                                   1.31
- x11/gnome-panel/Makefile                                      1.148
- x11/gnome-panel/buildlink3.mk                                 1.52
- x11/gnome-screensaver/Makefile                                1.58
- x11/gnome-session/Makefile                                    1.139
- x11/gnome-sharp/Makefile                                      1.36
- x11/gnome-sharp/buildlink3.mk                                 1.30
- x11/gnome-terminal/Makefile                                   1.46
- x11/gnome-themes-extras/Makefile                              1.58
- x11/gnome-themes/Makefile                                     1.89
- x11/gnopernicus/Makefile                                      1.78
- x11/grandr_applet/Makefile                                    1.27
- x11/gromit/Makefile                                           1.24
- x11/gselt/Makefile                                            1.12
- x11/gtk-sharp/Makefile                                        1.30
- x11/gtk2+extra/Makefile                                       1.20
- x11/gtk2+extra/buildlink3.mk                                  1.23
- x11/gtk2-chtheme/Makefile                                     1.24
- x11/gtk2-engines-bluecurve/Makefile                           1.31
- x11/gtk2-engines-murrine/Makefile                             1.17
- x11/gtk2-engines/Makefile                                     1.77
- x11/gtk2-engines/buildlink3.mk                                1.26
- x11/gtk2-theme-switch/Makefile                                1.32
- x11/gtk2/Makefile                                             1.236
- x11/gtk2/buildlink3.mk                                        1.56
- x11/gtk3/Makefile                                             1.27
- x11/gtk3/buildlink3.mk                                        1.8
- x11/gtkada/Makefile                                           1.11
- x11/gtkada/buildlink3.mk                                      1.10
- x11/gtkglarea2/Makefile                                       1.25
- x11/gtkglarea2/buildlink3.mk                                  1.20
- x11/gtkmm-utils/Makefile                                      1.12
- x11/gtkmm-utils/buildlink3.mk                                 1.14
- x11/gtkmm/Makefile                                            1.85
- x11/gtkmm/buildlink3.mk                                       1.32
- x11/gtksourceview-sharp2/Makefile                             1.33
- x11/gtksourceview/Makefile                                    1.64
- x11/gtksourceview/buildlink3.mk                               1.32
- x11/gtksourceview2/Makefile                                   1.33
- x11/gtksourceview2/buildlink3.mk                              1.19
- x11/gtksourceview3/Makefile                                   1.4
- x11/gtksourceview3/buildlink3.mk                              1.4
- x11/gtkterm2/Makefile                                         1.27
- x11/hot-babe/Makefile                                         1.33
- x11/kactivities/Makefile                                      1.6
- x11/kactivities/buildlink3.mk                                 1.6
- x11/kde-baseapps4/Makefile                                    1.8
- x11/kde-runtime4/Makefile                                     1.12
- x11/kde-runtime4/buildlink3.mk                                1.6
- x11/kde-workspace4/Makefile                                   1.11
- x11/kde-workspace4/buildlink3.mk                              1.6
- x11/kdelibs4/Makefile                                         1.47
- x11/kdelibs4/buildlink3.mk                                    1.22
- x11/konsole/Makefile                                          1.6
- x11/lablgtk/Makefile                                          1.68
- x11/lablgtk/buildlink3.mk                                     1.22
- x11/libX11/Makefile                                           1.28
- x11/libdesktop-agnostic/Makefile                              1.10
- x11/libdesktop-agnostic/buildlink3.mk                         1.7
- x11/libgnomekbd/Makefile                                      1.37
- x11/libunique/Makefile                                        1.21
- x11/libunique/buildlink3.mk                                   1.15
- x11/libunique3/Makefile                                       1.9
- x11/libxcb/buildlink3.mk                                      1.3
- x11/libxfce4gui/Makefile                                      1.41
- x11/libxfce4gui/buildlink3.mk                                 1.40
- x11/libxfce4menu/Makefile                                     1.11
- x11/libxfce4menu/buildlink3.mk                                1.13
- x11/libxfce4util/Makefile                                     1.27
- x11/matchbox-panel-manager/Makefile                           1.24
- x11/mlterm/Makefile                                           1.72
- x11/nucleo/Makefile                                           1.29
- x11/nucleo/buildlink3.mk                                      1.24
- x11/p5-Alien-wxWidgets/Makefile                               1.20
- x11/p5-Wx-Perl-ProcessStream/Makefile                         1.19
- x11/p5-Wx/Makefile                                            1.24
- x11/p5-Wx/buildlink3.mk                                       1.15
- x11/p5-gtk2/Makefile                                          1.49
- x11/p5-gtk2/buildlink3.mk                                     1.16
- x11/py-gnome2-desktop/Makefile                                1.67
- x11/py-gnome2-desktop/buildlink3.mk                           1.21
- x11/py-gnome2-extras/Makefile                                 1.57
- x11/py-gnome2-extras/buildlink3.mk                            1.32
- x11/py-gnome2/Makefile                                        1.86
- x11/py-gnome2/buildlink3.mk                                   1.41
- x11/py-gtk2/Makefile                                          1.87
- x11/py-gtk2/buildlink3.mk                                     1.40
- x11/py-gtksourceview/Makefile                                 1.24
- x11/py-kde4/Makefile                                          1.14
- x11/py-kiwi/Makefile                                          1.22
- x11/py-qt4-qscintilla/Makefile                                1.22
- x11/py-qt4-qscintilla/buildlink3.mk                           1.16
- x11/py-qt4/Makefile                                           1.54
- x11/py-vte/Makefile                                           1.11
- x11/py-vte/buildlink3.mk                                      1.11
- x11/py-wxWidgets/Makefile                                     1.39
- x11/py-wxWidgets/buildlink3.mk                                1.33
- x11/qt4-creator/Makefile                                      1.15
- x11/qt4-docs/Makefile                                         1.23
- x11/qt4-libs/Makefile                                         1.78
- x11/qt4-libs/buildlink3.mk                                    1.34
- x11/qt4-mng/Makefile                                          1.17
- x11/qt4-mysql/Makefile                                        1.26
- x11/qt4-pgsql/Makefile                                        1.34
- x11/qt4-qdbus/Makefile                                        1.28
- x11/qt4-qdbus/buildlink3.mk                                   1.17
- x11/qt4-qscintilla/Makefile                                   1.21
- x11/qt4-qscintilla/buildlink3.mk                              1.15
- x11/qt4-sqlite3/Makefile                                      1.29
- x11/qt4-tiff/Makefile                                         1.26
- x11/qt4-tools/Makefile                                        1.54
- x11/qt4-tools/buildlink3.mk                                   1.24
- x11/qwt-qt4/Makefile                                          1.20
- x11/qwt-qt4/buildlink3.mk                                     1.17
- x11/qwt6-qt4/Makefile                                         1.5
- x11/qwt6-qt4/buildlink3.mk                                    1.4
- x11/qwtplot3d-qt4/Makefile                                    1.15
- x11/qwtplot3d-qt4/buildlink3.mk                               1.15
- x11/rep-gtk2/Makefile                                         1.22
- x11/rox-session/Makefile                                      1.31
- x11/ruby-gnome2-gtk/Makefile                                  1.36
- x11/ruby-gnome2-gtk/buildlink3.mk                             1.21
- x11/ruby-gnome2-gtksourceview2/Makefile                       1.25
- x11/ruby-gnome2-vte/Makefile                                  1.28
- x11/ruby-wxruby/Makefile                                      1.8
- x11/sakura/Makefile                                           1.10
- x11/startup-notification/Makefile                             1.26
- x11/startup-notification010/Makefile                          1.3
- x11/tint2/Makefile                                            1.19
- x11/vte/Makefile                                              1.92
- x11/vte/buildlink3.mk                                         1.33
- x11/vte029/Makefile                                           1.4
- x11/vte029/buildlink3.mk                                      1.4
- x11/wxGTK24/Makefile                                          1.22
- x11/wxGTK24/buildlink3.mk                                     1.25
- x11/wxGTK26-contrib/Makefile                                  1.15
- x11/wxGTK26-contrib/buildlink3.mk                             1.18
- x11/wxGTK26/Makefile                                          1.18
- x11/wxGTK26/buildlink3.mk                                     1.17
- x11/wxGTK28-contrib/Makefile                                  1.18
- x11/wxGTK28-contrib/buildlink3.mk                             1.18
- x11/wxGTK28/Makefile                                          1.26
- x11/wxGTK28/buildlink3.mk                                     1.19
- x11/wxhaskell/Makefile                                        1.38
- x11/x11vnc/Makefile                                           1.43
- x11/xcb-util-image/Makefile                                   1.2
- x11/xcb-util-keysyms/Makefile                                 1.2
- x11/xcb-util-renderutil/Makefile                              1.2
- x11/xcb-util-wm/Makefile                                      1.2
- x11/xcb-util/Makefile                                         1.9
- x11/xcb-util036/Makefile                                      1.2
- x11/xdialog/Makefile                                          1.34
- x11/xfce4-clipman-plugin/Makefile                             1.27
- x11/xfce4-clipman-plugin/buildlink3.mk                        1.31
- x11/xfce4-desktop/Makefile                                    1.48
- x11/xfce4-exo/Makefile                                        1.23
- x11/xfce4-exo/buildlink3.mk                                   1.18
- x11/xfce4-eyes-plugin/Makefile                                1.15
- x11/xfce4-eyes-plugin/buildlink3.mk                           1.17
- x11/xfce4-gtk2-engine/Makefile                                1.24
- x11/xfce4-notes-plugin/Makefile                               1.29
- x11/xfce4-notes-plugin/buildlink3.mk                          1.33
- x11/xfce4-panel/Makefile                                      1.51
- x11/xfce4-panel/buildlink3.mk                                 1.38
- x11/xfce4-places-plugin/Makefile                              1.18
- x11/xfce4-places-plugin/buildlink3.mk                         1.20
- x11/xfce4-screenshooter-plugin/Makefile                       1.15
- x11/xfce4-screenshooter-plugin/buildlink3.mk                  1.17
- x11/xfce4-session/Makefile                                    1.39
- x11/xfce4-session/buildlink3.mk                               1.34
- x11/xfce4-settings/Makefile                                   1.18
- x11/xfce4-terminal/Makefile                                   1.25
- x11/xfce4-utils/Makefile                                      1.46
- x11/xlockmore/Makefile                                        1.98
- x11/xlsclients/Makefile                                       1.8
- x11/xpad/Makefile                                             1.41
- x11/xplanet/Makefile                                          1.59
- x11/xscreensaver-demo/Makefile                                1.47
- x11/xvidcap-gtk2/Makefile                                     1.23
- x11/xwininfo/Makefile                                         1.8
- x11/zenity/Makefile                                           1.71

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 07:39:30 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk options.mk

   Log Message:
   The "cairo" package needs at least version 1.6 of the "libxcb" library.
   Set the minimum version accordingly. The package now uses "libxcb" from
   "pkgsrc" under Mac OS X Snow Leopard which fixes the build.

   Bump package revision because of the dependence change.


   To generate a diff of this commit:
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/cairo/options.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 12:09:42 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: buildlink3.mk options.mk
   	pkgsrc/multimedia/vlc: Makefile
   	pkgsrc/multimedia/vlc10: Makefile
   	pkgsrc/multimedia/vlc2: Makefile
   	pkgsrc/multimedia/xine-lib: Makefile
   	pkgsrc/pkgtools/x11-links: Makefile
   	pkgsrc/x11/libX11: Makefile
   	pkgsrc/x11/libxcb: buildlink3.mk
   	pkgsrc/x11/startup-notification: Makefile
   	pkgsrc/x11/startup-notification010: Makefile
   	pkgsrc/x11/xcb-util: Makefile
   	pkgsrc/x11/xcb-util-image: Makefile
   	pkgsrc/x11/xcb-util-keysyms: Makefile
   	pkgsrc/x11/xcb-util-renderutil: Makefile
   	pkgsrc/x11/xcb-util-wm: Makefile
   	pkgsrc/x11/xcb-util036: Makefile
   	pkgsrc/x11/xlsclients: Makefile
   	pkgsrc/x11/xwininfo: Makefile

   Log Message:
   Increase the minium required version of the "x11/libxcb" package to 1.6.
   There are at least two packages ("graphics/cairo" and "x11/xlsclients")
   which require this. And we definitely want to avoid the situation where
   both the based and "pkgsrc" version get used at the same time.

   Bump all the packages which use the "x11/libxcb" package except the two
   which already require version 1.6. For those package remove the manually
   set minimum required version.

   Change discussed with Thomas Klausner in private e-mail.


   To generate a diff of this commit:
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo/options.mk
   cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/vlc/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/vlc10/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/vlc2/Makefile
   cvs rdiff -u -r1.105 -r1.106 pkgsrc/multimedia/xine-lib/Makefile
   cvs rdiff -u -r1.134 -r1.135 pkgsrc/pkgtools/x11-links/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libX11/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libxcb/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/startup-notification/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/startup-notification010/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcb-util/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-image/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-keysyms/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-renderutil/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-wm/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util036/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xlsclients/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xwininfo/Makefile

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 12:17:10 UTC 2012

   Modified Files:
   	pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk

   Log Message:
   Increase version number to 0.71 instead of bumping the revision. Also
   increase the minimum required version to 0.71.


   To generate a diff of this commit:
   cvs rdiff -u -r1.135 -r1.136 pkgsrc/pkgtools/x11-links/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/pkgtools/x11-links/buildlink3.mk

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 17:12:24 UTC 2012

   Modified Files:
   	pkgsrc/archivers/ark: Makefile
   	pkgsrc/archivers/file-roller: Makefile
   	pkgsrc/audio/albumplayer: Makefile
   	pkgsrc/audio/amarok: Makefile
   	pkgsrc/audio/amarok-kde3: Makefile
   	pkgsrc/audio/ario: Makefile
   	pkgsrc/audio/audacious: Makefile buildlink3.mk
   	pkgsrc/audio/audacious-plugins: Makefile
   	pkgsrc/audio/audacity: Makefile
   	pkgsrc/audio/aumix-gtk: Makefile
   	pkgsrc/audio/bmp: Makefile buildlink3.mk
   	pkgsrc/audio/bmp-esound: Makefile
   	pkgsrc/audio/bmp-flac: Makefile
   	pkgsrc/audio/bmp-mac: Makefile
   	pkgsrc/audio/bmp-musepack: Makefile
   	pkgsrc/audio/bmp-pulse: Makefile
   	pkgsrc/audio/bmp-scrobbler: Makefile
   	pkgsrc/audio/bmpx: Makefile
   	pkgsrc/audio/bsl: Makefile
   	pkgsrc/audio/buzztard: Makefile
   	pkgsrc/audio/easytag: Makefile
   	pkgsrc/audio/exaile: Makefile
   	pkgsrc/audio/gbemol: Makefile
   	pkgsrc/audio/gimmix: Makefile
   	pkgsrc/audio/gkrellm-volume: Makefile
   	pkgsrc/audio/glurp: Makefile
   	pkgsrc/audio/gmp3info: Makefile
   	pkgsrc/audio/gmpc: Makefile buildlink3.mk
   	pkgsrc/audio/gmpc-albumview: Makefile
   	pkgsrc/audio/gmpc-lastfm: Makefile
   	pkgsrc/audio/gmpc-lyrics: Makefile
   	pkgsrc/audio/gmpc-lyricwiki: Makefile
   	pkgsrc/audio/gmpc-magnatune: Makefile
   	pkgsrc/audio/gmpc-mdcover: Makefile
   	pkgsrc/audio/gmpc-tagedit: Makefile
   	pkgsrc/audio/gnome-vfs-cdda: Makefile
   	pkgsrc/audio/gqmpeg-devel: Makefile
   	pkgsrc/audio/gtick: Makefile
   	pkgsrc/audio/gtkpod: Makefile
   	pkgsrc/audio/hydrogen: Makefile
   	pkgsrc/audio/jack-rack: Makefile
   	pkgsrc/audio/libcanberra: Makefile buildlink3.mk
   	pkgsrc/audio/libgpod: Makefile buildlink3.mk
   	pkgsrc/audio/liblastfm: Makefile buildlink3.mk
   	pkgsrc/audio/libvisual-bmp: Makefile
   	pkgsrc/audio/libvisual-plugins: Makefile
   	pkgsrc/audio/libvisual0.2-plugins: Makefile
   	pkgsrc/audio/liteamp: Makefile
   	pkgsrc/audio/mp3diags: Makefile
   	pkgsrc/audio/mp3splt-gtk: Makefile
   	pkgsrc/audio/muse: Makefile
   	pkgsrc/audio/padevchooser: Makefile
   	pkgsrc/audio/paman: Makefile
   	pkgsrc/audio/paprefs: Makefile
   	pkgsrc/audio/pavucontrol: Makefile
   	pkgsrc/audio/pavumeter: Makefile
   	pkgsrc/audio/pulseaudio: Makefile
   	pkgsrc/audio/py-musique: Makefile
   	pkgsrc/audio/qjackctl: Makefile
   	pkgsrc/audio/rhythmbox: Makefile
   	pkgsrc/audio/sfxr: Makefile
   	pkgsrc/audio/snd: Makefile
   	pkgsrc/audio/solfege: Makefile
   	pkgsrc/audio/sonata: Makefile
   	pkgsrc/audio/sound-juicer: Makefile
   	pkgsrc/audio/streamtuner: Makefile buildlink3.mk
   	pkgsrc/audio/sweep: Makefile
   	pkgsrc/audio/terminatorx: Makefile
   	pkgsrc/audio/timidity: Makefile
   	pkgsrc/audio/xfce4-mixer: Makefile
   	pkgsrc/audio/xfce4-xmms-plugin: Makefile buildlink3.mk
   	pkgsrc/biology/chemtool: Makefile
   	pkgsrc/biology/gnome-chemistry-utils: Makefile
   	pkgsrc/biology/openbabel: Makefile
   	pkgsrc/cad/boolean: Makefile
   	pkgsrc/cad/geda: Makefile
   	pkgsrc/cad/gerbv: Makefile
   	pkgsrc/cad/gsmc: Makefile
   	pkgsrc/cad/gtk2-wcalc: Makefile
   	pkgsrc/cad/gtkwave: Makefile
   	pkgsrc/cad/gwave: Makefile
   	pkgsrc/cad/librecad: Makefile
   	pkgsrc/cad/openscad: Makefile
   	pkgsrc/cad/pcb: Makefile
   	pkgsrc/cad/transcalc: Makefile
   	pkgsrc/chat/empathy: Makefile buildlink3.mk
   	pkgsrc/chat/finch: Makefile
   	pkgsrc/chat/gajim: Makefile
   	pkgsrc/chat/gg2: Makefile
   	pkgsrc/chat/gnomeicu: Makefile
   	pkgsrc/chat/gossip: Makefile
   	pkgsrc/chat/konversation: Makefile
   	pkgsrc/chat/libpurple: Makefile buildlink3.mk
   	pkgsrc/chat/msn-pecan: Makefile
   	pkgsrc/chat/pidgin: Makefile buildlink3.mk
   	pkgsrc/chat/pidgin-facebookchat: Makefile
   	pkgsrc/chat/pidgin-icb: Makefile
   	pkgsrc/chat/pidgin-latex: Makefile
   	pkgsrc/chat/pidgin-libnotify: Makefile
   	pkgsrc/chat/pidgin-otr: Makefile
   	pkgsrc/chat/pidgin-sametime: Makefile
   	pkgsrc/chat/pidgin-silc: Makefile
   	pkgsrc/chat/psi: Makefile
   	pkgsrc/chat/spectrum: Makefile
   	pkgsrc/chat/telepathy-farsight: Makefile buildlink3.mk
   	pkgsrc/chat/telepathy-mission-control: Makefile buildlink3.mk
   	pkgsrc/chat/xchat: Makefile
   	pkgsrc/chat/xchat-systray-integration: Makefile
   	pkgsrc/comms/asterisk10: Makefile
   	pkgsrc/comms/asterisk18: Makefile
   	pkgsrc/comms/efax-gtk: Makefile
   	pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk
   	pkgsrc/comms/jpilot: Makefile buildlink3.mk
   	pkgsrc/comms/jpilot-syncmal: Makefile
   	pkgsrc/comms/multisync-gui: Makefile
   	pkgsrc/converters/tex2rtf: Makefile
   	pkgsrc/databases/gourmet: Makefile
   	pkgsrc/databases/gq: Makefile
   	pkgsrc/databases/gramps: Makefile
   	pkgsrc/databases/gramps2: Makefile
   	pkgsrc/databases/gramps3: Makefile
   	pkgsrc/databases/gtkdbfeditor: Makefile
   	pkgsrc/databases/libgnomedb: Makefile buildlink3.mk
   	pkgsrc/databases/mergeant: Makefile
   	pkgsrc/databases/mysql-workbench: Makefile
   	pkgsrc/databases/p5-RRD-Simple: Makefile
   	pkgsrc/databases/pgadmin3: Makefile
   	pkgsrc/databases/rrdtool: Makefile buildlink3.mk
   	pkgsrc/databases/ruby-rrdtool: Makefile
   	pkgsrc/devel/GConf-ui: Makefile buildlink3.mk
   	pkgsrc/devel/SDL_Pango: Makefile buildlink3.mk
   	pkgsrc/devel/anjuta: Makefile
   	pkgsrc/devel/at-spi: Makefile buildlink3.mk
   	pkgsrc/devel/automoc4: Makefile
   	pkgsrc/devel/blib: Makefile buildlink3.mk
   	pkgsrc/devel/boa-constructor: Makefile
   	pkgsrc/devel/coconut: Makefile
   	pkgsrc/devel/compizconfig-backend-gconf: Makefile
   	pkgsrc/devel/cppcheck: Makefile
   	pkgsrc/devel/cutter: Makefile
   	pkgsrc/devel/dconf-editor: Makefile
   	pkgsrc/devel/devhelp: Makefile buildlink3.mk
   	pkgsrc/devel/distccmon-gnome: Makefile
   	pkgsrc/devel/distccmon-gtk: Makefile
   	pkgsrc/devel/eric4: Makefile
   	pkgsrc/devel/ethos: Makefile buildlink3.mk
   	pkgsrc/devel/frama-c: Makefile
   	pkgsrc/devel/gconfmm: Makefile buildlink3.mk
   	pkgsrc/devel/gdl: Makefile buildlink3.mk
   	pkgsrc/devel/geany: Makefile
   	pkgsrc/devel/glade: Makefile
   	pkgsrc/devel/glade3: Makefile buildlink3.mk
   	pkgsrc/devel/gmtk: Makefile buildlink3.mk
   	pkgsrc/devel/gnome-build: Makefile buildlink3.mk
   	pkgsrc/devel/gobject-introspection: Makefile
   	pkgsrc/devel/gps: Makefile
   	pkgsrc/devel/gst-plugins0.10-pango: Makefile
   	pkgsrc/devel/guile-gnome: Makefile
   	pkgsrc/devel/kdesdk4: Makefile
   	pkgsrc/devel/kdevelop4: Makefile
   	pkgsrc/devel/kdevplatform: Makefile
   	pkgsrc/devel/kdiff3: Makefile
   	pkgsrc/devel/libbonoboui: Makefile buildlink3.mk
   	pkgsrc/devel/libcompizconfig: Makefile
   	pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk
   	pkgsrc/devel/libextractor: Makefile
   	pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk
   	pkgsrc/devel/libglade: Makefile buildlink3.mk
   	pkgsrc/devel/libglademm: 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/libgweather: Makefile buildlink3.mk
   	pkgsrc/devel/libpeas: Makefile buildlink3.mk
   	pkgsrc/devel/libsexy: Makefile buildlink3.mk
   	pkgsrc/devel/libsexymm: Makefile buildlink3.mk
   	pkgsrc/devel/libview: Makefile buildlink3.mk
   	pkgsrc/devel/libwnck: Makefile buildlink3.mk
   	pkgsrc/devel/mono-tools: Makefile
   	pkgsrc/devel/monodevelop: Makefile buildlink3.mk
   	pkgsrc/devel/monodevelop-database: Makefile
   	pkgsrc/devel/monotone-viz: Makefile
   	pkgsrc/devel/p5-Gnome2: Makefile
   	pkgsrc/devel/p5-Gtk2-GladeXML: Makefile
   	pkgsrc/devel/p5-Wx-Perl-DataWalker: Makefile
   	pkgsrc/devel/p5-pango: Makefile buildlink3.mk
   	pkgsrc/devel/pango: Makefile buildlink3.mk
   	pkgsrc/devel/pangomm: Makefile buildlink3.mk
   	pkgsrc/devel/py-compizconfig: Makefile
   	pkgsrc/devel/py-gobject: Makefile
   	pkgsrc/devel/py-gobject-shared: Makefile
   	pkgsrc/devel/py-gobject3: Makefile
   	pkgsrc/devel/qconf: Makefile
   	pkgsrc/devel/qjson: Makefile
   	pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk
   	pkgsrc/devel/rapidsvn: Makefile
   	pkgsrc/devel/ruby-gnome2-pango: Makefile buildlink3.mk
   	pkgsrc/devel/scintilla: Makefile buildlink3.mk
   	pkgsrc/devel/swt: Makefile
   	pkgsrc/devel/valide: Makefile
   	pkgsrc/devel/xfce4-dev-tools: Makefile
   	pkgsrc/devel/xfconf: Makefile
   	pkgsrc/devel/xulrunner: Makefile buildlink3.mk
   	pkgsrc/devel/xulrunner10: Makefile buildlink3.mk
   	pkgsrc/devel/xulrunner192: Makefile buildlink3.mk
   	pkgsrc/editors/Sigil: Makefile
   	pkgsrc/editors/TeXmacs-devel: Makefile
   	pkgsrc/editors/abiword: Makefile
   	pkgsrc/editors/abiword-plugins: Makefile
   	pkgsrc/editors/beaver: Makefile
   	pkgsrc/editors/conglomerate: Makefile
   	pkgsrc/editors/dasher: Makefile
   	pkgsrc/editors/emacs: Makefile
   	pkgsrc/editors/emacs-snapshot: Makefile
   	pkgsrc/editors/emacs22: Makefile
   	pkgsrc/editors/emacs24: Makefile
   	pkgsrc/editors/gconf-editor: Makefile
   	pkgsrc/editors/gedit: Makefile buildlink3.mk
   	pkgsrc/editors/gedit-python: Makefile
   	pkgsrc/editors/gedit3: Makefile
   	pkgsrc/editors/gedit3-spell: Makefile
   	pkgsrc/editors/ghex: Makefile
   	pkgsrc/editors/gice: Makefile
   	pkgsrc/editors/gobby: Makefile
   	pkgsrc/editors/gtranslator: Makefile
   	pkgsrc/editors/gummi: Makefile
   	pkgsrc/editors/kate: Makefile
   	pkgsrc/editors/kile: Makefile
   	pkgsrc/editors/leafpad: Makefile
   	pkgsrc/editors/lyx: Makefile
   	pkgsrc/editors/medit: Makefile
   	pkgsrc/editors/mlview: Makefile
   	pkgsrc/editors/notecase: Makefile
   	pkgsrc/editors/p5-Padre: Makefile
   	pkgsrc/editors/p5-Wx-Scintilla: Makefile
   	pkgsrc/editors/poedit: Makefile
   	pkgsrc/editors/qgoogletranslator: Makefile
   	pkgsrc/editors/scite: Makefile
   	pkgsrc/editors/tea: Makefile
   	pkgsrc/editors/texmaker: Makefile
   	pkgsrc/editors/texworks: Makefile
   	pkgsrc/editors/tomboy: Makefile
   	pkgsrc/editors/vim-gtk2: Makefile
   	pkgsrc/editors/xfce4-mousepad: Makefile
   	pkgsrc/editors/xournal: Makefile
   	pkgsrc/emulators/blinkensim: Makefile
   	pkgsrc/emulators/bochs: Makefile
   	pkgsrc/emulators/e-uae: Makefile
   	pkgsrc/emulators/fuse: Makefile
   	pkgsrc/emulators/gambatte: Makefile
   	pkgsrc/emulators/gens: Makefile
   	pkgsrc/emulators/gpsim: Makefile
   	pkgsrc/emulators/gpsim-devel: Makefile buildlink3.mk
   	pkgsrc/emulators/gpsim-oscilloscope: Makefile
   	pkgsrc/emulators/gpsim-ptyusart: Makefile
   	pkgsrc/emulators/mame: Makefile
   	pkgsrc/emulators/mess: Makefile
   	pkgsrc/emulators/nestopia: Makefile
   	pkgsrc/emulators/snes9x-gtk: Makefile
   	pkgsrc/emulators/tme: Makefile
   	pkgsrc/emulators/uae: Makefile
   	pkgsrc/emulators/vice: Makefile
   	pkgsrc/emulators/xnp2: Makefile
   	pkgsrc/emulators/yabause: Makefile
   	pkgsrc/filesystems/fuse-pod: Makefile
   	pkgsrc/finance/gkrellm-stock: Makefile
   	pkgsrc/finance/gnucash: Makefile
   	pkgsrc/fonts/fntsample: Makefile
   	pkgsrc/fonts/fontforge: Makefile
   	pkgsrc/fonts/gbdfed: Makefile
   	pkgsrc/fonts/gucharmap: Makefile buildlink3.mk
   	pkgsrc/games/atomix: Makefile
   	pkgsrc/games/blinken: Makefile
   	pkgsrc/games/bluemoon: Makefile
   	pkgsrc/games/ccgo: Makefile
   	pkgsrc/games/crack-attack: Makefile
   	pkgsrc/games/crossfire-client-gtk2: Makefile
   	pkgsrc/games/dopewars: Makefile
   	pkgsrc/games/eboard: Makefile
   	pkgsrc/games/flightgear: Makefile
   	pkgsrc/games/freeciv-client: Makefile
   	pkgsrc/games/frozen-bubble: Makefile
   	pkgsrc/games/gamazons: Makefile
   	pkgsrc/games/gbrainy: Makefile
   	pkgsrc/games/gcompris: Makefile
   	pkgsrc/games/genecys-client: Makefile
   	pkgsrc/games/gnome-games: Makefile
   	pkgsrc/games/gnome-mastermind: Makefile
   	pkgsrc/games/grhino: Makefile
   	pkgsrc/games/gtetrinet: Makefile
   	pkgsrc/games/gtkballs: Makefile
   	pkgsrc/games/gtklevel9: Makefile
   	pkgsrc/games/gtkmagnetic: Makefile
   	pkgsrc/games/gturing: Makefile
   	pkgsrc/games/holtz: Makefile
   	pkgsrc/games/kanagram: Makefile
   	pkgsrc/games/kanatest: Makefile
   	pkgsrc/games/kdegames4: Makefile
   	pkgsrc/games/kdetoys4: Makefile
   	pkgsrc/games/khangman: Makefile
   	pkgsrc/games/kye: Makefile
   	pkgsrc/games/pioneers: Makefile
   	pkgsrc/games/pokerth: Makefile
   	pkgsrc/games/puzzles: Makefile
   	pkgsrc/games/pytraffic: Makefile
   	pkgsrc/games/quarry: Makefile
   	pkgsrc/games/rftg: Makefile
   	pkgsrc/games/scummvm-tools: Makefile
   	pkgsrc/games/simgear: Makefile
   	pkgsrc/games/sirius: Makefile
   	pkgsrc/games/teg: Makefile
   	pkgsrc/games/wesnoth: Makefile
   	pkgsrc/games/wxhugo: Makefile
   	pkgsrc/games/xcowsay: Makefile
   	pkgsrc/geography/emerillon: Makefile
   	pkgsrc/geography/geoclue: Makefile
   	pkgsrc/geography/libchamplain04: Makefile buildlink3.mk
   	pkgsrc/geography/libchamplain06: Makefile buildlink3.mk
   	pkgsrc/geography/libchamplain08: 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/aqsis: Makefile
   	pkgsrc/graphics/blinkenthemes: Makefile
   	pkgsrc/graphics/blinkentools: Makefile
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/cairo-gobject: Makefile buildlink3.mk
   	pkgsrc/graphics/cairomm: Makefile buildlink3.mk
   	pkgsrc/graphics/camlimages: Makefile
   	pkgsrc/graphics/cheese: Makefile
   	pkgsrc/graphics/cinepaint: Makefile
   	pkgsrc/graphics/clutter: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-box2d: Makefile
   	pkgsrc/graphics/clutter-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-mx: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter-qt: Makefile
   	pkgsrc/graphics/clutter08: Makefile buildlink3.mk
   	pkgsrc/graphics/clutter08-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/comix: Makefile
   	pkgsrc/graphics/darktable: Makefile
   	pkgsrc/graphics/denemo: Makefile
   	pkgsrc/graphics/dia: Makefile
   	pkgsrc/graphics/dia-python: Makefile
   	pkgsrc/graphics/digikam: Makefile
   	pkgsrc/graphics/djview4: Makefile
   	pkgsrc/graphics/eog: Makefile buildlink3.mk
   	pkgsrc/graphics/eog-plugins: Makefile
   	pkgsrc/graphics/eog-plugins-map: Makefile
   	pkgsrc/graphics/eog3: Makefile
   	pkgsrc/graphics/evas-svg: Makefile
   	pkgsrc/graphics/extrema: Makefile
   	pkgsrc/graphics/f-spot: Makefile
   	pkgsrc/graphics/fotoxx: Makefile
   	pkgsrc/graphics/frameworks: Makefile
   	pkgsrc/graphics/geeqie: Makefile
   	pkgsrc/graphics/gegl: Makefile buildlink3.mk
   	pkgsrc/graphics/gfract: Makefile
   	pkgsrc/graphics/gimmage: Makefile
   	pkgsrc/graphics/gimp: Makefile buildlink3.mk
   	pkgsrc/graphics/gimp-color-manager: Makefile
   	pkgsrc/graphics/gimp-exif-browser: Makefile
   	pkgsrc/graphics/gimp-fix-ca: Makefile
   	pkgsrc/graphics/gimp-liquid-rescale: Makefile
   	pkgsrc/graphics/gimp-rawphoto: Makefile
   	pkgsrc/graphics/gimp-refocus-it: Makefile
   	pkgsrc/graphics/gimp-resynthesizer: Makefile
   	pkgsrc/graphics/gimp-ufraw: Makefile
   	pkgsrc/graphics/gimp2-wideangle: Makefile
   	pkgsrc/graphics/giram: Makefile
   	pkgsrc/graphics/gliv: Makefile
   	pkgsrc/graphics/gmngview: Makefile
   	pkgsrc/graphics/gnome-icon-theme: Makefile
   	pkgsrc/graphics/gnuplot: Makefile
   	pkgsrc/graphics/goocanvas: Makefile buildlink3.mk
   	pkgsrc/graphics/goocanvasmm: Makefile
   	pkgsrc/graphics/gpicview: Makefile
   	pkgsrc/graphics/gqview: Makefile
   	pkgsrc/graphics/gqview-devel: Makefile
   	pkgsrc/graphics/graphviz: Makefile
   	pkgsrc/graphics/gst-plugins0.10-cairo: Makefile
   	pkgsrc/graphics/gthumb: Makefile
   	pkgsrc/graphics/gthumb3: Makefile
   	pkgsrc/graphics/gtkam: Makefile
   	pkgsrc/graphics/gtkglext: Makefile buildlink3.mk
   	pkgsrc/graphics/gtkimageview: Makefile
   	pkgsrc/graphics/guile-cairo: Makefile
   	pkgsrc/graphics/gwenview: Makefile
   	pkgsrc/graphics/hugin: Makefile
   	pkgsrc/graphics/inkscape: Makefile
   	pkgsrc/graphics/kamera: Makefile
   	pkgsrc/graphics/kcolorchooser: Makefile
   	pkgsrc/graphics/kdegraphics-mobipocket: Makefile
   	pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile
   	pkgsrc/graphics/kdegraphics-thumbnailers: Makefile
   	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/kruler: Makefile
   	pkgsrc/graphics/ksaneplugin: Makefile
   	pkgsrc/graphics/ksnapshot: Makefile
   	pkgsrc/graphics/libexif-gtk: Makefile buildlink3.mk
   	pkgsrc/graphics/libgdiplus: Makefile buildlink3.mk
   	pkgsrc/graphics/libgnomecanvas: Makefile buildlink3.mk
   	pkgsrc/graphics/libgnomecanvasmm: Makefile buildlink3.mk
   	pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk
   	pkgsrc/graphics/libkexiv2: Makefile
   	pkgsrc/graphics/libkface: Makefile buildlink3.mk
   	pkgsrc/graphics/libkipi: Makefile buildlink3.mk
   	pkgsrc/graphics/libksane: Makefile buildlink3.mk
   	pkgsrc/graphics/librsvg: Makefile buildlink3.mk
   	pkgsrc/graphics/libscigraphica: Makefile buildlink3.mk
   	pkgsrc/graphics/nvtv: Makefile
   	pkgsrc/graphics/opencv: Makefile
   	pkgsrc/graphics/osg: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-Gnome2-Canvas: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/p5-clutter: Makefile
   	pkgsrc/graphics/py-cairo: Makefile buildlink3.mk
   	pkgsrc/graphics/py-clutter: Makefile buildlink3.mk
   	pkgsrc/graphics/py-clutter-gtk: Makefile
   	pkgsrc/graphics/py-goocanvas: Makefile
   	pkgsrc/graphics/py-gtkglext: Makefile
   	pkgsrc/graphics/py-matplotlib-gtk2: Makefile
   	pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk
   	pkgsrc/graphics/qiv: Makefile
   	pkgsrc/graphics/qiviewer: Makefile
   	pkgsrc/graphics/ristretto: Makefile
   	pkgsrc/graphics/ruby-clutter-cairo: Makefile
   	pkgsrc/graphics/ruby-clutter-core: Makefile
   	pkgsrc/graphics/ruby-clutter-gtk: Makefile
   	pkgsrc/graphics/ruby-gnome2-goocanvas: Makefile
   	pkgsrc/graphics/ruby-gnome2-rsvg: Makefile
   	pkgsrc/graphics/ruby-rcairo: Makefile buildlink3.mk
   	pkgsrc/graphics/sane-frontends: Makefile
   	pkgsrc/graphics/scidavis: Makefile
   	pkgsrc/graphics/scigraphica: Makefile
   	pkgsrc/graphics/shotwell: Makefile
   	pkgsrc/graphics/shotwell-gtk3: Makefile
   	pkgsrc/graphics/svgpart: Makefile
   	pkgsrc/graphics/tuxpaint: Makefile
   	pkgsrc/graphics/ucview: Makefile
   	pkgsrc/graphics/unicap: Makefile
   	pkgsrc/graphics/veusz: Makefile
   	pkgsrc/graphics/viewnior: Makefile
   	pkgsrc/graphics/wxsvg: Makefile buildlink3.mk
   	pkgsrc/graphics/xfce4-icon-theme: Makefile buildlink3.mk
   	pkgsrc/graphics/xsane: Makefile
   	pkgsrc/graphics/xzgv: Makefile
   	pkgsrc/graphics/zphoto: Makefile
   	pkgsrc/ham/gmfsk: Makefile
   	pkgsrc/ham/gnuradio-examples: Makefile
   	pkgsrc/ham/gnuradio-radio-astronomy: Makefile
   	pkgsrc/ham/gnuradio-wxgui: Makefile buildlink3.mk
   	pkgsrc/ham/gpredict: Makefile
   	pkgsrc/ham/grig: Makefile
   	pkgsrc/ham/xdx: Makefile
   	pkgsrc/ham/xlog: Makefile
   	pkgsrc/inputmethod/gcin: Makefile
   	pkgsrc/inputmethod/gtk-im-libthai: Makefile
   	pkgsrc/inputmethod/ibus: Makefile
   	pkgsrc/inputmethod/ibus-chewing: Makefile
   	pkgsrc/inputmethod/ibus-handwrite: Makefile
   	pkgsrc/inputmethod/ibus-input-pad: Makefile
   	pkgsrc/inputmethod/ibus-m17n: Makefile
   	pkgsrc/inputmethod/ibus-qt: Makefile
   	pkgsrc/inputmethod/ibus-skk: Makefile
   	pkgsrc/inputmethod/ibus-t9: Makefile
   	pkgsrc/inputmethod/ibus-unikey: Makefile
   	pkgsrc/inputmethod/im-ja: Makefile
   	pkgsrc/inputmethod/imhangul: Makefile
   	pkgsrc/inputmethod/imhangul_status_applet: Makefile
   	pkgsrc/inputmethod/input-pad: Makefile buildlink3.mk
   	pkgsrc/inputmethod/kasumi: Makefile
   	pkgsrc/inputmethod/kimera: Makefile
   	pkgsrc/inputmethod/kimera-tomoe-gtk: Makefile
   	pkgsrc/inputmethod/m17n-im-config: Makefile buildlink3.mk
   	pkgsrc/inputmethod/nabi: Makefile
   	pkgsrc/inputmethod/novel-pinyin: Makefile
   	pkgsrc/inputmethod/py-input-pad: Makefile
   	pkgsrc/inputmethod/scim: Makefile buildlink3.mk
   	pkgsrc/inputmethod/scim-anthy: Makefile
   	pkgsrc/inputmethod/scim-array: Makefile
   	pkgsrc/inputmethod/scim-canna: Makefile
   	pkgsrc/inputmethod/scim-ccinput: Makefile
   	pkgsrc/inputmethod/scim-chewing: Makefile
   	pkgsrc/inputmethod/scim-fcitx: Makefile
   	pkgsrc/inputmethod/scim-hangul: Makefile
   	pkgsrc/inputmethod/scim-input-pad: Makefile
   	pkgsrc/inputmethod/scim-m17n: Makefile
   	pkgsrc/inputmethod/scim-pinyin: Makefile
   	pkgsrc/inputmethod/scim-prime: Makefile
   	pkgsrc/inputmethod/scim-python: Makefile
   	pkgsrc/inputmethod/scim-sinhala: Makefile
   	pkgsrc/inputmethod/scim-skk: Makefile
   	pkgsrc/inputmethod/scim-tables: Makefile
   	pkgsrc/inputmethod/scim-thai: Makefile
   	pkgsrc/inputmethod/scim-tomoe: Makefile
   	pkgsrc/inputmethod/scim-uim: Makefile
   	pkgsrc/inputmethod/scim-unikey: Makefile
   	pkgsrc/inputmethod/tomoe-gtk: Makefile buildlink3.mk
   	pkgsrc/inputmethod/uim: Makefile
   	pkgsrc/inputmethod/uim-tomoe-gtk: Makefile
   	pkgsrc/lang/basic256: Makefile
   	pkgsrc/lang/classpath-gui: Makefile
   	pkgsrc/lang/clisp: Makefile
   	pkgsrc/lang/coq: Makefile
   	pkgsrc/lang/kaffe-x11: Makefile
   	pkgsrc/lang/racket: Makefile
   	pkgsrc/lang/sablevm-classpath-gui: Makefile
   	pkgsrc/lang/smalltalk: Makefile
   	pkgsrc/lang/squeak-vm: Makefile
   	pkgsrc/mail/akonadi: Makefile buildlink3.mk
   	pkgsrc/mail/balsa: Makefile
   	pkgsrc/mail/claws-mail: Makefile
   	pkgsrc/mail/claws-mail-archive: Makefile
   	pkgsrc/mail/claws-mail-attachwarner: Makefile
   	pkgsrc/mail/claws-mail-attremover: Makefile
   	pkgsrc/mail/claws-mail-cachesaver: Makefile
   	pkgsrc/mail/claws-mail-dillo-viewer: Makefile
   	pkgsrc/mail/claws-mail-fetchinfo: Makefile
   	pkgsrc/mail/claws-mail-gtkhtml: Makefile
   	pkgsrc/mail/claws-mail-mailmbox: Makefile
   	pkgsrc/mail/claws-mail-newmail: Makefile
   	pkgsrc/mail/claws-mail-notification: Makefile
   	pkgsrc/mail/claws-mail-pgpcore: Makefile buildlink3.mk
   	pkgsrc/mail/claws-mail-pgpinline: Makefile
   	pkgsrc/mail/claws-mail-pgpmime: Makefile
   	pkgsrc/mail/claws-mail-rssyl: Makefile
   	pkgsrc/mail/claws-mail-smime: Makefile
   	pkgsrc/mail/claws-mail-spamreport: Makefile
   	pkgsrc/mail/claws-mail-synce: Makefile
   	pkgsrc/mail/claws-mail-tnef: Makefile
   	pkgsrc/mail/claws-mail-vcalendar: Makefile
   	pkgsrc/mail/evolution: Makefile buildlink3.mk
   	pkgsrc/mail/evolution-data-server: Makefile
   	pkgsrc/mail/evolution-exchange: Makefile
   	pkgsrc/mail/mail-notification: Makefile
   	pkgsrc/mail/msmtp: Makefile
   	pkgsrc/mail/netbiff: Makefile
   	pkgsrc/mail/sylpheed: Makefile
   	pkgsrc/mail/thunderbird: Makefile
   	pkgsrc/mail/thunderbird10: Makefile
   	pkgsrc/math/R: Makefile
   	pkgsrc/math/analitza: Makefile buildlink3.mk
   	pkgsrc/math/calcoo: Makefile
   	pkgsrc/math/cantor: Makefile
   	pkgsrc/math/cgal: Makefile buildlink3.mk
   	pkgsrc/math/euler: Makefile
   	pkgsrc/math/extcalc: Makefile
   	pkgsrc/math/fityk: Makefile
   	pkgsrc/math/galculator: Makefile
   	pkgsrc/math/gcalctool: Makefile
   	pkgsrc/math/gcalctool-gtk3: Makefile
   	pkgsrc/math/genius: Makefile
   	pkgsrc/math/gnumeric: Makefile
   	pkgsrc/math/gnumeric110: Makefile
   	pkgsrc/math/grpn: Makefile
   	pkgsrc/math/gtklife: Makefile
   	pkgsrc/math/kalgebra: Makefile
   	pkgsrc/math/kcalc: Makefile
   	pkgsrc/math/pspp: Makefile
   	pkgsrc/math/qalculate-bases: Makefile
   	pkgsrc/math/qalculate-currency: Makefile
   	pkgsrc/math/qalculate-gtk: Makefile
   	pkgsrc/math/qalculate-units: Makefile
   	pkgsrc/math/speedcrunch: Makefile
   	pkgsrc/math/wxMaxima: Makefile
   	pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk
   	pkgsrc/meta-pkgs/xfce4-extras: Makefile
   	pkgsrc/misc/attica: Makefile buildlink3.mk
   	pkgsrc/misc/blccc: Makefile
   	pkgsrc/misc/calibre: Makefile
   	pkgsrc/misc/celestia: Makefile
   	pkgsrc/misc/deskbar-applet: Makefile
   	pkgsrc/misc/fbreader: Makefile
   	pkgsrc/misc/gelemental: 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/goffice0.6: Makefile buildlink3.mk
   	pkgsrc/misc/goffice0.8: Makefile buildlink3.mk
   	pkgsrc/misc/gok: Makefile
   	pkgsrc/misc/gperiodic: Makefile
   	pkgsrc/misc/gwaei: Makefile
   	pkgsrc/misc/kaccessible: Makefile
   	pkgsrc/misc/kalzium: Makefile
   	pkgsrc/misc/kanjipad: Makefile
   	pkgsrc/misc/kbruch: Makefile
   	pkgsrc/misc/kcharselect: Makefile
   	pkgsrc/misc/kchmviewer: Makefile
   	pkgsrc/misc/kde-wallpapers4: Makefile
   	pkgsrc/misc/kdeadmin4: Makefile
   	pkgsrc/misc/kdeartwork4: Makefile
   	pkgsrc/misc/kdepim-runtime4: Makefile
   	pkgsrc/misc/kdepim4: Makefile
   	pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk
   	pkgsrc/misc/kdeplasma-addons4: 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/kremotecontrol: Makefile
   	pkgsrc/misc/kstars: Makefile
   	pkgsrc/misc/ktouch: Makefile
   	pkgsrc/misc/kturtle: Makefile
   	pkgsrc/misc/kwordquiz: 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/marble: Makefile buildlink3.mk
   	pkgsrc/misc/mousetweaks: Makefile
   	pkgsrc/misc/openoffice3: Makefile
   	pkgsrc/misc/parley: Makefile
   	pkgsrc/misc/rocs: Makefile
   	pkgsrc/misc/stellarium: Makefile
   	pkgsrc/misc/step: Makefile
   	pkgsrc/misc/superkaramba: Makefile
   	pkgsrc/misc/sweeper: Makefile
   	pkgsrc/misc/tellico: Makefile
   	pkgsrc/misc/usbprog: Makefile
   	pkgsrc/misc/vym: Makefile
   	pkgsrc/misc/xchm: Makefile
   	pkgsrc/misc/xfce4-weather-plugin: Makefile buildlink3.mk
   	pkgsrc/misc/yelp: Makefile
   	pkgsrc/misc/yelp3: Makefile
   	pkgsrc/misc/zyGrib: Makefile
   	pkgsrc/multimedia/avidemux: Makefile
   	pkgsrc/multimedia/clutter-gst: Makefile buildlink3.mk
   	pkgsrc/multimedia/clutter08-gst: Makefile buildlink3.mk
   	pkgsrc/multimedia/dvdstyler: Makefile
   	pkgsrc/multimedia/farsight2: Makefile buildlink3.mk
   	pkgsrc/multimedia/gecko-mediaplayer: Makefile
   	pkgsrc/multimedia/gmencoder: Makefile
   	pkgsrc/multimedia/gmplayer: Makefile
   	pkgsrc/multimedia/gnash: Makefile
   	pkgsrc/multimedia/gnome-media: Makefile buildlink3.mk
   	pkgsrc/multimedia/gnome-mplayer: Makefile
   	pkgsrc/multimedia/gopchop: Makefile
   	pkgsrc/multimedia/gst123: Makefile
   	pkgsrc/multimedia/gxine: Makefile
   	pkgsrc/multimedia/handbrake: Makefile
   	pkgsrc/multimedia/hwdecode-demos: Makefile
   	pkgsrc/multimedia/kdemultimedia4: Makefile
   	pkgsrc/multimedia/kdenlive: Makefile
   	pkgsrc/multimedia/kmplayer: Makefile
   	pkgsrc/multimedia/kmplayer-kde3: Makefile
   	pkgsrc/multimedia/mkvtoolnix: Makefile
   	pkgsrc/multimedia/mkvtoolnix-old: Makefile
   	pkgsrc/multimedia/mlt: Makefile
   	pkgsrc/multimedia/mplayer-plugin: Makefile
   	pkgsrc/multimedia/ogle_gui: Makefile
   	pkgsrc/multimedia/phonon: Makefile buildlink3.mk
   	pkgsrc/multimedia/phonon-backend-gstreamer: Makefile
   	pkgsrc/multimedia/pitivi: Makefile
   	pkgsrc/multimedia/pspvc: Makefile
   	pkgsrc/multimedia/py-clutter-gst: Makefile
   	pkgsrc/multimedia/ruby-clutter-gst: Makefile
   	pkgsrc/multimedia/subtitleeditor: Makefile
   	pkgsrc/multimedia/swfdec: Makefile buildlink3.mk
   	pkgsrc/multimedia/swfdec-gnome: Makefile
   	pkgsrc/multimedia/swfdec-mozilla: Makefile
   	pkgsrc/multimedia/totem: Makefile buildlink3.mk
   	pkgsrc/multimedia/totem-browser-plugin: Makefile
   	pkgsrc/multimedia/totem-nautilus: Makefile
   	pkgsrc/multimedia/totem-pl-parser: Makefile buildlink3.mk
   	pkgsrc/multimedia/vlc: Makefile
   	pkgsrc/multimedia/vlc08: Makefile
   	pkgsrc/multimedia/vlc10: Makefile
   	pkgsrc/multimedia/vlc2: Makefile
   	pkgsrc/multimedia/xfce4-mpc-plugin: Makefile buildlink3.mk
   	pkgsrc/multimedia/xfmedia: Makefile
   	pkgsrc/multimedia/xvid4conf: Makefile
   	pkgsrc/net/Transmission-gui: Makefile
   	pkgsrc/net/amule: Makefile
   	pkgsrc/net/avahi: Makefile buildlink3.mk
   	pkgsrc/net/bug-buddy: Makefile
   	pkgsrc/net/cacti: Makefile
   	pkgsrc/net/choqok: Makefile
   	pkgsrc/net/dc_gui2: Makefile
   	pkgsrc/net/dcsharp: Makefile
   	pkgsrc/net/dhcpcd-gtk: Makefile
   	pkgsrc/net/ed2k-gtk-gui: Makefile
   	pkgsrc/net/ekiga: Makefile
   	pkgsrc/net/etherape: Makefile
   	pkgsrc/net/ettercap: Makefile
   	pkgsrc/net/filezilla: Makefile
   	pkgsrc/net/gitso: Makefile
   	pkgsrc/net/gkrellm-multiping: Makefile
   	pkgsrc/net/gkrellm-snmp: Makefile
   	pkgsrc/net/gkrellm-wireless: Makefile
   	pkgsrc/net/gnome-netstatus: Makefile
   	pkgsrc/net/gnome-nettool: Makefile
   	pkgsrc/net/gnome-vfs-smb: Makefile
   	pkgsrc/net/gssdp: Makefile
   	pkgsrc/net/gtk-gnutella: Makefile
   	pkgsrc/net/gtk-vnc: Makefile buildlink3.mk
   	pkgsrc/net/gupnp-tools: Makefile
   	pkgsrc/net/jigdo: Makefile
   	pkgsrc/net/kdenetwork4: Makefile
   	pkgsrc/net/kmldonkey: Makefile
   	pkgsrc/net/ktorrent: Makefile
   	pkgsrc/net/libdmapsharing: Makefile
   	pkgsrc/net/libktorrent: Makefile buildlink3.mk
   	pkgsrc/net/logjam: Makefile
   	pkgsrc/net/mbrowse: Makefile
   	pkgsrc/net/mldonkey-gui: Makefile
   	pkgsrc/net/monsoon: Makefile
   	pkgsrc/net/mtr: Makefile
   	pkgsrc/net/nagstamon: Makefile
   	pkgsrc/net/nfdump: Makefile
   	pkgsrc/net/nmap: Makefile
   	pkgsrc/net/ntop: Makefile
   	pkgsrc/net/remmina: Makefile
   	pkgsrc/net/remmina-plugins: Makefile
   	pkgsrc/net/tsclient: Makefile
   	pkgsrc/net/twitux: Makefile
   	pkgsrc/net/unison: Makefile
   	pkgsrc/net/unison2.32: Makefile
   	pkgsrc/net/urlgfe: Makefile
   	pkgsrc/net/vinagre: Makefile
   	pkgsrc/net/vino: Makefile
   	pkgsrc/net/wireshark: Makefile
   	pkgsrc/net/wistumbler2-gtk: Makefile
   	pkgsrc/net/xfce4-wavelan-plugin: Makefile buildlink3.mk
   	pkgsrc/net/xymon: Makefile
   	pkgsrc/news/pan: Makefile
   	pkgsrc/parallel/ganglia-monitor-core: Makefile
   	pkgsrc/parallel/hwloc: Makefile
   	pkgsrc/pkgtools/gnome-packagekit: Makefile
   	pkgsrc/pkgtools/packagekit: Makefile
   	pkgsrc/print/abcm2ps: Makefile
   	pkgsrc/print/advi: Makefile
   	pkgsrc/print/diffpdf: Makefile
   	pkgsrc/print/epdfview: Makefile
   	pkgsrc/print/evince: Makefile buildlink3.mk
   	pkgsrc/print/evince-nautilus: Makefile
   	pkgsrc/print/evince3: Makefile buildlink3.mk
   	pkgsrc/print/glabels: Makefile
   	pkgsrc/print/gtklp: Makefile
   	pkgsrc/print/gutenprint-lib: Makefile
   	pkgsrc/print/hplip: Makefile
   	pkgsrc/print/imposter: Makefile
   	pkgsrc/print/kbibtex: Makefile
   	pkgsrc/print/libgnomeprint: Makefile buildlink3.mk
   	pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk
   	pkgsrc/print/libgxps: Makefile buildlink3.mk
   	pkgsrc/print/lilypond: Makefile
   	pkgsrc/print/okular: Makefile
   	pkgsrc/print/paps: Makefile
   	pkgsrc/print/poppler-glib: Makefile buildlink3.mk
   	pkgsrc/print/poppler-qt4: Makefile
   	pkgsrc/print/printer-applet: Makefile
   	pkgsrc/print/ruby-gnome2-poppler: Makefile
   	pkgsrc/print/scribus: Makefile
   	pkgsrc/print/scribus-qt4: Makefile
   	pkgsrc/print/xfce4-print: Makefile buildlink3.mk
   	pkgsrc/security/MyPasswordSafe: Makefile
   	pkgsrc/security/fprint-demo: Makefile
   	pkgsrc/security/fwbuilder: Makefile
   	pkgsrc/security/gnome-keyring: Makefile buildlink3.mk
   	pkgsrc/security/gnome-keyring-manager: Makefile
   	pkgsrc/security/gpa: Makefile
   	pkgsrc/security/gpass: Makefile
   	pkgsrc/security/honeyd: Makefile
   	pkgsrc/security/hydra: Makefile
   	pkgsrc/security/keepassx: Makefile
   	pkgsrc/security/kgpg: Makefile
   	pkgsrc/security/ksecrets: Makefile
   	pkgsrc/security/kwallet: Makefile
   	pkgsrc/security/libfwbuilder: Makefile buildlink3.mk
   	pkgsrc/security/openvas-client: Makefile
   	pkgsrc/security/pinentry-gtk2: Makefile
   	pkgsrc/security/pinentry-qt4: Makefile
   	pkgsrc/security/policykit-gnome: Makefile
   	pkgsrc/security/polkit-qt: Makefile buildlink3.mk
   	pkgsrc/security/putty: 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/seahorse: Makefile buildlink3.mk
   	pkgsrc/security/seahorse-plugins: Makefile
   	pkgsrc/sysutils/amtterm: Makefile
   	pkgsrc/sysutils/bacula-qt-console: Makefile
   	pkgsrc/sysutils/bacula-tray-monitor: Makefile
   	pkgsrc/sysutils/bacula-wx-console: Makefile
   	pkgsrc/sysutils/brasero: Makefile buildlink3.mk
   	pkgsrc/sysutils/brasero-nautilus: Makefile
   	pkgsrc/sysutils/btpin-qt: Makefile
   	pkgsrc/sysutils/bubblemon: Makefile
   	pkgsrc/sysutils/conky: Makefile
   	pkgsrc/sysutils/dvdisaster: Makefile
   	pkgsrc/sysutils/filelight: 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-mount: Makefile buildlink3.mk
   	pkgsrc/sysutils/gnome-nds-thumbnailer: Makefile
   	pkgsrc/sysutils/gnome-pkgview: Makefile
   	pkgsrc/sysutils/gnome-power-manager: Makefile
   	pkgsrc/sysutils/gnome-settings-daemon: Makefile
   	pkgsrc/sysutils/gnome-system-monitor: Makefile
   	pkgsrc/sysutils/gnome-system-tools: 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/grun: Makefile
   	pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile
   	pkgsrc/sysutils/gtk-send-pr: Makefile
   	pkgsrc/sysutils/gvfs: Makefile
   	pkgsrc/sysutils/k3b: Makefile
   	pkgsrc/sysutils/k4dirstat: Makefile
   	pkgsrc/sysutils/kdf: Makefile
   	pkgsrc/sysutils/kfloppy: Makefile
   	pkgsrc/sysutils/libgksu: Makefile buildlink3.mk
   	pkgsrc/sysutils/libnotify: Makefile buildlink3.mk
   	pkgsrc/sysutils/nautilus: Makefile buildlink3.mk
   	pkgsrc/sysutils/nautilus-sendto: Makefile
   	pkgsrc/sysutils/notification-daemon: Makefile
   	pkgsrc/sysutils/open-vm-tools: Makefile
   	pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk
   	pkgsrc/sysutils/pcmanfm: Makefile
   	pkgsrc/sysutils/py-notify: Makefile buildlink3.mk
   	pkgsrc/sysutils/rox: Makefile
   	pkgsrc/sysutils/screentest: Makefile
   	pkgsrc/sysutils/strigi: Makefile
   	pkgsrc/sysutils/virt-manager: Makefile
   	pkgsrc/sysutils/xcdroast: Makefile
   	pkgsrc/sysutils/xfce4-appfinder: Makefile
   	pkgsrc/sysutils/xfce4-battery-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-diskperf-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-fsguard-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-genmon-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-netload-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-quicklauncher-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-systemload-plugin: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-thunar: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-volman: Makefile
   	pkgsrc/sysutils/xfce4-xarchiver: Makefile buildlink3.mk
   	pkgsrc/sysutils/xfce4-xkb-plugin: Makefile buildlink3.mk
   	pkgsrc/textproc/FlightCrew: Makefile
   	pkgsrc/textproc/OdfConverter: Makefile
   	pkgsrc/textproc/dikt: Makefile
   	pkgsrc/textproc/ebview: Makefile
   	pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk
   	pkgsrc/textproc/gnome-subtitles: Makefile
   	pkgsrc/textproc/gtkspell: Makefile buildlink3.mk
   	pkgsrc/textproc/py-gdick: Makefile
   	pkgsrc/textproc/soprano: Makefile buildlink3.mk
   	pkgsrc/textproc/xfce4-dict-plugin: Makefile buildlink3.mk
   	pkgsrc/time/cairo-clock: Makefile
   	pkgsrc/time/evolution-webcal: Makefile
   	pkgsrc/time/gchore: Makefile
   	pkgsrc/time/gdeskcal: 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/planner: Makefile
   	pkgsrc/time/rsibreak: Makefile
   	pkgsrc/time/xfce4-datetime-plugin: Makefile buildlink3.mk
   	pkgsrc/time/xfce4-orage: Makefile
   	pkgsrc/time/xfce4-timer-plugin: Makefile buildlink3.mk
   	pkgsrc/wm/afterstep: Makefile
   	pkgsrc/wm/awesome: Makefile
   	pkgsrc/wm/bmpanel2: Makefile
   	pkgsrc/wm/compiz: Makefile buildlink3.mk
   	pkgsrc/wm/compiz-fusion-plugins-extra: Makefile
   	pkgsrc/wm/compiz-fusion-plugins-main: Makefile buildlink3.mk
   	pkgsrc/wm/e16menuedit2: Makefile
   	pkgsrc/wm/fluxconf: Makefile
   	pkgsrc/wm/metacity: Makefile buildlink3.mk
   	pkgsrc/wm/metisse: Makefile
   	pkgsrc/wm/openbox: Makefile
   	pkgsrc/wm/oroborox: Makefile
   	pkgsrc/wm/sawfish: Makefile
   	pkgsrc/wm/selectwm: Makefile
   	pkgsrc/wm/wbar: Makefile
   	pkgsrc/wm/wmakerconf: Makefile
   	pkgsrc/wm/xfce4-wm: Makefile
   	pkgsrc/wm/xfce4-wm-themes: Makefile
   	pkgsrc/www/amaya: Makefile
   	pkgsrc/www/ap22-dnssd: Makefile
   	pkgsrc/www/bluefish: Makefile
   	pkgsrc/www/browser-bookmarks-menu: Makefile
   	pkgsrc/www/drivel: Makefile
   	pkgsrc/www/epiphany: Makefile buildlink3.mk
   	pkgsrc/www/epiphany-extensions: Makefile
   	pkgsrc/www/firefox: Makefile
   	pkgsrc/www/firefox10: Makefile
   	pkgsrc/www/firefox36: Makefile
   	pkgsrc/www/gtkhtml314: Makefile
   	pkgsrc/www/icedtea-web: Makefile
   	pkgsrc/www/kazehakase: Makefile
   	pkgsrc/www/kdewebdev4: Makefile
   	pkgsrc/www/libgtkhtml: Makefile buildlink3.mk
   	pkgsrc/www/libmediawiki: Makefile buildlink3.mk
   	pkgsrc/www/liferea: Makefile
   	pkgsrc/www/liferea-current: Makefile
   	pkgsrc/www/midori: Makefile
   	pkgsrc/www/netsurf: Makefile
   	pkgsrc/www/nspluginwrapper: Makefile
   	pkgsrc/www/seamonkey: Makefile
   	pkgsrc/www/webkit-gtk: Makefile buildlink3.mk
   	pkgsrc/www/webkit-gtk3: Makefile buildlink3.mk
   	pkgsrc/x11/alacarte: Makefile
   	pkgsrc/x11/antiright: Makefile
   	pkgsrc/x11/avant-window-navigator: Makefile
   	pkgsrc/x11/clisp-gtk2: Makefile
   	pkgsrc/x11/deskmenu: Makefile
   	pkgsrc/x11/devilspie: Makefile
   	pkgsrc/x11/eekboard: Makefile buildlink3.mk
   	pkgsrc/x11/fast-user-switch-applet: Makefile
   	pkgsrc/x11/fltk13: Makefile
   	pkgsrc/x11/ftmenu: Makefile
   	pkgsrc/x11/gdm: Makefile
   	pkgsrc/x11/gnome-applets: Makefile
   	pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-desktop3: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-mag: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-panel: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-screensaver: Makefile
   	pkgsrc/x11/gnome-session: Makefile
   	pkgsrc/x11/gnome-sharp: Makefile buildlink3.mk
   	pkgsrc/x11/gnome-terminal: Makefile
   	pkgsrc/x11/gnome-themes: Makefile
   	pkgsrc/x11/gnome-themes-extras: Makefile
   	pkgsrc/x11/gnopernicus: Makefile
   	pkgsrc/x11/grandr_applet: Makefile
   	pkgsrc/x11/gromit: Makefile
   	pkgsrc/x11/gselt: Makefile
   	pkgsrc/x11/gtk-sharp: Makefile
   	pkgsrc/x11/gtk2: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2+extra: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2-chtheme: Makefile
   	pkgsrc/x11/gtk2-engines: Makefile buildlink3.mk
   	pkgsrc/x11/gtk2-engines-bluecurve: Makefile
   	pkgsrc/x11/gtk2-engines-murrine: Makefile
   	pkgsrc/x11/gtk2-theme-switch: Makefile
   	pkgsrc/x11/gtk3: Makefile buildlink3.mk
   	pkgsrc/x11/gtkada: Makefile buildlink3.mk
   	pkgsrc/x11/gtkglarea2: Makefile buildlink3.mk
   	pkgsrc/x11/gtkmm: Makefile buildlink3.mk
   	pkgsrc/x11/gtkmm-utils: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview-sharp2: Makefile
   	pkgsrc/x11/gtksourceview2: Makefile buildlink3.mk
   	pkgsrc/x11/gtksourceview3: Makefile buildlink3.mk
   	pkgsrc/x11/gtkterm2: Makefile
   	pkgsrc/x11/hot-babe: 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/kdelibs4: Makefile buildlink3.mk
   	pkgsrc/x11/konsole: Makefile
   	pkgsrc/x11/lablgtk: Makefile buildlink3.mk
   	pkgsrc/x11/libdesktop-agnostic: Makefile buildlink3.mk
   	pkgsrc/x11/libgnomekbd: Makefile
   	pkgsrc/x11/libunique: Makefile buildlink3.mk
   	pkgsrc/x11/libunique3: Makefile
   	pkgsrc/x11/libxfce4gui: Makefile buildlink3.mk
   	pkgsrc/x11/libxfce4menu: Makefile buildlink3.mk
   	pkgsrc/x11/libxfce4util: Makefile
   	pkgsrc/x11/matchbox-panel-manager: Makefile
   	pkgsrc/x11/mlterm: Makefile
   	pkgsrc/x11/nucleo: Makefile buildlink3.mk
   	pkgsrc/x11/p5-Alien-wxWidgets: Makefile
   	pkgsrc/x11/p5-Wx: Makefile buildlink3.mk
   	pkgsrc/x11/p5-Wx-Perl-ProcessStream: Makefile
   	pkgsrc/x11/p5-gtk2: Makefile buildlink3.mk
   	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-gtk2: Makefile buildlink3.mk
   	pkgsrc/x11/py-gtksourceview: Makefile
   	pkgsrc/x11/py-kde4: Makefile
   	pkgsrc/x11/py-kiwi: Makefile
   	pkgsrc/x11/py-qt4: Makefile
   	pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk
   	pkgsrc/x11/py-vte: Makefile buildlink3.mk
   	pkgsrc/x11/py-wxWidgets: Makefile buildlink3.mk
   	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/qwt-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/qwt6-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/qwtplot3d-qt4: Makefile buildlink3.mk
   	pkgsrc/x11/rep-gtk2: Makefile
   	pkgsrc/x11/rox-session: Makefile
   	pkgsrc/x11/ruby-gnome2-gtk: Makefile buildlink3.mk
   	pkgsrc/x11/ruby-gnome2-gtksourceview2: Makefile
   	pkgsrc/x11/ruby-gnome2-vte: Makefile
   	pkgsrc/x11/ruby-wxruby: Makefile
   	pkgsrc/x11/sakura: Makefile
   	pkgsrc/x11/tint2: Makefile
   	pkgsrc/x11/vte: Makefile buildlink3.mk
   	pkgsrc/x11/vte029: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK24: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK26: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK26-contrib: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK28: Makefile buildlink3.mk
   	pkgsrc/x11/wxGTK28-contrib: Makefile buildlink3.mk
   	pkgsrc/x11/wxhaskell: Makefile
   	pkgsrc/x11/x11vnc: Makefile
   	pkgsrc/x11/xdialog: Makefile
   	pkgsrc/x11/xfce4-clipman-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-desktop: Makefile
   	pkgsrc/x11/xfce4-exo: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-eyes-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-gtk2-engine: Makefile
   	pkgsrc/x11/xfce4-notes-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-panel: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-places-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-screenshooter-plugin: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-session: Makefile buildlink3.mk
   	pkgsrc/x11/xfce4-settings: Makefile
   	pkgsrc/x11/xfce4-terminal: Makefile
   	pkgsrc/x11/xfce4-utils: Makefile
   	pkgsrc/x11/xlockmore: Makefile
   	pkgsrc/x11/xpad: Makefile
   	pkgsrc/x11/xplanet: Makefile
   	pkgsrc/x11/xscreensaver-demo: Makefile
   	pkgsrc/x11/xvidcap-gtk2: Makefile
   	pkgsrc/x11/zenity: Makefile

   Log Message:
   Mass recursive bump after the dependence fix of the "cairo" package
   requested by Thomas Klausner.


   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/ark/Makefile
   cvs rdiff -u -r1.120 -r1.121 pkgsrc/archivers/file-roller/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/albumplayer/Makefile
   cvs rdiff -u -r1.114 -r1.115 pkgsrc/audio/amarok/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/amarok-kde3/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/ario/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/audacious/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/audacious/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/audacious-plugins/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/audacity/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/aumix-gtk/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/audio/bmp/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/bmp/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/bmp-esound/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/bmp-flac/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/bmp-mac/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/bmp-musepack/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bmp-pulse/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/bmp-scrobbler/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/bmpx/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/bsl/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/buzztard/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/easytag/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/exaile/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/gbemol/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/gimmix/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/gkrellm-volume/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/glurp/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/gmp3info/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/gmpc/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/gmpc/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-albumview/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-lastfm/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-lyrics/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/gmpc-lyricwiki/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/gmpc-magnatune/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/gmpc-mdcover/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/gmpc-tagedit/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/gnome-vfs-cdda/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/gqmpeg-devel/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/gtick/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/audio/gtkpod/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/hydrogen/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/jack-rack/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libcanberra/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/libcanberra/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libgpod/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libgpod/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/liblastfm/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/liblastfm/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/libvisual-bmp/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/libvisual-plugins/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/libvisual0.2-plugins/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/liteamp/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/mp3diags/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/mp3splt-gtk/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/muse/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/padevchooser/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/paman/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/paprefs/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/pavucontrol/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/pavumeter/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/pulseaudio/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/py-musique/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/qjackctl/Makefile
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/audio/rhythmbox/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/sfxr/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/audio/snd/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/solfege/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/sonata/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sound-juicer/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/streamtuner/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/streamtuner/buildlink3.mk
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/sweep/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/terminatorx/Makefile
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/audio/timidity/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/xfce4-mixer/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/xfce4-xmms-plugin/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/xfce4-xmms-plugin/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/biology/chemtool/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/gnome-chemistry-utils/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/biology/openbabel/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/cad/boolean/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/cad/geda/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/cad/gerbv/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/cad/gsmc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/cad/gtk2-wcalc/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/cad/gtkwave/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/cad/gwave/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/cad/librecad/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/cad/openscad/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/cad/pcb/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/cad/transcalc/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/chat/empathy/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/empathy/buildlink3.mk
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/finch/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/gajim/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/gg2/Makefile
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/chat/gnomeicu/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/gossip/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/konversation/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/chat/libpurple/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/chat/libpurple/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/msn-pecan/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/chat/pidgin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/pidgin/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/pidgin-facebookchat/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/pidgin-icb/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/pidgin-latex/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/pidgin-libnotify/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/pidgin-otr/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/pidgin-sametime/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/chat/pidgin-silc/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/chat/psi/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/spectrum/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/chat/telepathy-farsight/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-farsight/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/telepathy-mission-control/Makefile
   cvs rdiff -u -r1.14 -r1.15 \
       pkgsrc/chat/telepathy-mission-control/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/chat/xchat/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/chat/xchat-systray-integration/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/comms/asterisk10/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/comms/asterisk18/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/efax-gtk/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/comms/gnome-pilot/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/gnome-pilot/buildlink3.mk
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/comms/jpilot/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/jpilot/buildlink3.mk
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/comms/jpilot-syncmal/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/multisync-gui/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/converters/tex2rtf/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/gourmet/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/databases/gq/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/gramps/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/gramps2/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/gramps3/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/gtkdbfeditor/Makefile
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/libgnomedb/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/libgnomedb/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/mergeant/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/mysql-workbench/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/p5-RRD-Simple/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/pgadmin3/Makefile
   cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/rrdtool/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/rrdtool/buildlink3.mk
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-rrdtool/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/GConf-ui/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/GConf-ui/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/SDL_Pango/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/SDL_Pango/buildlink3.mk
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/anjuta/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/at-spi/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/at-spi/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/automoc4/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/blib/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/blib/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/boa-constructor/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/coconut/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/compizconfig-backend-gconf/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/cppcheck/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/cutter/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dconf-editor/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/devhelp/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/devhelp/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/distccmon-gnome/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/distccmon-gtk/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/eric4/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ethos/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ethos/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/frama-c/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/gconfmm/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/gconfmm/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/gdl/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/gdl/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/geany/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/glade/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/glade3/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/glade3/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gmtk/Makefile \
       pkgsrc/devel/gmtk/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/gnome-build/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gnome-build/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/gobject-introspection/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/gps/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gst-plugins0.10-pango/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/guile-gnome/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/kdesdk4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/kdevelop4/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/kdevplatform/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/kdiff3/Makefile
   cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/libbonoboui/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libbonoboui/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libcompizconfig/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdbusmenu-qt/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdbusmenu-qt/buildlink3.mk
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libextractor/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/libgail-gnome/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/libgail-gnome/buildlink3.mk
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/libglade/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglade/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libglademm/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libglademm/buildlink3.mk
   cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libgnome/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libgnome/buildlink3.mk
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/libgnomemm/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libgnomemm/buildlink3.mk
   cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/libgnomeui/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/libgnomeui/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/libgnomeuimm/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libgnomeuimm/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libgweather/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libgweather/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libpeas/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libpeas/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libsexy/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libsexy/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libsexymm/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libsexymm/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libview/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libview/buildlink3.mk
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libwnck/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libwnck/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/mono-tools/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/monodevelop/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/monodevelop-database/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/monotone-viz/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Gnome2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Gtk2-GladeXML/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Wx-Perl-DataWalker/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-pango/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-pango/buildlink3.mk
   cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/pango/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/pango/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/pangomm/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/pangomm/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-compizconfig/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-gobject/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-gobject-shared/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject3/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/qconf/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/qjson/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/qtscriptgenerator/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/qtscriptgenerator/buildlink3.mk
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/rapidsvn/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-gnome2-pango/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-gnome2-pango/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/scintilla/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/scintilla/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/swt/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/valide/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/xfce4-dev-tools/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/xfconf/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/xulrunner/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/xulrunner/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xulrunner10/Makefile \
       pkgsrc/devel/xulrunner10/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/xulrunner192/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/xulrunner192/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/Sigil/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/TeXmacs-devel/Makefile
   cvs rdiff -u -r1.137 -r1.138 pkgsrc/editors/abiword/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/abiword-plugins/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/beaver/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/conglomerate/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/editors/dasher/Makefile
   cvs rdiff -u -r1.149 -r1.150 pkgsrc/editors/emacs/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/emacs-snapshot/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/emacs22/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs24/Makefile
   cvs rdiff -u -r1.80 -r1.81 pkgsrc/editors/gconf-editor/Makefile
   cvs rdiff -u -r1.117 -r1.118 pkgsrc/editors/gedit/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/gedit/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit-python/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3-spell/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/ghex/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/editors/gice/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/gobby/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/editors/gtranslator/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/gummi/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/kate/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/editors/kile/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/leafpad/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/lyx/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/medit/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/mlview/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/editors/notecase/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/p5-Padre/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/p5-Wx-Scintilla/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/poedit/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/qgoogletranslator/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/scite/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/tea/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/texmaker/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/texworks/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/tomboy/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/editors/vim-gtk2/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/xfce4-mousepad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/xournal/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/blinkensim/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/emulators/bochs/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/e-uae/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/fuse/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/gambatte/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/gens/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/emulators/gpsim/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/gpsim-devel/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-devel/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/gpsim-oscilloscope/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/gpsim-ptyusart/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/mame/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/mess/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/nestopia/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/emulators/snes9x-gtk/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/tme/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/emulators/uae/Makefile
   cvs rdiff -u -r1.99 -r1.100 pkgsrc/emulators/vice/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/xnp2/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/yabause/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/filesystems/fuse-pod/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/finance/gkrellm-stock/Makefile
   cvs rdiff -u -r1.171 -r1.172 pkgsrc/finance/gnucash/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/fntsample/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/fonts/fontforge/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/gbdfed/Makefile
   cvs rdiff -u -r1.82 -r1.83 pkgsrc/fonts/gucharmap/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/fonts/gucharmap/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/atomix/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/blinken/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/bluemoon/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/games/ccgo/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/crack-attack/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/crossfire-client-gtk2/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/games/dopewars/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/eboard/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/games/flightgear/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/freeciv-client/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/frozen-bubble/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/gamazons/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/gbrainy/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/gcompris/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/genecys-client/Makefile
   cvs rdiff -u -r1.126 -r1.127 pkgsrc/games/gnome-games/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/gnome-mastermind/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/games/grhino/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gtetrinet/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/gtkballs/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/gtklevel9/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/gtkmagnetic/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/gturing/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/holtz/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/kanagram/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/kanatest/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/kdegames4/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/kdetoys4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/khangman/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/kye/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/pioneers/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/pokerth/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/puzzles/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/pytraffic/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/quarry/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/rftg/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/scummvm-tools/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/simgear/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/games/sirius/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/teg/Makefile
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/wesnoth/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/wxhugo/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xcowsay/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/emerillon/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/geoclue/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain04/Makefile \
       pkgsrc/geography/libchamplain04/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libchamplain06/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libchamplain06/buildlink3.mk
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/libchamplain08/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/libchamplain08/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/mapserver/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/geography/merkaartor/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/qgis/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/qlandkartegt/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/qlandkartem/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/geography/viking/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/aqsis/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/blinkenthemes/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/blinkentools/Makefile
   cvs rdiff -u -r1.105 -r1.106 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/cairo/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairo-gobject/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairo-gobject/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/cairomm/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairomm/buildlink3.mk
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/camlimages/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/cheese/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/cinepaint/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/clutter/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/clutter/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/clutter-box2d/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-cairo/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/clutter-cairo/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/clutter-gtk/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-gtk/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/clutter-mx/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/clutter-mx/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/clutter-qt/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08/Makefile \
       pkgsrc/graphics/clutter08/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/clutter08-gtk/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/clutter08-gtk/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/comix/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/darktable/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/denemo/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/dia/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/dia-python/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/digikam/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/djview4/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/eog/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/eog/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/eog-plugins/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/eog-plugins-map/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/eog3/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/evas-svg/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/extrema/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/f-spot/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/fotoxx/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/frameworks/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/geeqie/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gegl/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gegl/buildlink3.mk
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/gfract/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimmage/Makefile
   cvs rdiff -u -r1.220 -r1.221 pkgsrc/graphics/gimp/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/gimp/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gimp-color-manager/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-exif-browser/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gimp-fix-ca/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/gimp-liquid-rescale/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/gimp-rawphoto/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gimp-refocus-it/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/gimp-resynthesizer/Makefile
   cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gimp-ufraw/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp2-wideangle/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/giram/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gliv/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gmngview/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/gnome-icon-theme/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/gnuplot/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/goocanvas/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/goocanvas/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/goocanvasmm/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gpicview/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/gqview/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gqview-devel/Makefile
   cvs rdiff -u -r1.103 -r1.104 pkgsrc/graphics/graphviz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/gst-plugins0.10-cairo/Makefile
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/gthumb/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gthumb3/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gtkam/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gtkglext/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gtkglext/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gtkimageview/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/guile-cairo/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gwenview/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/hugin/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/inkscape/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kamera/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kcolorchooser/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-mobipocket/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-strigi-analyzer/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kdegraphics-thumbnailers/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kgamma/Makefile
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/kipi-plugins/Makefile
   cvs rdiff -u -r1.19 -r1.20 \
       pkgsrc/graphics/kipi-plugins-calendar-kde3/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/kipi-plugins-kde3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kolourpaint/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/koverartist/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/kruler/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksaneplugin/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ksnapshot/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/libexif-gtk/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/libexif-gtk/buildlink3.mk
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/libgdiplus/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libgdiplus/buildlink3.mk
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/libgnomecanvas/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libgnomecanvas/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/libgnomecanvasmm/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/libgnomecanvasmm/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/libkdcraw/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libkdcraw/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/libkexiv2/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libkface/Makefile \
       pkgsrc/graphics/libkface/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libkipi/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libkipi/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/libksane/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libksane/buildlink3.mk
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/librsvg/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/librsvg/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libscigraphica/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libscigraphica/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/nvtv/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/opencv/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/osg/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/osg/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/p5-Gnome2-Canvas/Makefile \
       pkgsrc/graphics/p5-Gnome2-Canvas/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-cairo/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/p5-cairo/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/p5-clutter/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-cairo/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-cairo/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/py-clutter/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-clutter/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/py-clutter-gtk/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-goocanvas/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-gtkglext/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/qimageblitz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/qimageblitz/buildlink3.mk
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/qiv/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qiviewer/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ristretto/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-cairo/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/ruby-clutter-core/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-clutter-gtk/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/ruby-gnome2-goocanvas/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/ruby-gnome2-rsvg/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/ruby-rcairo/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/ruby-rcairo/buildlink3.mk
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/sane-frontends/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/scidavis/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/scigraphica/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/shotwell/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/shotwell-gtk3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/svgpart/Makefile
   cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/tuxpaint/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/ucview/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/unicap/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/veusz/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/viewnior/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/wxsvg/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/wxsvg/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/xfce4-icon-theme/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/xfce4-icon-theme/buildlink3.mk
   cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/xsane/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/xzgv/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/zphoto/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/ham/gmfsk/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-examples/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gnuradio-radio-astronomy/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/ham/gnuradio-wxgui/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-wxgui/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/gpredict/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/grig/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/ham/xdx/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/ham/xlog/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/gcin/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/gtk-im-libthai/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/inputmethod/ibus/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-chewing/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-handwrite/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/ibus-input-pad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-m17n/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/ibus-qt/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/ibus-skk/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/inputmethod/ibus-t9/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/ibus-unikey/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/inputmethod/im-ja/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/imhangul/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/inputmethod/imhangul_status_applet/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/input-pad/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/input-pad/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/kasumi/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/kimera/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/kimera-tomoe-gtk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/m17n-im-config/Makefile \
       pkgsrc/inputmethod/m17n-im-config/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/inputmethod/nabi/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/novel-pinyin/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/py-input-pad/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/scim/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-anthy/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-array/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-canna/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-ccinput/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-chewing/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-fcitx/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-hangul/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-input-pad/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-m17n/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-pinyin/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-prime/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/scim-python/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-sinhala/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-skk/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-tables/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-thai/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/scim-tomoe/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/inputmethod/scim-uim/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/inputmethod/scim-unikey/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/tomoe-gtk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/inputmethod/uim/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/inputmethod/uim-tomoe-gtk/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/basic256/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/classpath-gui/Makefile
   cvs rdiff -u -r1.90 -r1.91 pkgsrc/lang/clisp/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/coq/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/kaffe-x11/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/racket/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/sablevm-classpath-gui/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/smalltalk/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/squeak-vm/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/akonadi/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/akonadi/buildlink3.mk
   cvs rdiff -u -r1.89 -r1.90 pkgsrc/mail/balsa/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/claws-mail/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/claws-mail-archive/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-attachwarner/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-attremover/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-cachesaver/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-dillo-viewer/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/claws-mail-fetchinfo/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/claws-mail-gtkhtml/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-mailmbox/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/claws-mail-newmail/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-notification/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpcore/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/claws-mail-pgpcore/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-pgpinline/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/claws-mail-pgpmime/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-rssyl/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/claws-mail-smime/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/claws-mail-spamreport/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/claws-mail-synce/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/claws-mail-tnef/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/claws-mail-vcalendar/Makefile
   cvs rdiff -u -r1.184 -r1.185 pkgsrc/mail/evolution/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/evolution/buildlink3.mk
   cvs rdiff -u -r1.123 -r1.124 pkgsrc/mail/evolution-data-server/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/evolution-exchange/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/mail-notification/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/msmtp/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/netbiff/Makefile
   cvs rdiff -u -r1.139 -r1.140 pkgsrc/mail/sylpheed/Makefile
   cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/thunderbird/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/thunderbird10/Makefile
   cvs rdiff -u -r1.129 -r1.130 pkgsrc/math/R/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/analitza/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/analitza/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/calcoo/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/cantor/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/cgal/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/cgal/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/euler/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/extcalc/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/fityk/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/galculator/Makefile
   cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/gcalctool/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/gcalctool-gtk3/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/math/genius/Makefile
   cvs rdiff -u -r1.160 -r1.161 pkgsrc/math/gnumeric/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/gnumeric110/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/grpn/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/gtklife/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kalgebra/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/kcalc/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/math/pspp/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-bases/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-currency/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/qalculate-gtk/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/qalculate-units/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/speedcrunch/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/wxMaxima/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/xfce4/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/meta-pkgs/xfce4/buildlink3.mk
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/meta-pkgs/xfce4-extras/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/attica/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/attica/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/blccc/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/misc/calibre/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/celestia/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/misc/deskbar-applet/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/fbreader/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/gelemental/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-flynn/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/gkrellm-launch/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/gkrellm-leds/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/gkrellm-moon/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/gkrellm-weather/Makefile
   cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/gnome-utils/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/goffice0.6/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/goffice0.6/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/goffice0.8/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/goffice0.8/buildlink3.mk
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/misc/gok/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/gperiodic/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/gwaei/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kaccessible/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kalzium/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/kanjipad/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kbruch/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kcharselect/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/kchmviewer/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kde-wallpapers4/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdeadmin4/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/kdeartwork4/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/kdepim-runtime4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepim4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/misc/kdepimlibs4/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/kdepimlibs4/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/kdeplasma-addons4/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/kgeography/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kig/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kiten/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/klettres/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmag/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmousetool/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kmouth/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kremotecontrol/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/kstars/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ktouch/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kturtle/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/kwordquiz/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/libkdeedu/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkdeedu/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkgeomap/Makefile \
       pkgsrc/misc/libkgeomap/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/libkvkontakte/Makefile \
       pkgsrc/misc/libkvkontakte/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/libreoffice/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/marble/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/marble/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/mousetweaks/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/openoffice3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/parley/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/rocs/Makefile
   cvs rdiff -u -r1.61 -r1.62 pkgsrc/misc/stellarium/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/step/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/superkaramba/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/sweeper/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/tellico/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/usbprog/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/vym/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/misc/xchm/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/xfce4-weather-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/xfce4-weather-plugin/buildlink3.mk
   cvs rdiff -u -r1.109 -r1.110 pkgsrc/misc/yelp/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/yelp3/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/misc/zyGrib/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/avidemux/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/clutter-gst/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/clutter-gst/buildlink3.mk
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/clutter08-gst/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/clutter08-gst/buildlink3.mk
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/dvdstyler/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/farsight2/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/farsight2/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gecko-mediaplayer/Makefile
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/multimedia/gmencoder/Makefile
   cvs rdiff -u -r1.102 -r1.103 pkgsrc/multimedia/gmplayer/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/gnash/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/gnome-media/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/gnome-media/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/gnome-mplayer/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/multimedia/gopchop/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst123/Makefile
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/gxine/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/handbrake/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/hwdecode-demos/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/kdemultimedia4/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/kdenlive/Makefile
   cvs rdiff -u -r1.68 -r1.69 pkgsrc/multimedia/kmplayer/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/kmplayer-kde3/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/multimedia/mkvtoolnix/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mkvtoolnix-old/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/mlt/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/mplayer-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/ogle_gui/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/phonon/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/phonon/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/phonon-backend-gstreamer/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/pitivi/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/pspvc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/py-clutter-gst/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/ruby-clutter-gst/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/subtitleeditor/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/swfdec/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/swfdec/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/swfdec-gnome/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/swfdec-mozilla/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/multimedia/totem/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/totem/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/totem-browser-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/totem-nautilus/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/totem-pl-parser/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/totem-pl-parser/buildlink3.mk
   cvs rdiff -u -r1.140 -r1.141 pkgsrc/multimedia/vlc/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/multimedia/vlc08/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/vlc10/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/vlc2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/xfce4-mpc-plugin/buildlink3.mk
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/xfmedia/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/xvid4conf/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/Transmission-gui/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/amule/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/avahi/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/avahi/buildlink3.mk
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/bug-buddy/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/cacti/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/choqok/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/dc_gui2/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dcsharp/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dhcpcd-gtk/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/ed2k-gtk-gui/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/ekiga/Makefile
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/etherape/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/ettercap/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/filezilla/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gitso/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/gkrellm-multiping/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/gkrellm-snmp/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gkrellm-wireless/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gnome-netstatus/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/gnome-nettool/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gnome-vfs-smb/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/gssdp/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/gtk-gnutella/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gtk-vnc/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gtk-vnc/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/gupnp-tools/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/jigdo/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/kdenetwork4/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/kmldonkey/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/ktorrent/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/libdmapsharing/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libktorrent/Makefile \
       pkgsrc/net/libktorrent/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/logjam/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mbrowse/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/mldonkey-gui/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/monsoon/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/mtr/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nagstamon/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/nfdump/Makefile
   cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/nmap/Makefile
   cvs rdiff -u -r1.78 -r1.79 pkgsrc/net/ntop/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/remmina-plugins/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/tsclient/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/twitux/Makefile
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/unison/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/unison2.32/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/urlgfe/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/vinagre/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/vino/Makefile
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/wireshark/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/wistumbler2-gtk/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/xfce4-wavelan-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/xymon/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/news/pan/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/parallel/ganglia-monitor-core/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/parallel/hwloc/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/gnome-packagekit/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/packagekit/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/abcm2ps/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/advi/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/diffpdf/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/epdfview/Makefile
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/evince/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/evince/buildlink3.mk
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/evince-nautilus/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/evince3/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/evince3/buildlink3.mk
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/glabels/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/gtklp/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/gutenprint-lib/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/hplip/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/imposter/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/kbibtex/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/libgnomeprint/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/libgnomeprint/buildlink3.mk
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/libgnomeprintui/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/libgnomeprintui/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/libgxps/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/libgxps/buildlink3.mk
   cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/lilypond/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/okular/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/paps/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/poppler-glib/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/poppler-glib/buildlink3.mk
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/poppler-qt4/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/printer-applet/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/ruby-gnome2-poppler/Makefile
   cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/scribus/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/scribus-qt4/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/print/xfce4-print/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/print/xfce4-print/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/MyPasswordSafe/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/fprint-demo/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/fwbuilder/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/gnome-keyring/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/gnome-keyring/buildlink3.mk
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/gnome-keyring-manager/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/gpa/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/gpass/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/honeyd/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/hydra/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/keepassx/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/kgpg/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ksecrets/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/kwallet/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/libfwbuilder/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libfwbuilder/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/openvas-client/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/pinentry-gtk2/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pinentry-qt4/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/policykit-gnome/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/polkit-qt/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/polkit-qt/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/putty/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/qca2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/qca2/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/qca2-gnupg/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/qca2-ossl/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/qoauth/Makefile \
       pkgsrc/security/qoauth/buildlink3.mk
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/security/seahorse/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/seahorse/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/seahorse-plugins/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/amtterm/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/bacula-qt-console/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/bacula-tray-monitor/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/bacula-wx-console/Makefile
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/brasero/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/brasero-nautilus/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/btpin-qt/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/bubblemon/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/conky/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/dvdisaster/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/filelight/Makefile
   cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/gcdmaster/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/sysutils/gkrellm/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/gkrellm-est/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-commander/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/gnome-device-manager/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gnome-mount/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/gnome-mount/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/gnome-nds-thumbnailer/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/gnome-pkgview/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/gnome-power-manager/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/gnome-settings-daemon/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gnome-system-monitor/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-system-tools/Makefile
   cvs rdiff -u -r1.94 -r1.95 pkgsrc/sysutils/gnome-vfs/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/gnome-vfs/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/gnome-vfs-monikers/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/gnome-vfsmm/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/gnome-vfsmm/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/gnome-volume-manager/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/grun/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/gst-plugins0.10-gnomevfs/Makefile
   cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/gtk-send-pr/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/gvfs/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/k3b/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/k4dirstat/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/kdf/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/kfloppy/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/libgksu/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libgksu/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/libnotify/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libnotify/buildlink3.mk
   cvs rdiff -u -r1.125 -r1.126 pkgsrc/sysutils/nautilus/Makefile
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/nautilus/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/nautilus-sendto/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/notification-daemon/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/open-vm-tools/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/p5-Gnome2-VFS/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/p5-Gnome2-VFS/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/pcmanfm/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-notify/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/py-notify/buildlink3.mk
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/rox/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/screentest/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/strigi/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/virt-manager/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/xcdroast/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xfce4-appfinder/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-battery-plugin/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-battery-plugin/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 \
       pkgsrc/sysutils/xfce4-cpugraph-plugin/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-diskperf-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 \
       pkgsrc/sysutils/xfce4-diskperf-plugin/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-fsguard-plugin/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-fsguard-plugin/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xfce4-genmon-plugin/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/xfce4-netload-plugin/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/xfce4-netload-plugin/buildlink3.mk
   cvs rdiff -u -r1.22 -r1.23 \
       pkgsrc/sysutils/xfce4-quicklauncher-plugin/Makefile
   cvs rdiff -u -r1.28 -r1.29 \
       pkgsrc/sysutils/xfce4-quicklauncher-plugin/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 \
       pkgsrc/sysutils/xfce4-systemload-plugin/buildlink3.mk
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/xfce4-thunar/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/xfce4-thunar/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xfce4-volman/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xfce4-xarchiver/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xfce4-xarchiver/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/xfce4-xkb-plugin/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/xfce4-xkb-plugin/buildlink3.mk
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/FlightCrew/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/OdfConverter/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/dikt/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ebview/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/gnome-spell/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/gnome-spell/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/gnome-subtitles/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/gtkspell/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/gtkspell/buildlink3.mk
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-gdick/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/soprano/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/soprano/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/xfce4-dict-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/xfce4-dict-plugin/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/cairo-clock/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/evolution-webcal/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/gchore/Makefile
   cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/gdeskcal/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/time/gnotime/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/gtodo/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/gtodo-applet/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/hamster-applet/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/ktimer/Makefile
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/time/planner/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/rsibreak/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/xfce4-datetime-plugin/Makefile \
       pkgsrc/time/xfce4-datetime-plugin/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/time/xfce4-orage/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/xfce4-timer-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/xfce4-timer-plugin/buildlink3.mk
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/wm/afterstep/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/awesome/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/bmpanel2/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/wm/compiz/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/wm/compiz-fusion-plugins-extra/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/compiz-fusion-plugins-main/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/wm/compiz-fusion-plugins-main/buildlink3.mk
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/e16menuedit2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/wm/fluxconf/Makefile
   cvs rdiff -u -r1.102 -r1.103 pkgsrc/wm/metacity/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/wm/metacity/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/metisse/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/wm/openbox/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/wm/oroborox/Makefile
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/wm/sawfish/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/selectwm/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/wbar/Makefile
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/wm/wmakerconf/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/xfce4-wm/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/xfce4-wm-themes/Makefile
   cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/amaya/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ap22-dnssd/Makefile
   cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/bluefish/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/browser-bookmarks-menu/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/drivel/Makefile
   cvs rdiff -u -r1.130 -r1.131 pkgsrc/www/epiphany/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/epiphany/buildlink3.mk
   cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/epiphany-extensions/Makefile
   cvs rdiff -u -r1.111 -r1.112 pkgsrc/www/firefox/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox10/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox36/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/gtkhtml314/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/icedtea-web/Makefile
   cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/kazehakase/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/kdewebdev4/Makefile
   cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/libgtkhtml/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/libgtkhtml/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/libmediawiki/Makefile \
       pkgsrc/www/libmediawiki/buildlink3.mk
   cvs rdiff -u -r1.107 -r1.108 pkgsrc/www/liferea/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/liferea-current/Makefile
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/midori/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/netsurf/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nspluginwrapper/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/seamonkey/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/webkit-gtk/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/webkit-gtk/buildlink3.mk
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/webkit-gtk3/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit-gtk3/buildlink3.mk
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/alacarte/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/antiright/Makefile
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/avant-window-navigator/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/clisp-gtk2/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/deskmenu/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/devilspie/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/eekboard/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/eekboard/buildlink3.mk
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/fast-user-switch-applet/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/fltk13/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/ftmenu/Makefile
   cvs rdiff -u -r1.169 -r1.170 pkgsrc/x11/gdm/Makefile
   cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/gnome-applets/Makefile
   cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/gnome-control-center/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/gnome-control-center/buildlink3.mk
   cvs rdiff -u -r1.116 -r1.117 pkgsrc/x11/gnome-desktop/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/gnome-desktop/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/gnome-desktop-sharp/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-desktop-sharp/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gnome-desktop3/Makefile \
       pkgsrc/x11/gnome-desktop3/buildlink3.mk
   cvs rdiff -u -r1.72 -r1.73 pkgsrc/x11/gnome-mag/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gnome-mag/buildlink3.mk
   cvs rdiff -u -r1.147 -r1.148 pkgsrc/x11/gnome-panel/Makefile
   cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/gnome-panel/buildlink3.mk
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-screensaver/Makefile
   cvs rdiff -u -r1.138 -r1.139 pkgsrc/x11/gnome-session/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/gnome-sharp/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gnome-sharp/buildlink3.mk
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/gnome-terminal/Makefile
   cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/gnome-themes/Makefile
   cvs rdiff -u -r1.57 -r1.58 pkgsrc/x11/gnome-themes-extras/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/gnopernicus/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/grandr_applet/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gromit/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gselt/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/gtk-sharp/Makefile
   cvs rdiff -u -r1.235 -r1.236 pkgsrc/x11/gtk2/Makefile
   cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/gtk2/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtk2+extra/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/gtk2+extra/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtk2-chtheme/Makefile
   cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/gtk2-engines/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtk2-engines/buildlink3.mk
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk2-engines-bluecurve/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk2-engines-murrine/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtk2-theme-switch/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtk3/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtk3/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/gtkada/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtkada/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtkglarea2/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/gtkglarea2/buildlink3.mk
   cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtkmm/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtkmm/buildlink3.mk
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtkmm-utils/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/gtkmm-utils/buildlink3.mk
   cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/gtksourceview/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtksourceview/buildlink3.mk
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview-sharp2/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/gtksourceview2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtksourceview2/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtksourceview3/Makefile \
       pkgsrc/x11/gtksourceview3/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/gtkterm2/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/hot-babe/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kactivities/Makefile \
       pkgsrc/x11/kactivities/buildlink3.mk
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/kde-baseapps4/Makefile
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kde-runtime4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-runtime4/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kde-workspace4/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-workspace4/buildlink3.mk
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/kdelibs4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/kdelibs4/buildlink3.mk
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/konsole/Makefile
   cvs rdiff -u -r1.67 -r1.68 pkgsrc/x11/lablgtk/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/lablgtk/buildlink3.mk
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libdesktop-agnostic/Makefile
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libdesktop-agnostic/buildlink3.mk
   cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libgnomekbd/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libunique/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libunique/buildlink3.mk
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libunique3/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libxfce4gui/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/libxfce4gui/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxfce4menu/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libxfce4menu/buildlink3.mk
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/libxfce4util/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/matchbox-panel-manager/Makefile
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/mlterm/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/nucleo/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/nucleo/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/p5-Alien-wxWidgets/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/p5-Wx/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/p5-Wx/buildlink3.mk
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/p5-Wx-Perl-ProcessStream/Makefile
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/p5-gtk2/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/p5-gtk2/buildlink3.mk
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/py-gnome2/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/py-gnome2/buildlink3.mk
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/x11/py-gnome2-desktop/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-gnome2-desktop/buildlink3.mk
   cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/py-gnome2-extras/Makefile
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/py-gnome2-extras/buildlink3.mk
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/py-gtk2/Makefile
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/py-gtk2/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/py-gtksourceview/Makefile
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-kde4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-kiwi/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/py-qt4/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-qt4-qscintilla/Makefile
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/py-qt4-qscintilla/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-vte/Makefile \
       pkgsrc/x11/py-vte/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/py-wxWidgets/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/py-wxWidgets/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-creator/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/qt4-docs/Makefile
   cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/qt4-libs/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-libs/buildlink3.mk
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-mng/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-mysql/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/qt4-pgsql/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/qt4-qdbus/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qt4-qdbus/buildlink3.mk
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt4-qscintilla/Makefile
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt4-qscintilla/buildlink3.mk
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/qt4-sqlite3/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt4-tiff/Makefile
   cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/qt4-tools/Makefile
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt4-tools/buildlink3.mk
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qwt-qt4/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/qwt-qt4/buildlink3.mk
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qwt6-qt4/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qwt6-qt4/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qwtplot3d-qt4/Makefile \
       pkgsrc/x11/qwtplot3d-qt4/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/rep-gtk2/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/rox-session/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/ruby-gnome2-gtk/Makefile
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/ruby-gnome2-gtk/buildlink3.mk
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/ruby-gnome2-gtksourceview2/Makefile
   cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/ruby-gnome2-vte/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/ruby-wxruby/Makefile
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/sakura/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/tint2/Makefile
   cvs rdiff -u -r1.91 -r1.92 pkgsrc/x11/vte/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/vte/buildlink3.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte029/Makefile \
       pkgsrc/x11/vte029/buildlink3.mk
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK24/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/wxGTK24/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/wxGTK26/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/wxGTK26-contrib/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK26-contrib/buildlink3.mk
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/wxGTK28/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/wxGTK28/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/wxGTK28-contrib/Makefile \
       pkgsrc/x11/wxGTK28-contrib/buildlink3.mk
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/wxhaskell/Makefile
   cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/x11vnc/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xdialog/Makefile
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xfce4-clipman-plugin/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xfce4-clipman-plugin/buildlink3.mk
   cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/xfce4-desktop/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xfce4-exo/Makefile
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-exo/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-eyes-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xfce4-eyes-plugin/buildlink3.mk
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-gtk2-engine/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-notes-plugin/Makefile
   cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-notes-plugin/buildlink3.mk
   cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/xfce4-panel/Makefile
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xfce4-panel/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-places-plugin/Makefile
   cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-places-plugin/buildlink3.mk
   cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-screenshooter-plugin/Makefile
   cvs rdiff -u -r1.16 -r1.17 \
       pkgsrc/x11/xfce4-screenshooter-plugin/buildlink3.mk
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/xfce4-session/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xfce4-session/buildlink3.mk
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xfce4-settings/Makefile
   cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfce4-terminal/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/xfce4-utils/Makefile
   cvs rdiff -u -r1.97 -r1.98 pkgsrc/x11/xlockmore/Makefile
   cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/xpad/Makefile
   cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/xplanet/Makefile
   cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/xscreensaver-demo/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xvidcap-gtk2/Makefile
   cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/zenity/Makefile

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Oct  2 17:18:28 UTC 2012

   Modified Files:
   	pkgsrc/graphics/cairo: Makefile buildlink3.mk

   Log Message:
   Revert unintentional revision bump.


   To generate a diff of this commit:
   cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/cairo/Makefile
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/cairo/buildlink3.mk

Revision 1.92 / (download) - annotate - [select for diffs], Tue Oct 2 20:11:37 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.91: +1 -3 lines
Diff to previous 1.91 (colored) to selected 1.86 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.91 / (download) - annotate - [select for diffs], Tue Oct 2 17:11:25 2012 UTC (11 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.86 (colored)

Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Sep 27 10:51:47 2012 UTC (11 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.86 (colored)

USE_TOOLS += groff, required to build the documentation.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Sep 15 10:05:18 2012 UTC (11 years, 6 months ago) by obache
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored) to selected 1.86 (colored)

recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.88 / (download) - annotate - [select for diffs], Fri Sep 7 19:17:00 2012 UTC (11 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored) to selected 1.86 (colored)

Revbump after updating graphics/cairo

Revision 1.87 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:25 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.86 / (download) - annotate - [selected], Mon Feb 6 12:40:46 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.85 / (download) - annotate - [select for diffs], Tue Jan 24 09:11:05 2012 UTC (12 years, 2 months ago) by sbd
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.86 (colored)

Recursive dependency bump for databases/gdbm ABI_DEPENDS change.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Nov 1 06:11:55 2011 UTC (12 years, 5 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.86 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.83 / (download) - annotate - [select for diffs], Tue Aug 23 13:06:49 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.86 (colored)

Recursive bump from gdbm shlib bump.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:58 2011 UTC (12 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.86 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Apr 20 19:42:17 2011 UTC (12 years, 11 months ago) by hans
Branch: MAIN
Changes since 1.80: +9 -1 lines
Diff to previous 1.80 (colored) to selected 1.86 (colored)

Fix build on SunOS.

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jan 13 13:53:28 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.86 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:41 2010 UTC (13 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.86 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.78 / (download) - annotate - [select for diffs], Tue Sep 14 11:13:13 2010 UTC (13 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.86 (colored)

More PKGREVISION bumps for pixman update.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Jul 9 18:08:05 2010 UTC (13 years, 8 months ago) by asau
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.86 (colored)

Update to CLISP 2.49.

pkgsrc changes: desupport build options that are turned into module packages.


2.49 (2010-07-07)
=================

User visible changes
--------------------

* New command line option -disable-readline lets working around bugs and
  incompatibilities between readline CLISP was built against and the
  library actually installed.
  See <http://clisp.cons.org/impnotes/clisp.html#opt-norl> for details.

* FFI:OPEN-FOREIGN-LIBRARY now accepts the :REQUIRE argument.
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details.

* New user variable CUSTOM:*USER-LIB-DIRECTORY* is respected by REQUIRE
  and used by "clisp-link install".
  Dynamic modules are now the default build option.
  See <http://clisp.cons.org/impnotes/require.html> and
  <http://clisp.cons.org/impnotes/clisp-link.html> for details.

* Function RENAME-FILE now accepts :IF-EXISTS argument which determines
  the action when the destination exists, unless, of course, *ANSI* is T.
  See <http://clisp.cons.org/impnotes/file-func.html#rename-file> for details.

* The replacement value entered by the user in STORE-VALUE and USE-VALUE
  restarts is now EVALuated.

* The old user variable CUSTOM:*PRINT-CLOSURE* now controls interpreted
  closure output too (RFE#3001956). This is a tricky feature, read up!
  See <http://clisp.cons.org/impnotes/multi-rep.html#pr-closure>.

* Module readline now supports readline 6.1.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/readline-mod.html> for details.

* Module pcre now supports pcre 8.01.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/pcre.html> for details.

* Module libsvm does not come with the upstream sources anymore, install
  locally and pass --with-libsvm-prefix to the top-level configure instead.
  All upstream versions up to 2.91 are supported.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* Module berkeley-db now supports Berkeley-DB 4.8.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/berkeley-db.html> for details.

* Module postgresql now supports PostgreSQL 8.4.
  (Older versions are, of course, still supported).
  See <http://clisp.cons.org/impnotes/postgresql.html> for details.

* Module pari has been updated to support both 64 & 32 bit platforms
  with and without GMP.
  See <http://clisp.cons.org/impnotes/pari.html> for details.

* New functions OS:VERSION-COMPARE et al call strverscmp.
  See <http://clisp.cons.org/impnotes/syscalls.html#strverscmp> for details.

* Bug fixes:
  + Do not eliminate function calls which are advertised to have
    exceptional situation in unsafe code (bug#2868166).
  + Fix an internal error in DECLAIM on bad OPTIMIZE quality (bug#2868147).
  + CLEAR-INPUT now clears the EOF condition on file streams (bug#2902716).
  + When quitting on a signal, never enter the debugger (bug#2795278).
  + Respect :FULL T in DIRECTORY :WILD-INFERIORS (bug#3009966).
  + Handle TWO-WAY-STREAM and ECHO-STREAM correctly by
    (SETF STREAM-EXTERNAL-FORMAT) (bug#3020933).
  + Fix unbuffered output pipe stream initialization (bug#3024887).

* ANSI compliance:
  + Implement the ANSI issue COMPILER-DIAGNOSTICS:USE-HANDLER: use the
    CL Condition System for compiler diagnostics.
  + STREAM-ELEMENT-TYPE on empty CONCATENATED-STREAMs now returns NIL
    because nothing can be read from such streams (bug#3014921).

Revision 1.76 / (download) - annotate - [select for diffs], Tue Dec 29 06:39:15 2009 UTC (14 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.86 (colored)

Provide more resources to allow building with gcc4 on NetBSD/macppc 4-STABLE.
From <uwe> by personal mail.

Revision 1.75 / (download) - annotate - [select for diffs], Tue Dec 15 23:22:06 2009 UTC (14 years, 3 months ago) by asau
Branch: MAIN
Changes since 1.74: +7 -7 lines
Diff to previous 1.74 (colored) to selected 1.86 (colored)

Update to CLISP 2.48:

Important notes
---------------

* Multiple threads of execution are now experimentally supported
(not ready for prime time yet).
Thanks to Vladimir Tzankov <vtzankov@gm...>.
See <http://clisp.cons.org/impnotes/mt.html> for details.

* Module libsvm has been upgraded to the upstream version 2.89.
See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* Module Berkeley-DB now supports Berkeley DB 4.7.
(older versions 4.* are, of course, still supported).
See <http://clisp.cons.org/impnotes/berkeley-db.html> for details.

* Module readline now supports readline 6.0.
(older versions 5.* are, of course, still supported).
See <http://clisp.cons.org/impnotes/readline-mod.html> for details.

* Passing :EXECUTABLE 0 to EXT:SAVEINITMEM results in an executable
image which delegates processing of all the usual CLISP command line
options to the :INIT-FUNCTION.
See <http://clisp.cons.org/impnotes/image.html> for details.

* Driver clisp accepts "-b" to print the installation directory.
See <http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir> for details.

* Add file clisp.m4 so that the packages which use CLISP can check
whether it is properly installed and has the required version.

* POSIX:COPY-FILE now accepts :METHOD :HARDLINK-OR-COPY.
See <http://clisp.cons.org/impnotes/syscalls.html#copy-file> for details.

* New function POSIX:WAIT calls waitpid or wait4.
See <http://clisp.cons.org/impnotes/syscalls.html#wait> for details.

* New function EXT:TRIM-IF removes leading and trailing matches.
See <http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if> for
details.

* New user command "LocalSymbols" (abbreviated ":ls").
See <http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step>
for details.

* Commands "add" and "create" replace "add-module-set", "add-module-sets" and
"create-module-set" in clisp-link.
See <http://clisp.cons.org/impnotes/modules.html#clisp-link> for details.

* Bug fixes:
+ Better support of :START and :END arguments in NEW-CLX. [ 2159172 ]
+ Fix LOAD-LOGICAL-PATHNAME-TRANSLATIONS when *LOAD-PATHS* contains
  wild pathnames (introduced in 2.47). [ 2198109 ]
+ Module NEW-CLX now has the XLIB:QUEUE-EVENT function,
  implemented by Philippe Brochard <hocwp@fr...>.
+ Extend the domain of LOG to larger BIGNUMs and RATIOs. [ 1007358 ]
+ Avoid a segfault on (EXPT <HUGE> <HUGE>). [ 2807311 ]
+ Fix interaction of finalizers and weak objects. [ 1472478 ]

* ANSI compliance:
+ Implement the ANSI (IGNORE #'FUNCTION) declaration.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:45 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.86 (colored)

bump revision because of graphics/jpeg update

Revision 1.73 / (download) - annotate - [select for diffs], Wed May 20 00:58:18 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored) to selected 1.86 (colored)

Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Oct 27 18:07:23 2008 UTC (15 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.71: +7 -7 lines
Diff to previous 1.71 (colored) to selected 1.86 (colored)

Update to clisp-2.47. From Aleksej Saushev via pkgsrc-wip. Changes:

* New module DBUS interfaces to the D-Bus message bus system.
  See <http://clisp.cons.org/impnotes/dbus.html> for details.
* New function EXT:PROBE-PATHNAME can figure out whether the existing
  pathname refers to a file or a directory.
  See <http://clisp.cons.org/impnotes/files.html#probe-path> for details.
* New function EXT:CANONICALIZE lets you easily canonicalize a value
  before processing it.
  See <http://clisp.cons.org/impnotes/macros3.html#canonicalize> for details.
* New user variable CUSTOM:*REOPEN-OPEN-FILE* controls CLISP behavior
  when opening an already open file.
  See <http://clisp.cons.org/impnotes/open.html#reopen> for details.
* New SETFable function OS:FILE-SIZE extends FILE-LENGTH to pathname
  designators and lets you change file size.
  See <http://clisp.cons.org/impnotes/syscalls.html#file-size> for details.
  New function OS:USER-SHELLS returns the list of legal user shells.
  See <http://clisp.cons.org/impnotes/syscalls.html#user-shells> for details.
  New SETFable functions OS:HOSTID and OS:DOMAINNAME.
  See <http://clisp.cons.org/impnotes/syscalls.html#hostid> for details.
* Module readline has been upgraded to readline 5.2
  (older versions 5.0 and 5.1 are, of course, still supported).
  See <http://clisp.cons.org/impnotes/readline-mod.html> for details.
* LOAD now uses DIRECTORY only for wild *LOAD-PATHS* components, thus
  speeding up the most common cases and preventing the denial-of-service
  attack whereas CLISP would not start if a file with a name
  incompatible with *PATHNAME-ENCODING* is present in USER-HOMEDIR-PATHNAME.
* ROOM now prints some GC statistics and returns the same values as GC.
  See <http://clisp.cons.org/impnotes/environment-enq.html#room> for details.
* New user variable CUSTOM:*HTTP-LOG-STREAM* controls EXT:OPEN-HTTP logging.
  See <http://clisp.cons.org/impnotes/macros3.html#http-log-stream> for details.
* Bug fixes:
  + Comparison of floats and rationals never underflows. [ 2014262 ]
  + When failing to convert a huge LONG-FLOAT to a RATIONAL, signal an
    ARITHMETIC-ERROR instead of blowing the stack. [ 2015118 ]
  + Restored TYPECODES g++ compilation [ 2015118 ], which allowed fixing
    a few GC-safety bugs.
  + Fixed a segfault when signaling some UNBOUND-VARIABLE errors in some
    interpreted code on MacOS X (introduced in 2.46). [ 2020784 ]
    Thanks to Vladimir Tzankov <vtzankov@gmail.com>.
  + Fixed input after switching a :DOS stream to binary. [ 2022362 ]
  + Support circular objects in EQUAL and EQUALP hash-tables. [ 2029069 ]
  + Avoid C namespace pollution. [ 2146126 ]
  + Fix timeout precision in NEW-CLX. [ 2188102 ]
* ANSI compliance:
  + The sets of declaration and type names are disjoint.
  + FLET, LABELS and MACROLET respect declarations.

Revision 1.71 / (download) - annotate - [select for diffs], Sat Sep 13 09:23:15 2008 UTC (15 years, 6 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3
Changes since 1.70: +5 -5 lines
Diff to previous 1.70 (colored) to selected 1.86 (colored)

Install files to share/${PKGBASE} not ${PKGNAME}.

Revision 1.70 / (download) - annotate - [select for diffs], Fri Sep 12 22:12:44 2008 UTC (15 years, 6 months ago) by ahoka
Branch: MAIN
CVS Tags: cube-native-xorg-base, cube-native-xorg
Changes since 1.69: +4 -3 lines
Diff to previous 1.69 (colored) to selected 1.86 (colored)

Make it depend on libsigsegv25 instead as its broken with 2.6.

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jul 15 13:32:53 2008 UTC (15 years, 8 months ago) by ahoka
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.86 (colored)

Update to CLISP 2.46.

Removing patch-ad: Issue fixed upstream.

User visible changes:

* CLISP built natively on 64-bit platforms (i.e., with 64-bit pointers)
  now has :WORD-SIZE=64 in *FEATURES*.
  See <http://clisp.cons.org/impnotes/features.html> for details.

* Module syscalls now offers OS:ERRNO and OS:STRERROR (for the sake of
  FFI modules).
  See <http://clisp.cons.org/impnotes/syscalls.html#errno> for details.

* Modules MIT-CLX and NEW-CLX export a new macro XLIB:WITH-OPEN-DISPLAY.

* Module netica has been upgraded to the Netica C API version 3.25 (from 2.15).
  See <http://clisp.cons.org/impnotes/netica.html> for details.

* Module libsvm has been upgraded to the upstream version 2.86.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.

* Bug fixes:
  + Work around the absence of tgamma() on solaris.
  + Avoid a rare segfault on SIGHUP.
  + Improve module portability to systems with non-GNU make.
  + Fix GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE.
  + Fix the remaining bugs in special bindings in evaluated code on
    TYPECODES (64-bit) platforms.
  + Fix SOCKET:SOCKET-CONNECT with timeout to a dead port.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Jun 23 19:34:00 2008 UTC (15 years, 9 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.67: +19 -14 lines
Diff to previous 1.67 (colored) to selected 1.86 (colored)

Update CLISP to 2.45, from Aleksej Saushev <asau@inbox.ru> via PR pkg/39005.

Changes since previous (2.44.1) release:

User visible changes
--------------------

* Experimental Just-In-Time Compilation of byte-compiled closures is now
  done using GNU lightning (this is a configure-time option).
  Thanks to Yann Dauphin <yann-nicolas.dauphin@polymtl.ca>.

* New command-line option -lp adds directories to *LOAD-PATHS*.
  See <http://clisp.cons.org/impnotes/clisp.html#opt-load-paths> for details.

* New function FFI:OPEN-FOREIGN-LIBRARY allows pre-opening of shared libraries.
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details.

* New macro EXT:COMPILE-TIME-VALUE allows computing values at file compilation.
  See <http://clisp.podval.org/impnotes/macros3.html#compile-time-value>
  for details.

* New function FFI:FOREIGN-POINTER-INFO allows some introspection.
  See <http://clisp.cons.org/impnotes/dffi.html#fptr-info> for details.

* Versioned library symbols are now accessible via the :VERSION argument of
  DEF-CALL-OUT and DEF-C-VAR.
  Thanks to Kaz Kylheku <kkylheku@gmail.com>.
  See <http://clisp.cons.org/impnotes/dffi.html#def-call-out> for details.

* New functions GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE have
  been added for portability reasons.
  Suggested by Anton Vodonosov <avodonosov@yandex.ru>.
  See <http://clisp.cons.org/impnotes/gray.html#st-rd-seq> for details.

* New user variable CUSTOM:*SUPPRESS-SIMILAR-CONSTANT-REDEFINITION-WARNING*
  controls whether the redefinition warning is issues when the new
  constant value is visually similar to the old one.
  See <http://clisp.cons.org/impnotes/defconstant.html#defconstant-similar>
  for details.

* REPL commands can now accept arguments.
  See <http://clisp.cons.org/impnotes/repl.html> for details.

* Updated the postgresql module to PostgreSQL 8.3.
  See <http://clisp.cons.org/impnotes/postgresql.html> for details.

* Module syscalls now interfaces to <stdio.h> (for the sake of FFI modules).
  See <http://clisp.cons.org/impnotes/syscalls.html#stdio> for details.
  There are others additions there also, but they are too numerous to
  be enumerated here.

* Bug fixes:
  + Fix handling of quoted objects by READ-PRESERVING-WHITESPACE. [ 1890854 ]
  + Fix rectangle count in NEW-CLX XLIB:SET-GCONTEXT-CLIP-MASK. [ 1918017 ]
  + Fix argument handling in NEW-CLX XLIB:QUERY-COLORS. [ 1931101 ]
  + Fix compilation on systems not supporting returning void. [ 1924506 ]
  + Fix TANH floating point overflow for large floats. [ 1683394 ]
  + Avoid extra aggressive bignum overflow reporting in READ. [ 1928735 ]
  + Improved floating point number formatting. [ 1790496, 1928759 ]
  + COMPILE no longer discards MACRO doc strings. [ 1936255 ]
  + Improved accuracy of LOG on complex numbers. [ 1934968 ]
  + Fix COERCE for compound float result-types. [ 1942246 ]
  + Fix $http_proxy parsing. [ 1959436 ]
  + Fix LISTEN on buffered streams when the last character was CRLF. [ 1961475 ]
  + Cross-compilation process has been restored to its former glory,

Revision 1.67 / (download) - annotate - [select for diffs], Fri Feb 29 19:34:44 2008 UTC (16 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.66: +21 -35 lines
Diff to previous 1.66 (colored) to selected 1.86 (colored)

Update to 2.44.1, packaged by Aleksej Saushev.

Major changes from 2.41:
- Use pkgsrc-supplied libffcall
- Use libtool
- New PKG_OPTIONS to enable support for db4, gdbm, gtk2, fastcgi, pcre.
- lots of bugfixes

Revision 1.66 / (download) - annotate - [select for diffs], Wed Jan 30 14:20:54 2008 UTC (16 years, 2 months ago) by is
Branch: MAIN
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored) to selected 1.86 (colored)

vacall-arm.S was created by an ancient gcc targetting CPUs with ARM FPE.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Nov 23 21:59:44 2007 UTC (16 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.64: +6 -1 lines
Diff to previous 1.64 (colored) to selected 1.86 (colored)

Make it build on NetBSD-current again: use a private malloc implementation
to avoid jemalloc. The simple allocator used by clisp in the NetBSD
case appears to use some assumptions, like allocations below sbrk(), which
don't hold with jemalloc. We might switch to another allocator later,
but as the code looks this needs more work and testing.
From Aleksej Saushev per PR pkg/37381; the patch is attributed to
Arnaud Degroote.
Should also fix PR pkg/37304 from Yakovetsky Vladimir.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Nov 3 22:36:06 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.86 (colored)

Added MAKE_JOBS_SAFE as suggested in PR 35043.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jun 11 18:28:38 2007 UTC (16 years, 9 months ago) by uwe
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.62: +1 -5 lines
Diff to previous 1.62 (colored) to selected 1.86 (colored)

clisp 2.41 supports NetBSD/powerpc out of the box now, thanks to
Magnus Henoch mange()freemail.hu who sent fixes upstream.

Nuke post-patch target and files/* that we no longer need.  Tested on
my macppc.

ok agc@

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jun 9 06:10:31 2007 UTC (16 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.61: +2 -3 lines
Diff to previous 1.61 (colored) to selected 1.86 (colored)

Update clisp to 2.41.
Based on patch provided by Yorick Hardy in PR 36334, I ajust patch files.

2.41 (2006-10-13)
=================


User visible changes
--------------------


* New module libsvm interfaces to <http://www.csie.ntu.edu.tw/~cjlin/libsvm>
  and makes Support Vector Machines available in CLISP.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.


* The same internal interface now handles FFI forms DEF-CALL-OUT and
  DEF-C-VAR regardless of the presence of the :LIBRARY argument.
  (:LIBRARY NIL) is now identical to omitting the :LIBRARY argument.
  The default for the :LIBRARY argument is provided by
  FFI:*DEFAULT-FOREIGN-LIBRARY* (bound in a compilation unit).
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-default-lib> for details.


* Bug fixes:
  + DOCUMENTATION on built-in functions was broken on some platforms.
    [ 1569234 ]
  + Fixed FFI callbacks, broken since the 2.36 release.
  + Fixed the way the top-level driver handles the "--" option terminator.
  + Fixed COMPILE of APPLY in LABELS for local function. [ 1575946 ]


2.40 (2006-09-23)
=================


Important notes
---------------


* All .fas files generated by previous CLISP versions are invalid and
  must be recompiled. This is because DOCUMENTATION and LAMBDA-LIST are
  now kept with the closures.
  Set CUSTOM:*LOAD-OBSOLETE-ACTION* to :COMPILE to automate this.
  See <http://clisp.cons.org/impnotes.html#loadfile> for details.


User visible changes
--------------------


* Infrastructure
  + Top-level configure now accepts a new option --elispdir which specifies
    the installation directory for the Emacs Lisp files (clhs.el et al).
    The default value is ${datadir}/emacs/site-lisp/.
    Thus, clhs.el at al are now installed by "make install", and should
    be included in the 3rd party distributions.
  + Top-level configure now accepts variables on command line, e.g.,
    ./configure CC=g++ CFLAGS=-g


* Function PCRE:PCRE-EXEC accepts :DFA and calls pcre_dfa_exec() when
  built against PCRE v6. See <http://clisp.cons.org/impnotes/pcre.html>.


* New functions RAWSOCK:IF-NAME-INDEX, RAWSOCK:IFADDRS.
  See <http://clisp.cons.org/impnotes/rawsock.html>.


* When the OPTIMIZE SPACE level is low enough, keep function
  documentation and lambda list.
  See <http://clisp.cons.org/impnotes/declarations.html#space-decl>.


* Bug fixes:
  + Make it possible to set *IMPNOTES-ROOT-DEFAULT* and *CLHS-ROOT-DEFAULT*
    to local paths, as opposed to URLs. [ 1494059 ]
  + Fix the evaluation order of initialization and :INITIALLY forms in
    then extended LOOP. [ 1516684 ]
  + Do not allow non-symbols as names of anonymous classes. [ 1528201 ]
  + REINITIALIZE-INSTANCE now calls FINALIZE-INHERITANCE. [ 1526448 ]
  + Fix the RAWSOCK module on big-endian platforms. [ 1529244 ]
  + PRINT-OBJECT now works on built-in objects. [ 1482533 ]
  + ADJUST-ARRAY signals an error if :FILL-POINTER is supplied and non-NIL
    but the non-adjustable array has no fill pointer, as per ANSI. [ 1538333 ]
  + MAKE-PATHNAME no longer ignores explicit :DIRECTORY NIL (thanks to
    Stephen Compall <s11001001@us...>). [ 1550803 ]
  + Executable images now work on ia64 (thanks to Dr. Werner Fink
    <werner@su...>).
  + MAKE-PATHNAME on win32 now handles correctly directories that start
    with a non-string (e.g., :WILD). [ 1555096 ]
  + SOCKET-STREAM-PEER and SOCKET-STREAM-LOCAL had do-not-resolved-p
    inverted since 2.37.
  + Set functions with :TEST 'EQUALP were broken on large lists. [ 1567186 ]

Revision 1.61 / (download) - annotate - [select for diffs], Wed Jun 6 21:29:54 2007 UTC (16 years, 9 months ago) by uwe
Branch: MAIN
Changes since 1.60: +3 -4 lines
Diff to previous 1.60 (colored) to selected 1.86 (colored)

clisp now ships with its own copy of ffcall that has evolved from the
last released version that we have as devel/ffcall.  Arrange for
powerpc files (from files/) to end up in the right place and get used
by the build:

tramp-* files are no longer used, so don't copy them.  They can
probably be deleted from files/ now.

powerpc is now known to ffcall as powerpc, not rs6000 so change the
target name accordingly and make the makefile rule recognize netbsd
and pick up our file.

Makes clisp build/work on my macppc.

Ok wiz@ (except any typos in this commit message).

Revision 1.60 / (download) - annotate - [select for diffs], Sun Apr 1 12:45:39 2007 UTC (17 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored) to selected 1.86 (colored)

Use "$(TOOLS_PLATFORM.install)" instead of hard coded "install" to
fix build problems under Solaris. Based on a suggestion by Aleksey Cheusov.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Dec 29 13:54:22 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.86 (colored)

libsigsegv *is* a full dependency at least on DragonFly and FreeBSD.
Bump clisp for the changed dependency.

Revision 1.58 / (download) - annotate - [select for diffs], Sun Oct 22 21:32:57 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.86 (colored)

Fixed PKGMANDIR.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Aug 7 15:55:31 2006 UTC (17 years, 7 months ago) by perry
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored) to selected 1.86 (colored)

Add USETOOLS+=dvipdf so that the documentation is properly built on
all platforms. Previously this was a hidden dependency.

Thanks to cube for adding the make magic so dvipdf is now a tool.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Jul 21 06:03:49 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored) to selected 1.86 (colored)

Depend on libsigsegv>=2.4, as 2.39 release notes say.

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jul 20 23:05:43 2006 UTC (17 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.86 (colored)

Update to clisp 2.39

List of changes from the release notes:

2.39 (2006-07-16)
=================

User visible changes
--------------------

* SAVEINITMEM now accepts :SCRIPT argument that disables interpreting
  the first positional argument as the script name; and :DOCUMENTATION
  argument that is printed by the new -help-image command line option.
  See <http://clisp.cons.org/impnotes/image.html> and
  <http://clisp.cons.org/impnotes/clisp.html#opt-help-image> for details.

* FFI:UINT64 and FFI:SINT64 are now compatible with C's long long type.

* Stack overflow detection and recovery finally work fine on Unix.
  Libsigsegv is required for this, on all platforms (including MS-Windows).
  CLISP should neither exit nor crash under infinite recursion.
  If your distribution has CLISP compiled without libsigsegv, report
  the missing feature to its maintainer.
  Note that libsigsegv 2.4 is required, there are bugs in libsigsegv 2.3!

* It is now possible to specify the default method-combination of a generic
  function, to be used when the DEFGENERIC form does not specify the
  :METHOD-COMBINATION explicitly, through a default initarg specification
  for the :METHOD-COMBINATION keyword on the generic function class.

* Readline completion works with non 1:1 terminal encodings, e.g. UTF-8.

* WITH-KEYBOARD works with a Unix tty even when SLIME hijacks *TERMINAL-IO*.

* I/O operations on Win32 are now much faster.

* New functions: POSIX:FFS, POSIX:PATHCONF.

* Infrastructure:
  + Top-level configure now accepts a new option --with-gmalloc to use the
    GNU malloc implementation instead of the one supplied by libc.
    You may need it on older HP-UX and newer OpenBSD systems.
    See file unix/PLATFORMS for more information.
  + The value of the environment variable CFLAGS is respected by configure.

* Bug fixes:
  + SOCKET:SOCKET-SERVER :INTERFACE now behaves as documented.
  + EXT:READ-BYTE-NO-HANG and SOCKET:SOCKET-STATUS used to hang on
    buffered binary sockets.
  + Allow DESTRUCTURING-BIND (a . b) with circular and dotted lists.
  + ADJUST-ARRAY of zero length adjustable string now works.
  + TIME now reports correct results when the heap grows over 4GB.
  + RAWSOCK functions now handle :START/:END arguments correctly.
  + BDB:DBC-GET now accepts :READ-COMMITTED and :READ-UNCOMMITTED.
  + POSIX:GROUP-INFO and POSIX:USER-INFO now handle errors correctly.

* Portability:
  + Support DragonFly BSD.

Revision 1.51.2.1 / (download) - annotate - [select for diffs], Wed May 24 16:55:00 2006 UTC (17 years, 10 months ago) by ghen
Branch: pkgsrc-2006Q1
Changes since 1.51: +7 -3 lines
Diff to previous 1.51 (colored) next main 1.52 (colored) to selected 1.86 (colored)

Pullup ticket 1670 - requested by joerg
build and other fixes for clisp

Revisions pulled up:
- pkgsrc/lang/clisp/Makefile		1.52, 1.54
- pkgsrc/lang/clisp/distinfo		1.12
- pkgsrc/lang/clisp/patches/patch-aa	1.13
- pkgsrc/lang/clisp/patches/patch-ab	1.9
- pkgsrc/lang/clisp/patches/patch-ac	1.7
- pkgsrc/lang/clisp/patches/patch-ad	1.7
- pkgsrc/lang/clisp/patches/patch-ae	1.7
- pkgsrc/lang/clisp/patches/patch-af	1.6
- pkgsrc/lang/clisp/patches/patch-ag	1.4

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Apr  4 19:12:10 UTC 2006

   Modified Files:
   	pkgsrc/lang/clisp: Makefile

   Log Message:
   Fix build on amd64. Add same workaround for other 64-bit platforms.
   Remove outdated comment.

   From Martijn in PR 33189.
---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Wed May 10 18:26:34 UTC 2006

   Modified Files:
   	pkgsrc/lang/clisp: Makefile distinfo
   	pkgsrc/lang/clisp/patches: patch-aa
   Added Files:
   	pkgsrc/lang/clisp/patches: patch-ab patch-ac patch-ad patch-ae patch-af
   	    patch-ag

   Log Message:
   Readd the various pieces for DragonFly. Explicitly disable mmap,
   it currently doesn't work.

Revision 1.54 / (download) - annotate - [select for diffs], Wed May 10 18:26:34 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.86 (colored)

Readd the various pieces for DragonFly. Explicitly disable mmap,
it currently doesn't work.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:10 2006 UTC (17 years, 11 months ago) by reed
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.86 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.52 / (download) - annotate - [select for diffs], Tue Apr 4 19:12:10 2006 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.51: +7 -3 lines
Diff to previous 1.51 (colored) to selected 1.86 (colored)

Fix build on amd64. Add same workaround for other 64-bit platforms.
Remove outdated comment.

From Martijn in PR 33189.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Mar 16 22:17:04 2006 UTC (18 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Changes since 1.50: +5 -2 lines
Diff to previous 1.50 (colored) to selected 1.86 (colored)

Mark as not-for-sparc64, and add link to sourceforge bug id.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Mar 14 07:17:23 2006 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.86 (colored)

This package depends on zlib>=1.2, mark it so. Addresses (part of?) PR 33074.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Mar 11 23:55:07 2006 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.48: +6 -3 lines
Diff to previous 1.48 (colored) to selected 1.86 (colored)

Enable zlib and rawsock modules while the update is still fresh.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 11 23:32:44 2006 UTC (18 years ago) by wiz
Branch: MAIN
Changes since 1.47: +25 -26 lines
Diff to previous 1.47 (colored) to selected 1.86 (colored)

Update to 2.38:

2.38 (2006-01-24)
=================

User visible changes
--------------------

* SAVEINITMEM can create standalone executables.
  Thanks to Frank Bu for the idea.
  SAVEINITMEM also accepts :NORC argument do disable RC-file loading.
  See <http://clisp.cons.org/impnotes/image.html> for details.

* POSIX:SYSLOG no longer recognizes "%m" and other formatting instructions.
  For your safety and security, please do all formatting in Lisp.

* Fixed the OPEN :IF-EXISTS :APPEND bug introduced in 2.37.

* Fixed a crash on woe32 in opening files with names longer than MAX_PATH.

* Module berkeley-db now supports Berkeley DB 4.4.


2.37 (2006-01-02)
=================

User visible changes
--------------------

* Signal a continuable error when an already opened file is opened again,
  unless both streams are read-only.

* SOCKET-SERVER now accepts :BACKLOG and :INTERFACE arguments.
  The first (optional) argument should be the port number or NIL.
  Use (SOCKET-SERVER NIL :INTERFACE SOCKET) instead of (SOCKET-SERVER SOCKET).
  Thanks to Tomas Zellerin
  See <http://clisp.cons.org/impnotes/socket.html#sose> for details.

* EXT:HTTP-PROXY now uses the environment variable "http_proxy", not
  "HTTP_PROXY", like curl does, to avoid confusing it with CGI arguments.

* OPEN :DIRECTION :OUTPUT now creates write-only handles and treats
  named pipes correctly.

* Fixed EXT:SETENV on non-POSIX systems (woe32 and BSD derivatives).

* Fixed a bug in EXT:! on 64-bit platforms.
  Thanks to Dr. Werner Fink


2.36 (2005-12-04)
=================

User visible changes
--------------------

* Infrastructure:
  + Top-level configure now accepts the option --enable-maintainer-mode
    that affects autoconf-related Makefile targets.  The default value
    is determined based on the presence of the CVS directories.
  + When libsigsegv is not found, print instructions on getting/building
    libsigsegv and bail out; override with --ignore-absence-of-libsigsegv.
  + When --with-dynamic-ffi is supplied, but the FFI fails to build, abort.
  + When --with-readline is supplied, but GNU readline is not found, abort.
  + makemake no longer checks with_module_* variables.

* New function EXT:OPEN-HTTP and macro EXT:WITH-HTTP-INPUT.
  See <http://clisp.cons.org/impnotes/macros3.html#open-http> for details.

* New declaration EXT:NOTSPECIAL undoes the effects of DEFVAR and DEFCONSTANT.
  See <http://clisp.cons.org/impnotes/declarations.html#notspec-decl>
  for details.

* Function EXT:CLHS is now deprecated in favor of DESCRIBE, which can now
  point your web browser to the ANSI CL and CLISP-specific documentation.
  See <http://clisp.cons.org/impnotes/environment-dict.html#describe>
  for details.

* FFI modules can now take advantage of autoconf feature detection.
  See <http://clisp.cons.org/impnotes/dffi.html#ffi-guard> for details.

* New FFI macro FFI:DEF-C-CONST.
  See <http://clisp.cons.org/impnotes/dffi.html#def-c-const> for details.

* New charset BASE64 encodes arbitrary byte sequences with strings of
  printable ASCII characters (4 characters per 3 bytes).
  See <http://clisp.cons.org/impnotes/encoding.html#base64> for details.

* New module readline offers some advanced readline and history features.
  It is a BASE module and is available when both FFI and readline are present.

* SOCKET:SOCKET-SERVICE-PORT is now deprecated in favor of OS:SERVICE.
  See <http://clisp.cons.org/impnotes/syscalls.html#service> for details.

* New SETF-able functions POSIX:GETUID, POSIX:GETGID, POSIX:GETEUID,
  POSIX:GETEGID.
  New functions POSIX:GROUP-INFO and POSIX:STRING-TIME.
  Function POSIX:USER-DATA is renamed to POSIX:USER-INFO.
  See <http://clisp.cons.org/impnotes/syscalls.html> for details.

* New NEW-CLX demo: foch.lisp draws fractal snowflakes.
  Implemented XLIB:SET-MODIFIER-MAPPING, XLIB:KEYSYM->KEYCODES,
  XLIB:ACCESS-HOSTS, XLIB:ADD-ACCESS-HOST, XLIB:REMOVE-ACCESS-HOST,
  XLIB:CHANGE-KEYBOARD-CONTROL, XLIB:CHANGE-KEYBOARD-MAPPING,
  XLIB:KEYBOARD-MAPPING, XLIB:KEYSYM-NAME, XLIB:KEYCODE->CHARACTER,
  XLIB:SHAPE-EXTENTS, XLIB:SHAPE-RECTANGLES, XLIB:DEFAULT-KEYSYM-INDEX.
  Use MAP instead of ELT for sequence access in NEW-CLX.

* ANSI CL compliance issues:
  + DEFPACKAGE options :SHADOWING-IMPORT-FROM, :USE, :IMPORT-FROM
    accept package designators, not just package names.
  + ENCODE-UNIVERSAL-TIME is now the perfect inverse for DECODE-UNIVERSAL-TIME.

* The command line option -v now affects *LOAD-ECHO* also.
  See <http://clisp.cons.org/clisp.html#opt-v> for details.

* When a CLISP process is killed, clean-up is always executed.

* DEFCLASS now permits user-defined :ALLOCATION arguments.

* Fixed (FUNCTION-LAMBDA-EXPRESSION #'(SETF FOO)) on compiled functions.

* Fixed re-exporting symbols from POSIX to EXT.

* Fixed module rawsock on platforms with non-trivial struct sockaddr layout.
  Functions that take a BUFFER argument, also take :START and :END arguments.
  Renamed RAWSOCK:LISTEN to RAWSOCK:SOCK-LISTEN to avoid a conflict with CL.
  New functions RAWSOCK:PROTOCOL, RAWSOCK:NETWORK, RAWSOCK:GETADDRINFO,
  RAWSOCK:GETNAMEINFO.
  See <http://clisp.cons.org/impnotes/rawsock.html> for details.

* Fixed module postgresql logging behavior.

* Fixed clisp.h generation to conform to the internal definitions.


2.35 (2005-08-29)
=================

User visible changes
--------------------

* SOCKET:SOCKET-STREAM-SHUTDOWN does not call CLOSE anymore,
  just shutdown(2) - as it has always been documented.
  It now also works on raw sockets, thus RAWSOCK:SHUTDOWN has been removed.
  See <http://clisp.cons.org/impnotes.html#sost-shut> and
  <http://clisp.cons.org/impnotes.html#rawsock> for details.

* When the command line option -E receives an invalid encoding,
  ISO-8859-1 is used instead. [It was ASCII (for *FOREIGN-ENCODING*) or
  UTF-8 (for all other encodings) before.]
  Rationale: this is a 1:1 that corresponds to CLISP CODE-CHAR/CHAR-CODE
  and avoids spurious errors in DIRECTORY on startup.

* New function EXT:COMPILED-FILE-P - checks whether the file is a
  CLISP-compiled file with a compatible bytecode format.
  See <http://clisp.cons.org/impnotes.html#compiled-file-p> for details.

* New functions EXT:CHAR-INVERTCASE, EXT:STRING-INVERTCASE and
  EXT:NSTRING-INVERTCASE invert case of characters and strings.
  See <http://clisp.cons.org/impnotes.html#char-invertcase> and
  <http://clisp.cons.org/impnotes.html#string-invertcase> for details.

* New function POSIX:STREAM-OPTIONS calls fcntl(2).
  See <http://clisp.cons.org/impnotes.html#fcntl> for details.

* Explicitly close all possible file descriptors before exec().

* Danish translations of the user interface messages have been added.
  Thanks to Dennis Decker Jensen



2.34 (2005-07-20)
=================

Important notes
---------------

* All .fas files generated by previous CLISP versions are invalid and
  must be recompiled.  This is caused by the addition of MOP, the DEFSETF
  fixes, and the TRANSLATE-PATHNAME and MAKE-HASH-TABLE enhancements.
  Set CUSTOM:*LOAD-OBSOLETE-ACTION* to :COMPILE to automate this.
  See <http://clisp.cons.org/impnotes.html#loadfile> for details.

* The name of the Run-Control file has changed from '_clisprc' to
  '.clisprc' on all platforms.
  If you are using woe32, please rename your Run-Control file.

* Modules i18n, regexp, and syscalls are now present even in the base
  linking set.  Do not pass, e.g., "--with-module=regexp" to configure.

User visible changes
--------------------

* The CLOS MetaObject Protocol is supported:
  + New class METAOBJECT.
  + Classes:
    New classes
      STANDARD-READER-METHOD, STANDARD-WRITER-METHOD, FORWARD-REFERENCED-CLASS.
    New functions
      ENSURE-CLASS.
    New generic functions
      CLASS-DIRECT-SUPERCLASSES, CLASS-PRECEDENCE-LIST, CLASS-DIRECT-SLOTS,
      CLASS-SLOTS, CLASS-DIRECT-DEFAULT-INITARGS, CLASS-DEFAULT-INITARGS.
    New customizable generic functions
      For class creation:
        ENSURE-CLASS-USING-CLASS, VALIDATE-SUPERCLASS,
        COMPUTE-DIRECT-SLOT-DEFINITION-INITARGS,
        COMPUTE-CLASS-PRECEDENCE-LIST, COMPUTE-EFFECTIVE-SLOT-DEFINITION,
        COMPUTE-EFFECTIVE-SLOT-DEFINITION-INITARGS, COMPUTE-SLOTS,
        COMPUTE-DEFAULT-INITARGS, READER-METHOD-CLASS, WRITER-METHOD-CLASS.
      For notification about subclasses:
        CLASS-DIRECT-SUBCLASSES, ADD-DIRECT-SUBCLASS, REMOVE-DIRECT-SUBCLASS.
  + Generic Functions:
    New classes
      FUNCALLABLE-STANDARD-CLASS, FUNCALLABLE-STANDARD-OBJECT.
    New functions
      ENSURE-GENERIC-FUNCTION, SET-FUNCALLABLE-INSTANCE-FUNCTION,
      COMPUTE-EFFECTIVE-METHOD-AS-FUNCTION.
    New generic functions
      GENERIC-FUNCTION-NAME, GENERIC-FUNCTION-METHODS,
      GENERIC-FUNCTION-METHOD-CLASS, GENERIC-FUNCTION-LAMBDA-LIST,
      GENERIC-FUNCTION-METHOD-COMBINATION,
      GENERIC-FUNCTION-ARGUMENT-PRECEDENCE-ORDER, GENERIC-FUNCTION-DECLARATIONS.
    New customizable generic functions
      ENSURE-GENERIC-FUNCTION-USING-CLASS, COMPUTE-DISCRIMINATING-FUNCTION,
      COMPUTE-APPLICABLE-METHODS, COMPUTE-APPLICABLE-METHODS-USING-CLASSES.
  + Methods:
    New generic functions
      METHOD-FUNCTION, METHOD-GENERIC-FUNCTION, METHOD-LAMBDA-LIST,
      METHOD-SPECIALIZERS, ACCESSOR-METHOD-SLOT-DEFINITION.
    New functions
      EXTRACT-LAMBDA-LIST, EXTRACT-SPECIALIZER-NAMES.
  + Method-Combinations:
    New generic function
      FIND-METHOD-COMBINATION.
    New customizable generic function
      COMPUTE-EFFECTIVE-METHOD.
  + Slot-Definitions:
    New classes
      SLOT-DEFINITION, STANDARD-SLOT-DEFINITION,
      DIRECT-SLOT-DEFINITION, STANDARD-DIRECT-SLOT-DEFINITION,
      EFFECTIVE-SLOT-DEFINITION, STANDARD-EFFECTIVE-SLOT-DEFINITION.
    New generic functions
      SLOT-DEFINITION-NAME, SLOT-DEFINITION-INITFORM,
      SLOT-DEFINITION-INITFUNCTION, SLOT-DEFINITION-TYPE,
      SLOT-DEFINITION-ALLOCATION, SLOT-DEFINITION-INITARGS,
      SLOT-DEFINITION-READERS, SLOT-DEFINITION-WRITERS,
      SLOT-DEFINITION-LOCATION.
    New customizable generic functions
      DIRECT-SLOT-DEFINITION-CLASS, EFFECTIVE-SLOT-DEFINITION-CLASS.
  + Specializers:
    New classes
      SPECIALIZER, EQL-SPECIALIZER.
    New generic functions
      SPECIALIZER-DIRECT-GENERIC-FUNCTIONS, SPECIALIZER-DIRECT-METHODS.
    New functions
      EQL-SPECIALIZER-OBJECT, INTERN-EQL-SPECIALIZER.
    New customizable generic functions
      ADD-DIRECT-METHOD, REMOVE-DIRECT-METHOD.
  + Slot access:
    New generic functions
      SLOT-VALUE-USING-CLASS, (SETF SLOT-VALUE-USING-CLASS),
      SLOT-BOUNDP-USING-CLASS, SLOT-MAKUNBOUND-USING-CLASS.
    New functions
      STANDARD-INSTANCE-ACCESS, FUNCALLABLE-STANDARD-INSTANCE-ACCESS.
  + Dependent object notification:
    New functions
      MAP-DEPENDENTS.
    New customizable generic functions
      ADD-DEPENDENT, REMOVE-DEPENDENT, UPDATE-DEPENDENT.
  See <http://clisp.cons.org/impnotes.html#mop-chap> for details,
  and <http://clisp.cons.org/impnotes.html#mop-clisp> for a list
  of differences between CLISP and "The Art of the Metaobject Protocol".
  *FEATURES* now contains :MOP.

* CLISP now supports programming with case sensitive symbols. This is the
  default when CLISP is started with the new command line option "-modern".
  See <http://clisp.cons.org/impnotes.html#package-case> for details.

* Several new datatypes that manage weak references:
    WEAK-LIST, WEAK-AND-RELATION, WEAK-OR-RELATION,
    WEAK-MAPPING, WEAK-AND-MAPPING, WEAK-OR-MAPPING, WEAK-ALIST.
  New functions
    - for WEAK-LIST:
      MAKE-WEAK-LIST, WEAK-LIST-P, WEAK-LIST-LIST, (SETF WEAK-LIST-LIST),
    - for WEAK-AND-RELATION:
      MAKE-WEAK-AND-RELATION, WEAK-AND-RELATION-P, WEAK-AND-RELATION-LIST,
    - for WEAK-OR-RELATION:
      MAKE-WEAK-OR-RELATION, WEAK-OR-RELATION-P, WEAK-OR-RELATION-LIST,
    - for WEAK-MAPPING:
      MAKE-WEAK-MAPPING, WEAK-MAPPING-P, WEAK-MAPPING-PAIR, WEAK-MAPPING-VALUE,
      (SETF WEAK-MAPPING-VALUE),
    - for WEAK-AND-MAPPING:
      MAKE-WEAK-AND-MAPPING, WEAK-AND-MAPPING-P, WEAK-AND-MAPPING-PAIR,
      WEAK-AND-MAPPING-VALUE, (SETF WEAK-AND-MAPPING-VALUE),
    - for WEAK-OR-MAPPING:
      MAKE-WEAK-OR-MAPPING, WEAK-OR-MAPPING-P, WEAK-OR-MAPPING-PAIR,
      WEAK-OR-MAPPING-VALUE, (SETF WEAK-OR-MAPPING-VALUE),
    - for WEAK-ALIST:
      MAKE-WEAK-ALIST, WEAK-ALIST-P, WEAK-ALIST-TYPE, WEAK-ALIST-CONTENTS,
      (SETF WEAK-ALIST-CONTENTS), WEAK-ALIST-ASSOC, WEAK-ALIST-RASSOC,
      WEAK-ALIST-VALUE, (SETF WEAK-ALIST-VALUE).
  See <http://clisp.cons.org/impnotes.html#weak> for details.

* You can create formatting streams of class EXT:FILL-STREAM.
  See <http://clisp.cons.org/impnotes.html#fill-stream> for details.

* SUBTYPEP can determine subtype relationship and type equivalence much better
  than it could before.

* When *PRINT-READABLY* is true, symbols are now printed with package marker
  and vertical bars.

* ANSI CL compliance issues:
  + Issue <DECLARATION-SCOPE:NO-HOISTING> is implemented: The scope of
    declarations that do not apply to bindings, such as free SPECIAL, NOTINLINE
    or OPTIMIZE declarations, includes only the body forms and no longer
    includes the initforms of the LAMBDA/LET/LET*/MULTIPLE-VALUE-BIND bindings.
  + Vectors of element type NIL are now strings in all aspects. But the type
    BASE-STRING does _not_ include vectors of element type NIL.
  + TYPE-OF now returns STANDARD-CHAR instead of CHARACTER when possible.
  + The type COMPILED-FUNCTION no longer encompasses generic functions.
  + TYPE-OF now returns COMPILED-FUNCTION or STANDARD-GENERIC-FUNCTION instead
    of FUNCTION when possible.
  + The space character is printed as "#\ " if CUSTOM:*PRINT-SPACE-CHAR-ANSI*
    is true.
  + The #<PACKAGE KEYWORD> no longer has the nickname "". The syntax :FOO for
    keywords still works, but is now special cased in the reader.
  + Class redefinition with DEFCLASS no longer modifies the previous class if
    it doesn't have a "proper name".
  + Class redefinition with DEFCLASS removes accessor methods that have been
    installed through the previous DEFCLASS definition of the same class.
  + Generic function redefinition with DEFGENERIC removes methods that have
    been installed through the previous DEFGENERIC definition of the same
    function.
  + The set of qualifiers allowed for methods that are combined with a method
    combination defined through the short form of DEFINE-METHOD-COMBINATION
    now includes the name of the method combination instead of the operator.
  + FIND-METHOD now gives an error if the list of specializers has a wrong
    length.
  + ARRAY-TOTAL-SIZE-LIMIT, ARRAY-DIMENSION-LIMIT, ARRAY-RANK-LIMIT are now
    fixnums.
  + SHORT-FLOATs whose absolute value is an integer in the range between 10^5
    and 10^7 are now printed with full precision.
  + Operations combining rational and floating-point numbers now return a
    floating-point result if CUSTOM:*FLOATING-POINT-RATIONAL-CONTAGION-ANSI*
    is true. When the mathematical result in a situation is rational, a
    warning is issued if CUSTOM:*WARN-ON-FLOATING-POINT-RATIONAL-CONTAGION* is
    true.
  + Class redefinition with DEFCLASS now updates existing instances as
    specified.
  + An ABORT restart is now always installed.
  + UPDATE-INSTANCE-FOR-DIFFERENT-CLASS does the required argument checking.
  + Passing invalid initialization arguments to MAKE-INSTANCE and similar
    now generates a PROGRAM-ERROR instead of just an ERROR.
  + Documentation strings are now attached to class objects, not just to
    their name.
  + Arrays with total array size 0 are printed in a lossy way if
    CUSTOM:*PRINT-EMPTY-ARRAYS-ANSI* is true and *PRINT-READABLY* is false.
  + Allow () to match NIL in destructuring lambda lists.
  + Documentation strings at a place where only declarations and forms are
    allowed now give a warning, not an error.
  + LAST, BUTLAST and NBUTLAST check their list argument for circularity.
  + Different LOAD-TIME-VALUE forms that are EQUAL but not EQ are no longer
    coalesced by COMPILE-FILE.
  + DEFSETF lambda-lists now support &ENVIRONMENT.
  + DEFSETF lambda-lists are no longer destructuring lambda-lists.
  + NAMESTRING no longer accepts an optional second argument.
  + SETF of VALUES now uses only the first value of each subform.
  + SPECIAL declarations of variables are now correctly respected inside
    macro expanders defined through MACROLET within the declaration's scope.
  + (EXPORT NIL), (UNEXPORT NIL), (IMPORT NIL), (SHADOWING-IMPORT NIL),
    (SHADOW NIL) are now nops.
  + An attempt to create a condition from an invalid condition designator now
    always results in a TYPE-ERROR being signalled.
  + The reader's errors are now of type READER-ERROR when they should be.
  + READ-DELIMITED-LIST now returns NIL when *READ-SUPPRESS* is true.
  + Printing of multidimensional arrays now respects *PRINT-LEVEL*.
  + As required by 19.2.3, *DEFAULT-PATHNAME-DEFAULTS* is merged into
    pathnames before accessing the file system.
  + LOGICAL-PATHNAME now gives an error if the argument string does not
    contain a host specification.
  + The PRINT-UNREADABLE macro prints extraneous spaces if
    CUSTOM:*PRINT-UNREADABLE-ANSI* is true.
  + In the #n= and #n# reader syntax, the integer n may now be larger than
    7 digits.
  + IN-PACKAGE forms with constant arguments are no longer executed by the
    compiler if they occur in a non-null lexical environment.
  + COMPILE-FILE now always returns the TRUENAME of its output file.
  + GET-SETF-EXPANSION now accepts NIL as the environment argument to
    mean null lexical environment
  Thanks to Paul F. Dietz and his ANSI compliance
  suite, which helped detect some of these deficiencies.
  Thanks to Yuji Minejima and his ANSI compliance
  suite, which helped detect some of these deficiencies.

* Global error handlers can now be installed and removed using
  EXT:SET-GLOBAL-HANDLER, EXT:WITHOUT-GLOBAL-HANDLERS,
  and -on-error command line option.
  See <http://clisp.cons.org/impnotes.html#global-handler> and
  <http://clisp.cons.org/clisp.html#opt-on-error> for details.

* TRANSLATE-PATHNAME and TRANSLATE-LOGICAL-PATHNAME accept a new keyword
  argument :ABSOLUTE which makes them convert their return values to
  absolute pathnames.
  See <http://clisp.cons.org/impnotes.html#translate-pathname> and
  <http://clisp.cons.org/impnotes.html#translate-logpath> for details.

* New function EXT:ABSOLUTE-PATHNAME.
  See <http://clisp.cons.org/impnotes.html#absolute-pathname> for details.

* New function EXT:ELASTIC-NEWLINE and new FORMAT directive "~.".
  See <http://clisp.cons.org/impnotes.html#elastic-newline>
  and <http://clisp.cons.org/impnotes.html#format-dot> for details.
  Through this function, CLISP no longer produces spurious blank lines when
  a program uses the convention of printing a #\Newline before each line.

* TRACE has a new option :MAX-DEPTH, that is useful to avoid infinite
  recursions in the tracer.
  See <http://clisp.cons.org/impnotes.html#trace> for details.

* The function LENGTH and a few other sequence functions now signal a
  TYPE-ERROR when a circular list has been given as argument.

* Function UPGRADED-COMPLEX-PART-TYPE is now as precise as possible.
  See <http://clisp.cons.org/impnotes.html#ucpt> for details.

* In non-interactive batch mode, *ERROR-OUTPUT* now uses the system's
  standard error stream, instead of the standard output stream.

* The macros MUFFLE-CERRORS, APPEASE-CERRORS and EXIT-ON-ERROR now treat
  CONTINUE restarts which require interactive user intervention like other
  restarts. Only non-interactive CONTINUE restarts are silently invoked.

* LOAD :OBSOLETE-ACTION can now also be :COMPILE to automatically
  recompile the obsolete *.fas file.
  LOAD can now ignore erroneous forms using SKIP and STOP restarts.
  See <http://clisp.cons.org/impnotes.html#loadfile> for details.

* References from within macros defined through MACROLET to variables or
  functions defined in the lexical environment outside the MACROLET form
  now signal an error. Previously, this resulted in undefined behavior.

* The FFI recognizes the c-type declaration (FFI:C-POINTER <c-type>) to
  handle references without conversion to/from Lisp structures.
  See <http://clisp.cons.org/impnotes.html#c-pointer> for details.

* The FFI variable FFI:*FOREIGN-ENCODING* can now be a multibyte encoding.
  The warning "*FOREIGN-ENCODING*: reset to ASCII" at startup is gone.

* New FFI constructor functions FFI:FOREIGN-VARIABLE and FFI:FOREIGN-FUNCTION,
  more operators are now exported (FFI:FOREIGN-VALUE, FFI:PARSE-C-TYPE).
  See <http://clisp.cons.org/impnotes.html#dffi-make-var>
  and <http://clisp.cons.org/impnotes.html#dffi-make-func> for details.

* FFI macro FFI:C-LINES can now be used to fine-tune
  initialization and finalization.
  See <http://clisp.cons.org/impnotes.html#c-lines> for details.

* New FFI function FFI:CLOSE-FOREIGN-LIBRARY can be used to unload a library.
  See <http://clisp.cons.org/impnotes.html#dffi-close-lib> for details.

* New FFI low-level accessor FFI:MEMORY-AS.
  See <http://clisp.cons.org/impnotes.html#memory-as> for details.

* Foreign functions and variables can now be documented using the
  :DOCUMENTATION option to FFI:DEF-CALL-OUT and FFI:DEF-C-VAR.

* Buffered streams now are suitable for interactive streams. It is no longer
  necessary to use :BUFFERED NIL to avoid blocking in various situations.

* Function EXT:READ-BYTE-SEQUENCE takes a new keyword argument :INTERACTIVE.
  See <http://clisp.cons.org/impnotes.html#rd-by-seq> for details.

* Methods on GRAY:STREAM-READ-BYTE-SEQUENCE and GRAY:STREAM-WRITE-BYTE-SEQUENCE
  now need to accept a second optional argument.

* The possible values of the :WEAK argument of MAKE-HASH-TABLE are changed:
  Use :KEY-AND-VALUE instead of :EITHER, :KEY-OR-VALUE instead of :BOTH now.

* The :LIBRARY option argument to EXT:DEF-CALL-OUT and EXT:DEF-C-VAR is now
  evaluated (i.e., it can now be a variable) and may take a value of
  :DEFAULT and :NEXT in addition to being a string as before.
  See <http://clisp.cons.org/impnotes.html#def-c-var> and
  <http://clisp.cons.org/impnotes.html#def-call-out> for details.

* New user variable CUSTOM:*PRINT-SYMBOL-PACKAGE-PREFIX-SHORTEST*
  allows using the shortest package (nick)name as the symbol prefix.
  See <http://clisp.cons.org/impnotes.html#pr-sym-pack-prefix> for details.

* The user commands can now be extended using CUSTOM:*USER-COMMANDS*.
  See <http://clisp.cons.org/impnotes.html#user-commands> for details.

* Initialization and finalization of the CLISP process can now be
  augmented with CUSTOM:*INIT-HOOKS* and CUSTOM:*FINI-HOOKS*.
  See <http://clisp.cons.org/impnotes.html#init-hooks> and
  <http://clisp.cons.org/impnotes.html#fini-hooks> for details.

* SET functions (like UNION et al) are now much faster on large lists.

* The second, optional argument of EXT:SPECIAL-VARIABLE-P can no longer be T;
  please use (THE-ENVIRONMENT) instead.

* New function EXT:FEATUREP - the run-time version of read-time #+/#-.
  See <http://clisp.cons.org/impnotes.html#featurep> for details.

* Bug fixes:
  + The interpreter no longer executes the body of (EVAL-WHEN (COMPILE) ...)
    forms.
  + Fixes to internationalized error messages.
  + When an interpreted INITIALIZE-INSTANCE method uses CALL-NEXT-METHOD with
    a modified argument list, MAKE-INSTANCE could in some cases initialize
    the new object three times instead of just once.
  + Fixed a compiler bug that could lead to incorrect code when a LAMBDA
    with SPECIAL-declared optional variables was compiled inline and the
    initforms of the optional variables depended on the values of the previous
    optional variables.
  + Passing a package as second argument of RENAME-PACKAGE led to an
    unjustified error.
  + Passing a displaced vector as argument to REVERSE could lead to an
    unjustified error.
  + FRESH-LINE did not work in some situations.
  + Fixed ATANH on complex numbers.
  + The macros EXT:LETF and EXT:LETF* now work correctly on symbol-macros.
  + Fixed a spurious crash of MULTIPLE-VALUE-SETQ in interpreted code.
  + Fixed a crash of (COPY-READTABLE NIL some-readtable).
  + Fixed a crash when using a hash-table as hash-table key.
  + Fixed a crash triggered by the READ-BYTE function on streams with
    element type ([UN]SIGNED-BYTE n), 24 < n < 32, on big-endian platforms.
  + Fixed a crash that occurred on glibc platforms when writing Unicode
    characters in the range #\U000E0000..#\U000E007F on a stream with an
    encoding other than UTF-8.
  + An invalid bignum could be returned by GET-INTERNAL-RUN-TIME on 64-bit
    platforms.
  + Third party code walkers can now handle HANDLER-BIND et al.

* Woe32 distribution now comes with a binary driver clisp.exe.
  Do not copy it anywhere - create a shortcut to it instead!
  Use install.bat to automate shortcut creation.

Modules
-------

* New module matlab interfaces to <http://www.mathworks.com/products/matlab/>
  and allows complicated matrix computations.
  See <http://clisp.cons.org/impnotes.html#matlab> for details.

* New module rawsock offers low-level socket access.
  Thanks to Fred and Don Cohens.
  See <http://clisp.cons.org/impnotes.html#rawsock> for details.

* New module zlib interfaces to <http://www.zlib.org> and allows
  compression and uncompression of vectors.
  See <http://clisp.cons.org/impnotes.html#zlib> for details.

* New module i18n now contains the GNU gettext interface as well as
  other functionality for Lisp program internationalization.
  See <http://clisp.cons.org/impnotes.html#i18n-mod> for details.

* New module PARI interfaces to <http://pari.math.u-bordeaux.fr/>.
  See <http://clisp.cons.org/impnotes.html#pari> for details.

* Module syscalls is significantly expanded.
  See <http://clisp.cons.org/impnotes.html#syscalls> for details.

* Module berkeley-db is vastly expanded.
  See <http://clisp.cons.org/impnotes.html#berkeley-db> for details.
  Added support for Berkeley DB 4.3.

* Modules now have an exit function.
  See <http://clisp.cons.org/impnotes.html#modexit> for details.

Portability
-----------

* Heaps and memory images larger than 4 GB are now supported on 64-bit
  platforms.

* Support files larger than 2 GB or 4 GB also on Windows.

* Weak pointers now also work on platforms without mmap().

* Weak hash tables now also work on platforms without mmap().

* Dynamic modules now work on woe32 too.

* On most 64-bit platforms, fixnums are now 49 bits wide (including the sign
  bit), instead of 33 bits wide.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:53 2006 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.86 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:24 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.86 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.45 / (download) - annotate - [select for diffs], Wed Aug 31 12:12:32 2005 UTC (18 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.44: +5 -7 lines
Diff to previous 1.44 (colored) to selected 1.86 (colored)

Don't do tricks to add modules to the Makefile; there are command line
options to do it. From PR misc/31094 by Sam Steingold, as far as
applicable to 2.33.2.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Aug 3 20:46:16 2005 UTC (18 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.43: +8 -2 lines
Diff to previous 1.43 (colored) to selected 1.86 (colored)

Peter Schuller in PR 30890:
        clisp is not built with any extension modules; including the
        POSIX/SYSCALLS/OS module which is going to be needed for
        almost any "real" work with clisp.

Enable some more modules and bump PKGREVISION.
Shorten DESCR a bit while here.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jun 17 04:49:47 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.86 (colored)

Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.

Revision 1.42 / (download) - annotate - [select for diffs], Mon May 2 17:42:06 2005 UTC (18 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored) to selected 1.86 (colored)

update to 2.33.2
changes:
-bugfixes
-minor portability fixes

Revision 1.41 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:12 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.40: +1 -2 lines
Diff to previous 1.40 (colored) to selected 1.86 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Apr 5 12:42:44 2005 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.86 (colored)

Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.
Suggested by martin.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Apr 5 11:52:15 2005 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.86 (colored)

mjl is behind the times: use tech-pkg as default maintainer, not packages.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Apr 3 05:10:43 2005 UTC (19 years ago) by mjl
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.86 (colored)

Drop me as maintainer, haven't touched it for several years.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:00 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.86 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jul 28 16:04:21 2004 UTC (19 years, 8 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.86 (colored)

Include libiconv's buildlink3.mk file, since gettext doesn't include it for
us automagically anymore.

Fixes compilation on 1.6-ish systems, should fix PR pkg/26460 by <bad>.

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 18 11:46:53 2004 UTC (19 years, 10 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.34: +3 -1 lines
Diff to previous 1.34 (colored) to selected 1.86 (colored)

Enable pkgviews installation.

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 2 04:59:23 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.86 (colored)

Convert to buildlink3.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Mar 29 02:46:18 2004 UTC (20 years ago) by perry
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.86 (colored)

Update to 2.33

Revision 1.32 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:43 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.31: +1 -8 lines
Diff to previous 1.31 (colored) to selected 1.86 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:16 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.86 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:08 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.86 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 13 14:34:48 2003 UTC (20 years, 8 months ago) by dillo
Branch: MAIN
Changes since 1.28: +9 -5 lines
Diff to previous 1.28 (colored) to selected 1.86 (colored)

upgrade to 2.30

does no longer include (copies of) libintl and libiconv
numerous enhancements and bug fixes, see included NEWS file

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:19 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.86 (colored)

PKGREVISION bump for libiconv update.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:25 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.86 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Dec 1 14:49:15 2002 UTC (21 years, 4 months ago) by salo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.25: +6 -5 lines
Diff to previous 1.25 (colored) to selected 1.86 (colored)

USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 25 18:40:53 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.86 (colored)

buildlink1 -> buildlink2.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 14 07:44:21 2002 UTC (22 years ago) by jmc
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.23: +7 -1 lines
Diff to previous 1.23 (colored) to selected 1.86 (colored)

Port to powerpc:

Provide a trampoline implementation that doesn't presume r11 is free (it's not
in dynamically linked programs and the ELF ABI says as much but somehow linux
managed to avoid this it seems). Use r13 for the time being since while gcc
will allocate it, it's the last "local" one allocated so none of the clisp
code hits that (nothing needed 17+ local registers in use ever). Update the
vacall implementation to match the trampoline calls but otherwise for
any assembly use the linux code.

Make these changes specific to netbsd, update the test cases so everything
works.

This now passes all the clisp tests when done/installed.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Feb 21 04:13:20 2002 UTC (22 years, 1 month ago) by dillo
Branch: MAIN
Changes since 1.22: +20 -19 lines
Diff to previous 1.22 (colored) to selected 1.86 (colored)

Update CLISP to 2.27, based on PR 15224 by Shell Hung, libtool-overridden
and buildlinked by me.

Changes:
Now distributed under the GPL.
All .fas files generated by previous CLISP versions are invalid
and must be recompiled.

Hostname resolution is now optional in EXT:SOCKET-STREAM-PEER and
EXT:SOCKET-STREAM-LOCAL. EXT:SOCKET-STATUS now accepts SOCKET-SERVERs too,
and the direction of the checks can be specified. Added install.bat for
win32 installation. Fixed handling of circular structs and pointers to
functions in the FFI. Fixed binary I/O for streams with element type longer
than one byte, but not a whole number of bytes.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jan 30 11:15:20 2002 UTC (22 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.86 (colored)

Unlimit stacksize during build, per discussion on port-sparc.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Dec 5 15:00:46 2001 UTC (22 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.86 (colored)

s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:38 2001 UTC (22 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored) to selected 1.86 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 23 14:36:04 2001 UTC (23 years ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.18: +6 -2 lines
Diff to previous 1.18 (colored) to selected 1.86 (colored)

Add patch by the author: bugfixes for array.d.
Bump version to 20000306nb1.
Package update by Dieter Baron.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 23 13:53:37 2001 UTC (23 years ago) by agc
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.86 (colored)

The configure script in the package isn't a real GNU configure script,
otherwise it would understand --x-includes and --x-libraries, so don't
feed it CONFIGURE_ARGS (if xpkgwedge is installed) which will make it
puke.  Instead, pass only the --host and --prefix arguments to
configure which it can understand.

Fixes PR 11040, from Sean Doran.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:02 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.86 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:37 2000 UTC (23 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored) to selected 1.86 (colored)

Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 16 23:53:43 2000 UTC (23 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored) to selected 1.86 (colored)

Restructure patch-aa to get it integrated in the main tree.
Remove patch-a{b,c,d} since self tests work now.
Correct HOMEPAGE.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 1 11:23:33 2000 UTC (23 years, 10 months ago) by rh
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.86 (colored)

s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 27 02:47:13 2000 UTC (23 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.12: +9 -4 lines
Diff to previous 1.12 (colored) to selected 1.86 (colored)

Update to 2000-03-06. Changes too many to list here, please take a look
at the NEWS file included in the distribution.
Update provided by Dieter Baron in private communication.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 27 08:54:57 2000 UTC (24 years ago) by tron
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.86 (colored)

Adapt to new handling of "${CONFIGURE}".

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 18 04:53:17 1999 UTC (24 years, 3 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.10: +6 -8 lines
Diff to previous 1.10 (colored) to selected 1.86 (colored)

Make this package patch and compile again.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 27 17:14:09 1999 UTC (24 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.9: +7 -4 lines
Diff to previous 1.9 (colored) to selected 1.86 (colored)

Mark packages as broken, where necessary.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 24 20:39:43 1999 UTC (24 years, 10 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.8: +9 -9 lines
Diff to previous 1.8 (colored) to selected 1.86 (colored)

Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 17 01:55:55 1999 UTC (24 years, 11 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.7: +4 -8 lines
Diff to previous 1.7 (colored) to selected 1.86 (colored)

Make this work with egcs using the compilation notes provided
by Sean Doran <smd@ebone.net>. Closes PR/6339.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:32 1999 UTC (25 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored) to selected 1.86 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 31 23:37:28 1999 UTC (25 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.5: +8 -7 lines
Diff to previous 1.5 (colored) to selected 1.86 (colored)

Update for clisp package to version 19990108 supplied by Martin J. Laubach.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 26 00:49:54 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (colored) to selected 1.86 (colored)

Don't attempt to build package if egcs is installed.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 22 19:39:48 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.3: +14 -15 lines
Diff to previous 1.3 (colored) to selected 1.86 (colored)

Update for "clisp" to "19980909" supplied by Martin J. Laubach in
PR pkg/6471.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 13 01:15:16 1998 UTC (25 years, 4 months ago) by frueauf
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.86 (colored)

pkglint: move NOT_FOR_ARCHS out of the way and WRKSRC where it belongs.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 22 06:11:37 1998 UTC (25 years, 6 months ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored) to selected 1.86 (colored)

add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 6 20:45:35 1998 UTC (25 years, 6 months ago) by tron
Branch: MAIN
Diff to selected 1.86 (colored)

New "clisp" package created by Martin J. Laubach:
CLISP, a Common Lisp implementation.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>