2012-02-02 13:32:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Allow perl-5.14. Not that it helps me, but perhaps some i386 users.
Requested by Noud de Brouwer in PR 45725.
|
2010-10-31 20:05:02 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Fix build issue when using gmake 3.82.
|
2010-09-24 16:32:50 by Jim Wise | Files touched by this commit (2) |
Log message:
Accept perl 5.12, not just 5.10 when checking in configure for `new enough'
perl.
|
2010-03-24 22:54:17 by Aleksej Saushev | Files touched by this commit (14) | |
Log message:
Recursive revision bump for GMP update, 2nd part.
|
2010-03-24 20:43:29 by Aleksej Saushev | Files touched by this commit (75) | |
Log message:
Recursive revision bump for GMP update.
|
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | |
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-11-03 11:08:15 by Mark Davies | Files touched by this commit (2) |
Log message:
Fix build with perl 5.10.
As perl 5.6 wont be seen in a pkgsrc context just replace the test for
5.6 with one for 5.10 rather than a more substantial change.
|
2008-07-20 02:26:52 by Krister Walfridsson | Files touched by this commit (8) |
Log message:
Update ghc to 6.8.3. Thanks to Donn Cave for bugfix patches.
Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
there is a new command ghc-pkg find-module.
* The filename completion in ghci is now more intelligent.
* We now look for GHCi config files in these locations:
./.ghci
$HOME/.ghc/ghci.conf
$HOME/.ghci
* You can now give multiple -e options to GHC.
* You can now use the -prof and -threaded flags together, although
you cannot also use +RTS -N2.
* SCC names are no longer allowed to contain spaces, as some of the
profiling tools break if they do.
* Various changes have been made to GHC's internals, so there are some
differences in the API exposed by the ghc package. Most notably,
checkAndLoadModule has now been implemented.
|