Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | With portmgr hat on, reset maintainership of knu's ports since he has | linimon | 2005-11-11 | 1 | -1/+1 |
* | Update to 0.17. | knu | 2004-05-03 | 1 | -1/+1 |
* | Update to 0.16. | knu | 2004-01-06 |
#!/bin/sh # indexfile=/usr/ports/INDEX tmpfile=/tmp/makedescribe.tmp # failures=0 for i in `sed -e "s/ /_/g" ${indexfile}`; do set $(echo $i | tr \| " ") port=$2 cd ${port} make describe > /dev/null 2> ${tmpfile} || \ { failures=$(($failures+1)); \ echo '--------------- make describe failed for '${port}':'; \ cat ${tmpfile}; } rm -f ${tmpfile} done echo '---------------' echo 'Total number of ports that failed trying to build /usr/ports/INDEX: '${failures} exit ${failures} -git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | With portmgr hat on, reset maintainership of knu's ports since he has | linimon | 2005-11-11 | 1 | -1/+1 |
* | Update to 0.17. | knu | 2004-05-03 | 1 | -1/+1 |
* | Update to 0.16. | knu | 2004-01-06 |