diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-11-01 12:47:59 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-11-01 12:47:59 +0000 |
commit | 4c6eba2a63163a5ba88118907233d5e9a2b49ce8 (patch) | |
tree | bdae41a131f0b3bb3892066365be8403c4fdbf8a /deskutils/teapot/files | |
parent | New file (diff) |
- Fix MASTER_SITES
- Remove version number from pkg-descr
- Update checksum (Can we legally hunt people that do this?)
PR: 22446
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=34540
Diffstat (limited to 'deskutils/teapot/files')
-rw-r--r-- | deskutils/teapot/files/patch-aa | 19 | ||||
-rw-r--r-- | deskutils/teapot/files/patch-ab | 21 |
2 files changed, 37 insertions, 3 deletions
diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa index 944865319128..37299750585a 100644 --- a/deskutils/teapot/files/patch-aa +++ b/deskutils/teapot/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jun 14 08:11:40 1998 -+++ Makefile Sat May 1 14:52:37 1999 +--- Makefile.orig Tue Nov 10 06:31:26 1998 ++++ Makefile Sat Oct 28 06:38:38 2000 @@ -1,16 +1,16 @@ #{{{script}}}#{{{ Linux, moria machines, gcc -CFLAGS= -g -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common @@ -30,8 +30,21 @@ -#CPPFLAGS= -I./.curses.h -DNO_POSIX_SOURCE -#LIBS= -lncurses -lmytinfo -lm +CC?= gcc -+CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE ++CFLAGS+= -pedantic -fno-common -I./.curses.h -DNO_POSIX_SOURCE +LIBS= -lncurses -lmytinfo -lm #LDFLAGS= #MAKEDEPEND= gcc -MM #}}} +@@ -68,9 +67,9 @@ + #MAKEDEPEND= makedepend -f- + #}}} + #{{{ DEC OSF/1, cc +-CFLAGS= -O -std1 $(CPPFLAGS) +-CPPFLAGS= -D_XOPEN_SOURCE -D_OSF_SOURCE +-LIBS= -lcurses -lm ++#CFLAGS= -O -std1 $(CPPFLAGS) ++#CPPFLAGS= -D_XOPEN_SOURCE -D_OSF_SOURCE ++#LIBS= -lcurses -lm + MAKEDEPEND= mkdep -d + #}}} + #{{{ AIX 3, xlc diff --git a/deskutils/teapot/files/patch-ab b/deskutils/teapot/files/patch-ab new file mode 100644 index 000000000000..d41188644d3d --- /dev/null +++ b/deskutils/teapot/files/patch-ab @@ -0,0 +1,21 @@ +--- doc/Makefile.orig Thu Mar 19 03:12:57 1998 ++++ doc/Makefile Sat Oct 28 06:36:44 2000 +@@ -5,15 +5,15 @@ + soelim teapot.MM | grep -v '^\.lf' >teapot.mm + + command.html.0 command.tbl.0: command command.bat insTH.ed +- teapot -b command <command.bat ++ ../teapot -b command <command.bat + ed command.tbl.0 <insTH.ed + + editline.html.0 editline.tbl.0: editline editline.bat insTH.ed +- teapot -b editline <editline.bat ++ ../teapot -b editline <editline.bat + ed editline.tbl.0 <insTH.ed + + unsorted.html.0 unsorted.tbl.0: unsorted unsorted.bat unsorted.ed +- teapot -b unsorted <unsorted.bat ++ ../teapot -b unsorted <unsorted.bat + ed unsorted.tbl.0 <unsorted.ed + + teapot.ps: teapot.mm |