On Sun, Aug 11, 2019 at 03:42:09PM -0400, Patrick Marchand wrote: > Hi Gleydson / ports, > > Here is a revised patch for plan9port. I had messed up quite a few > things in my first try, but I now think I understand the ports > system much better. > > Main changes I've seen include: > - Plumb allows @ in filenames > - Web patch was upstreamed > - Import of paint program from 9front > - Acme drops trailing spaces on Put when in auto-indent mode > - Various fixes > > Let me know if I'm missing something or messed up the diff.
Hi Patrick, makesum complais here, the extra stuff wasnt moved yet into new MASTER_SITES, ill ask Russ Cox for providing it over there. {x220} /usr/ports/plan9/plan9port $ make makesum ===> Checking files for plan9port-20190619 `/usr/ports/distfiles/plan9port/e995a0c101863688d5f14649ae3de45a7c43789c.tar.gz' is up to date. >> Fetch https://swtch.com/~rsc/pgw.tar.bz2 ftp: Error retrieving file: 404 Not Found *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2993 '/usr/ports/distfiles/plan9port/pgw.tar.bz2': @lock=pgw.tar.bz2.dist; /usr/...) *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2272 '_internal-fetch-all') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2447 'fetch-all') *** Error 1 in /usr/ports/plan9/plan9port (/usr/ports/infrastructure/mk/bsd.port.mk:2090 'makesum') so,we should keep the following for now: -MASTER_SITES0 = http://pdos.lcs.mit.edu/~rsc/software/plan9/ -MASTER_SITES1 = http://pdos.lcs.mit.edu/~rsc/ Thanks, Gleydson.