The NetBSD Project

CVS log for pkgsrc/lang/coq/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.157 / (download) - annotate - [select for diffs], Tue Nov 14 14:02:23 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for cairo dependency changes

Revision 1.156 / (download) - annotate - [select for diffs], Sun Nov 12 13:22:31 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155 (colored) to selected 1.46.2.1 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.155 / (download) - annotate - [select for diffs], Wed Nov 8 13:19:48 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for icu 74.1

Revision 1.154 / (download) - annotate - [select for diffs], Sat Oct 21 17:10:55 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
Changes since 1.153: +2 -2 lines
Diff to previous 1.153 (colored) to selected 1.46.2.1 (colored)

recursive revbump for tiff update

Revision 1.153 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:43 2023 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.152 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:34 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored) to selected 1.46.2.1 (colored)

revbump after textproc/icu update

Revision 1.151 / (download) - annotate - [select for diffs], Sun Jan 29 21:16:59 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.46.2.1 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.150 / (download) - annotate - [select for diffs], Mon Jan 16 04:31:53 2023 UTC (14 months, 1 week ago) by dholland
Branch: MAIN
Changes since 1.149: +3 -2 lines
Diff to previous 1.149 (colored) to selected 1.46.2.1 (colored)

lang/coq: need PLIST.natdynlink on solaris x86_64

Revision 1.149 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:43 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.148 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:30 2022 UTC (16 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored) to selected 1.46.2.1 (colored)

massive revision bump after textproc/icu update

