summaryrefslogtreecommitdiff
path: root/games/simgear
AgeCommit message (Collapse)AuthorFilesLines
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-03-05Regen in canonical form.joerg1-4/+5
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-04-21Fix MASTER_SITES.wiz1-2/+2
2008-03-14update flightgear/simgear to 1.0.0, from Yorick Hardy per PR pkg/38160drochner6-75/+87
changes: -many bugfixes -UI improvements -new and improved aircraft models pkgsrc change: pull in SDL for fullscreen mode
2007-12-29Update MASTER_SITES and HOMEPAGE. From Zafer Aydogan.wiz1-3/+3
2007-10-05Check for thread library with pthread_create, at least on DragonFlyjoerg4-4/+138
that is not in the subset implemented by libc. Always assume dlerror() returns const.
2007-07-28explicitely require plib>=1.8.4, should fix problem seen in bulk builddrochner1-1/+2
2007-07-12import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wipdrochner9-0/+313
This is a library fon 3d simulations, used by the flightgear flight simulator.