svn commit: r249503 - in stable/9: . share/examples share/examples/cvsup
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 15 07:01:22 UTC 2013
Author: bapt
Date: Mon Apr 15 07:01:20 2013
New Revision: 249503
URL: http://svnweb.freebsd.org/changeset/base/249503
Log:
MFC: r248151, r248168
Ports are no more exported via cvsup, remove cvsup examples and documentation refering to
ports
Deleted:
stable/9/share/examples/cvsup/ports-supfile
stable/9/share/examples/cvsup/refuse
stable/9/share/examples/cvsup/refuse.README
Modified:
stable/9/ObsoleteFiles.inc
stable/9/share/examples/Makefile
stable/9/share/examples/cvsup/README
stable/9/share/examples/cvsup/cvs-supfile
stable/9/share/examples/cvsup/stable-supfile
Directory Properties:
stable/9/share/examples/ (props changed)
stable/9/share/examples/cvsup/ (props changed)
Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc Mon Apr 15 06:12:00 2013 (r249502)
+++ stable/9/ObsoleteFiles.inc Mon Apr 15 07:01:20 2013 (r249503)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130415: 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
# 20130315: removed long unused directories for .1aout section manpages
OLD_FILES+=usr/share/man/en.ISO8859-1/man1aout
OLD_FILES+=usr/share/man/en.UTF-8/man1aout
Modified: stable/9/share/examples/Makefile
==============================================================================
--- stable/9/share/examples/Makefile Mon Apr 15 06:12:00 2013 (r249502)
+++ stable/9/share/examples/Makefile Mon Apr 15 07:01:20 2013 (r249503)
@@ -54,9 +54,6 @@ XFILES= BSD_daemon/FreeBSD.pfa \
cvsup/README \
cvsup/cvs-supfile \
cvsup/gnats-supfile \
- cvsup/ports-supfile \
- cvsup/refuse \
- cvsup/refuse.README \
cvsup/stable-supfile \
cvsup/standard-supfile \
diskless/ME \
Modified: stable/9/share/examples/cvsup/README
==============================================================================
--- stable/9/share/examples/cvsup/README Mon Apr 15 06:12:00 2013 (r249502)
+++ stable/9/share/examples/cvsup/README Mon Apr 15 07:01:20 2013 (r249503)
@@ -9,8 +9,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
@@ -18,7 +16,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
To maintain a copy of the FreeBSD bug database, use the file:
Modified: stable/9/share/examples/cvsup/cvs-supfile
==============================================================================
--- stable/9/share/examples/cvsup/cvs-supfile Mon Apr 15 06:12:00 2013 (r249502)
+++ stable/9/share/examples/cvsup/cvs-supfile Mon Apr 15 07:01:20 2013 (r249503)
@@ -36,9 +36,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
#
@@ -91,84 +90,6 @@ src-all
#src-secure
#src-sys-crypto
-## 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
-
-# These are the individual collections that make up "ports-all". If you
-# use these, be sure to comment out "ports-all" above and always include
-# "ports-base" if you use any of the other individual collections below.
-# Your ports may not build correctly without an up-to-date "ports-base".
-#
-#ports-base
-#
-#ports-accessibility
-#ports-arabic
-#ports-archivers
-#ports-astro
-#ports-audio
-#ports-benchmarks
-#ports-biology
-#ports-cad
-#ports-chinese
-#ports-comms
-#ports-converters
-#ports-databases
-#ports-deskutils
-#ports-devel
-#ports-dns
-#ports-editors
-#ports-emulators
-#ports-finance
-#ports-french
-#ports-ftp
-#ports-games
-#ports-german
-#ports-graphics
-#ports-hebrew
-#ports-hungarian
-#ports-irc
-#ports-japanese
-#ports-java
-#ports-korean
-#ports-lang
-#ports-mail
-#ports-math
-#ports-misc
-#ports-multimedia
-#ports-net
-#ports-net-im
-#ports-net-mgmt
-#ports-net-p2p
-#ports-news
-#ports-palm
-#ports-picobsd
-#ports-polish
-#ports-ports-mgmt
-#ports-portuguese
-#ports-print
-#ports-russian
-#ports-science
-#ports-security
-#ports-shells
-#ports-sysutils
-#ports-textproc
-#ports-ukrainian
-#ports-vietnamese
-#ports-www
-#ports-x11
-#ports-x11-clocks
-#ports-x11-drivers
-#ports-x11-fm
-#ports-x11-fonts
-#ports-x11-servers
-#ports-x11-themes
-#ports-x11-toolkits
-#ports-x11-wm
-
## Projects
#
# This collection retrieves the projects tree of the FreeBSD
@@ -186,4 +107,3 @@ cvsroot-all
# directories merged into one, and merged commitlogs via symlinks.
#cvsroot-common
#cvsroot-src
-#cvsroot-ports
Modified: stable/9/share/examples/cvsup/stable-supfile
==============================================================================
--- stable/9/share/examples/cvsup/stable-supfile Mon Apr 15 06:12:00 2013 (r249502)
+++ stable/9/share/examples/cvsup/stable-supfile Mon Apr 15 07:01:20 2013 (r249503)
@@ -39,21 +39,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
#
More information about the svn-src-stable-9
mailing list