summaryrefslogtreecommitdiff
path: root/lang/see
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-10-25It seems that <tnn> had an actual fix for the configure bugahoka3-11/+26
in his pockets, thanks!
2009-10-25Disable autoreconf to make it build again (sorry hasso).ahoka1-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-06-03Make it build systems where there is no isnan() symbol in the libc/libm (ithasso4-3/+36
should be macro according to standards).
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-3/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-12Update from version 3.0.1376 to 3.0.1376nb1.he3-2/+17
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.
2008-11-06Add buildlink3.mk.bjs1-0/+21
2008-10-20Import see-3.0.1376 as lang/see.ahoka4-0/+68
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.