summaryrefslogtreecommitdiffstats
path: root/contrib/netcat/FREEBSD-upgrade
blob: 5a52ebc6481627f77b1b336c5cc295d8346b1da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$FreeBSD$

1. Export from OpenBSD's nc(1) into an empty directory (say "v-nc").
2. while read pattern; do rm ${pattern} ; done < FREEBSD-Xlist
3. Checkout our contrib/netcat to another directory (say "f-nc"),
   with -rOPENBSD, and usr.bin/nc to its ../../
4. copy the files from v-nc to f-nc
5. do cvs up -A in f-nc
6. If there is conflicits, try to resolve them.
7. do build in f-nc/../../usr.bin/nc
8. If everything seems ok, do the actual import in v-nc:
	cvs -n import src/contrib/netcat OPENBSD OPENBSD_<release>
   Everything appears be Ok? Do:
	cvs import src/contrib/netcat OPENBSD OPENBSD_<release>
   (note: recently we import from OpenBSD's release branches
    rather than importing -HEAD snapshots)
9. Resolve the conflicits with the patchset obtained in step 6.

delphij@FreeBSD.org - 21 Apr 2008
OpenPOWER on IntegriCloud