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.
|
2009-02-21 14:22:43 by Thomas Klausner | Files touched by this commit (20) |
Log message:
PKGREVISION bump for libsndfile ABI depends bump.
|
2009-01-27 13:04:14 by Aleksej Saushev | Files touched by this commit (5) |
Log message:
Add DESTDIR support.
Approved by <tnn>.
|
2009-01-18 03:43:39 by OBATA Akio | Files touched by this commit (1) |
Log message:
Add REPLACE_OCTAVE feature.
|
2008-10-25 10:26:12 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 3.0.3:
* Bug fixes
* Improvements
|
2008-09-11 12:26:42 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 3.0.2:
* Bug-fix release.
|
2008-08-18 02:28:21 by David A. Holland | Files touched by this commit (2) |
Log message:
Use the PIC flag for Fortran that autoconf picks out. Fixes broken
build on amd64 and probably others.
|
2008-05-02 10:50:46 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 3.0.1:
* This is a bug-fixing release.
|
2008-01-11 02:23:45 by Adam Ciarcinski | Files touched by this commit (17) |
Log message:
Changes 3.0.0:
* Compatibility with Matlab graphics is much better now. We now
have some graphics features that work like Matlab's Handle
Graphics (tm):
* The way Octave handles search paths has changed.
* Previous versions of Octave had a number of built-in variables to
control warnings (for example, warn_divide_by_zero). These
variables have been replaced by warning identifiers that are used
with the warning function to control the state of warnings.
* All built-in variables have been converted to functions.
* For compatibility with Matlab, the output order of Octave's
"system" function has changed.
* For compatibility with Matlab, the output of Octave's fsolve
function has been changed.
* For compatibility with Matlab, normcdf, norminv, normpdf, and
normrnd have been modified to compute distributions using the
standard deviation instead of the variance.
* For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd,
expcdf, expinv, exppdf and exprnd have been modified to compute
the distributions using the standard scale factor rather than
one over the scale factor.
|
2007-11-12 20:48:50 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
|