Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D43259
Change Details
Change Details
Old
New
Diff
I have tested this with the following script: ``` #!/bin/sh PORTS_DIR=/usr/ports for d in $(portgrep -u cargo -o); do echo "Testing port: " $d dir=$PORTS_DIR/$d make -C $dir extract || echo $d >> failures.lst done ```
I have tested this with the following script: ``` #!/bin/sh PORTS_DIR=/usr/ports for d in $(portgrep -u cargo -o); do echo "Testing port: " $d dir=$PORTS_DIR/$d make -C $dir extract || echo $d >> failures.lst done ```
Continue