Date: Mon, 11 Mar 2013 11:56:07 -0700 (PDT) From: "Waitman Gobble" <uzimac@da3m0n8t3r.com> To: Baptiste Daroussin <bapt@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r248151 - in head: . share/examples/cvsup Message-ID: <1363028167.78116@da3m0n8t3r.com> In-Reply-To: <201303111048.r2BAmQNr096485@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --bound1363028167 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Baptiste Daroussin <bapt@freebsd.org> wrote .. > Author: bapt > Date: Mon Mar 11 10:48:26 2013 > New Revision: 248151 > URL: http://svnweb.freebsd.org/changeset/base/248151 > > Log: > Ports are no more exported via cvsup, remove cvsup examples and documentation > refering to ports > > MFC after: 2 days > > Deleted: > head/share/examples/cvsup/ports-supfile > head/share/examples/cvsup/refuse > head/share/examples/cvsup/refuse.README > Modified: > head/ObsoleteFiles.inc > head/share/examples/cvsup/README > head/share/examples/cvsup/cvs-supfile > head/share/examples/cvsup/stable-supfile > > Modified: head/ObsoleteFiles.inc > ============================================================================== > --- head/ObsoleteFiles.inc Mon Mar 11 08:21:43 2013 (r248150) > +++ head/ObsoleteFiles.inc Mon Mar 11 10:48:26 2013 (r248151) > @@ -38,6 +38,10 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20130311: Ports are no more available via cvsup > +OLD_FILES+=usr/share/examples/cvsup/ports-supfile > +OLD_FILES+=usr/share/examples/cvsup/refuse > +OLD_FILES+=usr/share/examples/cvsup/refuse.README > # 20130309: NWFS and NCP supports removed > OLD_FILES+=usr/bin/ncplist > OLD_FILES+=usr/bin/ncplogin > > Modified: head/share/examples/cvsup/README > ============================================================================== > --- head/share/examples/cvsup/README Mon Mar 11 08:21:43 2013 (r248150) > +++ head/share/examples/cvsup/README Mon Mar 11 10:48:26 2013 (r248151) > @@ -19,8 +19,6 @@ To maintain the sources for the FreeBSD- > > standard-supfile Main source tree > > - ports-supfile Ports collection > - > To maintain the sources for the FreeBSD-stable release, use: > > stable-supfile Main source tree > @@ -28,7 +26,7 @@ To maintain the sources for the FreeBSD- > To maintain a copy of the CVS repository containing all versions of > FreeBSD, use: > > - cvs-supfile Main source tree and ports collection > + cvs-supfile Main source tree collection > > IMPORTANT: Before you use any of the supfiles in this directory, > you will need to edit in an appropriate "host" setting. See: > > Modified: head/share/examples/cvsup/cvs-supfile > ============================================================================== > --- head/share/examples/cvsup/cvs-supfile Mon Mar 11 08:21:43 2013 (r248150) > +++ head/share/examples/cvsup/cvs-supfile Mon Mar 11 10:48:26 2013 (r248151) > @@ -43,9 +43,8 @@ > # prefix=/home/ncvs > # This specifies where to place the requested files. A > # setting of "/home/ncvs" will place all of the files > -# requested in /home/ncvs (e.g., "/home/ncvs/src/bin", > -# "/home/ncvs/ports/archivers"). The prefix directory > -# must exist in order to run CVSup. > +# requested in /home/ncvs (e.g., "/home/ncvs/src/bin"). > +# The prefix directory must exist in order to run CVSup. > > # Defaults that apply to all the collections > # > @@ -68,13 +67,6 @@ > # mega-collection. It includes all of the individual "src-*" collections. > src-all > > -## Ports Collection. > -# > -# The easiest way to get the ports tree is to use the "ports-all" > -# mega-collection. It includes all of the individual "ports-*" > -# collections, > -ports-all > - > ## Projects > # > # This collection retrieves the projects tree of the FreeBSD > > Modified: head/share/examples/cvsup/stable-supfile > ============================================================================== > --- head/share/examples/cvsup/stable-supfile Mon Mar 11 08:21:43 2013 (r248150) > +++ head/share/examples/cvsup/stable-supfile Mon Mar 11 10:48:26 2013 (r248151) > @@ -46,21 +46,6 @@ > # in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib"). > # The prefix directory must exist in order to run CVSup. > # > -############################################################################### > -# > -# DANGER! WARNING! LOOK OUT! VORSICHT! > -# > -# If you add any of the ports collections to this file, be sure to > -# specify them with a "tag" value set to ".", like this: > -# > -# ports-all tag=. > -# > -# If you leave out the "tag=." portion, CVSup will delete all of > -# the files in your ports. That is because the ports > -# collections do not use the same tags as the main part of the FreeBSD > -# source tree. > -# > -############################################################################### > > # Defaults that apply to all the collections > # > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" Hi, I'm getting > make installworld .. install -o root -g wheel -m 444 /usr/src/share/examples/cvsup/ports-supfile /usr/share/examples/cvsup/ports-supfile install: /usr/src/share/examples/cvsup/ports-supfile: No such file or directory *** [copies] Error code 71 Stop in /usr/src/share/examples. *** [realinstall] Error code 1 Stop in /usr/src/share. *** [realinstall] Error code 1 Stop in /usr/src. *** [reinstall] Error code 1 Stop in /usr/src. *** [installworld] Error code 1 Stop in /usr/src. *** [installworld] Error code 1 Stop in /usr/src. [48] > uname -a FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248165: Mon Mar 11 18:20:30 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64 [49] > Maybe I pulled the src at the wrong time ? or something to check out.. Thank you, -- Waitman Gobble San Jose California USA --bound1363028167--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1363028167.78116>