Up to [cvs.NetBSD.org] / pkgsrc / cad / geda
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: recursive bump for pango requiring fontconfig 2.15
*: recursive bump for default-on option of at-spi2-core
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core Remove at-spi2-atk and atk
*: bump for raqm option in gd & ImageMagick to be on the safe side
*: bump for cairo buildlink3.mk change lzo was made an option
*: recursive bump for cairo dependency changes
*: revebump for new brotli option for freetype2 Addresses PR 57693
recursive revbump for tiff update
*: recursive bump for Python 3.11 as new default
*: recursive bump for libimagequant 4.x
*: Recursive revbup from graphics/freetype2
*: recursive bump for tiff shlib major bump
*: bump PKGREVISION for libunistring shlib major bump
geda: Add explicit dependency on update-desktop-database now that it's no longer implicit.
*: Revbump packages that use Python at runtime without a PKGNAME prefix
*: recursive bump for perl 5.36
*: bump for guile20 PREFIX change
revbump for icu and libffi
*: recursive bump for perl 5.34
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
*: bump PKGREVISION for perl-5.32.
*: revbump after fontconfig bl3 changes (libuuid removal)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
*: recursive bump for libffi
Bump PKGREVISIONs for perl 5.30.0
*: recursive bump for gdk-pixbuf2-2.38.1
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE pkglint -Wall -r -F cad Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was (by the current definition) not long enough to count as an outlier line, and because of this, all other lines were aligned to that line.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revbump after cairo 1.16.0 update.
Recursive revbump from hardbuzz-2.1.1
Recursive bump for perl5-5.28.0
Recursive bump for new fribidi dependency in pango.
Recursive bumps for fontconfig and libzip dependency changes.
Recursive revbump from graphics/libwebp
Recursive revbump from fonts/harfbuzz
Recursive bump for harfbuzz's new graphite2 dependency.
Remove unsupported configure arguments.
Change to guile20
After guile's and guile20's installation prefixes have changed, it's time to bump their dependencies (except those that were bumped in the last 24 hours already).
Revbump after graphics/gd update
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
If we really need GNU M4 (and we appear to do) for this package, use USE_TOOLS+= gm4:run instead of m4:run. With our own m4 on NetBSD, the -d flag in the m4 invocation "eats" the following -I<path> argument, so m4 won't find its own files, and there may be other dependencies on GNU M4. Bump PKGREVISION, since this is a bugfix.
Remove mk/find-prefix.mk usage from the cad category. The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Recursive revbump from multimedia/libvpx
Recursive revbump from pkgsrc/multimedia/libvpx.
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Recursive revbump following MesaLib update, categories a through f.
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Bump applications PKGREVISIONs for python users that might be using python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
The icon-theme-installer tool makes use of a GNU sed extension, and so behaves incorrectly on many platforms (E.g. NetBSD) https://bugs.launchpad.net/geda/+bug/1319785 Fixes build on Linux, corrects icon file names on NetBSD and others. Bump PKGREVISION. Discussed with dmcmahill@ - but as we're both right-thinking people that understand that desktop icons are for pussies, strictly speaking this has been build-tested and brain-tested only.
Recursive revbump from x11/pixman Fix PR pkg/48777
Perl script changed its name.
Fix MASTER_SITES.
Update to version 1.8.2 Notable changes in gEDA/gaf 1.8.2 ================================= Bugfix release. * [994361] Fixed a libgeda crash bug involving nets inside symbols. * [1226246] Fixed a gnetlist data corruption bug when using refdes containing the string "POWER". * Updates to build system to allow compilation from git on systems with Automake >= 1.13.0. Notable changes in gEDA/gaf 1.8.1 ================================= Bugfix release with correct dynamic version information for libgeda. Notable changes in gEDA/gaf 1.8.0 ================================= * `gschem' and `gnetlist' have updated and rewritten user guides. * All tools now give more informative error messages if they are unable to load schematic or symbol files due to syntax errors. * All tools now correctly handle schematic and symbol files with `\r', `\n', or `\r\n` line endings, or a mixture. * Unconnected pin ends and net ends are now all drawn with the same box marker in `gschem' and printed output. * Net segments with at least two connections (including indirect connections via `netname=' attributes) are now drawn with arrowheads rather than box markers on dangling ends in `gschem' and printed output. Notable changes in gEDA/gaf 1.7.2 ================================= * `geda-gaf' now requires GTK+ 2.16.0 or later. * A greatly expanded Scheme API has been added to gEDA/gaf for use by extension authors. See the `geda-scheme' Info manual for more details. Existing extensions may need to be modified to load the `(geda deprecated)' or `(gschem deprecated)' modules. * The `component-library-search' function for `gafrc' files now skips directories without symbols, and searches for libraries recursively. * `gschem' keybinding improvements: - Keybindings are now unaffected by Caps Lock. - Keystrokes are displayed using the same characters as on keycaps (e.g. `:' instead of `colon'). - Keystrokes may use extended modifiers (Super, Hyper and Meta). - Key bindings can be modified in any rc file or interactively using the `global-set-key' function. See notes in `system-gschemrc' for examples. * `gschem' now displays help files and component documentation on all platforms, including Windows. The `locate' tool is no longer used to search for component documentation files. * The `schdiff' tool for generating visual diffs of schematics and symbols has been added. It can be used with most version control systems. See `man schdiff' for more details. * The `bom' and `bom2' backends to `gnetlist' now give error messages if no attribute file can be found. The `-O attrib_file=FILE' and `-O attribs=ATTRIB,ATTRIB...' options have also been added. * A new `ewnet' backend has been added to `gnetlist'. This outputs netlists for use with the National Instruments ULTIboard layout tool. * The `verilog' backend to `gnetlist' now supports concatenated net naming like "{a,b,c[3:0]}". * `gsch2pcb' no longer supports the `m4_command' parameter in project files. * The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work again. * `gsymfix.pl' has been renamed to `gsymfix'. * Man pages are now available for all programs installed as part of gEDA/gaf. * The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate' and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin. Notable changes in gEDA/gaf 1.7.1 ================================= * gEDA is now compatible with Guile 2.0. * gEDA/gaf applications no longer complain when trying to load an rc file twice, or when an rc file doesn't exist. * `gschem' allows objects to be moved by dragging without having to select them first. * `gschem' now supports keybindings with more than one modifier key, and "Deselect" is bound to <Control Shift A> by default. * `gnetlist' correctly handles multiple renames of the same net. This resolves some long-standing bugs with multipage schematics. * The `spice-sdb' backend for `gnetlist' now has built-in support for `SUBCKT_NMOS' and `SUBCKT_PMOS' devices. * A new `makedepend' backend has been added to `gnetlist'. It generates Makefile code for SPICE simulation dependencies. * Visibility of embedded component attributes are now preserved by `gattrib'. * `gsch2pcb' correctly handles footprint names with hyphens (`-'). * `gsch2pcb' project files support quoting and escaping in `schematics' entries. * Considerable enhancements to Unicode support when printing schematics or exporting PostScript. Notable changes in gEDA/gaf 1.7.0 ================================= * All gEDA/gaf applications now handle configuration files much more strictly, and provide much more useful feedback when an error occurs. * Several changes to `gschem' command-line options: - The `-t' option is no longer supported. - Several command-line options now support a long-form alternative. - The `-s' option can now be used to run multiple Scheme scripts during `gschem' startup. - A new `-c' option is available, which runs a Scheme expression during `gschem' startup. - A new `-L' option is available, which adds a directory to the Scheme load path. - A new `-V' or `--version' option is available, which displays version information. * `gschem' now provides a "Select All" function, which is bound to <Control a> by default, along with a corresponding "Deselect" function. * In the `gschem' "Add component" dialog, filtering the component library will expand matching libraries. If the filter is cancelled, all libraries are collapsed. Components can now be selected by double-clicking on them in the component list. * The `gschem' "Edit Text Properties" dialog now has an easier to use "Alignment" menu. * Printed text size now better matches on-screen text size in `gschem'. * Special characters, including commas, are now escaped or quoted appropriately in `gattrib' CSV output. * Several changes to `gnetlist' command-line options: - Four command-line options specific to the `spice-sdb' backend have been removed. They can be replaced with `-O <option>' according to the following table: -e, --embedd -O embedd_mode -I, --include -O include_mode -n, --nomunge -O nomunge_mode -s, --sort -O sort_mode - The list of available backends is now obtained using a new `--list-backends' option. `-g help' no longer outputs a list of backends. - A new `-L' option is available, which adds a directory to the Scheme load path. - A new `-V' or `--version' option is available, which displays version information. - When run with invalid command-line arguments, `gnetlist' now exits with non-zero exit status. * Several `gnetlist' backends have now been fixed so that it should no longer be necessary to set an expanded Guile stack in gEDA's config files. * The `spice-sdb' backend for `gnetlist' now supports probes (`TESTPOINT' devices). * The undocumented `mk_verilog_syms' program is no longer installed. The symbols it creates are still installed to `${prefix}/share/gEDA/sym/verilog'.
Recursive revbump from pango-1.36.0
recursive bump from graphics/gd shlib major bump.
Revbump after cairo update
HOMEPAGE has moved
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
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.
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
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Recursive bump for png-1.6.
Revbump after graphics/jpeg and textproc/icu
Revbump after updating graphics/pango
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
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
Mass recursive bump after the dependence fix of the "cairo" package requested by Thomas Klausner.
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Revbump after updating graphics/cairo
Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12
Whitespace.
Bump PKGREVISION from default python to 2.7.
Recursive bump for pcre-8.30* (shlib major change)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Recursive bump for graphics/freetype2 buildlink addition.
Explicitly disable groff configure test, so the html man pages don't randomly come and go. PKGREVISION -> 1.
Update to gEDA-1.6.2 Notable changes in gEDA/gaf 1.6.2 ================================= * PNG export from `gschem' will now be cropped correctly. * The `partlist' backends for `gnetlist' now handle hierarchical refdes correctly. * On Windows, `gschem' and `gattrib' will no longer launch with a command window visible. * `gnetlist-arg' is no longer valid in `gsch2pcb' project files. Several other bugs were fixed, including a major crash bug in gnetlist.
recursive bump from gettext-lib shlib bump.
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that version, and bump all depends. Per discussion on pkgsrc-changes.
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Recursive revision bump for GMP update.
Add missing PLIST entries.
Update to version 1.6.1 Release notes for the gEDA/gaf 1.6.1-20100214 stable release Summary __________________________________________________________________ This is the second stable release of the 1.6.x series. The purpose of this release is bug fixing. Major highlights of this snapshot include (in mostly random order): General: * Added and updated lots of language translations in libgeda, gschem, and gattrib. (Courtesy of language translators and Launchpad) * The updated or new language translations are: af, ar, bg, de, en_GB, es, fa, fr, he, hu, it, ja, ml, nl, pl, pt_BR, pt, ru, tr, zh_CN, and zh_TW libgeda/gschem: * Added accelerator mnemonics for root menus in gschem gnetlist: * none gsymcheck: * none gattrib: * none utilities: * none symbols: * none documentation: * Updated the shipped documentation from the online wiki examples: * none Bugs fixed: * [1]2876373: Fix rendering with zoomed out dashed lines * [2]2901183: Fix for some manpage issues * [3]2904715: Don't update page connectivity from o_place_rotate() * [4]2949232: Fix slot editing routines to not edit inherited attributes * Cherry picked some other bug fixes from master that really should be in this bug fixing release The above is only a summary of the changes in this release. You can view all the commits/changes/authors for this [5]release (v1.6.1). NOTE: This is an stable release and should be packaged up by distribution package maintainers.
Bump revision for PYTHON_VERSION_DEFAULT change.
Second try at jpeg-8 recursive PKGREVISION bump.
Fix path to Perl.
Recursive bump for libltdl
Update to version 1.6.0 Besides the changes noted below, a major change in 1.6.0 is that the gEDA/gaf suite is istributed as a single tarball and uses a single build system as opposed to individual tarballs and builds. In addition to greatly speeding up the build, it is much easier to maintain. Additionally, it rarely made sense to only install some of the components. Notable changes in gEDA/gaf 1.6.0 ================================= * Fixed the GtkItemEntry code inside of gattrib code so that it builds using gtk+ > 2.16.x. * In gschem, rubberband pin to pin connections by adding nets. * Cleanup of the slot handling code in libgeda. * Fixes/updates to the MinGW port. * Updated the shipped documentation from the online wiki. Notable changes in gEDA/gaf 1.5.3/1.5.4 ======================================= * NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so it was withdrawn before it was widely distributed. * Text rendering using native system fonts: - The various programs in gEDA/gaf no longer uses its own built-in line font. - Native system fonts are used for rendering, giving support for a wider range of symbols, and better looking schematics. * Always use PostScript fonts in gschem's PostScript output. The "output-text", "text-output" and "output-vector-threshold" config functions have been removed. * Image rendering in 'gschem' uses cairo instead of GDK. * Numerous build system changes: - gEDA/gaf is now distributed as a single source archive, called gEDA-<version>.tar.gz. - GTK+ 2.10 or newer and Guile 1.8 or newer are now required. - `intltool' is no longer required. - Documentation is now installed to ${docdir} (usually ${prefix}/share/doc/gEDA). * The attribute edit dialog in `gschem' now has completion of most common attribute names. * The multi-attribute edit dialog in `gschem' now shows unpromoted symbol attributes. * Menu items in `gschem' now have icons and properly aligned key bindings. They also support accelerator keys. * The `gschem2pcb' and `PCBboard' netlist backends have been removed. It is recommended to use `gsch2pcb' instead. * Check for and reject non-footprint PCB files in 'gsch2pcb'. * Removed unimplemented "File->Open" feature in 'gattrib'. * Added --disable-gattrib command line flag to ./configure to disable the building of 'gattrib'. This is useful if you are building against gtk+ 2.17.x which breaks 'gattrib'. * 'gnetlist' does not recommend drc2 every time it runs. The drc2 backend is only useful in certain circumstances. * Assign shortcuts "vd" and "vl" for changing between color schemes in 'gschem'. * Fix problem with attached net attribute not being honored in 'gnetlist'. * Focus the "save" button in the close confirmation dialog in 'gattrib' and 'gschem'. * Accept empty attributes in the src file in 'tragesym'. * Cleaned up the slot dialog box in 'gschem'. * Changed the grip size rendering in 'gschem' to be reasonably sized when zoomed in a lot. * Introduction of a new attribute searching API in 'libgeda' and 'gschem'. * Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites. * Fixed the following bugs: - 1758673: Combine source tarballs - 2058707: gschem, gattrib: Dangerous button focus in "Save changes" dialog at quit - 2430369: gschem: Deselect invisible attribs with their parent object. - 2449060: Graphic state left inconsistent cancelling from net mode - 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible and libgeda: Make o_complex_copy() actually copy. - 2455061: Gnetlist output changed, and tests fail with recent GLib - 2655088: autogen.sh: Make sure to exit if autopoint fails. - 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma or close parenthesis. - 2823755: gnetlist: Fix DEBUG builds. - 2836109: build-sys: Add check for groff html driver. * Spanish translation were updated. * Lots of code, infrastructure, and doxygen documentation cleanup and refactoring. Notable changes in gEDA/gaf 1.5.2 ================================= * `gschem' now uses Cairo for all rendering. This allows for everything to be rendered anti-aliased. * `gschem' now uses a mesh grid instead of dots by default. * Net junction cues in `gschem' are drawn smaller now. * Copy and paste now works between different `gschem' instances (using the X selection). * Recent files are no longer opened in a new `gschem' window. * Major, *backwards-incompatible* changes to color handling in `libgeda' and `gschem'. - All colors are specified using hexadecimal `#RRGGBB' or `#RRGGBBAA' syntax. - The print and display color maps are now separate. - A new Scheme syntax is used to inspect and modify color maps. - If you wish to use a light background in `gschem', add the line: (load (build-path geda-rc-path "gschem-colormap-lightbg")) to your personal or project gschemrc file. * Attributes of embedded objects are now shown in the right color. * Bus pins are now supported by `gschem' and `libgeda', but are *not* properly supported by the netlister. The pin type can be modified by selecting a pin, then right-clicking it and selecting `Edit pin type...'. * All of the symbols were modified to use overbar markup tags ("like \_this\_") instead of separate lines. * Log files are now saved to $HOME/.gEDA/logs rather than being dropped in the current directory. Notable changes in gEDA/gaf 1.5.1 ================================= * GTK+ version 2.8.x or later is now required. * The selection behaviour in `gschem' was changed. - Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and buses must be selected by clicking on the drawn path itself. - Filled boxes, circles, text, and components, may be selected by clicking anywhere in the bounding box. - The default mouse click distance required to select an element was increased to 10 pixels. - Double-clicking on a net segment selects all connected net segments. * The percentage step in or out while zooming the display in `gschem' is now configurable with the `zoom-gain' gschemrc parameter. The default value is 20%. * The size of steps when panning with the mouse wheel or with a trackpad in `gschem' is now adjustable with the `scrollpan-steps' gschemrc parameter. The default setting scrolls in steps of 1/8 of a screen. * A number of improvements were made to the `gschem' component selection dialog. - The dialog now shows a table of top-level attributes in the selected symbol. - It is now possible to expand/collapse a library by clicking anywhere on its row. * Changes to fill- and line-styles in `gschem' can now be undone. * Arcs can now be adjusted in `gschem' using an arc angle dialog. It can be accessed by selecting an arc and selecting Edit->Edit. * It is now possible to rotate objects while placing them in `gschem'. * Support for arbitrary filled and unfilled paths, using a subset of the SVG path syntax. For more information, please see the file format specification. <http://geda.seul.org/wiki/geda:file_format_spec> - `gschem' does not yet provide a GUI for creating or editing path elements. However, it does support rendering them. They can also be printed. - Some of the symbols in the component library were updated to use paths. * A Scheme evaluation prompt was added to `gschem'. It can be accessed by typing `:'. * Improved algorithm for drawing hatched fills both on screen and in PostScript output. * Color selection dialogs and menus in `gschem' now show the actual color as well as the description. Color names are now translatable. * `gattrib' now prompts to save changes. * All of the unimplemented menu items and pages in `gattrib' were removed. * The `always-promote-attributes' gafrc parameter now takes a list of strings as an argument. The space-delimited string syntax is deprecated. * Some optimisations were made to the `gnetlist' connection traversal algorithm to speed up netlisting large designs. * A new netlist backend was added to support Liquid PCB. <http://www.liquidpcb.org/> * The `bom2' netlist backend now generates a `qty' column. * Several improvements and fixes were made to the `systemc' backend. * The `--gnetlist-arg' option to gsch2pcb can now be used to pass extra `gnetlist' arguments. * `gsch2pcb' now emits files with the latest `pcb' file format. * The `gxyrs' pick-and-place tool was added. Notable changes in gEDA/gaf 1.5.0 ================================= * Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and automatically connect to valid end points (such as pins and other nets). The `magnetic-net-mode' gschemrc parameter can be used to enable/disable this feature. * Rotating a component while moving it in `gschem' now rotates around the current mouse location. * The `verilog' and `vhdl' backends now work again. * Embedded components can now be mirrored. * The `pads' netlist backend now uses CRLF line endings.
correctly mark this package as a meta-pkg
Add DESTDIR support.
* If PLIST_SRC is explicitly set to an empty value in a package Makefile, then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
update to 20061020 Release notes for the gEDA/gaf 20061020 snapshot Changes _________________________________________________________________ libgeda/gschem libgeda and gschem no longer use libgdgeda (which was a gEDA specific hack to the libgd library). gEDA/gaf now wants to use the original GD library. (Wojciech Kazubski and Carlos Nieves Onega with cleanup by others) * * gEDA/gaf now compiles out of the box on cygwin. (Cesar Strauss) * Fixed bug #1553544: "New pages inadvertently created when adding nets in gschem" (Peter Clifton) * New component selection dialog box for gschem. This one is so much better than the original one. Please test it out and submit comments to the mailing lists. (Patrick Bernaud) * The preview window is inside the file selectors again. The preview window has been refactored and improved. (Patrick Bernaud) * gschem now places a title block (or any component the user wants) when a new page/window is created. This solves the common complain that the initial zoom is way to far out. (Carlos Nieves Onega) * Improvements to the new print dialog box: Make print settings sticky for session. (Peter Brett) * Fixed bug #1527465: Do a zoom extents for all pages when the main window is maximized. (Carlos Nieves Onega and others) * Fixed bug #1565433: Added the border in the gdk-pixbuf's image output. (Carlos Nieves Onega) * New dialog for user confirmation before closing a page or a window. This is also a great improvement over the previous exit confirm dialog box. (Patrick Bernaud) * Various language translations updated. * libgeda's shared library version is now 27:0:0. * Many more bug fixes and code cleanups. (various people) gnetlist * Fixed PCB cursor related issues (Peter Clifton and Stuart Brorson). * Minor cleanup of gnet-PCB backend. (Thien-Thi Nguyen) gattrib * Made gattrib throw up GUI window warning user of no components or attributes. (Stuart Brorson) * File browsers in gattrib are now the same ones that gschem uses. (Patrick Bernaud) * The usual bug fixes and code cleanup. (various) docs * Updated the wiki snapshot to the latest web wiki version. symbols * linear/lm311-1.sym: Removed the GND false connection of the symbol. (Ramakrishnan Muthukrishnan, John Luciani, and Carlos Nieves Onega). * Lots of off grid symbols cleaned up. (Werner Hoch) gsymcheck * Adds newline that is missing from the "Found Pintype=..." message in s_check_pintype() in s_check.c. (Jeff Mallatt and Carlos Nieves Onega) * gsymcheck now counts the number of distinct pinnumbers specified in all slotdef= attributes. Uses that number, plus the number of net= pins, to compare with the "footprint size" when checking for that warning. (Jeff Mallatt and Carlos Nieves Onega). utils * Applied patches for the cygwin port. Lots of various improvements to make gschemdoc more Windows friendly (at least under cygwin). (Cesar Strauss, Peter Brett, and Carlos Nieves Onega) examples * No significant changes For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
add DISTFILES= #empty as this is just a meta-pkg now
Update to 20060824 ------------------------ Release notes for the gEDA/gaf 20060824 snapshot Changes _________________________________________________________________ libgeda/gschem * Updated libgeda's so version to 26:0:0. * Fixed the infamous "slice" memory problem that was plaguing gEDA/gaf for a while. Mixing malloc/free and g_malloc/g_free is a bad idea and also setting a field in deallocated memory tends to upset glib's memory management. * Added a new rc variable called "always-promote-attributes" that takes a string of attribute names that are automatically prompted when a component is placed on a schematic. The default list is: "footprint device value model-name". * Newly rewritten postscript output to be much more compact, sane. and support unicode (Mike Jarabek). * gschem now uses stock gtk+ icons if they are available (Tomaz Solc). * Improved the robustness of the loading of symbols/schmeatics (Tomaz Solc). * Added support for panning using the middle mouse button and controlling the amount of pan (Peter Clifton). * Changed the default behavior of the middle button (now mouse pan). * Added cursor key panning in gschem and rc keywords for controling the amount of pan (Tomaz Solc). * Added the ability to zoom in and zoom out using the mouse wheel (Peter Clifton). * Added a bunch of new hooks to gschem and libgeda. This supports various new features such as auto pin attributes, auto attribute placing (currently commented out), select_component_hook, select_net_hook, deselect_component_hook, deselect_net_hook, deselect_all (Carlos Nieves Onega and Dan McMahill). * Added support for dragging an object using the first mouse button in gschem (Carlos Nieves Onega). * Added the beginnings of pcb mode to gschem (Dan McMahill). * Improvements to the autosave and backup mechanism (Carlos Nieves Onega). * Added support for text overbars. The delimiter character is \_ (it should be at the beginning and end of the where you want the overbar to be (Carlos Nieves Onega). Postscript output support for overbars (Mike Jarabek). * Bug fixes to the auto save mechanism (Carlos Nieves Onega). Please report any more crashes. * Fixed component update to work correctly since it was looking for existing attributes in the wrong places. * Converted all the noweb code to just plain C (making sure that all the really nice documentation that Patrick and others is perserved). gEDA/gaf no longer requires noweb to build (Jason Childs). * Removed all pre-GTK 2.x code from gEDA/gaf (Peter Brett). * Translation updates from various people. gnetlist * DRC2 backend bug fixes and improvements (Carlos Nieves Onega). * Various bug fixes (Werner Hoch and others). gattrib * Fixed annoying bug in which gattrib soaked up 70% of processor time (Stuart Brorson). * Implemented ability to export CSV file of component sheet (Stuart Brorson). * Made cell text different colors depending upon attribute visibility (Stuart Brorson). * Applied patch to handle attrib strings with multiple = signs (Stuart Brorson and Jeff Mallatt). * Misc bug fixes (Stuart Brorson). symbols * Many symbol bug fixes and improvements (Werner Hoch and others). * Improved the NC symbols so that the drc2 backend handles no connect situarions better (Carlos Nieves Onega). gsymcheck * Various bug fixes and improvements (Carlos Nieves Onega and others). utils * gsch2pcb improvements dealing with how to find gnetlist executable. * Updated to the latest version of grenum (Levente Kovacs). * Applied power pin handling patch (Patrick Doyle). docs * Obsoleted all latex documentation and replaced it with a snaphot of the gEDA wiki. Many thanks to David Hart for the conversion and necessary support to make this conversion possible. examples * No significant changes. misc * The geda (gManager) source tarball is not longer being distributed. All the code is still in the CVS repository, but due to lack of maintanance, it has been pulled for these snapshot releases. * Fixed various Makefiles to support make distcheck again. * Lots of bug fixes by (Werner Hoch, Carlos Nieves Onega, and many others). For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Recursive revision bump / recommended bump for gettext ABI change.
Update to 20060123. Changes since the last version include - added autobackup (saves to backup files every <n> seconds) - added "L" drawing support - added embedded picture support - added a few new symbols - added support for spice netlisting of Josephson junction devices - added pcbpins netlist backend for forward annotating schematic pin names to PCB layouts. - several odd bug fixes
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
add missing USE_PKGLOCALEDIR. Noted by Matthew Luckie
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
update to 20050313 snapshot Release notes for the gEDA/gaf 20050313 snapshot Changes _________________________________________________________________ general * Lots and lots and lots of code cleanup, refactoring, and bug fixing by Patrick Bernaud, Stuart Brorson, Carlos Nieves Onega, Werner Hoch, and Dan McMahill. This applies to all parts of gEDA/gaf. The amount of cleanup is quite staggering, so please look at the various ChangeLogs for more info. Many thanks to all who lent a hand in this rather difficult task! libgeda * Shared library version number now at 23. * Carlos added proper unicode support to libgeda. Schematic and symbol files can now have unicode characters in them and as long as there is a font definition file for them, the characters will appear in gschem. This was the last piece for making the transition over to gtk+ 2.2.x. Patrick did some misc cleanup on the unicode support as well. * Patrick rewrote the logging mechanism to use GLib's message logging. * Carlos added picture support to libgeda. This allows users to put pictures in various formats into schematics. Pictures are not yet rendered in postscript or png files. This feature will be completed in a subsequent release. * Dan added electric fence support to all configure scripts. * Dan squashed a whole bunch of gcc warnings as well turning on -Wall by default to further point out developer laziness. :) * Patrick rewrote the all guile code to use the 1.6.x scm interfaces. Dan and Carlos did some minor touch up to catch other missed deprecated guile interfaces. * Patrick rewrote the component library code to be sane. * Stuart added code to read in rc files when a schematic file is loaded from a foreign directory. This allows users to open up schematics that have local symbols. * Stuart add code for of a component placeholder for when a component cannot find its symbol file. This was extended a little to draw a graphic informing the user which component is missing its symbol file. * Fixed the symversion= code handling to deal with the case when no other attributes are attached to the component. In the past, this scenario was simply ignored. * Added code (temporarily till the bug is fixed) which forces libgeda to output the vector font when rendering multi-line text items. This behavior can be controlled via the gschem rc keyword: output-vector-threshold gschem * Werner Hoch completely rewrote the Attributes/Autonumber Text... dialog box. This new dialog boxes fixes some of the past problems and hopefully will satisfy more users given that it has far more capability than the last dialog box. * Patrick completely rewrote the multi attribute dialog box. This is a significant change which really improves the usability of this dialog box. Other than just being a major visible improvement, there are other features: you right click on the attributes themselves to Delete or Duplicate them and you can enter multi-line attributes by hitting Control-Enter instead of enter. * Bert Timmerman contributed an updated Dutch translation. * Iznogood contributed the first versions of the French translation. * Carlos added the first versions of the Spanish translation. * Carlos went through all the code and gave them all stock pretty stock icons. * Patrick completely rewrote the page manager to be sane. * Stuart improved the right mouse button pop up menu to include a few more commonly used options. * Handsom Greg supplied a patch to allow gEDA/gaf to build using gtk+ 2.6.x. * Patrick removed any limitations on number of files in the component library code. * Part of Stuart's work on reading in rc files in different directories, system-commonrc was renamed to system-gafrc. * Patrick rewrote most of the code for the line type and fill type dialog boxes. They can now be used for multiple objects. gnetlist * Carlos modified the bom, bom2, drc2, and redac backends to write to stdout if a "-" is specified using the -o flag. * Dan added several guile functions to deal with target netlist refdes requirements which may be more restrictive than gschem/gnetlist. Dan also updated his futurenet2, pads, and switcap backends to use these new functions. * Carlos improved his drc2 backend to check for duplicated references as well as properly return exit codes to allow gnetlist to be used in Makefiles easily. * Carlos added several functions for use in the DRC backend. gattrib * Stuart made a bunch of bug fixes and improvements including: * Added a pop-up window if a component is found with no symbol file. * Fixed a bug where only one page of design was searched for missing attribs. * Fixed bug where pre-existing attribs were deleted instead of being replaced. * Added support for slotted components. gsymcheck * Carlos added a check of the pintype attribute value. * No other significant changes except a bunch of code cleanup and updating. symbols * Carlos and Patrick made the necessary changes support unicode characters in gEDA/gaf. Wojciech Kazubski also contributed Polish font definitions. * Stuart added a bunch of SPICE symbols. * Werner Hoch did a considerable amount of fixing of various broken symbols. Many thanks. geda (gManager) * Applied segfault patch by Werner Hoch. * Added updated Italian translation by Marco Colombo. * No other significant changes except a bunch of code cleanup and updating. utils * Stuart added additional printfs to gsch2pcb during directory search when using the -v -v flags. * No other significant changes except a bunch of code cleanup and updating. docs * The gsch2pcb tutorial was updated to the latest version. * Carlos updated the file format document to describe the new picture object. examples * Stuart updated some of the schematics in the RF_Amp example. For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
update to 20041228. Release notes for the gEDA/gaf 20041228 snapshot Changes _________________________________________________________________ libgeda * Shared library version number now at 22. * Added a new attribute: symversion= and associated mechanism to libgeda. + The symversion= mechanism allows symbols to be versioned with a major and minor number. An example of this attribute is symversion=1.0 + This symversion= attribute is typically found in symbol files at first, but it will be promoted if it is found when the symbol is read in from disk. + The symversion= attribute is an auto-prompted attribute, which if present in a symbol will always be promoted to the schematic. + If the major number of the symversion= attributes (the one in the symbol and the one in the schematic) does not match, then a serious warning message is issued. + When a user changes a symbol file in a major or incompatible way (translation, addition/removal of pins/attributes etc...), the major number of the symversion= attribute value should be incremented by one. + For minor changes, primarily cosmetic changes, only the minor number of the symversion= attribute value should incremented by one. + If the minor number of the symversision= attributes (the one in the symbol and the one in the schematic) does not match, then a minor warning message is issued. + The default value is 0.0 even if no symversion= attribute is present. * Fixed the randomly colored midpoint postscript bug reported by Gabriel Paubert. Also removed some redundant code related to postscript printing. * Moved a whole bunch of rc routines from gschem/gnetlist/gsymcheck into libgeda. This makes using the common rc code much easier. * Added the --with-rcdir ./configure flag to libgeda. This was required because of the above rc code refactor. You must ./configure libgeda with this flag if you intend to move the rc files to a different directory. Be sure to put this flag on all programs (gschem/gnetlist/gsymcheck/gattrib etc...) if you want to move the rc files. * Part of the above rc code refactor was to add an additional rc file: gafrc. The gafrc file is read in last after all other rc files are read in. Only common rc keywords can be put inside the gafrc file, including: + component-library + component-library-search + source-library + source-library-search + world-size + reset-component-library + reset-source-library + default-series-name + untitled-name + scheme-directory + bitmap-directory + font-directory + bus-ripper-symname Now you do not have to create a gschemrc, gnetlistrc, gattribrc, gschlasrc etc... if you are just adding custom component libraries. Just create a gafrc file and put the library lines in there. * Added a bunch of init function to libgeda_init() to make using libgeda a little easier. gschem * Added a dialog box which pops up when a schematic is loaded up which has components which have changed in a major or minor way (based on the new symversion= attribute). See above the libgeda section for a description of the new symversion= attribute and its usage. * Hopefully finally fixed the broken postscript problem when the locale uses commas instead of periods. Original fix by Bill Wilson and patch by Andreas Fester. * Fixed a gschem crash when certain components (depending on what was connected to them) were being updated. I have also started working on fixing Edit/Component Update... to be more sane (and not cause duplicated attached attributes). This work is not complete, and for now, Edit/Component/Update... will still cause duplicate attributes. * Fixed some visual garbage/corruption in the preview window in the file selection and component place dialog boxes. * Added a new rc keyword "grid-dot-size" which lets you control the size of the grid dots. Handy if the dots are too small to see. * Applied the scroll wheel pan patch by Sascha Silbe. The scroll wheel pans the display vertically and holding down the control key and moving the wheel the will scroll the display horizontally. * Added a modal "Are you sure?" dialog box to page revert. This should prevent accidental page reverts (cause work losses). This dialog box is only implemented for gtk+ 2.x * Added an Italian translation by Petrecca Michele. * Added the comment and symversion attribute to the attribute pulldown list in the Add/Attribute dialog box. * Updated gschem with the newly refactored rc code. gnetlist * Stuart implemented a whole slew of improvements to the spice-sdb backend. * Stuart added several functions to passing the command line to scheme backends. * Removed gschem2pcb as an installed program. gsch2pcb is the preferred tool for going from schematic to PCB. * Applied a bugfix patch to the cascade backend by Dan McMahill. * Integrated the initial version of a SystemC backend by Jaume Masip. * Integrated a new scheme backend for Eagle PCB. The backend was written by Braddock Gaskill. * Updated gnetlist with the newly refactored rc code. gattrib * Integrated Stuart Brorson's attribute editor: gattrib into gEDA/gaf. This is the first gEDA/gaf release that includes gattrib. * Here's a description of gattrib: Gattrib is gEDA's attribute editor. It reads a set of gschem .sch files (schematic files), and creates a spreadsheet showing all components in rows, with the associated component attributes listed in the columns. It allows the user to add, modify, or delete component attributes outside of gschem, and then save the .sch files back out. When it is completed, it will allow the user to edit attributes attached to components, nets, and pins. (Currently, only component attribute editing is implemented; pin attributes are displayed only, and net attributes are TBD.) gsymcheck * Integrated a patch by Jim Duchek which adds several more useful tests to gsymcheck. * Updated gsymcheck with the newly refactored rc code. symbols * Redrew the following symbols and set the symversion= attribute to 1.0: 4000/4002-1.sym 4000/40107-1.sym 4000/4011-1.sym 4000/4012-1.sym 4000/4023-1.sym 4000/4025-1.sym 4000/4030-1.sym 4000/4068-1.sym 4000/4070-1.sym 4000/4072-1.sym 4000/4073-1.sym 4000/4075-1.sym 4000/4078-1.sym 4000/4081-1.sym 4000/4082-1.sym 4000/4085-1.sym: If you have any of these symbols in any existing schematics, you should get a warning that major changes have occurred when you run gschem or gnetlist. * Added over ~100 user contributed symbols to the various component libraries. Created 5 new component libraries: minicircuits st apex allegro irf * Moved the local component library to the beginning of the search order. * Updated Peter Kaiser's asic library with the latest set of symbol. Added Peter's asic pad symbols into the new asicpads library. Commented in the asic library now that the symbol names are unique. * Werner Hoch has fixed a whole slew of symbols in various component libraries (74, 4000, and memory). Thanks Werner! geda (gManager) * Piotr Miarecki added graphman, a new tool for managing graphs. * Piotr update gManager to build with gtk+ 2.2.x * Integrated a French and Italian translation. Not sure if the translations are work yet. utils * Added symbol cleanup (gsymfix.pl) script by Mike Skerritt. * Updated gschlas with the newly refactored rc code. docs * attributes and symbols documents: Added information and details on the symversion= attribute * toplevel doc page: Added links to SystemC and Eagle backend READMEs.
Update linkage to libltdl (via guile{,14}), which is now its own package. Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
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.
A package name in DEPENDS should be a shell glob pattern, not a regex.
update to 20040111. Release notes for the gEDA/gaf 20040111 snapshot Changes _________________________________________________________________________________________________________ General / Summary * Lots of changes in most areas. This release contains the largest amount of changes in quite a while. Expect bugs, crashes, and general instability. If you tell me about them, I might be able to fix them. * Probably the biggest set of changes were the addition of multi-line text support. The bulk of the work was done by Carlos. The text add dialog box and the multi attribute add/change dialog box both support the adding and editing of multi line text items, however, I am going to change these dialog boxes in a subsequent release to be a little like the old behavior, but still support multi-line text support. Full multi-line text support requires that you use gtk+ 2.2.x. * Also part of the above changes was to get rid of some fixed sized buffers within libgeda and gschem. Hopefully I have hashed out all the bugs in these changes, but I wouldn't be surprised if I missed something. Please report all crashes. Thanks. * Changed the file format a little. Changed the way sch/sym files are versioned and added a field to the text item to support the multi-line text feature addition. I recommend everybody run gsymupdate and gschupdate (and verify the resulting files!) to get rid of the log warning message. gEDA/gaf will always write the new file format for all saved schematic/symbols. * The v flag (the version of the sym/sch file), in the past, was keyed off of a version date, such as 20030901. Starting with 20040111, I am no longer using this date as the version of the sch/sym file, but rather I added a new field (number) which is the file format version. The new version line looks like: v 20040111 1 This is nice that I don't have to update all the symbols, schematics, etc... to get rid of a log warning message. The current version of the file format is 1. All past files are versioned as 0. As an experiment, I left all the symbol files at v 20031231 1 and nobody should care/notice. I am planning more changes to the file format in subsequent releases and this version field will make changing it easier. * The text object has an additional field which is the number of lines (N) the text item contains. The text item is then followed by N number of lines of text. Example: T 48400 59900 9 10 1 0 0 0 3 Line1 Line2 Line3 * The component libraries: vhdl, verilog, new asic, and the new gnetman are commented OUT in the system-commonrc file. I did this because there are significant symbol name clashes between these libraries. If you want to use one of these libraries, please place the appropriate (component-library "...") string in some rc file. This commenting out is temporary, till I fix the component name clashing bug (jitterbug#9). * The component-library-search keyword in the system-commonrc file was commented out. If a directory is specified for the component-library-search keyword, then libgeda/gschem/gnetlist will automatically find any directories in the specified directory and add them to the component search path. By having this keyword in place, this would have undone the above commenting out. If gschem/gnetlist cannot find your custom component libraries after upgrading to 20040111, then either comment in the component-library-search keyword back into the system-commonrc file or explicitly add the custom component libraries to an rc file. The latter action is prefered. This info was added on 02/08/2004. * Upgraded all packages to use gettext (GNU gettext) 0.12.1. I don't think that anybody who downloads the source tarballs will need this particular version, but you will certainly need it if you build the CVS version. * Partially applied Carlos' UTF-8 patch for gtk+ 2.2.x. I couldn't test the complete patch, so I will keep working on this. Moving libgeda to use UTF-8 internally is going to be a bit of work, but the sooner it happens, the better. * The gEDA Suite setup program has been improved considerably. It now supports the download of the tarballs automatically using wget. All you need to get from the gEDA website is the toplevel Makefile and type: make xinstall and the setup program will do the rest. See below in the build section for more information on using xinstall. Please report any problems with gEDA Suite setup so it can be further improved. * Much more documentation that gets installed now (almost all of it). I included Bill Wilson's gsch2pcb tutorial and Russ Dill's tragesym tutorial. I also am installing all READMEs, so please see the gedadocs.html file for almost all available documentation on gEDA/gaf. You can access this file via Help/Manual... in gschem (make sure you have a web browser installed). libgeda * Shared library version number now at 20. * In 20030901, libgeda was accidentally being built without optimization. Fixed in this version. * Applied Carlos Nieves Onega's multi-line text patch. See below in the gschem for more info. This patch changed and fixed a lot of things in libgeda, so expect some instability. * Applied a few more patches by Carlos to perfect the multi-line text support in libgeda (mainly dealing with support for tabs in multi-line text items). * Added postscript output for mutli-line text items. This support is really new and not 100% perfect. Expect some problems here, mainly when you start rotating and changing the alignment of many line text items. Putting tabs into the text strings is not yet supported. * Fixed a really nasty bug in o_attrib_get_name_value() which was caused by g_strsplit() not behaving the same between glib 1.2.x and glib 2.2.x. Be careful when using g_strsplit, especially if you use both versions of glib. Bug caught by Stuart. gschem * Added the --with-stroke command line to specify where ./configure can find the libstroke files. * Changed the behavior of the print dialog box to close when the user presses the Print button. * Added the ability to generate PNGs from the command line. Look at gschem/scripts/image.scm for the scheme script. Command line looks like: gschem -o test.png -s image.scm filename.sch * Added a schem rc keyword: image-size which lets you set the size of the PNG image generated using the above guile script. * Applied Carlos Nieves Onega's multi-line text patch. This patch adds multi-line text support to gschem/libgeda. This patch made some very deep changes to internals which haven't changed in years, so expect some instability. Multi-line text is properly supported only when using gtk+ 2.2.x. You will be able to load schematics and edit multi-line text (in a limited fashion) if you use gtk+ 1.2.x * Part of the above patch was the removal of a bunch of fixed sized buffers. Hopefully Carlos and I have fixed all issues surrounding these changes, but expect some instability here as well as we work out the kinks. * Applied a patch by Carlos to highlight the proper alignment value in the pull down menu in the Edit Text... dialog box. * Fixed the visual alignment of the menu items and hotkeys when using gtk+ 2.2.x. * Improved the appearance of a few of the dialog box, by mainly adding whitespace. A few dialog box got a few more touch ups, but nothing too drastic. * Applied a patch by Carlos to add multi-line attribute editing to the multi attribute dialog box. The changes for this are not complete and will change in the next release. * Updated the pt_BR.po with Antonio's UTF-8 version. * Applied Stuart's multi-select open patch. Now you can select multiple schematics to open using the File/Open... dialog box. Hold down the shift or control key as you click on filenames. * Part of Carlos' multi-line text patch was to change the quick rendering of text from a line to a rectangle. Refined and refactored this code a little to properly display attributes. * Fixed a long standing bug in the File/Open... and File/Close... mechanisms when dealing with multiple windows. Bug identified by Karel Kulhav. * Fixed a long standing bug in the preview window (for schematics and components) where there would be garbage data in the bottom of the window. The bug only manifested itself under very specific conditions and only when using gtk+ 1.2.x. I'm quite surprised nobody else complained about it (or rather recently). * Applied a patch by Carlos to support the new Spanish characters. * Fixed the invalid scrollbars on startup bug. * Updated the man page a little bit. Added code to the build mechanism to generate an html version of the man page, which is installed into the documentation directory. * Bunch of other improvements and bug fixes. gnetlist * Upgraded Bill Wilson's gsch2pcb gnetlist backend to the latest (1.4) * Applied all of Carlos' DRC2 patches. * Applied all of Stuart's spice-sdb patches. The included spice-sdb backend should be Stuart's absolute latest version. A bunch of improvements to various parts of gnetlist were included in these patches. * Applied of Stuart's patch to the partlist backends. * Updated the man page a little bit. Added code to the build mechanism to generate an html version of the man page, which is installed into the documentation directory. * Added the scheme rc keyword: unnamed-netname which lets you control what the unnamed nets should be called. * Add the necessary rules to the Makefiles to install all the backend READMEs into the documentation directory. * Applied a patch by Christopher K Eveland to fix a condition where gschem2pcb was picking up a pin when it should not. If somebody could test gschem2pcb on an existing project and make sure it still works as expect, it would be greatly appreciated. * Added the Racal Redac format backend by W. Kazubski. * Added the new RF Cascade and futurenet2 backends by Dan McMahill. * Applied a bunch of patches by Dan for doing net aliasing/renaming. These patches touched the C files as well as various backends. * Applied a few more patches by Dan to fix some m4 quoting issues with the PCB backends. * Bunch of other minor bug fixes. gsymcheck * No significant changes (lots of pending work though). * Updated the man page a little bit. Added code to the build mechanism to generate an html version of the man page, which is installed into the documentation directory. symbols * Werner Hoch has fixed a whole slew of symbols in various component libraries. Thanks Werner! * Added a whole bunch of contributed symbols from various people. Thanks. * Added a bunch of new Spanish characters by Carlos. * Removed vhdl, verilog, asic, and gnetman from the system-commonrc file. geda (gManager) * Piotr Miarecki added a bunch of features and fixed a few bugs in gManager. Give it a try and let him how gManager works for you. gManager is looking really nice. * Integrated Antonio's pt_BR translation. This should work now. * Added a strategic sleep to the mainloop of gManager to reduce the CPU load. utils * Updated Bill Wilson's gsch2pcb to version 1.4 * Add the necessary rules to the Makefiles to install all the backend READMEs into the documentation directory. * Integrated Stuart's garchive script. docs * Applied a whole bunch of patches from Dan McMahill to the symbol creation guide. These patches added/fixed information related to the footprint= attribute. * Started using hyperref.sty for all LaTeX generated documentation, which adds hyperlinks to the pdf files. * Added a bunch of converted txt -> tex documents. The conversions were done by Dan McMahill. * Added the Dan McMahill's documentation for the RF Cascade gnetlist backend. * Rewrote the toplevel gedadocs.html index file to link all the new documentation, readmes, man pages, and tutorials. The gedadocs.html now file contains almost all existing documentation on gEDA/gaf that I'm aware of. * Added a couple of tutorials that people have written. Namely Bill Wilson's gsch2pcb and Russ Dill's tragesym tutorials. Both of these tutorials are accessible from the gedadocs.html file. * Explicitly stated in the file formats document that all the file formats associated with gEDA/gaf are covered by the GPL version 2.0. * Lots of improvements and fixes to various docs. examples * No significant changes. For more a detailed changes, please look in the appropriate ChangeLogs in the source tarballs.
bl3ify
move a couple of variables to a Makefile.common which are shared by the geda pkgs
Fix dependency lines.
Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
Bump PKGREVISION for atk library major bump.
Update to the gEDA/gaf 20030901 development snapshot Release notes for the gEDA/gaf 20030901 development snapshot ------------------------------------------------------------ CHANGES: General / Summary * The biggest change in this release is the addition of gtk+ 2.2.x support. Now you can build gEDA/gaf with either gtk+ 1.2.x or gtk+ 2.2.x. Some programs like setup and geda still require gtk+ 1.2.x, but that will be fixed in a future release. The original gtk+ 2.2.x patch was by Ye Ma (Thanks!). * Added --with-gtk12 commandline flag to all ./configure scripts to force the use of gtk+ 1.2.x. Just add this to the opt= variable in the toplevel Makefile to force all of gEDA/gaf to use gtk+ 1.2.x instead of gtk+ 2.2.x. The default used gtk+ library if both 1.2.x and 2.2.x are installed is gtk+ 2.2.x. * In order support above, pkg-config is now REQUIRED to successfully ./configure the packages. pkg-config is also required if you are building/linking against gtk+ 1.2.x. You can get pkg-config from either: [1]http://www.geda.seul.org/dist or [2]http://www.freedesktop.org/software/pkgconfig/ * If you do not keep all of your packages installed in one place or if it is not in a standard location (like /usr/lib/pkgconfig), then you must tell pkg-config where to look by using the PKG_CONFIG_PATH environment variable. I keep all of my *.pc files in /usr/local/lib/pkgconfig, so my PKG_CONFIG_PATH is set like this: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig * Rewrote and simplified all the ./configure.ac files. Here are the versions of the auto* tools I use: autoconf (GNU Autoconf) 2.54 automake (GNU automake) 1.7.1 ltmain.sh (GNU libtool) 1.4.2 aclocal (GNU automake) 1.7.1 gettext (GNU gettext) 0.11.5 If you use any other versions, good luck. :-) libgeda * Shared library version number now at 19. * Removed libgeda-config, replaced with libgeda.pc (pkg-config file). In order for gschem and the other libgeda programs to find this file during the ./configure stage, you must set the PKG_CONFIG_PATH environment variable to something like this: export PKG_CONFIG_PATH=$HOME/geda/lib/pkgconfig:$PKG_CONFIG_PATH The settings for this variable is printed when you type 'make' in the upper most directory (toplevel) where you untarred all the source tarballs. * libgdgeda 2.0.15 is now required to build libgeda. * No significant code changes. gschem * Applied Carlos Nieves Onega's multi attribute patch. With this patch, the multi attribute add/edit dialog box behaves a lot more intelligently when adding or changing attributes. * Bunch of work to support both gtk+ 1.2.x and 2.2.x. * Rewrote the exit dialog box to look better under both 1.2.x and 2.2.x. Quite a few of the dialog box look bad under 1.2.x, but look absolutely dreadful under 2.2.x, so they will be recreated (and hopefully improved in the process) in future releases. gnetlist * Applied Carlos Nieves Onega's commandline (-l filename) load scheme patch. The scheme code is loaded and executed from the specified file before the backend is loaded. * Added the -m commandline flag which allows scheme code to be loaded from a file after the backend is loaded but before it is executed. * Integrated Carlos Nieves Onega's DRC2 backend. * Applied Carlos Nieves Onega's warning cleanup patch. * The required work to get gnetlist to work with both gtk+ 1.2.x and 2.2.x. * Added Bill Wilson's gnet-gsch2pcb backend. * Applied Stuart Brorson's latest changes to the spice-sdb netlister. His changes included the -s command line flag (sort output netlist) and the gnetlist:get-calling-flags as well as improvements to the spice-sdb backend itself. gsymcheck * No significant changes other than the gtk+ 2.2.x support changes. symbols * Werner Hoch updated a bunch of symbols in various directories including memory and 74. * Removed gesym-config. The new ./configure.ac files do not use this file anymore. * Added a bunch of contributed symbols (not all though, some are still pending for various reasons). * The author= and email= attribute on five symbols have been merged into one (author=). geda (gManager) * No changes setup * No changes utils * Finally integrated Werner Hoch's tragesym 0.0.5 into the utils package. tragesym is a symbol creator for gEDA/gaf written in python. * Applied patch by Holger Dietze to update gmk_sym to be current. * Integrated Bill Wilson's gsch2pcb package. gsch2pcb is conceptually based on the gschem2pcb shell script distributed with gnetlist, but additionally handles multiple schematics, handles element file footprints, and removes pc board elements corresponding to components deleted from the schematics. It also forward annotates component value changes * The necessary changes to support gtk+ 2.2.x. * Integrated pads backannotation script by Dan McMahill. A perl program which implements backannotation from Pads PowerPCB board layouts to gschem schematics. docs * Documented the merge of author= and email= (suggestion by Werner Hoch) * Updated spice-sdb document with a the latest version from Stuart Brorson. * Added Dan McMahill's documentation for the pads_backannotate script. examples * No changes. For more a detailed ChangeLog please look in the appropriate source directories.
s/netbsd.org/NetBSD.org/
Update to the 20030525 development snapshot Release notes for the gEDA/gaf 20030525 development snapshot ------------------------------------------------------------ CHANGES: General / Summary * This release is mainly a packaging release. Several contributed pieces were integrated into the gEDA/gaf release framework including: - Piotr Miarecki's geda (gManager) - Piotr's gEDA Suite setup. - geda-examples which is a tarball of various examples of gEDA/gaf in action. * Two new backends were also incorporated (switcap and spice-sdb) * Improved the toplevel Makefile a little bit. Now if you are building from a CVS checkout, you can: 1) set the PATH and LD_LIBRARY_PATH variables (as usual) and 2) type: make install and the Makefile will take care of running auto* as required. libgeda * Shared library version number still at 18 (unchanged). * No changes for libgeda. gschem * Applied patch by Mario Klebsch for bug #43: "If gschemdoc is not install, gschem crashes". * Fixed a crash when you press the q key or any other "no-action" key. This was changed behavior when using guile 1.6.3. * Added "reset-component-library" and "reset-source-library" rc keywords. Now from either ~/.gEDA/gschemrc (or gnetlistrc) or a local gschemrc (or gnetlistrc) file, you can empty out all the default libraries and set your own. * Fixed the x_multimulti.nw build problem that some people ran into. * Updated the Brazilian translation (new file supplied by Antonio). gnetlist * Applied a patch by Dan McMahill to get the PCBboard backend working with guile 1.6.3 * Integrated Stuart Brorson's advanced spice backend (spice-sdb). Please see the howto in the docs directory (docs/spice-sdb/) for more info on this backend. The only changes I made to Stuart's original code was to lowercase the name of the backend (from spice-SDB to spice-sdb). Also check out his spice website at: [1]http. * Integrated Dan McMahill's switchcap backend. Please see the gnetlist/docs/README.switcap for more info. Also see the documentation in the docs package (docs/switcap) for even more info. * Applied a patch from Dan to the gnetlist.1 manpage. gsymcheck * No changes for gsymcheck. symbols * Werner Hoch updated a bunch of symbols in the max symbol library along with adding a few new symbols. Thanks! * Integrated a few new symbols for Stuart's spice backend. * Integrated a few new symbols for Dan's switcap backend. * Fixed 93Cx6-1.sym to include power information (patch by Holger Dietze). (Bug#65) * Applied Wojciech Kazubski's --with-docdir patch. Now you can specify where the documentation is installed using --with-docdir at the ./configure stage. * Fixed 74/7408-2.sym and 74/7409-2.sym, these symbols were swapped. Pointed out by Mario Klebsch. * Integrated a bunch of symbols from various people (thanks) who used the website upload mechanism. Btw, the website symbol upload is so much easier for me, so please continue using it. I think I have a few symbols I still need to finish integrating. geda (gManager) * From the README: "gEDA Suite Project Manager is a start point for everything what you may want to do. It is used to organize your files and easy running tools. It simplifies your job." Even though it is called gManager or Project Manager, the built executable is called "geda". Please play with it and let Piotr know of any suggestions or bugs. * This is the first release of this program inside the gEDA/gaf framework. * Integrated this program into the toplevel Makefile (so that it gets built when you type make install etc...) * If you build using the toplevel Makefile from now on, you must have geda in the current directory. setup * This is Piotr's gEDA Suite Setup program. * This is the first release of this program inside of the gEDA/gaf framework. Please send all bug reports to Piotr. * Here's how you use it: 1) Download all the gaf files and the required libraries and put them all into one directory. 2) Download guile-1.4.1.tar.gz and put it also into the above directory. 3) Type: make xinstall 4) Follow the GUI. Setup will build and install all of gEDA/gaf. Eventually this will be extended to build/install the rest of gEDA and gEDA related programs. Please let Piotr know of any suggestions or bugs. Make sure you have guile-1.4.1.tar.gz in the current directory along with all the gaf tarballs. * If you build using the toplevel Makefile from now on, you must have setup in the current directory. utils * Applied a patch by Charles Lepple to fix a build problem on OSX. * Applied Wojciech Kazubski's --with-docdir patch here as well. docs * Integrated documentation for Dan's and Stuart's new backends. * Applied Wojciech Kazubski's --with-docdir patch here as well. examples * This is the first release of the example package inside of the gEDA/gaf framework. * This package includes: - Stefan's gTAG : An example of hierarchical schematics using gaf. - Terry Porter's lightning_detector: An example of how to use gEDA/gaf with PCB. - Stuart Brorson's TwoStageAmp and RF_Amp : Examples of how to use spice-sdb for single page and hierarchical SPICE simulation using gEDA/gaf. If anybody else has some projects they would be willing to allow me to distribute, please let me know! I'm always looking for examples of gEDA/gaf in real use. * The examples are not installed, but the toplevel Makefile expects the tarball to be untarred in the current directory. For more a detailed ChangeLog please look in the appropriate source directories.
Update DEPENDS; bump PKGREVISION.
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
NO_PATCH is deprecated, says pkglint. Remove it.
One more dependency bump (this one not due to Mesa ;-)
update to gEDA-20030223 Quick summary of changes: - works with guile-1.6.3 now - Norwegian/Danish/German character fixes - PNG output now has some of the objects appearing to have the right thickness. - added Russian translation - bug fix in postscript output - non-applicable menu choices are now greyed out - fixed PADS netlist output bug - added several components to library - added multisheet refdes renumber utility - several other bug fixes.
update the gEDA suite of tools to the 20021103 release. This represents many many improvements and bug fixes. A few items to note are that the attributes used by the symbol library have been greately cleaned up and unified. You may want to run gsymupdate and gschemupdate if migrating from older versions of the tools.
Dan maintains gEDA these days.
Merge from pkgsrc-current to buildlink2 branch.
update the gEDA suite of tools to the 20020414 snapshot. Many bug fixes and improvements since last snapshot. Many more symbols added to the libraries.
Wildcard some dependencies.
Give all packages which depend on "png" a version bump, and update all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
update this metapkg to the 20010708 snapshot. This represents nearly a year and a half of bugfixes and enhancements too numerous to list.
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Update gEDA to 20000220. Changes include: * New dialog boxes by Matt Ettus: - A much improved attribute edit dialog box - A multiple attribute edit dialog box * Improved Hierarchy Support: - Hierarchy/Down Schematic - Hierarchy/Down Symbol - Hierarchy/Up * Text alignment. * Attributes are now required to have no spaces besides the equals sign on each side. This shouldn't cause any problems for anybody. * Bunch of updates to the various gnetlist backends (basically all submitted changes have been integrated). Integration of JM Routoure's PCB backend work (Thanks!). Bug fixes and improvements by Matt Ettus, Stefan Petersen and Bas Gieltjes. * Added a bunch of contributed symbols. Thanks to all that have contributed! There are now 566 symbols in the library. * Documentation. There are the beginnings of docs now. Here's the current list: attributes.txt -- Master attribute list fileformats.html -- gEDA file formats gschem.txt -- The start of a serious user's guide keymapping.html -- Stefan's keymapping document netattrib.txt -- A HOWTO on the net= attribute symbols.html -- The ever useful symbol creation guide * Bug fixes and improvements to some of the utils. * Lots and lots of bug fixes (and bug introductions).
Update geda to 19991011. Changes are tons of bugfixes and feature enhancements. Most notably, gEDA was split into several independent modules, using a common library 'libgeda'. These modules are now separate packages with geda now becoming a meta package.
Use wildcard dependence for "gtk+" package.
Update dependency on guile to 1.3.2.
Update dependency on gtk+-1.2.4
Updata geda to 19990516 Important changes are: - Now uses gtk+-1.2.2 - A bunch of bug fixes. - Added a coordinate window to gschem - Integration of contributed symbols. - Latest Jerry O'Keefe's gmk_sym integrated - Mike Jarabek's verilog gnetlist backend integrated - Jamil Khatib's latest gschcheck
Update to gEDA-19990327
Update to gEDA-19990226
Change MAINTAINER to [email protected]
Adapt in order to work together with new gtk10 package Remove deprecated CONFLICTS with prior versions
Update gEDA to 19990124, provided in pr 6936 by Rene Hexel.
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
Update geda to 19981213, provided in pr 6693 by Rene Hexel.
New "gEDA-19981117" created by Rene Hexel: a toolset for automating electronic design.
Initial revision