1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Garbage collect these old configuration directories, since we don't

support 2.2.x/3.x package builds any more.
This commit is contained in:
Kris Kennaway 2002-02-25 08:26:10 +00:00
parent 7d3860493c
commit 7e42e1b8ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55222
10 changed files with 0 additions and 303 deletions

View File

@ -1,20 +0,0 @@
(1) Copy the following files to under the "files" subdirectory:
Copy the following files from a running 2.2 system:
/dev/{kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/etc/resolv.conf
Copy the following files from a very recent 2.2 system:
/usr/sbin/pkg_{add,create,delete,info}
Copy the following files from a very recent 2.2 system or source tree:
/usr/share/info/dir
/usr/share/mk/bsd.port*.mk
/usr/share/mk/sys.mk
(2) Run "sh mkbindist". Note the first time you should set "ftp=1".
(3) Copy "tarballs/bindist.tar" to the same directory in all the build machines.

View File

@ -1,7 +0,0 @@
usr/share/calendar
usr/share/examples
usr/share/locale
usr/share/nls
usr/share/zoneinfo
usr/sbin/sysctl
dev

View File

@ -1,8 +0,0 @@
tmp/depends
tmp/distfiles
tmp/packages
usr/X11R6
usr/local
usr/opt/doc
usr/opt/www
usr/ports

View File

@ -1,67 +0,0 @@
#!/bin/sh
# "sed -e 's/\(.\)/ -\1/g'" can be used to convert "abc" to "-a -b -c"
a=0
m=0
n=0
r=0
s=0
v=0
if [ $# = 0 ]; then
s=1
else
set $(printf "%s\n" "$*" | sed -e 's/-//g' -e 's/\([a-z]\)/ \1/g')
while [ $# -gt 0 ]; do
eval $1=1
shift
done
fi
if [ "$a" = 1 ]; then
m=1
n=1
r=1
s=1
v=1
fi
printed=0
if [ "$s" = 1 ]; then
echo -n "FreeBSD"
printed=1
fi
printsp () {
if [ $1 = 1 ]; then
echo -n " "
fi
}
if [ "$n" = 1 ]; then
printsp $printed
echo -n $(hostname)
printed=1
fi
if [ "$r" = 1 ]; then
printsp $printed
echo -n "2.2.8-STABLE"
printed=1
fi
if [ "$v" = 1 ]; then
printsp $printed
echo -n "FreeBSD 2.2.8-STABLE #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO"
printed=1
fi
if [ "$m" = 1 ]; then
printsp $printed
echo -n "i386"
printed=1
fi
echo

View File

@ -1,30 +0,0 @@
#!/bin/sh
ftp=0
here=$(pwd)
tmpdir=${here}/tmp
rm -rf ${tmpdir}
mkdir -p ${tmpdir}
if [ "${ftp}" != 0 ]; then
cd bindist/ftp
/usr/bin/ftp -a 'ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/bin/bin.??'
/usr/bin/ftp -a 'ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/dict/dict.??'
/usr/bin/ftp -a 'ftp://ftp.freebsd.org/pub/FreeBSD/2.2.8-RELEASE/des/des.??'
#ssh -n ftp.freebsd.org cat 'w/2.2.8-RELEASE/bin/bin.??' | tar -xzpf -
cd ${here}
fi
cd ${tmpdir}
cat ${here}/bindist/ftp/bin.?? | tar --unlink -xzpf -
cat ${here}/bindist/ftp/dict.?? | tar --unlink -xzpf -
cat ${here}/bindist/ftp/des.?? | tar --unlink -xzpf -
rm -rf $(cat ${here}/bindist/delete)
mkdir -p $(cat ${here}/bindist/dirlist)
tar -C ${here}/bindist/files -cf - . | tar -xpf -
echo "HAVE_MOTIF=t" >> etc/make.conf
echo "MOTIF_STATIC=t" >> etc/make.conf
mv kernel.GENERIC kernel
chroot $(pwd) /sbin/ldconfig /usr/lib
mkdir -p ${here}/tarballs
tar cf ${here}/tarballs/bindist.tar.new .
mv -f ${here}/tarballs/bindist.tar.new ${here}/tarballs/bindist.tar
cd ${here}
rm -rf ${tmpdir}

View File

@ -1,24 +0,0 @@
(1) Copy the following files to under the "files" subdirectory:
Copy the following files from a running 3-stable system:
/dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
/dev/fd/[0-9]
/etc/resolv.conf
Copy the following files from a running 3-stable system or a
2.2-stable system. In the latter case, it will be in /usr/lib.
/usr/lib/aout/c++rt0.o
Copy the following files from a very recent 3-stable system:
/usr/libexec/ld-elf.so.1
Copy the following files from a very recent 3-stable system or source tree:
/usr/share/info/dir
(2) Run "sh mkbindist". Note the first time you should set "ftp=1".
(3) Copy "tarballs/bindist.tar" to the same directory in all the build machines.

View File

@ -1,65 +0,0 @@
compat
dev
modules
tmp
usr/games/adventure
usr/games/arithmetic
usr/games/atc
usr/games/backgammon
usr/games/battlestar
usr/games/bcd
usr/games/bs
usr/games/caesar
usr/games/canfield
usr/games/cfscores
usr/games/cribbage
usr/games/dm
usr/games/factor
usr/games/fish
usr/games/fortune
usr/games/grdc
usr/games/hack
usr/games/hangman
usr/games/hide
usr/games/larn
usr/games/mille
usr/games/morse
usr/games/number
usr/games/phantasia
usr/games/piano
usr/games/pig
usr/games/pom
usr/games/ppt
usr/games/primes
usr/games/quiz
usr/games/rain
usr/games/random
usr/games/robots
usr/games/rogue
usr/games/rot13
usr/games/sail
usr/games/snake
usr/games/snscore
usr/games/teachgammon
usr/games/trek
usr/games/unstr
usr/games/wargames
usr/games/worm
usr/games/worms
usr/games/wump
usr/lib/aout/lib*_p.a
usr/lib/lib*_p.a
usr/sbin/sysctl
usr/share/calendar
usr/share/doc
usr/share/examples
usr/share/games
usr/share/info/*.info.gz
usr/share/isdn
usr/share/locale
usr/share/man
usr/share/nls
usr/share/perl/man
usr/share/zoneinfo
var/games
var/run

View File

@ -1,9 +0,0 @@
tmp/depends
tmp/distfiles
tmp/packages
usr/X11R6
usr/local
usr/opt/doc
usr/opt/www
usr/ports
usr/src

View File

@ -1,67 +0,0 @@
#!/bin/sh
# "sed -e 's/\(.\)/ -\1/g'" can be used to convert "abc" to "-a -b -c"
a=0
m=0
n=0
r=0
s=0
v=0
if [ $# = 0 ]; then
s=1
else
set $(printf "%s\n" "$*" | sed -e 's/-//g' -e 's/\([a-z]\)/ \1/g')
while [ $# -gt 0 ]; do
eval $1=1
shift
done
fi
if [ "$a" = 1 ]; then
m=1
n=1
r=1
s=1
v=1
fi
printed=0
if [ "$s" = 1 ]; then
echo -n "FreeBSD"
printed=1
fi
printsp () {
if [ $1 = 1 ]; then
echo -n " "
fi
}
if [ "$n" = 1 ]; then
printsp $printed
echo -n $(hostname)
printed=1
fi
if [ "$r" = 1 ]; then
printsp $printed
echo -n "3.1-STABLE"
printed=1
fi
if [ "$v" = 1 ]; then
printsp $printed
echo -n "FreeBSD 3.1-STABLE #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO"
printed=1
fi
if [ "$m" = 1 ]; then
printsp $printed
echo -n "i386"
printed=1
fi
echo

View File

@ -1,6 +0,0 @@
rel=3-LATEST
ftpserver=current.jp.freebsd.org
ftpdists="bin/bin dict/dict des/des games/games compat22/compat22"
kernel=CLUSTER
ftp=1
useworld=0