Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2007-08-01 Thread LI Xin
Colin Percival wrote: cperciva2007-08-02 02:05:23 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: When generating ports INDEX files from downloaded describes data, build an index for FreeBSD 7.x too. MFC After: 1 week

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2007-08-01 Thread Colin Percival
cperciva2007-08-02 02:05:23 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: When generating ports INDEX files from downloaded describes data, build an index for FreeBSD 7.x too. MFC After: 1 week Approved by:re (hrs)

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-30 Thread Colin Percival
cperciva2006-05-30 07:08:41 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Use some features of sh(1) which I didn't know about until today (read can read two variables at once; and suffix pattern deletion) to make the extract command

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-12 Thread Colin Percival
cperciva2006-05-12 10:42:40 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'. When /usr/ports/foo/bar is a symlink pointing outside the tree, this deletes the symlink

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-04 Thread Colin Percival
cperciva2006-05-05 03:44:13 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Fix the test for whether ${HTTP_PROXY} is set -- I got it backwards. Pointy hat to: cperciva Pointed out by: pjd Revision ChangesPath 1.21

Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-04 Thread Colin Percival
Pawel Jakub Dawidek wrote: On Wed, May 03, 2006 at 09:29:01PM +, Colin Percival wrote: + + if [ -z ${HTTP_PROXY} ]; then I think you wanted -n instead of -z here. Thanks, fixed. I think this was an ENOTENOUGHCOLAYET bug. :-) Colin Percival

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-03 Thread Colin Percival
cperciva2006-05-03 21:19:43 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Instead of selecting a mirror and failing if it is inaccessible, keep track of which mirrors we have tried and try a different mirror if we fail when trying to

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-03 Thread Colin Percival
cperciva2006-05-03 21:29:01 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: The approach portsnap uses of pick a random HTTP mirror doesn't interact very nicely with HTTP proxies: Since proxies do not know that all the files on

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-03 Thread Colin Percival
cperciva2006-05-03 22:09:43 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Remove two lines of debugging which I forgot to remove before the last commit. Noticed by: simon Revision ChangesPath 1.20 +0 -2

Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-03 Thread Pawel Jakub Dawidek
On Wed, May 03, 2006 at 09:29:01PM +, Colin Percival wrote: + cperciva2006-05-03 21:29:01 UTC + + FreeBSD src repository + + Modified files: + usr.sbin/portsnap/portsnap portsnap.sh + Log: + The approach portsnap uses of pick a random HTTP mirror doesn't + interact very

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-01 Thread Colin Percival
cperciva2006-05-02 05:27:30 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Teach portsnap to parse the output of the host(1) in BIND 8 as well as the host(1) from BIND 9. This doesn't matter for HEAD, but will help people who install

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-03-09 Thread Hajimu UMEMOTO
ume 2006-03-09 17:17:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/portsnap/portsnap portsnap.sh Log: MFC 1.15: Remove trailing dot from the servername in the serverlist to be able to use portsnap from behind a http proxy. Some HTTP

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-03-07 Thread Hajimu UMEMOTO
ume 2006-03-07 19:13:00 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Remove trailing dot from the servername in the serverlist to be able to use portsnap from behind a http proxy. Some HTTP proxy don't like trailing dot in the

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-29 Thread Colin Percival
cperciva2006-01-30 04:18:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/portsnap/portsnap portsnap.sh Log: MFC rev. 1.14: Replace fetch with fetch -r when downloading the initial ~38MB snapshot in order to avoid unnecessary

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-29 Thread Colin Percival
cperciva2006-01-30 04:19:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/portsnap/portsnap portsnap.sh Log: MFC rev 1.14: Replace fetch with fetch -r when downloading the initial ~38MB snapshot in order to avoid unnecessary

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-22 Thread Colin Percival
cperciva2006-01-22 23:48:08 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Replace fetch with fetch -r when downloading the initial ~38MB snapshot in order to avoid unnecessary re-downloading. Remove the earlier rm -f

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-12 Thread Colin Percival
cperciva2006-01-13 00:53:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/portsnap/portsnap portsnap.sh Log: MFC: Make portsnap extract automatically create ${PORTSDIR} if necessary instead of complaining that Directory does not exist or

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-12 Thread Colin Percival
cperciva2006-01-13 00:53:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/portsnap/portsnap portsnap.sh Log: MFC: Make portsnap extract automatically create ${PORTSDIR} if necessary instead of complaining that Directory does not exist or

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-01-06 Thread Colin Percival
cperciva2006-01-06 20:39:12 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Make portsnap extract automatically create ${PORTSDIR} if necessary instead of complaining that Directory does not exist or is not writable. Suggested by: