summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-11-15 09:30:09 +0000
committerrafan <rafan@FreeBSD.org>2008-11-15 09:30:09 +0000
commit531323da7ebdbc9ead7a27c47c5c5b50ce5c1b47 (patch)
treeb9e475d41ada590d42d48193a8ffeddae32de1b0 /contrib/ncurses
parentf5d83322529691706652e1ae0137d16f59d4e367 (diff)
downloadFreeBSD-src-531323da7ebdbc9ead7a27c47c5c5b50ce5c1b47.zip
FreeBSD-src-531323da7ebdbc9ead7a27c47c5c5b50ce5c1b47.tar.gz
- Update instructions for Subversion import
- Remove FREEBSD-vendor as edwin@ is working on a automatically contrib software status page generation
Diffstat (limited to 'contrib/ncurses')
-rw-r--r--contrib/ncurses/FREEBSD-upgrade35
-rw-r--r--contrib/ncurses/FREEBSD-vendor8
2 files changed, 12 insertions, 31 deletions
diff --git a/contrib/ncurses/FREEBSD-upgrade b/contrib/ncurses/FREEBSD-upgrade
index f2f527d..ffa4ccb 100644
--- a/contrib/ncurses/FREEBSD-upgrade
+++ b/contrib/ncurses/FREEBSD-upgrade
@@ -6,33 +6,21 @@ ncurses
The beta version can be found at ftp://invisible-island.net/ncurses/
or ftp://dickey.his.com/ncurses/
-The instructions for importing new release and merge to HEAD can be found
-at FreeBSD wiki:
-
- http://wiki.freebsd.org/SubversionPrimer/VendorImports
-
For the import files and directories were pruned by:
tar -X FREEBSD-Xlist -zxf ncurses-5.7.tar.gz
check if there are any new bits that we don't want.
-then imported by:
-
- cvs import -m 'Import ncurses 5.6-20061217 onto the vendor branch' \
- src/contrib/ncurses NCURSES v5_6_20061217
-
-The date in the tag can be obtained from contrib/ncurses/dist.mk.
-If the version is a snapshot,
+The instructions for importing new release and merging to HEAD can be found
+at FreeBSD wiki:
- cvs import -m 'Import ncurses 5.6-20080503 snapshot onto the vendor branch' \
- src/contrib/ncurses NCURSES v5_6_20080503
+ http://wiki.freebsd.org/SubversionPrimer/VendorImports
-Remove files that are removed in this release in vendor branch (NCURSES)
-instead of HEAD.
+The version tag can be obtained from contrib/ncurses/dist.mk.
-To make local changes to ncurses, simply patch and commit to the main
-branch (aka HEAD). Never make local changes on the vendor (NCURSES) branch.
+To make local changes to ncurses, simply patch and commit to the trunk
+branch (aka HEAD). Never make local changes on the vendor branch.
All local changes should be submitted to Thomas Dickey for inclusion in
the next vendor release. The author is very willing to help us.
@@ -44,19 +32,20 @@ ncurses, go to /usr/ports/devel/ncurses and
Update ncurses_cfg.h and necessary Makefile glues from ${WRKSRC}/build.nowidec.
Directory for wide character support is ${WRKSRC}/build.widec
-You may have to update ncurses-specific glue in termcap.c.
+You may have to update ncurses-specific glue in termcap.c (check if
+ncurses/tinfo/read_termcap.c has been changed since last import).
Current local changes:
ncurses/tinfo/comp_scan.c
- rev 1.2: native termcap tweaking
+ r50620: native termcap tweaking (cvs r1.2)
ncurses/tinfo/lib_termcap.c
- rev 1.2: native termcap tweaking
- rev 1.4: remove GCC_UNUSED for rev 1.2
+ r50620: native termcap tweaking (cvs r1.2)
+ r50850: remove GCC_UNUSED for r50620 (cvs r1.4)
ncurses/tinfo/read_termcap.c
This is not used. We have our own src/lib/ncurses/termcap.c
rafan@FreeBSD.org
-9-Jan-2007
+15-Nov-2008
diff --git a/contrib/ncurses/FREEBSD-vendor b/contrib/ncurses/FREEBSD-vendor
deleted file mode 100644
index d273c4b..0000000
--- a/contrib/ncurses/FREEBSD-vendor
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-Project: Ncurses (new curses) library
-ProjectURL: http://www.gnu.org/software/ncurses/
-Version: 5.6-20080503 snapshot
-VendorTag: NCURSES
-VersionTag: v5_6_20080503
-License: MIT-like
-Maintainer: rafan
OpenPOWER on IntegriCloud