summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:11:19 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:11:19 +0000
commit3e9a47f55e0955620f45c098acaaece3f31aa5c9 (patch)
tree16629162d121dbec8056ec483fafccfe83526d55 /deskutils
parentAllow this to build again inside and outside the US. (diff)
Update to version 1.03.
PR: 11432 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18363
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/teapot/Makefile8
-rw-r--r--deskutils/teapot/distinfo2
-rw-r--r--deskutils/teapot/files/patch-aa8
3 files changed, 10 insertions, 8 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 16a89162fd2a..f9fa8b9efa2f 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: teapot
-# Version required: 1.01
+# Version required: 1.03
# Date created: 7 January 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.1.1.1 1998/03/27 10:31:46 tg Exp $
+# $Id: Makefile,v 1.2 1998/08/07 22:17:53 asami Exp $
#
-DISTNAME= teapot-1.01
+DISTNAME= teapot-1.03
CATEGORIES= deskutils
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
@@ -23,10 +23,12 @@ do-install:
.for file in asqrt asqrt.README counter counter.README life life.README sqrt sqrt.README
@ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/teapot
.endfor
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/teapot
@ ${INSTALL_DATA} ${WRKSRC}/README-en.html ${PREFIX}/share/doc/teapot/README.html
.for file in teapot.doc teapot.html teapot.ps
@ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/teapot
.endfor
+.endif
.include <bsd.port.mk>
diff --git a/deskutils/teapot/distinfo b/deskutils/teapot/distinfo
index 47c731c2aa46..d7ae73c57fa4 100644
--- a/deskutils/teapot/distinfo
+++ b/deskutils/teapot/distinfo
@@ -1 +1 @@
-MD5 (teapot-1.01.tar.gz) = 7a5191788f86d3df5d589a7efde714c3
+MD5 (teapot-1.03.tar.gz) = c06d01c1cd8f260c4eeecf0e514fd89f
diff --git a/deskutils/teapot/files/patch-aa b/deskutils/teapot/files/patch-aa
index 2bf2f75e916b..944865319128 100644
--- a/deskutils/teapot/files/patch-aa
+++ b/deskutils/teapot/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Mar 18 19:12:56 1998
-+++ Makefile Fri Mar 27 11:22:13 1998
+--- Makefile.orig Sun Jun 14 08:11:40 1998
++++ Makefile Sat May 1 14:52:37 1999
@@ -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
@@ -29,8 +29,8 @@
-#CFLAGS= -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common
-#CPPFLAGS= -I./.curses.h -DNO_POSIX_SOURCE
-#LIBS= -lncurses -lmytinfo -lm
-+CC= gcc
-+CFLAGS= -pipe -O2 -Wall -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
++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
+LIBS= -lncurses -lmytinfo -lm
#LDFLAGS=
#MAKEDEPEND= gcc -MM