Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 17:00:06 -0800 (PST)
From:      Kurt Werle <kwerle@pobox.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/45613: make update doesn't
Message-ID:  <200212120100.gBC106cH059647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45613; it has been noted by GNATS.

From: Kurt Werle <kwerle@pobox.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc: kwerle@pobox.com
Subject: Re: ports/45613: make update doesn't
Date: Wed, 11 Dec 2002 16:56:47 -0800

 /usr/ports/Makefile
 ...
 update: update_script.sh
 	sh update_script.sh
 
 update_script.sh:
 	pushd net/cvsup
 	make
 	make install
 	make clean
 	cat /usr/src/share/examples/cvsup/ports-supfile | perl -n -e 
 's/CHANGE_THIS/cvsup10/; print' >  ports-supfile
 	echo /usr/local/bin/cvsup ports-supfile > update_script.sh
 		
 You could do much better.  Obviously, not everyone should swap cvsup10 
 for CHANGE_THIS, but that is what perl is for, right?  This would get 
 90% of the folks 100% to "free ports updates".  It would get about 100% 
 of the people >90% of the way.  Everything would be right in front of 
 you if you wanted to edit it.  User-admins would never have to dig again.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212120100.gBC106cH059647>