Commit graph

10 commits

Author SHA1 Message Date
joerg
0501645a5e Recursive bump for libltdl 2009-12-15 23:41:45 +00:00
ahoka
4ea48e596a It seems that <tnn> had an actual fix for the configure bug
in his pockets, thanks!
2009-10-25 12:49:04 +00:00
ahoka
74ae4ab615 Disable autoreconf to make it build again (sorry hasso). 2009-10-25 12:30:36 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
hasso
f328748a1d Make it build systems where there is no isnan() symbol in the libc/libm (it
should be macro according to standards).
2009-06-03 06:03:50 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
2d1ba244e9 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-03-20 19:23:50 +00:00
he
121d4bfe8d Update from version 3.0.1376 to 3.0.1376nb1.
Pkgsrc changes:
 o Add a patch so that our PowerPC-based ports are properly detected
   by the dtoa configuration logic, by also recognizing __powerpc__
   to indicate big-endian float format.
   This should fix PR#40624.
2009-02-12 15:24:14 +00:00
bjs
49ebcc0d6d Add buildlink3.mk. 2008-11-06 07:50:56 +00:00
ahoka
39657b4f85 Import see-3.0.1376 as lang/see.
ECMAScript is a standardized language also known variously as JavaScript,
JScript, and LiveScript. SEE is a library that provides a parser and runtime
environment for this language. It conforms to ECMAScript Edition 3, and to
JavaScript 1.5, with some compatibility switches for earlier versions of
JavaScript and Microsoft's JScript.
2008-10-20 00:45:35 +00:00