summaryrefslogtreecommitdiff
path: root/devel/dprog/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-16/+0
| | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
* Fix rare build failure with multiple make jobs - make sure that mainPawel Pekala2014-03-291-1/+10
| | | | | | library is build before test programs which try link to it. Noticed by: swills
* - Add staging supportPawel Pekala2014-03-271-2/+18
| | | | | | | | - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Remove Install prefix from option description - Run ranlib on library prior to installing it, this allows non-root staging solving write permission error
* fix build on -stableYing-Chieh Liao2004-04-125-2/+66
| | | | Noticed by: bento via kris
* add dprog 0.3.1Ying-Chieh Liao2004-04-067-0/+79
A language for specifying dynamic programming algorithms