summaryrefslogtreecommitdiff
path: root/lang/guile16
AgeCommit message (Collapse)AuthorFilesLines
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-12-15Fix build with libtool 2.2.joerg2-4/+13
2009-06-14Remove @dirrm entries from PLISTsjoerg1-20/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-4/+4
major change. Reported by Robert Elz in PR 41345.
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+4
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
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.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-06-25make sure guile can find its loadable modulesdmcmahill1-3/+11
2007-06-05Make sure shared libs are found and also fix a PLIST problem. Bumpdmcmahill2-2/+8
pkgrevision.
2007-06-04Import guile-1.6.8 as guile16-1.6.8 as part of getting ready to updatedmcmahill14-0/+504
lang/guile to 1.8.1. This package will be available for those which will not work with guile-1.8.x.