aboutsummaryrefslogtreecommitdiffstats
path: root/devel/build
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Update to 0.3.9gahr2011-03-232-4/+3
| | | | Changes: http://codesynthesis.com/pipermail/build-users/2011-March/000002.html
* - Update to 0.3.8gahr2010-09-303-13/+45
| | | | | Announcement: http://codesynthesis.com/pipermail/build-users/2010-September/000001.html - Refactor Makefile
* New port: devel/buildgahr2010-06-144-0/+161
Build is a massively-parallel software build system from CodeSynthesis implemented on top of GNU make. WWW: http://www.codesynthesis.com/projects/build/