Revision 1.147 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:54 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.146: +2 -2 lines
Diff to previous 1.146 (colored) to selected 1.46.2.1 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.146 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:32 2022 UTC (20 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.145: +2 -1 lines
Diff to previous 1.145 (colored) to selected 1.46.2.1 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.145 / (download) - annotate - [select for diffs], Tue Jun 21 02:21:22 2022 UTC (21 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.144: +17 -15 lines
Diff to previous 1.144 (colored) to selected 1.46.2.1 (colored)

lang/coq: update to 8.15.2 to make it work with current ocaml.

(Update during freeze ok gdt@; even if this version might be broken,
that beats definitely broken.)

pkgsrc changes: use -native-compiler ondemand as recommended upstream.
Now uses dune to build, and uses ocaml-zarith instead of ocaml-num.

Upstream change summary:
(see https://coq.github.io/doc/v8.15/refman/changes.html for the full
change notes)

Coq 8.15.2 fixes:
 - Added: intuition and dintuition use Tauto.intuition_solver (defined
as auto with *) instead of hardcoding auto with *. This makes it
possible to change the default solver with Ltac Tauto.intuition_solver
::= ... (#15866, fixes #7725, by Gaëtan Gilbert).
 - Fixed: uncaught exception UnableToUnify with bidirectionality hints
(#16066, fixes #16063, by Gaëtan Gilbert).
 - Fixed: multiple CoqIDE bugs (#15938, fixes #15861, #15939, fixes
#15882, #15964, fixes #15799, #15984, partially fixes #15873, #15996,
#15912, fixes #15903, all by Jim Fehrle).
 -Fixed: an incorrect implementation of SFClassify, allowing for a
proof of False since 8.11.0, due to Axioms present in
Float.Axioms. (#16101, fixes #16096, by Ali Caglayan).

Coq 8.15.1 fixes:
 - Fixed: cases of incompletenesses in the guard condition for
fixpoints in the presence of cofixpoints or primitive projections
(#15498, fixes #15451, by Hugo Herbelin).
 - Fixed: inconsistency when using module subtyping with squashed
inductives (#15839, fixes #15838 (reported by Pierre-Marie Pédrot), by
Gaëtan Gilbert).
 - Fixed: Check for prior declaration of a custom entry was missing
for notations in only printing mode (#15628, fixes #15619, by Hugo
Herbelin).
 - Fixed: rewrite_strat regression in 8.15.0 related to Transitive
instances (#15577, fixes #15568, by Gaëtan Gilbert).
 - Fixed: When setoid_rewrite succeeds in rewriting at some occurrence
but the resulting equality is the identity, it now tries rewriting in
subterms of that occurrence instead of giving up (#15612, fixes #8080,
by Gaëtan Gilbert).
 - Fixed: Ill-typed goals created by clearbody in the presence of
transitive dependencies in the body of a hypothesis (#15634, fixes
#15606, by Hugo Herbelin).
 - Fixed: cbn knows to refold fixpoints when Arguments with / and !
was used (#15653, fixes #15567, by Gaëtan Gilbert).
 - Fixed a bug where coqc -vok was not creating an empty '.vok'
file. (#15745, by Ramkumar Ramachandra).
 - Fixed: Line numbers shown in the Errors panel of CoqIDE were
incorrect; they didn't match the error locations in the script panel
(#15532, fixes #15531, by Jim Fehrle).
 - Fixed: anomaly when using proof diffs with no focused goal (#15633,
fixes #15578, by Jim Fehrle).
 - Fixed: Attempted edits to the processed part of a buffer while Coq
is busy processing a request are now ignored to ensure "processed"
highlighting is accurate (#15714, fixes #15733 and #15675 and #15725,
by Jim Fehrle).
 - Fixed: Ensure that the names of arguments of inductive schemes are
distinct so that the new Coq 8.15 preservation of argument names in
the with clause of tactics in #13837 works as in Coq 8.14 for these
schemes (#15537, fixes #15420, by Hugo Herbelin).

Coq 8.15.0 summary:
 - The apply with tactic no longer renames arguments unless
compatibility flag Apply With Renaming is set.
 - Improvements to the auto tactic family, fixing the Hint Unfold
behavior, and generalizing the use of discrimination nets.
 - The typeclasses eauto tactic has a new best_effort option allowing
it to return partial solutions to a proof search problem, depending on
the mode declarations associated to each constraint. This mode is used
by typeclass resolution during type inference to provide more precise
error messages.
 - Many commands and options were deprecated or removed after
deprecation and more consistently support locality attributes.
 - The Import command is extended with import_categories to select the
components of a module to import or not, including features such as
hints, coercions, and notations.
 - A visual Ltac debugger is now available in CoqIDE.

Coq 8.14.2 fixes:
 - Instance warns about the default locality immediately rather than
waiting until the instance is ready to be defined. This changes which
command warns when the instance has a separate proof: the Instance
command itself warns instead of the proof closing command (such as
Defined). (#15243, fixes #14704, by Gaëtan Gilbert).

Coq 8.14.1 fixes:
 - Fix the implementation of persistent arrays used by the VM and
native compute so that it uses a uniform representation. Previously,
storing primitive floats inside primitive arrays could cause memory
corruption (#15081, closes #15070, by Pierre-Marie Pédrot).
 - Fixed missing registration of universe constraints in Module Type
elaboration (#14666, fixes #14505, by Hugo Herbelin).
 - Fixed: abstract more robust with respect to Ltac constr bindings
containing existential variables (#14671, fixes #10796, by Hugo
Herbelin).
 - Fixed: correct support of trailing let by tactic specialize
(#15046, fixes #15043, by Hugo Herbelin).
 - Fixed: anomaly with Extraction Conservative Types when extracting
pattern-matching on singleton types (#14669, fixes #3527, by Hugo
Herbelin).
 - Fixed: a regular error instead of an anomaly when calling Separate
Extraction in a module (#14670, fixes #10796, by Hugo Herbelin).

Coq 8.14.0 summary:
 - The internal representation of match has changed to a more space-
efficient and cleaner structure, allowing the fix of a completeness
issue with cumulative inductive types in the type-checker. The
internal representation is now closer to the user-level view of match,
where the argument context of branches and the inductive binders in
and as do not carry type annotations.
 - A new coqnative binary performs separate native compilation of
libraries, starting from a .vo file. It is supported by coq_makefile.
 - Improvements to typeclasses and canonical structure resolution,
allowing more terms to be considered as classes or keys.
 - More control over notations declarations and support for primitive
types in string and number notations.
 - Removal of deprecated tactics, notably omega, which has been
replaced by a greatly improved lia, along with many bug fixes.
 - New Ltac2 APIs for interaction with Ltac1, manipulation of
inductive types and printing.
 - Many changes and additions to the standard library in the numbers,
vectors and lists libraries. A new signed primitive integers library
Sint63 is available in addition to the unsigned Uint63 library.

Coq 8.13.2:
 - Fixed crash when using vm_compute on an irreducible PArray.set
(#14005, fixes #13998, by Guillaume Melquiond).
 - Fix: Never store persistent arrays as VM / native structured
values. This could be used to make vo marshalling crash, and probably
breaking some other invariants of the kernel (#14007, fixes #14006, by
Pierre-Marie Pédrot).
 - Fix: Ltac2 Array.init no longer incurs exponential overhead when
used recursively (#14012, fixes #14011, by Jason Gross).

Coq 8.13.1:
 - Fix arities of VM opcodes for some floating-point operations that
could cause memory corruption (#13867, by Guillaume Melquiond).
 - Added options -v and --version to CoqIDE (#13870, by Guillaume
Melquiond).

Coq 8.13.0 summary:
 - Introduction of primitive persistent arrays in the core language,
implemented using imperative persistent arrays.
 - Introduction of definitional proof irrelevance for the equality
type defined in the SProp sort.
 - Cumulative record and inductive type declarations can now specify
the variance of their universes.
 - Various bugfixes and uniformization of behavior with respect to the
use of implicit arguments and the handling of existential variables in
declarations, unification and tactics.
 - New warning for unused variables in catch-all match branches that
match multiple distinct patterns.
 - New warning for Hint commands outside sections without a locality
attribute, whose goal is to eventually remove the fragile default
behavior of importing hints only when using Require. The recommended
fix is to declare hints as export, instead of the current default
global, meaning that they are imported through Require Import only,
not Require. See the following rationale and guidelines for details.
 - General support for boolean attributes.
 - Many improvements to the handling of notations, including number
notations, recursive notations and notations with bindings. A new
algorithm chooses the most precise notation available to print an
expression, which might introduce changes in printing behavior.
 - Tactic improvements in lia and its zify preprocessing step, now
supporting reasoning on boolean operators such as Z.leb and supporting
primitive integers Int63.
 - Typing flags can now be specified per-constant / inductive.
 - Improvements to the reference manual including updated syntax
descriptions that match Coq's grammar in several chapters, and
splitting parts of the tactics chapter to independent sections.

Revision 1.144 / (download) - annotate - [select for diffs], Fri Jun 3 08:21:55 2022 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.143: +3 -1 lines
Diff to previous 1.143 (colored) to selected 1.46.2.1 (colored)

coq: mark as BROKEN because it does not support ocaml 4.14

Revision 1.143 / (download) - annotate - [select for diffs], Sun May 1 09:45:42 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.142: +1 -2 lines
Diff to previous 1.142 (colored) to selected 1.46.2.1 (colored)

*: fix usage of versioned_dependencies

Remove unused includes, fix dependencies where it's not included.

Revision 1.142 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:30 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored) to selected 1.46.2.1 (colored)

revbump for textproc/icu update

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

revbump for icu and libffi

Revision 1.140 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:06 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored) to selected 1.46.2.1 (colored)

revbump for textproc/icu

Revision 1.139 / (download) - annotate - [select for diffs], Mon Mar 8 08:13:03 2021 UTC (3 years ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.138: +2 -1 lines
Diff to previous 1.138 (colored) to selected 1.46.2.1 (colored)

Recursive revbump associated with update of lang/ocaml

Revision 1.138 / (download) - annotate - [select for diffs], Tue Feb 9 22:38:30 2021 UTC (3 years, 1 month ago) by dholland
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored) to selected 1.46.2.1 (colored)

take MAINTAINER, ok jaapb@

Revision 1.137 / (download) - annotate - [select for diffs], Tue Feb 9 22:37:43 2021 UTC (3 years, 1 month ago) by dholland
Branch: MAIN
Changes since 1.136: +8 -3 lines
Diff to previous 1.136 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.12.2.

Fixes build with current ocaml.

Note: this update includes the import semantics fixes from 8.11 that
break a lot of developments.

pkgsrc change: docs build now works.


Summary of changes in 8.12:

Coq version 8.12 integrates many usability improvements, in particular
with respect to notations, scopes and implicit arguments, along with
many bug fixes and major improvements to the reference manual. The
main changes include:

    New binder notation for non-maximal implicit arguments using [ ]
    allowing to set and see the implicit status of arguments
   immediately.

    New notation Inductive I A | x : s := ... to distinguish the
    uniform from the non-uniform parameters in inductive definitions.

    More robust and expressive treatment of implicit inductive
    parameters in inductive declarations.

    Improvements in the treatment of implicit arguments and partially
    applied constants in notations, parsing of hexadecimal number
    notation and better handling of scopes and coercions for printing.

    A correct and efficient coercion coherence checking algorithm,
    avoiding spurious or duplicate warnings.

    An improved Search command which accepts complex queries. Note
    that this takes precedence over the now deprecated ssreflect
    search.

    Many additions and improvements of the standard library.

    Improvements to the reference manual include a more logical
    organization of chapters along with updated syntax descriptions
    that match Coq's grammar in most but not all chapters.

Additionally, the omega tactic is deprecated in this version of Coq,
and we recommend users to switch to lia in new proof scripts (see also
the warning message in the corresponding chapter).

Summary of changes in 8.11:

The main changes brought by Coq version 8.11 are:

    Ltac2, a new tactic language for writing more robust larger scale
    tactics, with built-in support for datatypes and the multi-goal
    tactic monad.

    Primitive floats are integrated in terms and follow the binary64
    format of the IEEE 754 standard, as specified in the
    Coq.Float.Floats library.

    Cleanups of the section mechanism, delayed proofs and further
    restrictions of template polymorphism to fix soundness issues
    related to universes.

    New unsafe flags to disable locally guard, positivity and universe
    checking. Reliance on these flags is always printed by Print
    Assumptions.

    Fixed bugs of Export and Import that can have a significant impact
    on user developments (common source of incompatibility!).

    New interactive development method based on vos interface files,
    allowing to work on a file without recompiling the proof parts of
    their dependencies.

    New Arguments annotation for bidirectional type inference
    configuration for reference (e.g. constants, inductive)
    applications.

    New refine attribute for Instance can be used instead of the
    removed Refine Instance Mode.

    Generalization of the under and over tactics of SSReflect to
    arbitrary relations.

    Revision of the Coq.Reals library, its axiomatisation and
    instances of the constructive and classical real numbers.

Additionally, while the omega tactic is not yet deprecated in this
version of Coq, it should soon be the case and we already recommend
users to switch to lia in new proof scripts (see also the warning
message in the corresponding chapter).


The full (huge) changelog is here:
https://coq.inria.fr/distrib/V8.12.2/refman/changes.html

Revision 1.136 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:33 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.135: +2 -2 lines
Diff to previous 1.135 (colored) to selected 1.46.2.1 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.135 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:20 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.46.2.1 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.134 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:12 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.133: +2 -2 lines
Diff to previous 1.133 (colored) to selected 1.46.2.1 (colored)

Revbump for icu

Revision 1.133 / (download) - annotate - [select for diffs], Sat May 23 23:45:45 2020 UTC (3 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.132: +1 -7 lines
Diff to previous 1.132 (colored) to selected 1.46.2.1 (colored)

(lang/coq) Fix build: Remove no effective SUBST block

Revision 1.132 / (download) - annotate - [select for diffs], Tue Apr 28 05:46:53 2020 UTC (3 years, 11 months ago) by riastradh
Branch: MAIN
Changes since 1.131: +2 -1 lines
Diff to previous 1.131 (colored) to selected 1.46.2.1 (colored)

lang/coq: needs bash as tool

Otherwise build fails with:

   OCAMLOPT -o bin/coqide
   CHECK revision
   env: bash: No such file or directory
   gmake[1]: *** [Makefile.dev:34: revision] Error 127
   gmake[1]: Leaving directory '/tmp/pkgbuild/2020Q1/lang/coq/work/coq-8.10.2'
   gmake: *** [Makefile:179: submake] Error 2

Revision 1.131 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:24 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored) to selected 1.46.2.1 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.130 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:19 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for libffi

Revision 1.129 / (download) - annotate - [select for diffs], Sun Mar 1 05:25:13 2020 UTC (4 years ago) by dholland
Branch: MAIN
Changes since 1.128: +2 -1 lines
Diff to previous 1.128 (colored) to selected 1.46.2.1 (colored)

lang/coq now needs adwaita-icon-theme.

(without it the new coqide is missing things, and it seems to
specifically refer to adwaita-icon-theme by name)

Bump PKGREVISION to 1, since coqide is a default-on option.

Revision 1.128 / (download) - annotate - [select for diffs], Fri Jan 24 15:54:48 2020 UTC (4 years, 2 months ago) by jaapb
Branch: MAIN
Changes since 1.127: +9 -9 lines
Diff to previous 1.127 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to version 8.10.2.

Changes include:
- native 63-bit machine integers;
- a new sort of definitionally proof-irrelevant propositons: SProp;
- private universes for opaque polymorphic constants;
- string notations and numeral notations;
- a new simplex-based proof engine for the tactics lia, nia, lra and nra;
- new introduction patterns for SSReflect;
- a tactic to rewrite under binders: under;
- easy input of non-ASCII symbols in CoqIDE, which now uses GTK3.

and many small improvements and bugfixes.

Revision 1.127 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:42 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored) to selected 1.46.2.1 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.126 / (download) - annotate - [select for diffs], Sun Nov 3 19:03:57 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.125: +16 -16 lines
Diff to previous 1.125 (colored) to selected 1.46.2.1 (colored)

lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.125 / (download) - annotate - [select for diffs], Sun Sep 1 00:51:46 2019 UTC (4 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored) to selected 1.46.2.1 (colored)

coq: patch to build with ocaml 4.08

Revision 1.124 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:14 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.123 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:27 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored) to selected 1.46.2.1 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.122 / (download) - annotate - [select for diffs], Thu May 23 10:55:07 2019 UTC (4 years, 10 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.121: +2 -3 lines
Diff to previous 1.121 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to version 8.9.1.

Main changes:
* some quality-of-life bug fixes,
* many improvements to the documentation,
* a critical bug fix related to primitive projections and native_compute,
* several additional Coq libraries shipped with the Windows installer.

Revision 1.121 / (download) - annotate - [select for diffs], Sun May 5 22:49:48 2019 UTC (4 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.46.2.1 (colored)

Recursive rebvump from devel/nss

Revision 1.120 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:02 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.46.2.1 (colored)

PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.119 / (download) - annotate - [select for diffs], Wed Apr 3 00:32:49 2019 UTC (4 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.118: +2 -1 lines
Diff to previous 1.118 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from textproc/icu

Revision 1.118 / (download) - annotate - [select for diffs], Wed Mar 6 09:28:23 2019 UTC (5 years ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.117: +8 -12 lines
Diff to previous 1.117 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to version 8.9.0.

Many improvements and fixes, but none that appear to break compatibility.
For more details see the CHANGES file.

Revision 1.117 / (download) - annotate - [select for diffs], Sun Dec 9 18:52:33 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.46.2.1 (colored)

revbump after updating textproc/icu

Revision 1.116 / (download) - annotate - [select for diffs], Thu Nov 29 11:21:52 2018 UTC (5 years, 3 months ago) by prlw1
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.46.2.1 (colored)

Revbump for libcanberra gstreamer change.

Revision 1.115 / (download) - annotate - [select for diffs], Wed Nov 14 22:21:54 2018 UTC (5 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.46.2.1 (colored)

Revbump after cairo 1.16.0 update.

Revision 1.114 / (download) - annotate - [select for diffs], Mon Nov 12 03:52:26 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from hardbuzz-2.1.1

Revision 1.113 / (download) - annotate - [select for diffs], Wed Oct 24 21:11:52 2018 UTC (5 years, 5 months ago) by leot
Branch: MAIN
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.46.2.1 (colored)

*: (belatedly) revbump for net/libsoup update

Thanks to <wiz>!

Revision 1.112 / (download) - annotate - [select for diffs], Thu Aug 2 12:57:03 2018 UTC (5 years, 7 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.111: +8 -6 lines
Diff to previous 1.111 (colored) to selected 1.46.2.1 (colored)

Updated package lang/coq to version 8.8.1.

The list of improvements, additions, bugfixes and so on is quite large;
those interested can refer to the CHANGES file in the distribution.

The reference manual has been fully ported to Sphinx.

Revision 1.111 / (download) - annotate - [select for diffs], Fri Jul 20 03:34:17 2018 UTC (5 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.110 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:40 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.46.2.1 (colored)

Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.109 / (download) - annotate - [select for diffs], Mon Apr 16 14:34:47 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.46.2.1 (colored)

Recursive bump for new fribidi dependency in pango.

Revision 1.108 / (download) - annotate - [select for diffs], Sat Apr 14 07:34:28 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 (colored) to selected 1.46.2.1 (colored)

revbump after icu update

Revision 1.107 / (download) - annotate - [select for diffs], Mon Apr 9 11:29:23 2018 UTC (5 years, 11 months ago) by jaapb
Branch: MAIN
Changes since 1.106: +6 -4 lines
Diff to previous 1.106 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to version 8.7.2.

This fixes a critical bug in the VM handling of universes, and adds
various other minor fixes and improvements.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Mar 12 11:16:58 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored) to selected 1.46.2.1 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:53 2018 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored) to selected 1.46.2.1 (colored)

Bump PKGREVISION for gdbm shlib major bump

Revision 1.104 / (download) - annotate - [select for diffs], Wed Jan 10 16:26:53 2018 UTC (6 years, 2 months ago) by jaapb
Branch: MAIN
Changes since 1.103: +3 -4 lines
Diff to previous 1.103 (colored) to selected 1.46.2.1 (colored)

Updated package lang/coq to version 8.7.1.

This is a compatibility release with OCaml 4.06.0. It also contains many
bugfixes, documentation improvements and user message improvements.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Nov 30 16:45:28 2017 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.46.2.1 (colored)

Revbump after textproc/icu update

Revision 1.102 / (download) - annotate - [select for diffs], Thu Nov 23 17:20:01 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored) to selected 1.46.2.1 (colored)

recursive bump for libxkbcommon removal from at-spi2-core

Revision 1.101 / (download) - annotate - [select for diffs], Fri Nov 3 11:20:28 2017 UTC (6 years, 4 months ago) by jaapb
Branch: MAIN
Changes since 1.100: +17 -5 lines
Diff to previous 1.100 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to version 8.7.0.

Includes many improvements and bugfixes (none that seem to be breaking
backwards compatibility though), see the CHANGELOG.
For packaging:
- camlp4 support removed, package now uses camlp5 exclusively
- fix for PR pkg/52651

Revision 1.100 / (download) - annotate - [select for diffs], Mon Sep 18 09:53:24 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.99: +2 -1 lines
Diff to previous 1.99 (colored) to selected 1.46.2.1 (colored)

revbump for requiring ICU 59.x

Revision 1.99 / (download) - annotate - [select for diffs], Fri Sep 8 17:19:01 2017 UTC (6 years, 6 months ago) by jaapb
Branch: MAIN
Changes since 1.98: +7 -3 lines
Diff to previous 1.98 (colored) to selected 1.46.2.1 (colored)

Updated package to latest version, 8.6.1. Changes include:

- Fix #5380: Default colors for CoqIDE are actually applied.
- Fix plugin warnings
- Document named evars (including Show ident)
- Fix Bug #5574, document function scope
- Adding a test case as requested in bug 5205.
- Fix Bug #5568, no dup notation warnings on repeated module imports
- Fix documentation of Typeclasses eauto :=
- Refactor documentation of records.
- Protecting from warnings while compiling 8.6
- Fixing an inconsistency between configure and configure.ml
- Add test-suite checks for coqchk with constraints
- Fix bug #5019 (looping zify on dependent types)
- Fix bug 5550: "typeclasses eauto with" does not work with section variables.
- Bug 5546, qualify datatype constructors when needed in Show Match
- Bug #5535, test for Show with -emacs
- Fix bug #5486, don't reverse ids in tuples
- Fixing #5522 (anomaly with free vars of pat)
- Fix bug #5526, don't check for nonlinearity in notation if printing only
- Fix bug #5255
- Fix bug #3659: -time should understand multibyte encodings.
- FIx bug #5300: Anomaly: Uncaught exception Not_found" in "Print Assumptions".
- Fix outdated description in RefMan.
- Repairing `Set Rewriting Schemes`
- Fixing #5487 (v8.5 regression on ltac-matching expressions with evars).
- Fix description of command-line arguments for Add (Rec) LoadPath
- Fix bug #5377: @? patterns broken.
- add XML protocol doc
- Fix anomaly when doing [all:Check _.] during a proof.
- Correction of bug #4306
- Fix #5435: [Eval native_compute in] raises anomaly.
- Instances should obey universe binders even when defined by tactics.
- Intern names bound in match patterns
- funind: Ignore missing info for current function
- Do not typecheck twice the type of opaque constants.
- show unused intro pattern warning
- [future] Be eager when "chaining" already resolved future values.
- Opaque side effects
- Fix #5132: coq_makefile generates incorrect install goal
- Run non-tactic comands without resilient_command
- Univs: fix bug #5365, generation of u+k <= v constraints
- make `emit' tail recursive
- Don't require printing-only notation to be productive
- Fix the way setoid_rewrite handles bindings.
- Fix for bug 5244 - set printing width ignored when given enough space
- Fix bug 4969, autoapply was not tagging shelved subgoals correctly

Revision 1.98 / (download) - annotate - [select for diffs], Tue Jul 11 14:19:20 2017 UTC (6 years, 8 months ago) by jaapb
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) to selected 1.46.2.1 (colored)

Revbump associated with ocaml-4.04.2

Revision 1.97 / (download) - annotate - [select for diffs], Sat Apr 22 21:03:40 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.46.2.1 (colored)

Revbump after icu update

Revision 1.96 / (download) - annotate - [select for diffs], Sun Feb 12 06:25:38 2017 UTC (7 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from fonts/harfbuzz

Revision 1.95 / (download) - annotate - [select for diffs], Mon Feb 6 13:55:36 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored) to selected 1.46.2.1 (colored)

Recursive bump for harfbuzz's new graphite2 dependency.

Revision 1.94 / (download) - annotate - [select for diffs], Thu Jan 12 09:11:27 2017 UTC (7 years, 2 months ago) by jaapb
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored) to selected 1.46.2.1 (colored)

Added dependency on camlp4

Revision 1.93 / (download) - annotate - [select for diffs], Fri Dec 30 13:23:06 2016 UTC (7 years, 2 months ago) by jaapb
Branch: MAIN
Changes since 1.92: +2 -4 lines
Diff to previous 1.92 (colored) to selected 1.46.2.1 (colored)

Updated coq to latest version, 8.6. Changes include:

Changes from V8.6beta1 to V8.6
==============================

Kernel

- Fixed critical bug #5248 in VM long multiplication on 32-bit
  architectures. Was there only since 8.6beta1, so no stable release impacted.

Other bug fixes in universes, type class shelving,...

Changes from V8.5 to V8.6beta1
==============================

Kernel

- A new, faster state-of-the-art universe constraint checker.

Specification language

- Giving implicit arguments explicitly to a constant with multiple
  choices of implicit arguments does not break any more insertion of
  further maximal implicit arguments.
- Ability to put any pattern in binders, prefixed by quote, e.g.
  "fun '(a,b) => ...", "λ '(a,(b,c)), ...", "Definition foo '(x,y) := ...".
  It expands into a "let 'pattern := ..."

Tactics

- Flag "Bracketing Last Introduction Pattern" is now on by default.
- Flag "Regular Subst Tactic" is now on by default: it respects the
  initial order of hypothesis, it contracts cycles, it unfolds no
  local definitions (common source of incompatibilities, fixable by
  "Unset Regular Subst Tactic").
- New flag "Refolding Reduction", now disabled by default, which turns
  on refolding of constants/fixpoints (as in cbn) during the reductions
  done during type inference and tactic retyping. Can be extremely
  expensive. When set off, this recovers the 8.4 behaviour of unification
  and type inference. Potential source of incompatibility with 8.5 developments
  (the option is set on in Compat/Coq85.v).
- New flag "Shrink Abstract" that minimalizes proofs generated by the abstract
  tactical w.r.t. variables appearing in the body of the proof.
  On by default and deprecated. Minor source of incompatibility
  for code relying on the precise arguments of abstracted proofs.
- Serious bugs are fixed in tactic "double induction" (source of
  incompatibilities as soon as the inductive types have dependencies in
  the type of their constructors; "double induction" remains however
  deprecated).
- In introduction patterns of the form (pat1,...,patn), n should match
  the exact number of hypotheses introduced (except for local definitions
  for which pattern can be omitted, as in regular pattern-matching).
- Tactic scopes in Ltac like constr: and ltac: now require parentheses around
  their argument.
- Every generic argument type declares a tactic scope of the form "name:(...)"
  where name is the name of the argument. This generalizes the constr: and ltac:
  instances.
- When in strict mode (i.e. in a Ltac definition), if the "intro" tactic is
  given a free identifier, it is not bound in subsequent tactics anymore.
  In order to introduce a binding, use e.g. the "fresh" primitive instead
  (potential source of incompatibilities).
- New tactics is_ind, is_const, is_proj, is_constructor for use in Ltac.
- New goal selectors.  Sets of goals can be selected by listing integers
  ranges. Example: "1,4-7,24: tac" focuses "tac" on goals 1,4,5,6,7,24.
- For uniformity with "destruct"/"induction" and for a more natural
  behavior, "injection" can now work in place by activating option
  "Structural Injection". In this case, hypotheses are also put in the
  context in the natural left-to-right order and the hypothesis on
  which injection applies is cleared.
- Tactic "contradiction" (hence "easy") now also solve goals with
  hypotheses of the form "~True" or "t<>t" (possible source of
  incompatibilities because of more successes in automation, but
  generally a more intuitive strategy).
- Option "Injection On Proofs" was renamed "Keep Proof Equalities". When
  enabled, injection and inversion do not drop equalities between objects
  in Prop. Still disabled by default.
- New tactics "notypeclasses refine" and "simple notypeclasses refine" that
  disallow typeclass resolution when typechecking their argument, for use
  in typeclass hints.
- Integration of LtacProf, a profiler for Ltac.
- Reduction tactics now accept more fine-grained flags: iota is now a shorthand
  for the new flags match, fix and cofix.
- The ssreflect subterm selection algorithm is now accessible to tactic writers
  through the ssrmatching plugin.
- When used as an argument of an ltac function, "auto" without "with"
  nor "using" clause now correctly uses only the core hint database by
  default.

Hints

- Revised the syntax of [Hint Cut] to follow standard notation for regexps.
- Hint Mode now accepts "!" which means that the mode matches only if the
  argument's head is not an evar (it goes under applications, casts, and
  scrutinees of matches and projections).
- Hints can now take an optional user-given pattern, used only by
  [typeclasses eauto] with the [Filtered Unification] option on.

Typeclasses

- Many new options and new engine based on the proof monad. The
  [typeclasses eauto] tactic is now a multi-goal, multi-success tactic.
  See reference manual for more information. It is planned to
  replace auto and eauto in the following version. The 8.5 resolution
  engine is still available to help solve compatibility issues.

Program

- The "Shrink Obligations" flag now applies to all obligations, not only
  those solved by the automatic tactic.
- "Shrink Obligations" is on by default and deprecated. Minor source of
  incompatibility for code relying on the precise arguments of
  obligations.

Notations

- "Bind Scope" can once again bind "Funclass" and "Sortclass".

General infrastructure

- New configurable warning system which can be controlled with the vernacular
  command "Set Warnings", or, under coqc/coqtop, with the flag "-w". In
  particular, the default is now that warnings are printed by coqc.
- In asynchronous mode, Coq is now capable of recovering from errors and
  continue processing the document.

Tools

- coqc accepts a -o option to specify the output file name
- coqtop accepts --print-version to print Coq and OCaml versions in
  easy to parse format
- Setting [Printing Dependent Evars Line] can be unset to disable the
  computation associated with printing the "dependent evars: " line in
  -emacs mode
- Removed the -verbose-compat-notations flag and the corresponding Set
  Verbose Compat vernacular, since these warnings can now be silenced or
  turned into errors using "-w".

XML protocol

- message format has changed, see dev/doc/changes.txt for more details.

Many bug fixes, minor changes and documentation improvements are not mentioned
here.

Changes from V8.5pl2 to V8.5pl3
===============================

Critical bugfix

- #4876: Guard checker incompleteness when using primitive projections

Other bugfixes

- #4780: Induction with universe polymorphism on was creating ill-typed terms.
- #4673: regression in setoid_rewrite, unfolding let-ins for type unification.
- #4754: Regression in setoid_rewrite, allow postponed unification problems to remain.
- #4769: Anomaly with universe polymorphic schemes defined inside sections.
- #3886: Program: duplicate obligations of mutual fixpoints.
- #4994: Documentation typo.
- #5008: Use the "md5" command on OpenBSD.
- #5007: Do not assume the "TERM" environment variable is always set.
- #4606: Output a break before a list only if there was an empty line.
- #5001: metas not cleaned properly in clenv_refine_in.
- #2336: incorrect glob data for module symbols (bug #2336).
- #4832: Remove extraneous dot in error message.
- Anomaly in printing a unification error message.
- #4947: Options which take string arguments are not backwards compatible.
- #4156: micromega cache files are now hidden files.
- #4871: interrupting par:abstract kills coqtop.
- #5043: [Admitted] lemmas pick up section variables.
- Fix name of internal refine ("simple refine").
- #5062: probably a typo in Strict Proofs mode.
- #5065: Anomaly: Not a proof by induction.
- Restore native compiler optimizations, they were disabled since 8.5!
- #5077: failure on typing a fixpoint with evars in its type.
- Fix recursive notation bug.
- #5095: non relevant too strict test in let-in abstraction.
- Ensuring that the evar name is preserved by "rename".
- #4887: confusion between using and with in documentation of firstorder.
- Bug in subst with let-ins.
- #4762: eauto weaker than auto.
- Remove if_then_else (was buggy). Use tryif instead.
- #4970: confusion between special "{" and non special "{{" in notations.
- #4529: primitive projections unfolding.
- #4416: Incorrect "Error: Incorrect number of goals".
- #4863: abstract in typeclass hint fails.
- #5123: unshelve can impact typeclass resolution
- Fix a collision about the meta-variable ".." in recursive notations.
- Fix printing of info_auto.
- #3209: Not_found due to an occur-check cycle.
- #5097: status of evars refined by "clear" in ltac: closed wrt evars.
- #5150: Missing dependency of the test-suite subsystems in prerequisite.
- Fix a bug in error printing of unif constraints
- #3941: Do not stop propagation of signals when Coq is busy.
- #4822: Incorrect assertion in cbn.
- #3479 parsing of "{" and "}" when a keyword starts with "{" or "}".
- #5127: Memory corruption with the VM.
- #5102: bullets parsing broken by calls to parse_entry.

Various documentation improvements


Changes from V8.5pl1 to V8.5pl2
===============================

Critical bugfix
- Checksums of .vo files dependencies were not correctly checked.
- Unicode-to-ASCII translation was not injective, leading in a soundness bug in
  the native compiler.

Other bugfixes

- #4097: more efficient occur-check in presence of primitive projections
- #4398: type_scope used consistently in "match goal".
- #4450: eauto does not work with polymorphic lemmas
- #4677: fix alpha-conversion in notations needing eta-expansion.
- Fully preserve initial order of hypotheses in "Regular Subst Tactic" mode.
- #4644: a regression in unification.
- #4725: Function (Error: Conversion test raised an anomaly) and Program
  (Error: Cannot infer this placeholder of type)
- #4747: Problem building Coq 8.5pl1 with OCaml 4.03.0: Fatal warnings
- #4752: CoqIDE crash on files not ended by ".v".
- #4777: printing inefficiency with implicit arguments
- #4818: "Admitted" fails due to undefined universe anomaly after calling
  "destruct"
- #4823: remote counter: avoid thread race on sockets
- #4841: -verbose flag changed semantics in 8.5, is much harder to use
- #4851: [nsatz] cannot handle duplicated hypotheses
- #4858: Anomaly: Uncaught exception Failure("hd"). Please report. in variant
  of nsatz
- #4880: [nsatz_compute] generates invalid certificates if given redundant
  hypotheses
- #4881: synchronizing "Declare Implicit Tactic" with backtrack.
- #4882: anomaly with Declare Implicit Tactic on hole of type with evars
- Fix use of "Declare Implicit Tactic" in refine.
  triggered by CoqIDE
- #4069, #4718: congruence fails when universes are involved.

Universes
- Disallow silently dropping universe instances applied to variables
  (forward compatible)
- Allow explicit universe instances on notations, when they can apply
  to the head reference of their expansion.

Build infrastructure
- New update on how to find camlp5 binary and library at configure time.

Revision 1.92 / (download) - annotate - [select for diffs], Sun Dec 4 05:17:31 2016 UTC (7 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from textproc/icu 58.1

Revision 1.91 / (download) - annotate - [select for diffs], Wed Aug 3 10:23:03 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.90: +2 -1 lines
Diff to previous 1.90 (colored) to selected 1.46.2.1 (colored)

Revbump after graphics/gd update

Revision 1.90 / (download) - annotate - [select for diffs], Sat Jul 2 10:17:18 2016 UTC (7 years, 8 months ago) by jaapb
Branch: MAIN
Changes since 1.89: +8 -3 lines
Diff to previous 1.89 (colored) to selected 1.46.2.1 (colored)

Updated package to latest version, 8.5pl1. Also fixed a packaging bug
that had buildlink paths show up in the Coq_config module, and added a
patch from upstream to allow compilation with 4.03.

Changes:
Critical bugfix
- The subterm relation for the guard condition was incorrectly defined on
  primitive projections (#4588)

Plugin development tools
- add a .merlin target to the makefile

Various performance improvements (time, space used by .vo files)

Other bugfixes

- Fix order of arguments to Big.compare_case in ExtrOcamlZBigInt.v
- Added compatibility coercions from Specif.v which were present in Coq 8.4.
- Fixing a source of inefficiency and an artificial dependency in the printer in the congruence tactic.
- Allow to unset the refinement mode of Instance in ML
- Fixing an incorrect use of prod_appvect on a term which was not a product in setoid_rewrite.
- Add -compat 8.4 econstructor tactics, and tests
- Add compatibility Nonrecursive Elimination Schemes
- Fixing the "No applicable tactic" non informative error message regression on apply.
- Univs: fix get_current_context (bug #4603, part I)
- Fix a bug in Program coercion code
- Fix handling of arity of definitional classes.
- #4630: Some tactics are 20x slower in 8.5 than 8.4.
- #4627: records with no declared arity can be template polymorphic.
- #4623: set tactic too weak with universes (regression)
- Fix incorrect behavior of CS resolution
- #4591: Uncaught exception in directory browsing.
- CoqIDE is more resilient to initialization errors.
- #4614: "Fully check the document" is uninterruptable.
- Try eta-expansion of records only on non-recursive ones
- Fix bug when a sort is ascribed to a Record
- Primitive projections: protect kernel from erroneous definitions.
- Fixed bug #4533 with previous Keyed Unification commit
- Win: kill unreliable hence do not waitpid after kill -9 (Close #4369)
- Fix strategy of Keyed Unification
- #4608: Anomaly "output_value: abstract value (outside heap)".
- #4607: do not read native code files if native compiler was disabled.
- #4105: poor escaping in the protocol between CoqIDE and coqtop.
- #4596: [rewrite] broke in the past few weeks.
- #4533 (partial): respect declared global transparency of projections in unification.ml
- #4544: Backtrack on using full betaiota reduction during keyed unification.
- #4540: CoqIDE bottom progress bar does not update.
- Fix regression from 8.4 in reflexivity
- #4580: [Set Refine Instance Mode] also used for Program Instance.
- #4582: cannot override notation [ x ]. MAY CREATE INCOMPATIBILITIES, see #4683.
- STM: Print/Extraction have to be skipped if -quick
- #4542: CoqIDE: STOP button also stops workers
- STM: classify some variants of Instance as regular `Fork nodes.
- #4574: Anomaly: Uncaught exception Invalid_argument("splay_arity").
- Do not give a name to anonymous evars anymore. See bug #4547.
- STM: always stock in vio files the first node (state) of a proof
- STM: not delegate proofs that contain Vernac(Module|Require|Import), #4530
- Don't fail fatally if PATH is not set.
- #4537: Coq 8.5 is slower in typeclass resolution.
- #4522: Incorrect "Warning..." on windows.
- #4373: coqdep does not know about .vio files.
- #3826: "Incompatible module types" is uninformative.
- #4495: Failed assertion in metasyntax.ml.
- #4511: evar tactic can create non-typed evars.
- #4503: mixing universe polymorphic and monomorphic variables and definitions in sections is unsupported.
- #4519: oops, global shadowed local universe level bindings.
- #4506: Anomaly: File "pretyping/indrec.ml", line 169, characters 14-20: Assertion failed.
- #4548: Coqide crashes when going back one command

Revision 1.89 / (download) - annotate - [select for diffs], Thu May 5 11:45:40 2016 UTC (7 years, 10 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored) to selected 1.46.2.1 (colored)

Recursive revbump associated with ocaml update.

Revision 1.88 / (download) - annotate - [select for diffs], Tue May 3 11:40:04 2016 UTC (7 years, 10 months ago) by prlw1
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored) to selected 1.46.2.1 (colored)

revbump for libsoup's ABI issue

Revision 1.87 / (download) - annotate - [select for diffs], Mon Apr 11 19:01:54 2016 UTC (7 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from textproc/icu 57.1

Revision 1.86 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:43 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) to selected 1.46.2.1 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.85 / (download) - annotate - [select for diffs], Sat Feb 6 16:08:36 2016 UTC (8 years, 1 month ago) by jaapb
Branch: MAIN
Changes since 1.84: +3 -5 lines
Diff to previous 1.84 (colored) to selected 1.46.2.1 (colored)

Updated package to latest version, 8.5. The changeset is over 500 lines
long, so I will not include it here, but details can be found in the
CHANGES file in the source. (the previous version was V8.4.)

Revision 1.84 / (download) - annotate - [select for diffs], Sat Oct 10 01:58:10 2015 UTC (8 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from textproc/icu

Revision 1.83 / (download) - annotate - [select for diffs], Mon Sep 7 12:02:05 2015 UTC (8 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.82: +1 -9 lines
Diff to previous 1.82 (colored) to selected 1.46.2.1 (colored)

Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Aug 7 11:20:34 2015 UTC (8 years, 7 months ago) by jaapb
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.46.2.1 (colored)

Recursive revbump associated with lang/ocaml update.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jun 30 11:53:00 2015 UTC (8 years, 9 months ago) by jaapb
Branch: MAIN
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored) to selected 1.46.2.1 (colored)

Recursive revbump associated with update of lang/ocaml to 4.02.2.

Revision 1.80 / (download) - annotate - [select for diffs], Sat Apr 25 13:41:18 2015 UTC (8 years, 11 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.79: +2 -3 lines
Diff to previous 1.79 (colored) to selected 1.46.2.1 (colored)

Updated coq to version 8.4pl6. Changes from previous version include (apart
from bugfixes):

- Coq compilation made possible with forthcoming ocaml 4.03.
- command for locating exists notation in refman changed.
- Various improvements of the Reference Manual (especially its html version)
- implicit arguments of local definitions fixed (possible
  source of incompatibilities).
- New command "Print Debug GC".
- Function cannot define graph.
- Optimizing compilation of pattern matching.
- Better inference of impossible cases in pattern-matching.
- Evar leak in pattern-matching compilation
- ill-typed replacement in "change ... with ...".
- unbound evars in "change ... with ...".
- wrong return clause of a match pattern in Ltac.
- cleared local hints for autounfold.
- cleared local hints for autounfold.
- lost evars in "change ... with ...".
- supporting let-ins in constructors for vm_compute
- unfortunate typo in compare_height.
- unfortunate typos in absorption lemmas over bool.
- Full support of utf8 Greek letters (block U0370) in coqdoc

Revision 1.79 / (download) - annotate - [select for diffs], Mon Apr 6 08:17:30 2015 UTC (8 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.46.2.1 (colored)

Revbump after updating textproc/icu

Revision 1.78 / (download) - annotate - [select for diffs], Tue Jan 20 14:24:36 2015 UTC (9 years, 2 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.46.2.1 (colored)

Revbump associated with update of lang/ocaml.

Revision 1.77 / (download) - annotate - [select for diffs], Thu Oct 9 22:19:01 2014 UTC (9 years, 5 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.76: +6 -8 lines
Diff to previous 1.76 (colored) to selected 1.46.2.1 (colored)

Revbump because of ocaml 4.02, added compilation patch (already in
repository upstream) and updated package to use ocaml.mk framework.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Oct 7 16:47:28 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored) to selected 1.46.2.1 (colored)

Revbump after updating libwebp and icu

Revision 1.75 / (download) - annotate - [select for diffs], Tue May 13 14:52:28 2014 UTC (9 years, 10 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.74: +2 -3 lines
Diff to previous 1.74 (colored) to selected 1.46.2.1 (colored)

Update of package to version 8.4pl4. Changes include:

Changes from V8.4pl3 to V8.4pl4
===============================

WARNING:
The current logic of Coq is now known to be inconsistent with
  Axiom prop_extensionality : forall A B:Prop, (A <-> B) -> A = B.
For more details, see:
  https://gforge.inria.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=coq/coq.git;a=blob_plain;f=test-suite/failure/subterm2.v;hb=HEAD
or
  https://gforge.inria.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=coq/coq.git;a=blob_plain;f=test-suite/failure/subterm3.v;hb=HEAD

Kernel

- Unsound check of elimination sort.
- Fix guard condition for nested cofixpoints.
- Univ constraints of module subtyping were not propagated.

Tactics

- A new option "Set Stable Omega" ensures that repeated identical calls
  to omega will produce identical proof terms. This option is off by default
  for maximal compatibility, but should be pretty safe to activate.
- The interpretation of the open_constr tactic argument was erroneously
  firing type classes resolution in some corner cases.  This has been
  fixed.  The tactic argument type open_constr_wTC is provided for retro
  compatibility purposes.
- Fixing bug (fixing precedence of ltac variables over variables in
  env) introduces rare and justified tactic failure.

Bug fixes

- micromega: solved an ambiguous symbol resolution.
- Coq always uses / as separator between directories on all platforms.
- remove trailing '\r' from file names returned by coqtop.
- bug correction in proving inversion principles for Function.
- ocamlbuild: minor fixes related to camlp4 and cross-compilation.

Changes from V8.4pl2 to V8.4pl3
===============================

Ide_slave XML interface

- 20120712, 20130419 : Invalidated protocol versions
- From 20130419 extra datastructure : union
   (Inl "" = <union val="in_l"><string></string></union>,
    Inr _ = <union val="in_r">...)
- 20130419~1 : new toplevel entry : message, not send by coptop v8.4 and not
  handle by coqide v8.4. A message has a level and a content (of string).
  Message levels are Debug of string, Info, Notice, Warning and Error.
- 20130425 :
  * new toplevel entry : feedback, once again not send by coqtop v8.4 and not
  handle by coqide v8.4. A feedback gives the id of the sentence it provides info
  about and a content. Feedback contents are Processed, AddedAxiom and
  GlobRef of Util.loc * string * string * string * string
  * <call val="interp"> must provide an attribute id of type int. It is OK in
  coqtop v8.4 to alwais send <call val="interp" id="0">

Bug fixes

- Fixing a significant efficiency leak in the code of the field tactic.
- Fix caching of local hint database in typeclasses eauto which could
  miss some hypotheses.
- Fix automatic solving of obligation in program, which was not trying
  to solve obligations that had no undefined dependencies left.

Revision 1.74 / (download) - annotate - [select for diffs], Mon May 5 00:48:05 2014 UTC (9 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.46.2.1 (colored)

Recursive revbump from x11/pixman
Fix PR pkg/48777

Revision 1.73 / (download) - annotate - [select for diffs], Wed Apr 9 07:27:09 2014 UTC (9 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.46.2.1 (colored)

recursive bump from icu shlib major bump.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:05 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.46.2.1 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Jan 1 11:52:21 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.46.2.1 (colored)

Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Nov 2 17:57:17 2013 UTC (10 years, 4 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored) to selected 1.46.2.1 (colored)

natdynlink is supported on darwin

Revision 1.69 / (download) - annotate - [select for diffs], Wed Oct 30 00:21:49 2013 UTC (10 years, 5 months ago) by minskim
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored) to selected 1.46.2.1 (colored)

Install a LaTeX style file into texmf-dist, not texmf.

The latter has been deprecated in TeX Live 2013.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Oct 19 09:07:06 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.46.2.1 (colored)

Revbump after updating textproc/icu

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

Recursive revbump from pango-1.36.0

Revision 1.66 / (download) - annotate - [select for diffs], Wed Oct 9 17:39:12 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.46.2.1 (colored)

recursive bump for libmng-2.0.2 shlib major bump and dependency change

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

Revbump after cairo update

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

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

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

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

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

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

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

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

Suggested by tron in PR 47882

Revision 1.61 / (download) - annotate - [select for diffs], Fri May 24 18:23:36 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.46.2.1 (colored)

Bump PKGREVISION for libproxy shlib major bump.

Revision 1.60 / (download) - annotate - [select for diffs], Thu May 9 07:40:02 2013 UTC (10 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored) to selected 1.46.2.1 (colored)

Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.

Revision 1.59 / (download) - annotate - [select for diffs], Sat Apr 20 08:21:49 2013 UTC (10 years, 11 months ago) by jaapb
Branch: MAIN
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored) to selected 1.46.2.1 (colored)

Updated package to the latest version, 8.4pl2. Changes include:

Bug fixes
- Solved bugs :
  #2466 #2629 #2668 #2750 #2839 #2869 #2954 #2955 #2959 #2962 #2966 #2967
  #2969 #2970 #2975 #2976 #2977 #2978 #2981 #2983 #2995 #3000 #3004 #3008
- Partially fixed bugs : #2830 #2949
- Coqtop should now react more reliably when receiving interrupt signals:
  all the "try...with" constructs have been protected against undue
  handling of the Sys.Break exception.

Coqide
- The Windows-specific code handling the interrupt button of Coqide
  had to be reworked (cf. bug #2869). Now, in Win32 this button does
  not target a specific coqtop client, but instead sends a Ctrl-C to
  any process sharing its console with Coqide. To avoid awkward
  effects, it is recommended to launch Coqide via its icon, its menu,
  or in a dedicated console window.

Extraction
- The option Extraction AccessOpaque is now set by default,
  restoring compatibility of older versions of Coq (cf bug #2952).

Revision 1.58 / (download) - annotate - [select for diffs], Sat Feb 16 11:22:51 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.46.2.1 (colored)

Recursive bump for png-1.6.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Feb 6 23:22:37 2013 UTC (11 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.46.2.1 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jan 29 05:46:42 2013 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.46.2.1 (colored)

Fix MASTER_SITES.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Jan 26 21:38:05 2013 UTC (11 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.46.2.1 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.54 / (download) - annotate - [select for diffs], Tue Jan 22 15:32:03 2013 UTC (11 years, 2 months ago) by jaapb
Branch: MAIN
Changes since 1.53: +3 -4 lines
Diff to previous 1.53 (colored) to selected 1.46.2.1 (colored)

Updated lang/coq to the newest version, 8.4pl1. Changes include:

Bug fixes

- Solved bugs :
  #2851 #2863 #2865 #2893 #2895 #2892 #2905 #2906 #2907 #2917 #2921
  #2930 #2941 #2878
- Partially fixed bug : #2904
- Various fixes concerning coq_makefile

Optimizations

- "Union by rank" optimization for universes contributed by J.H. Jourdan
  and G. Sherrer (see union-find-and-coq-universes on gagallium blog).

Libraries

- Internal organisation of some modular libraries have slightly changed
  due to bug #2904 (GenericMinMax, OrdersTac)
- No more constant "int" in ZArith/Int.v to avoid name clash with OCaml
  (cf bug #2878).

Coqide

- Improved shutdown of coqtop processes spawned by coqide
  (in particular added a missing close_on_exec primitive before forking).
- On windows, launching coqide with the -debug option now produces
  a log file in the user's temporary directory. The location of this
  log file is displayed in the "About" message.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Dec 15 10:36:28 2012 UTC (11 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.46.2.1 (colored)

Bump PKGREVISION from devel/nss 3.14.0.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Nov 16 14:44:22 2012 UTC (11 years, 4 months ago) by jaapb
Branch: MAIN
Changes since 1.51: +10 -17 lines
Diff to previous 1.51 (colored) to selected 1.46.2.1 (colored)

Updated package to add 'doc' option and (if given) build documentation, as
requested in PR pkg/47152. Bumped PKGREVISION.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Oct 29 11:33:17 2012 UTC (11 years, 5 months ago) by jaapb
Branch: MAIN
Changes since 1.50: +21 -9 lines
Diff to previous 1.50 (colored) to selected 1.46.2.1 (colored)

Taken over maintainership (as discussed with previous maintainer,
richards@cs.princeton.edu). Updated package to use PLIST_VARS and CONF_FILES.
Updated coq to version 8.4. Changes include:

Logic
- Standard eta-conversion now supported (dependent product only).
- Guard condition improvement: subterm property is propagated through beta-redex
  blocked by pattern-matching, as in "(match v with C .. => fun x => u end) x";
  this allows for instance to use "rewrite ... in ..." without breaking
  the guard condition.
Vernacular commands
- The "Reset" command is now supported again in files given to coqc or Load.
- "Show Script" now indents again the displayed scripts. It can also work
  correctly across Load'ed files if the option "Unset Atomic Load" is used.
- "Open Scope" can now be given the delimiter (e.g. Z) instead of the full
  scope name (e.g. Z_scope).
- Commands "Back" and "BackTo" are now handling the proof states. They may
  perform some extra steps of backtrack to avoid states where the proof
  state is unavailable (typically a closed proof).
- The commands "Suspend" and "Resume" have been removed.
- A basic Show Script has been reintroduced (no indentation).
- New command "Set Parsing Explicit" for deactivating parsing (and printing)
  of implicit arguments (useful for teaching).
- New command "Grab Existential Variables" to transform the unresolved evars
  at the end of a proof into goals.
- It is now mandatory to have a space (or tabulation or newline or end-of-file)
  after a "." ending a sentence.
- In SearchAbout, the [ ] delimiters are now optional.
- New command "Add/Remove Search Blacklist <substring> ...":
  a Search or SearchAbout or similar query will never mention lemmas
  whose qualified names contain any of the declared substrings.
  The default blacklisted substrings are "_admitted" "_subproof" "Private_".
- When the output file of "Print Universes" ends in ".dot" or ".gv",
  the universe graph is printed in the DOT language, and can be
  processed by Graphviz tools.
- New command "Print Sorted Universes".
- The undocumented and obsolete option "Set/Unset Boxed Definitions" has
  been removed, as well as syntaxes like "Boxed Fixpoint foo".
- A new option "Set Default Timeout n / Unset Default Timeout".
- Qed now uses information from the reduction tactics used in proof script
  to avoid conversion at Qed time to go into a very long computation.
- New command "Show Goal ident" to display the statement of a goal, even
  a closed one (available from Proof General).
- Command "Proof" accept a new modifier "using" to force generalization
  over a given list of section variables at section ending.
- New command "Arguments" generalizing "Implicit Arguments" and
  "Arguments Scope" and that also allows to rename the parameters of a
  definition and to tune the behavior of the tactic "simpl".
Specification language and Notations
- Most compatibility notations of the standard library are now tagged as
  (compat xyz), where xyz is a former Coq version, for instance "8.3".
  These notations behave as (only parsing) notations, except that they may
  triggers warnings (or errors) when used while Coq is not in a corresponding
  -compat mode.
- To activate these compatibility warnings, use "Set Verbose Compat Notations"
  or the command-line flag -verbose-compat-notations.
- For a strict mode without these compatibility notations, use
  "Unset Compat Notations" or the command-line flag -no-compat-notations.
- Maximal implicit arguments can now be set locally by { }. The registration
  traverses fixpoints and lambdas. Because there is conversion in types,
  maximal implicit arguments are not taken into account in partial
  applications (use eta expanded form with explicit { } instead).
- Added support for recursive notations with binders (allows for instance
  to write "exists x y z, P").
- Structure/Record printing can be disable by "Unset Printing Records".
  In addition, it can be controlled on type by type basis using
  "Add Printing Record" or "Add Printing Constructor".
- Pattern-matching compilation algorithm: in "match x, y with ... end",
  possible dependencies of x (or of the indices of its type) in the type
  of y are now taken into account.
Tactics
- An annotation "eqn:H" or "eqn:?" can be added to a "destruct"
  or "induction" to make it generate equations in the spirit of "case_eq".
  The former syntax "_eqn" is discontinued.
- The name of the hypothesis introduced by tactic "remember" can be
  set via the new syntax "remember t as x eqn:H" (wish #2489).
- Still no general "info" tactical, but new specific tactics info_auto,
  info_eauto, info_trivial which provides information on the proofs found
  by auto/eauto/trivial. Display of these details could also be activated by
  "Set Info Auto"/"Set Info Eauto"/"Set Info Trivial".
- Details on everything tried by auto/eauto/trivial during a proof search
  could be obtained by "debug auto", "debug eauto", "debug trivial" or by a
  global "Set Debug Auto"/"Set Debug Eauto"/"Set Debug Trivial".
- New command "r string" in Ltac debugger that interprets "idtac
  string" in Ltac code as a breakpoint and jumps to its next use.
- Tactics from the Dp plugin (simplify, ergo, yices, cvc3, z3, cvcl,
  harvey, zenon, gwhy) have been removed, since Why2 has not been
  maintained for the last few years. The Why3 plugin should be a suitable
  replacement in most cases.
- New proof engine.
- Scripts can now be structured thanks to bullets - * + and to subgoal
  delimitation via { }. Note: for use with Proof General, a cvs version of
  Proof General no older than mid-July 2011 is currently required.
- Support for tactical "info" is suspended.
- Support for command "Show Script" is suspended.
- New tactics constr_eq, is_evar and has_evar for use in Ltac.
- Removed the two-argument variant of "decide equality".
- New experimental tactical "timeout <n> <tac>". Since <n> is a time
  in second for the moment, this feature should rather be avoided
  in scripts meant to be machine-independent.
- Fix in "destruct": removal of unexpected local definitions in context might
  result in some rare incompatibilities (solvable by adapting name hypotheses).
- Introduction pattern "_" made more robust.
- Tactic (and Eval command) vm_compute can now be interrupted via Ctrl-C.
- Unification in "apply" supports unification of patterns of the form
  ?f x y = g(x,y) (compatibility ensured by using
  "Unset Tactic Pattern Unification"). It also supports (full) betaiota.
- Tactic autorewrite does no longer instantiate pre-existing
  existential variables (theoretical source of possible incompatibilities).
- Tactic "dependent rewrite" now supports equality in "sig".
- Tactic omega now understands Zpred (wish #1912) and can prove any goal
  from a context containing an arithmetical contradiction (wish #2236).
- Using "auto with nocore" disables the use of the "core" database (wish #2188).
  This pseudo-database "nocore" can also be used with trivial and eauto.
- Tactics "set", "destruct" and "induction" accepts incomplete terms and
  use the goal to complete the pattern assuming it is non ambiguous.
- When used on arguments with a dependent type, tactics such as
  "destruct", "induction", "case", "elim", etc. now try to abstract
  automatically the dependencies over the arguments of the types
  (based on initial ideas from Chung-Kil Hur, extension to nested
   dependencies suggested by Dan Grayson)
- Tactic "injection" now failing on an equality showing no constructors while
  it was formerly generalizing again the goal over the given equality.
- In Ltac, the "context [...]" syntax has now a variant "appcontext [...]"
  allowing to match partial applications in larger applications.
- When applying destruct or inversion on a fixpoint hiding an inductive
  type, recursive calls to the fixpoint now remain folded by default (rare
  source of incompatibility generally solvable by adding a call to simpl).
- In an ltac pattern containing a "match", a final "| _ => _" branch could be
  used now instead of enumerating all remaining constructors. Moreover, the
  pattern "match _ with _ => _ end" now allows to match any "match". A "in"
  annotation can also be added to restrict to a precise inductive type.
- The behavior of "simpl" can be tuned using the "Arguments" vernacular.
  In particular constants can be marked so that they are always/never unfolded
  by "simpl", or unfolded only when a set of arguments evaluates to a
  constructor. Last one can mark a constant so that it is unfolded only if the
  simplified term does not expose a match in head position.
Libraries
- Reals: changed definition of PI, no more axiom about sin(PI/2).
- SetoidPermutation: a notion of permutation for lists modulo a setoid equality.
- BigN: fixed the ocaml code doing the parsing/printing of big numbers.
- MSetRBT: a new implementation of MSets via Red-Black trees (initial
  contribution by Andrew Appel).
- MSetAVL: for maximal sharing with the new MSetRBT, the argument order
  of Node has changed (this should be transparent to regular MSets users).
- Extension of the abstract part of Numbers, which now provide axiomatizations
  and results about many more integer functions, such as pow, gcd, lcm, sqrt,
  log2 and bitwise functions. These functions are implemented for nat, N, BigN,
  Z, BigZ. See in particular file NPeano for new functions about nat.
- The definition of types positive, N, Z is now in file BinNums.v
- Major reorganization of ZArith. The initial file ZArith/BinInt.v now contains
  an internal module Z implementing the Numbers interface for integers.
  This module Z regroups:
  * all functions over type Z : Z.add, Z.mul, ...
  * the minimal proofs of specifications for these functions : Z.add_0_l, ...
  * an instantation of all derived properties proved generically in Numbers :
    Z.add_comm, Z.add_assoc, ...
  A large part of ZArith is now simply compatibility notations, for instance
  Zplus_comm is an alias for Z.add_comm. The direct use of module Z is now
  recommended instead of relying on these compatibility notations.
- Similar major reorganization of NArith, via a module N in NArith/BinNat.v
- Concerning the positive datatype, BinPos.v is now in a specific directory
  PArith, and contains an internal submodule Pos. We regroup there functions
  such as Pos.add Pos.mul etc as well as many results about them. These results
  are here proved directly (no Number interface for strictly positive numbers).
- Note that in spite of the compatibility layers, all these reorganizations
  may induce some marginal incompatibilies in scripts. In particular:
  * the "?=" notation for positive now refers to a binary function Pos.compare,
    instead of the infamous ternary Pcompare (now Pos.compare_cont).
  * some hypothesis names generated by the system may changed (typically for
    a "destruct Z_le_gt_dec") since naming is done after the short name of
    the head predicate (here now "le" in module Z instead of "Zle", etc).
  * the internals of Z.add has changed, now relying of Z.pos_sub.
- Also note these new notations:
  * "<?" "<=?" "=?" for boolean tests such as Z.ltb Z.leb Z.eqb.
  * "÷" for the alternative integer division Z.quot implementing the Truncate
    convention (former ZOdiv), while the notation for the Coq usual division
    Z.div implementing the Flooring convention remains "/". Their corresponding
    modulo functions are Z.rem (no notations) for Z.quot and Z.modulo (infix
    "mod" notation) for Z.div.
- Lemmas about conversions between these datatypes are also organized
  in modules, see for instance modules Z2Nat, N2Z, etc.
- When creating BigN, the macro-generated part NMake_gen is much smaller.
  The generic part NMake has been reworked and improved. Some changes
  may introduce incompatibilities. In particular, the order of the arguments
  for BigN.shiftl and BigN.shiftr is now reversed: the number to shift now
  comes first. By default, the power function now takes two BigN.
- Creation of Vector, an independent library for lists indexed by their length.
  Vectors' names overwrite lists' one so you should not "Import" the library.
  All old names changed: function names follow the ocaml ones and, for example,
  Vcons becomes Vector.cons. You can get [..;..;..]-style notations by importing
  Vector.VectorNotations.
- Removal of TheoryList. Requiring List instead should work most of the time.
- New syntax "rew Heq in H" and "rew <- Heq in H" for eq_rect and
  eq_rect_r (available by importing module EqNotations).
- Wf.iter_nat is now Peano.nat_iter (with an implicit type argument).
Module System
- The names of modules (and module types) are now in a fully separated
  namespace from ordinary definitions: "Definition E:=0. Module E. End E."
  is now accepted.
- During subtyping checks, an opaque constant in a module type could now
  be implemented by anything of the right type, even if bodies differ.
  Said otherwise, with respect to subtyping, an opaque constant behaves
  just as a parameter. Coqchk was already implementing this, but not coqtop.
- The inlining done during application of functors can now be controlled
  more precisely, by the annotations (no inline) or (inline at level XX).
  With the latter annotation, only functor parameters whose levels
  are lower or equal than XX will be inlined.
  The level of a parameter can be fixed by "Parameter Inline(30) foo".
  When levels aren't given, the default value is 100. One can also use
  the flag "Set Inline Level ..." to set a level.
- Print Assumptions should now handle correctly opaque modules (#2168).
- Print Module (Type) now tries to print more details, such as types and
  bodies of the module elements. Note that Print Module Type could be
  used on a module to display only its interface. The option
  "Set Short Module Printing" could be used to switch back to the earlier
  behavior were only field names were displayed.
CoqIDE
- Coqide now supports the "Restart" command, and "Undo" (with a warning).
  Better support for "Abort".
- Coqide now runs coqtop as separated process, making it more robust:
  coqtop subprocess can be interrupted, or even killed and relaunched
  (cf button "Restart Coq", ex-"Go to Start"). For allowing such
  interrupts, the Windows version of coqide now requires Windows >= XP
  SP1.
- The communication between CoqIDE and Coqtop is now done via a dialect of XML.
- The backtrack engine of CoqIDE has been reworked, it now uses the
  "Backtrack" command similarly to Proof General.
- The Coqide parsing of sentences has be reworked and now supports
  tactic delimitation via { }.
- Coqide now accepts the Abort command (wish #2357).
- Coqide can read coq_makefile files as "project file" and use it to
  set automatically options to send to coqtop.
- Preference files have moved to $XDG_CONFIG_HOME/coq and accelerators
  are not stored as a list anymore.
Internal infrastructure
- Opaque proofs are now loaded lazily by default. This allows to be almost as
  fast as -dont-load-proofs, while being safer (no creation of axioms) and
  avoiding feature restrictions (Print and Print Assumptions work ok).
- Revised hash-consing code allowing more sharing of memory
- Experimental support added for camlp4 (the one provided alongside ocaml),
  simply pass option -usecamlp4 to ./configure. By default camlp5 is used.
- Revised build system: no more stages in Makefile thanks to some recursive
  aspect of recent gnu make, use of vo.itarget files containing .v to compile
  for both make and ocamlbuild, etc.
- Support of cross-compilation via mingw from unix toward Windows,
  contact P. Letouzey for more informations.
- New Makefile rules mli-doc to make html of mli in dev/doc/html and
  full-stdlib to get a (huge) pdf reflecting the whole standard library.
Extraction
- By default, opaque terms are now truly considered opaque by extraction:
  instead of accessing their body, they are now considered as axioms.
  The previous behaviour can be reactivated via the option
  "Set Extraction AccessOpaque".
- The pretty-printer for Haskell now produces layout-independant code
- A new command "Separate Extraction cst1 cst2 ..." that mixes a
  minimal extracted environment a la "Recursive Extraction" and the
  production of several files (one per coq source) a la "Extraction Library".
- New option "Set/Unset Extraction KeepSingleton" for preventing the
  extraction to optimize singleton container types.
- The extraction now identifies and properly rejects a particular case of
  universe polymorphism it cannot handle yet (the pair (I,I) being Prop).
- Support of anonymous fields in record (#2555).
Tools
- Coq now searches directories specified in COQPATH, $XDG_DATA_HOME/coq,
  $XDG_DATA_DIRS/coq, and user-contribs before the standard library.
- Coq rc file has moved to $XDG_CONFIG_HOME/coq.
- Major changes to coq_makefile:
  * mli/mlpack/mllib taken into account, ml not preproccessed anymore, ml4 work;
  * mlihtml generates doc of mli, install-doc install the html doc in DOCDIR
    with the same policy as vo in COQLIB;
  * More variables are given by coqtop -config, others are defined only if the
    users doesn't have defined them elsewhere. Consequently, generated makefile
    should work directly on any architecture;
  * Packagers can take advantage of $(DSTROOT) introduction. Installation can
    be made in $XDG_DATA_HOME/coq;
  * -arg option allows to send option as argument to coqc.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Oct 8 23:01:57 2012 UTC (11 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.46.2.1 (colored)

Revbump after updating graphics/pango

Revision 1.49 / (download) - annotate - [select for diffs], Mon Oct 8 15:18:22 2012 UTC (11 years, 5 months ago) by jaapb
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.46.2.1 (colored)

Revision bump associated with the update of lang/ocaml to version 4.

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

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

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

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

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

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

   Bump package revision because of the dependence change.


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

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

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

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

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

   Change discussed with Thomas Klausner in private e-mail.


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

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

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

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


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

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

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

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


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

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

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

   Log Message:
   Revert unintentional revision bump.


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

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

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

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

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

Revision 1.46 / (download) - annotate - [select for diffs], Sun Sep 23 08:36:43 2012 UTC (11 years, 6 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base
Branch point for: pkgsrc-2012Q3
Changes since 1.45: +1 -2 lines
Diff to previous 1.45 (colored) to selected 1.46.2.1 (colored)

natdynlink conditional should match the one of ocaml
fixes make package on darwin x86_64

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

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

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

Revbump after updating graphics/cairo

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jul 15 08:22:50 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.46.2.1 (colored)

Recursive bump for startup-notification* dependency change, requested
by Obache.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 14 07:43:53 2012 UTC (11 years, 9 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.46.2.1 (colored)

Recursive PKGREVISION bump for libxml2 buildlink addition.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 27 12:31:51 2012 UTC (11 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.46.2.1 (colored)

Recursive bump from icu shlib major bumped to 49.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Mar 6 17:38:57 2012 UTC (12 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.46.2.1 (colored)

Recursive PKGREVISION bump for xulrunner, nss, and nspr.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:25 2012 UTC (12 years ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.46.2.1 (colored)

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

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

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

Enjoy.

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

Recursive dependency bump for databases/gdbm ABI_DEPENDS change.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:15 2012 UTC (12 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.46.2.1 (colored)

Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 13 19:59:45 2011 UTC (12 years, 3 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored) to selected 1.46.2.1 (colored)

lang/coq: Don't forget us

DragonFly needs natdynlink enabled on all ocaml packages.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Dec 13 07:15:05 2011 UTC (12 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored) to selected 1.46.2.1 (colored)

Catch up to ocaml changes to enable natdynlink on NetBSD.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 6 00:19:23 2011 UTC (12 years, 3 months ago) by sbd
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.46.2.1 (colored)

Recursive bump for lang/ocaml buildlink addition.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:56 2011 UTC (12 years, 4 months ago) by sbd
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.46.2.1 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

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

recursive bump from gettext-lib shlib bump.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 28 20:39:26 2011 UTC (13 years ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.3pl1

Changes from V8.3 to V8.3pl1
o Type inference, notations and implicit arguments bug fixes
- #2448 (alpha-renaming problems with notations internally using binders)
- #2454 (pattern-matching sometimes not supporting type casts)
- fixing combined use of non-implicit and explictly-declared implicit arguments
  in inductive arities
- restored support for using some ident with different scopes in notations
o Ltac and tactics bug fixes
- #2414 (rewrite in not looking for eq_ind in the right module)
- #2433 (new "is_evar"/"has_evar" to restore support for matching evars in Ltac)
- #2453 (dependent destruction)
- loop in dependent destruction
- new "constr_eq" tactic for restoring support for term equality test in Ltac
- setoid rewrite under cases and abstraction fixed
o Coqdoc and documentation bugs
- #2418 (wrong URLs in documentation)
- #2441 (coqdoc bug in Mergesort.v)
- #2445 (correct support for "'" character in coqdoc links to notations)
- fixed wrong use of "moduleid" instead of "module" in coqdoc html indexes
- fixing parsing of Multiplication and Division signs (unicode 0xD7 and 0xF7)
o Compilation
- #2432 (support for compilation with camlp5 6.02.0)
- support for compilation with ocaml >= 3.09.3 restored
o Extraction
- #2413 (prevent type-unsafe optimisations of pattern matching)
- Identifiers of a development aimed to be extracted should
  avoid containing "__", since the extraction make various use of
  this sub-string, leading to potential name clashes. This was
  already so in V8.3, but not announced, as mentionned by #2421.
o Miscellaneous bug fixes
- #2412 (anomaly Ploc.Exc when using Ltac Debug)
- #2419 (redundant opp_compare removed)
- #2427 (Module Functor claims Signature does not match)
- #2431 (compliance of CoqIDE use of mutexes with FreeBSD)
- #2434 (anomaly DuringSyntaxChecking with Local/Global prefixes)
- a few improvements in efficiency

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:33 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.46.2.1 (colored)

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

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

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

Revision 1.27 / (download) - annotate - [select for diffs], Sun Nov 14 20:53:02 2010 UTC (13 years, 4 months ago) by tonio
Branch: MAIN
Changes since 1.26: +13 -7 lines
Diff to previous 1.26 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.3

Main changes:
Includes a new tactic (nsatz, standing for Hilbert's NullStellensatz, that
extends ring to systems of polynomial equations) and a few new libraries (a
certification of mergesort, a new library of finite sets with computational and
logical contents separated).

This version also comes with many improvements of existing features, especially
regarding the tactics, the module system, extraction, the type classes, the
program command, libraries, coqdoc. Here is an excerpt:
* new operator <+ for conveniently chaining application of functors
* new round of extension of the modular library of arithmetic
* support for matching terms with binders in Ltac,
* linking notations in coqdoc,
* quote tactic now working on arbitrary expressions,
* Lemma and co accept parameters that are automatically introduced,
* interactive proofs in module types,
* a beautifying coqc option for pretty-printing files

See the file CHANGES for a full log of changes.

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

Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:51 2010 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.46.2.1 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Dec 12 21:12:43 2009 UTC (14 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored) to selected 1.46.2.1 (colored)

Support staged installation.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Sep 5 20:44:57 2009 UTC (14 years, 6 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.22: +8 -5 lines
Diff to previous 1.22 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.2pl1

Changes from V8.1 to V8.2
=========================

Language

- If a fixpoint is not written with an explicit { struct ... }, then
  all arguments are tried successively (from left to right) until one is
  found that satisfies the structural decreasing condition.
- New experimental typeclass system giving ad-hoc polymorphism and
  overloading based on dependent records and implicit arguments.
- New syntax "let 'pat := b in c" for let-binding using irrefutable patterns.
- New syntax "forall {A}, T" for specifying maximally inserted implicit
  arguments in terms.
- Sort of Record/Structure, Inductive and CoInductive defaults to Type
  if omitted.
- Support for optional "where" notation clauses for record fields.
- (Co)Inductive types can be defined as records
  (e.g. "CoInductive stream := { hd : nat; tl : stream }.")
- New syntax "Theorem id1:t1 ... with idn:tn" for proving mutually dependent
  statements.
- Support for sort-polymorphism on constants denoting inductive types.
- Several evolutions of the module system (handling of module aliases,
  functorial module types, an Include feature, etc).
- Prop now a subtype of Set (predicative and impredicative forms).
- Recursive inductive types in Prop with a single constructor of which
  all arguments are in Prop is now considered to be a singleton
  type. It consequently supports all eliminations to Prop, Set and Type.
  As a consequence, Acc_rect has now a more direct proof [possible source
  of easily fixed incompatibility in case of manual definition of a recursor
  in a recursive singleton inductive type].
- New syntax to do implicit generalization in binders and inside terms.
- New tentative syntax for introduction of record objects without mentioning
  the constructor {| field := body; ... |}, turning missing fields into holes
  (compatible with refine and Program).

Vernacular commands

- Added option Global to "Arguments Scope" for section surviving.
- Added option "Unset Elimination Schemes" to deactivate the automatic
  generation of elimination schemes.
- Modification of the Scheme command so you can ask for the name to be
  automatically computed (e.g. Scheme Induction for nat Sort Set).
- New command "Combined Scheme" to build combined mutual induction
  principles from existing mutual induction principles.
- New command "Scheme Equality" to build a decidable (boolean) equality
  for simple inductive datatypes and a decision property over this equality
  (e.g.  Scheme Equality for nat).
- Added option "Set Equality Scheme" to make automatic the declaration
  of the boolean equality when possible.
- Source of universe inconsistencies now printed when option
  "Set Printing Universes" is activated.
- New option "Set Printing Existential Instances" for making the display of
  existential variable instances explicit.
- Support for option "[id1 ... idn]", and "-[id1 ... idn]", for the
  "compute"/"cbv" reduction strategy, respectively meaning reduce only, or
  everything but, the constants id1 ... idn. "lazy" alone or followed by
  "[id1 ... idn]", and "-[id1 ... idn]" also supported, meaning apply
  all of beta-iota-zeta-delta, possibly restricting delta.
- New command "Strategy" to control the expansion of constants during
  conversion tests. It generalizes commands Opaque and Transparent by
  introducing a range of levels. Lower levels are assigned to constants
  that should be expanded first.
- New options Global and Local to Opaque and Transparent.
- New command "Print Assumptions" to display all variables, parameters
  or axioms a theorem or definition relies on.
- "Add Rec LoadPath" now provides references to libraries using partially
  qualified names (this holds also for coqtop/coqc option -R).
- SearchAbout supports negated search criteria, reference to logical objects
  by their notation, and more generally search of subterms.
- "Declare ML Module" now allows to import .cmxs files when Coq is
  compiled in native code with a version of OCaml that supports native
  Dynlink (>= 3.11).
- New command "Create HintDb name [discriminated]" to explicitely declare
  a new hint database and optionaly turn on a discrimination net
  implementation to index all the lemmas in the database.
- New commands "Hint Transparent" and "Hint Opaque" to set the unfolding
  status of definitions used by auto. This information is taken into account
  by the discrimination net and the unification algorithm.
- "Hint Extern" now takes an optional pattern and applies the given tactic
  all the time if no pattern is given.
- Specific sort constraints on Record now taken into account.
- "Print LoadPath" supports a path argument to filter the display.

Libraries

- Several parts of the libraries are now in Type, in particular FSets,
  SetoidList, ListSet, Sorting, Zmisc. This may induce a few
  incompatibilities. In case of trouble while fixing existing development,
  it may help to simply declare Set as an alias for Type (see file
  SetIsType).
- New arithmetical library in theories/Numbers. It contains:
  * an abstract modular development of natural and integer arithmetics
    in Numbers/Natural/Abstract and Numbers/Integer/Abstract
  * an implementation of efficient computational bounded and unbounded
    integers that can be mapped to processor native arithmetics.
    See Numbers/Cyclic/Int31 for 31-bit integers and Numbers/Natural/BigN
    for unbounded natural numbers and Numbers/Integer/BigZ for unbounded
    integers.
  * some proofs that both older libraries Arith, ZArith and NArith and
    newer BigN and BigZ implement the abstract modular development.
    This allows in particular BigN and BigZ to already come with a
    large database of basic lemmas and some generic tactics (ring),
  This library has still an experimental status, as well as the
  processor-acceleration mechanism, but both its abstract and its
  concrete parts are already quite usable and could challenge the use
  of nat, N and Z in actual developments. Moreover, an extension of
  this framework to rational numbers is ongoing, and an efficient
  Q structure is already provided (see Numbers/Rational/BigQ), but
  this part is currently incomplete (no abstract layer and generic
  lemmas).
- Many changes in FSets/FMaps. In practice, compatibility with earlier
  version should be fairly good, but some adaptations may be required.
  * Interfaces of unordered ("weak") and ordered sets have been factorized
    thanks to new features of Coq modules (in particular Include), see
    FSetInterface. Same for maps. Hints in these interfaces have been
    reworked (they are now placed in a "set" database).
  * To allow full subtyping between weak and ordered sets, a field
    "eq_dec" has been added to OrderedType. The old version of OrderedType
    is now called MiniOrderedType and functor MOT_to_OT allow to
    convert to the new version. The interfaces and implementations
    of sets now contain also such a "eq_dec" field.
  * FSetDecide, contributed by Aaron Bohannon, contains a decision
    procedure allowing to solve basic set-related goals (for instance,
    is a point in a particular set ?). See FSetProperties for examples.
  * Functors of properties have been improved, especially the ones about
    maps, that now propose some induction principles. Some properties
    of fold need less hypothesis.
  * More uniformity in implementations of sets and maps: they all use
    implicit arguments, and no longer export unnecessary scopes (see
    bug #1347)
  * Internal parts of the implementations based on AVL have evolved a
    lot. The main files FSetAVL and FMapAVL are now much more
    lightweight now. In particular, minor changes in some functions
    has allowed to fully separate the proofs of operational
    correctness from the proofs of well-balancing: well-balancing is
    critical for efficiency, but not anymore for proving that these
    trees implement our interfaces, hence we have moved these proofs
    into appendix files FSetFullAVL and FMapFullAVL. Moreover, a few
    functions like union and compare have been modified in order to be
    structural yet efficient. The appendix files also contains
    alternative versions of these few functions, much closer to the
    initial Ocaml code and written via the Function framework.
- Library IntMap, subsumed by FSets/FMaps, has been removed from
  Coq Standard Library and moved into a user contribution Cachan/IntMap
- Better computational behavior of some constants (eq_nat_dec and
  le_lt_dec more efficient, Z_lt_le_dec and Positive_as_OT.compare
  transparent, ...) (exceptional source of incompatibilities).
- Boolean operators moved from module Bool to module Datatypes (may need
  to rename qualified references in script and force notations || and &&
  to be at levels 50 and 40 respectively).
- The constructors xI and xO of type positive now have postfix notations
  "~1" and "~0", allowing to write numbers in binary form easily, for instance
  6 is 1~1~0 and 4*p is p~0~0 (see BinPos.v).
- Improvements to NArith (Nminus, Nmin, Nmax), and to QArith (in particular
  a better power function).
- Changes in ZArith: several additional lemmas (used in theories/Numbers),
  especially in Zdiv, Znumtheory, Zpower. Moreover, many results in
  Zdiv have been generalized: the divisor may simply be non-null
  instead of strictly positive (see lemmas with name ending by
  "_full"). An alternative file ZOdiv proposes a different behavior
  (the one of Ocaml) when dividing by negative numbers.
- Changes in Arith: EqNat and Wf_nat now exported from Arith, some
  constructions on nat that were outside Arith are now in (e.g. iter_nat).
- In SetoidList, eqlistA now expresses that two lists have similar elements
  at the same position, while the predicate previously called eqlistA
  is now equivlistA (this one only states that the lists contain the same
  elements, nothing more).
- Changes in Reals:
  * Most statement in "sigT" (including the
    completeness axiom) are now in "sig" (in case of incompatibility,
    use proj1_sig instead of projT1, sig instead of sigT, etc).
  * More uniform naming scheme (identifiers in French moved to English,
    consistent use of 0 -- zero -- instead of O -- letter O --, etc).
  * Lemma on prod_f_SO is now on prod_f_R0.
  * Useless hypothesis of ln_exists1 dropped.
  * New Rlogic.v states a few logical properties about R axioms.
  * RIneq.v extended and made cleaner.
- Slight restructuration of the Logic library regarding choice and classical
  logic. Addition of files providing intuitionistic axiomatizations of
  descriptions: Epsilon.v, Description.v and IndefiniteDescription.v.
- Definition of pred and minus made compatible with the structural
  decreasing criterion for use in fixpoints.
- Files Relations/Rstar.v and Relations/Newman.v moved out to the user
  contribution repository (contribution CoC_History). New lemmas about
  transitive closure added and some bound variables renamed (exceptional
  risk of incompatibilities).

Notations, coercions, implicit arguments and type inference

- More automation in the inference of the return clause of dependent
  pattern-matching problems.
- Experimental allowance for omission of the clauses easily detectable as
  impossible in pattern-matching problems.
- Improved inference of implicit arguments, now working inside record
  declarations.
- New options "Set Maximal Implicit Insertion", "Set Reversible Pattern
  Implicit", "Set Strongly Strict Implicit" and "Set Printing Implicit
  Defensive" for controlling inference and use of implicit arguments.
- New modifier in "Implicit Arguments" to force an implicit argument to
  be maximally inserted.
- New options Global and Local to "Implicit Arguments" for section
  surviving or non export outside module.
- Level "constr" moved from 9 to 8.
- Structure/Record now printed as Record (unless option Printing All is set).
- Support for parametric notations defining constants.
- Insertion of coercions below product types refrains to unfold
  constants (possible source of incompatibility).
- New support for fix/cofix in notations.

Tactic Language

- Second-order pattern-matching now working in Ltac "match" clauses
  (syntax for second-order unification variable is "@?X").
- Support for matching on let bindings in match context using syntax
  "H := body" or "H := body : type".
- (?X ?Y) patterns now match any application instead of only unary
  applications (possible source of incompatibility).
- Ltac accepts integer arguments (syntax is "ltac:nnn" for nnn an integer).
- The general sequence tactical "expr_0 ; [ expr_1 | ... | expr_n ]"
  is extended so that at most one expr_i may have the form "expr .."
  or just "..". Also, n can be different from the number of subgoals
  generated by expr_0. In this case, the value of expr (or idtac in
  case of just "..") is applied to the intermediate subgoals to make
  the number of tactics equal to the number of subgoals.
- A name used as the name of the parameter of a lemma (like f in
  "apply f_equal with (f:=t)") is now interpreted as a ltac variable
  if such a variable exists (this is a possible source of
  incompatibility and it can be fixed by renaming the variables of a
  ltac function into names that do not clash with the lemmas
  parameter names used in the tactic).
- New syntax "Ltac tac ::= ..." to rebind a tactic to a new expression.
- "let rec ... in ... " now supported for expressions without explicit
  parameters; interpretation is lazy to the contrary of "let ... in ...";
  hence, the "rec" keyword can be used to turn the argument of a
  "let ... in ..." into a lazy one.
- Patterns for hypotheses types in "match goal" are now interpreted in
  type_scope.
- A bound variable whose name is not used elsewhere now serves as
  metavariable in "match" and it gets instantiated by an identifier
  (allow e.g. to extract the name of a statement like "exists x, P x").
- New printing of Ltac call trace for better debugging.
- The C-zar (formerly know as declarative) proof language is now properly
  documented.

Tactics

- New tactics "apply -> term", "apply <- term", "apply -> term in
  ident", "apply <- term in ident" for applying equivalences (iff).
- "apply" and "rewrite" now take open terms (terms with undefined existentials)
  as input.
- Slight improvement of the hnf and simpl tactics when applied on
  expressions with explicit occurrences of match or fix.
- New tactics "eapply in", "erewrite", "erewrite in".
- New tactics "ediscriminate", "einjection", "esimplify_eq".
- Tactics "discriminate", "injection", "simplify_eq" now support any
  term as argument. Clause "with" is also supported.
- Unfoldable references can be given by notation's string rather than by name
  in unfold.
- The "with" arguments are now typed using informations from the current goal:
  allows support for coercions and more inference of implicit arguments.
- Application of "f_equal"-style lemmas works better.
- Tactics elim, case, destruct and induction now support variants eelim,
  ecase, edestruct and einduction.
- Tactics destruct and induction now support the "with" option and the
  "in" clause option. If the option "in" is used, an equality is added
  to remember the term to which the induction or case analysis applied
  (possible source of parsing incompatibilities when destruct or induction is
   part of a let-in expression in Ltac; extra parentheses are then required).
- New support for "as" clause in tactics "apply in" and "eapply in".
- Some new intro patterns:
  * intro pattern "?A" genererates a fresh name based on A.
    Caveat about a slight loss of compatibility:
    Some intro patterns don't need space between them. In particular
    intros ?a?b used to be legal and equivalent to intros ? a ? b. Now it
    is still legal but equivalent to intros ?a ?b.
  * intro pattern "(A & ... & Y & Z)" synonym to "(A,....,(Y,Z)))))"
    for right-associative constructs like /\ or exists.
- Several syntax extensions concerning "rewrite":
  * "rewrite A,B,C" can be used to rewrite A, then B, then C. These rewrites
    occur only on the first subgoal: in particular, side-conditions of the
    "rewrite A" are not concerned by the "rewrite B,C".
  * "rewrite A by tac" allows to apply tac on all side-conditions generated by
    the "rewrite A".
  * "rewrite A at n" allows to select occurrences to rewrite: rewrite only
    happen at the n-th exact occurrence of the first successful matching of
    A in the goal.
  * "rewrite 3 A" or "rewrite 3!A" is equivalent to "rewrite A,A,A".
  * "rewrite !A" means rewriting A as long as possible (and at least once).
  * "rewrite 3?A" means rewriting A at most three times.
  * "rewrite ?A" means rewriting A as long as possible (possibly never).
  * many of the above extensions can be combined with each other.
- Introduction patterns better respect the structure of context in presence of
  missing or extra names in nested disjunction-conjunction patterns [possible
  source of rare incompatibilities].
- New syntax "rename a into b, c into d" for "rename a into b; rename c into d"
- New tactics "dependent induction/destruction H [ generalizing id_1 .. id_n ]"
  to do induction-inversion on instantiated inductive families ? la BasicElim.
- Tactics "apply" and "apply in" now able to reason modulo unfolding of
  constants (possible source of incompatibility in situations where apply
  may fail, e.g. as argument of a try or a repeat and in a ltac function);
  versions that do not unfold are renamed into "simple apply" and
  "simple apply in" (usable for compatibility or for automation).
- Tactics "apply" and "apply in" now able to traverse conjunctions and to
  select the first matching lemma among the components of the conjunction;
  tactic "apply" also able to apply lemmas of conclusion an empty type.
- Tactic "apply" now supports application of several lemmas in a row.
- Tactics "set" and "pose" can set functions using notation "(f x1..xn := c)".
- New tactic "instantiate" (without argument).
- Tactic firstorder "with" and "using" options have their meaning swapped for
  consistency with auto/eauto (source of incompatibility).
- Tactic "generalize" now supports "at" options to specify occurrences
  and "as" options to name the quantified hypotheses.
- New tactic "specialize H with a" or "specialize (H a)" allows to transform
  in-place a universally-quantified hypothesis (H : forall x, T x) into its
  instantiated form (H : T a). Nota: "specialize" was in fact there in earlier
  versions of Coq, but was undocumented, and had a slightly different behavior.
- New tactic "contradict H" can be used to solve any kind of goal as long as
  the user can provide afterwards a proof of the negation of the hypothesis H.
  If H is already a negation, say ~T, then a proof of T is asked.
  If the current goal is a negation, say ~U, then U is saved in H afterwards,
  hence this new tactic "contradict" extends earlier tactic "swap", which is
  now obsolete.
- Tactics f_equal is now done in ML instead of Ltac: it now works on any
  equality of functions, regardless of the arity of the function.
- New options "before id", "at top", "at bottom" for tactics "move"/"intro".
- Some more debug of reflexive omega (romega), and internal clarifications.
  Moreover, romega now has a variant "romega with *" that can be also used
  on non-Z goals (nat, N, positive) via a call to a translation tactic named
  zify (its purpose is to Z-ify your goal...). This zify may also be used
  independantly of romega.
- Tactic "remember" now supports an "in" clause to remember only selected
  occurrences of a term.
- Tactic "pose proof" supports name overwriting in case of specialization of an
  hypothesis.
- Semi-decision tactic "jp" for first-order intuitionistic logic moved to user
  contributions (subsumed by "firstorder").

Program

- Moved useful tactics in theories/Program and documented them.
- Add Program.Basics which contains standard definitions for functional
  programming (id, apply, flip...)
- More robust obligation handling, dependent pattern-matching and
  well-founded definitions.
- Program CoFixpoint is accepted, Program Fixpoint uses the new way to infer
  which argument decreases structurally.
- Program Lemma, Axiom etc... now permit to have obligations in the statement
  iff they can be automatically solved by the default tactic.
- Renamed "Obligations Tactic" command to "Obligation Tactic".
- New command "Preterm [ of id ]" to see the actual term fed to Coq for
  debugging purposes.
- New option "Transparent Obligations" to control the declaration of
  obligations as transparent or opaque. All obligations are now transparent
  by default, otherwise the system declares them opaque if possible.
- Changed the notations "left" and "right" to "in_left" and "in_right" to hide
  the proofs in standard disjunctions, to avoid breaking existing scripts when
  importing Program. Also, put them in program_scope.

Type Classes

- New "Class", "Instance" and "Program Instance" commands to define
  classes and instances documented in the reference manual.
- New binding construct "`{Class_1 param_1 .. param_n, Class_2 ...}"
  for binding type classes, usable everywhere.
- New command " Print Classes " and " Print Instances some_class " to
  print tables for typeclasses.
- New default eauto hint database "typeclass_instances" used by the default
  typeclass instance search tactic.
- New theories directory "theories/Classes" for standard typeclasses
  declarations. Module Classes.RelationClasses is a typeclass port of
  Relation_Definitions plus a generic development of algebra on
  n-ary heterogeneous predicates.

Setoid rewriting

- Complete (and still experimental) rewrite of the tactic
  based on typeclasses. The old interface and semantics are
  almost entirely respected, except:

  - Import Setoid is now mandatory to be able to call setoid_replace
  and declare morphisms.

  - "-->", "++>" and "==>" are now right associative notations
  declared at level 55 in scope signature_scope.
  Their introduction may break existing scripts that defined
  them as notations with different levels.

  - One can use [Typeclasses Opaque/Transparent [cst]] to indicate
  that [cst] should not be unfolded during unification for morphism
  resolution, by default all constants are transparent.

  - The [setoid_rewrite]'s semantics change when rewriting with
  a lemma: it can rewrite two different instantiations of the lemma
  at once. Use [setoid_rewrite H at 1] for (almost) the usual semantics.
  [setoid_rewrite] will also try to rewrite under binders now, and can
  succeed on different terms than before. In particular, it will unify under
  let-bound variables. When called through [rewrite], the semantics are
  unchanged though.

  - [Add Morphism term : id] has different semantics when used with
  parametric morphism: it will try to find a relation on the parameters
  too. The behavior has also changed with respect to default relations:
  the most recently declared Setoid/Relation will be used, the documentation
  explains how to customize this behavior.

  - Parametric Relation and Morphism are declared differently, using the
  new [Add Parametric] commands, documented in the manual.

  - Setoid_Theory is now an alias to Equivalence, scripts building objects
  of type Setoid_Theory need to unfold (or [red]) the definitions
  of Reflexive, Symmetric and Transitive in order to get the same goals
  as before. Scripts which introduced variables explicitely will not break.

  - The order of subgoals when doing [setoid_rewrite] with side-conditions
  is now always the same: first the new goal, then the conditions.

- New standard library modules Classes.Morphisms declares
  standard morphisms on refl/sym/trans relations.
  Classes.Morphisms_Prop declares morphisms on propositional
  connectives and Classes.Morphisms_Relations on generalized predicate
  connectives. Classes.Equivalence declares notations and tactics
  related to equivalences and Classes.SetoidTactics defines the
  setoid_replace tactics and some support for the "Add *" interface,
  notably the tactic applied automatically before each "Add Morphism"
  proof.

- User-defined subrelations are supported, as well as higher-order morphisms
  and rewriting under binders. The tactic is also extensible entirely in Ltac.
  The documentation has been updated to cover these features.

- [setoid_rewrite] and [rewrite] now support the [at] modifier to select
  occurrences to rewrite, and both use the [setoid_rewrite] code, even when
  rewriting with leibniz equality if occurrences are specified.

Extraction

- Improved behavior of the Caml extraction of modules: name clashes should
  not happen anymore.
- The command Extract Inductive has now a syntax for infix notations. This
  allows in particular to map Coq lists and pairs onto Caml ones:
    Extract Inductive list => list [ "[]" "(::)" ].
    Extract Inductive prod => "(*)" [ "(,)" ].
- In pattern matchings, a default pattern "| _ -> ..." is now used whenever
  possible if several branches are identical. For instance, functions
  corresponding to decidability of equalities are now linear instead of
  quadratic.
- A new instruction Extraction Blacklist id1 .. idn allows to prevent filename
  conflits with existing code, for instance when extracting module List
  to Ocaml.

CoqIDE

- CoqIDE font defaults to monospace so as indentation to be meaningful.
- CoqIDE supports nested goals and any other kind of declaration in the middle
  of a proof.
- Undoing non-tactic commands in CoqIDE works faster.
- New CoqIDE menu for activating display of various implicit informations.
- Added the possibility to choose the location of tabs in coqide:
  (in Edit->Preferences->Misc)
- New Open and Save As dialogs in CoqIDE which filter *.v files.

Tools

- New stand-alone .vo files verifier "coqchk".
- Extended -I coqtop/coqc option to specify a logical dir: "-I dir -as coqdir".
- New coqtop/coqc option -exclude-dir to exclude subdirs for option -R.
- The binary "parser" has been renamed to "coq-parser".

coqdoc
- Improved coqdoc and dump of globalization information to give more
  meta-information on identifiers. All categories of Coq definitions are
  supported, which makes typesetting trivial in the generated documentation.
- A "--interpolate" option permits to use typesetting information from the
  typechecked part of the file to typeset identifiers appearing in Coq escapings
  inside the documentation.
- Better handling of utf8 ("--utf8" option) and respect of spaces in the source.
- Support for hyperlinking and indexing developments in the TeX output.
- New option "color" of the coqdoc style file to render identifiers using colors.
- Additional macros in the TeX ouput allowing to customize indentation and size of
  empty lines. New environment "coqdoccode" for Coq code.

Miscellaneous

- Coq installation provides enough files so that Ocaml's extensions need not
  the Coq sources to be compiled (this assumes O'Caml 3.10 and Camlp5).
- New commands "Set Whelp Server" and "Set Whelp Getter" to customize the
  Whelp search tool.
- Syntax of "Test Printing Let ref" and "Test Printing If ref" changed into
  "Test Printing Let for ref" and "Test Printing If for ref".
- An overhauled build system (new Makefiles); see dev/doc/build-system.txt.
- Add -browser option to configure script.
- Build a shared library for the C part of Coq, and use it by default on
  non-(Windows or MacOS) systems. Bytecode executables are now pure. The
  behaviour is configurable with -coqrunbyteflags, -coqtoolsbyteflags and
  -custom configure options.
- Complexity tests can be skipped by setting the environment variable
  COQTEST_SKIPCOMPLEXITY.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:54 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.46.2.1 (colored)

bump revision because of graphics/jpeg update

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 27 10:46:16 2008 UTC (15 years, 11 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.46.2.1 (colored)

Bunp PKGREVISION, as it requires rebuild with ocaml 3.10.2 and cmalp5 5.08

Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:02 2008 UTC (15 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.19: +3 -4 lines
Diff to previous 1.19 (colored) to selected 1.46.2.1 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 12 11:48:39 2008 UTC (16 years, 2 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.1pl3

hanges from V8.1pl2 to V8.1pl3
===============================
Bug fixes
- A critical bug and a few other bugs have been fixed.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 1 13:05:36 2007 UTC (16 years, 4 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.2pl2

As camlp5 is required with ocaml 3.10, bring it as a dependency anyway,
instead of requiring ocaml 3.10

Changes include:
* Installation
- Support for compilation with ocaml 3.10 and (transitional) camlp5.
- Many bugs have been fixed (cf coq-bugs web page)
- All known failures of ROmega have been fixed. It should now be a
  faithful and quicker replacement for Omega (except when nat parts
  are involved). ROmega and Omega now handle <->.
- Better computational behavior of some constants (eq_nat_dec and
  le_lt_dec more efficient, Z_lt_le_dec and Positive_as_OT.compare
  transparent) [exceptionally source of incompatibilities].
- Loading FSets/FMap used to open unwanted scopes of integer datatypes
  (see bug #1347). These scopes may need to be manually opened now.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:56 2007 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) to selected 1.46.2.1 (colored)

Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 25 15:03:52 2007 UTC (17 years, 1 month ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.1

Many changes, among them:
- Many bugs have been fixed (cf coq-bugs web page)
- changed parsing precedence of let/in and fun constructions of Ltac:
  let x := t in e1; e2 is now parsed as let x := t in (e1;e2).
- New primitive "external" for communication with tool external to Coq.
- Omega now handles arbitrary precision integers.
- Haskell extraction: types of functions are now printed, better
  unsafeCoerce mechanism, both for hugs and ghc.
- Scheme extraction improved, see http://www.pps.jussieu.fr/~letouzey/scheme.
- New notation "exists! x:A, P" for unique existence.
- New library on String and Ascii characters (contributed by L. Thery).
- New library FSets+FMaps of finite sets and maps.
- New library QArith on rational numbers.
- Few improvements in ZArith potentially exceptionally breaking the
  compatibility (useless hypothesys of Zgt_square_simpl and
  Zlt_square_simpl removed; fixed names mentioning letter O instead of
  digit 0; weaken premises in Z_lt_induction).

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 17 11:14:46 2007 UTC (17 years, 2 months ago) by tonio
Branch: MAIN
Changes since 1.14: +14 -3 lines
Diff to previous 1.14 (colored) to selected 1.46.2.1 (colored)

Add an option "coqide" to enable the gtk2 ide of coq
It's disabled by default, to avoid too much dependancies

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:10 2006 UTC (17 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.46.2.1 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

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

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

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

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

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

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

As discussed on tech-pkg.

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

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

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:44 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.46.2.1 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 27 19:22:58 2006 UTC (18 years, 2 months ago) by tonio
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11 (colored) to selected 1.46.2.1 (colored)

Update lang/coq to 8.0pl3

Changelog:
- Coq sources made compatible with ocaml 3.09.0 and lablgtk 2.6.0.
- The search depth argument of auto can be parameterised in the Ltac language
- Added entry constr_may_eval for tactic extensions (new syntax)
- A couple of lemmas of ZArith were renamed: O -> 0
- many bugfixes, for extraction, Ltac, tactics...

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 16 14:34:34 2006 UTC (18 years, 2 months ago) by tonio
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored) to selected 1.46.2.1 (colored)

Make lang/coq compile with ocaml 3.09
by applying the patch distributed by the coq team
Bump PKGREVISION, and require ocaml >= 3.09

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 22 20:08:09 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.46.2.1 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

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

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 5 11:19:02 2005 UTC (19 years, 1 month ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.7: +20 -9 lines
Diff to previous 1.7 (colored) to selected 1.46.2.1 (colored)

- Update of coq from 7.4 to 8.0pl2
- Initial patches supplied by Antoine Reilles, thanks !
- Lots of changes/fixes/updates, see: CHANGES

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 24 17:21:01 2004 UTC (19 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.46.2.1 (colored)

Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk.  Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:00 2004 UTC (19 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.46.2.1 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:00 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.46.2.1 (colored)

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

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

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

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 28 05:06:28 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.46.2.1 (colored)

Convert to buildlink3.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 13:51:14 2004 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.46.2.1 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 23 20:36:13 2003 UTC (20 years, 9 months ago) by jtb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored) to selected 1.46.2.1 (colored)

Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Mar 22 20:21:16 2003 UTC (21 years ago) by kristerw
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.46.2.1 (colored)

By popular demand, move coq-7.4 from math to lang in order to be consistent
with prior art (e.g. lang/twelf).

    Coq is a Proof Assistant for a Logical Framework known as the
    Calculus of Inductive Constructions. It allows the interactive
    construction of formal proofs, and also the manipulation of
    functional programs consistently with their specifications.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 22 20:21:16 2003 UTC (21 years ago) by kristerw
Branch: MAIN
Diff to selected 1.46.2.1 (colored)

Initial revision

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




CVSweb <webmaster@jp.NetBSD.org>