From 492951fad01bca530b12060a8fdb5ca3447569ac Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 14 Aug 1995 04:08:02 +0000 Subject: Various plan9 utilities. It's such a complete collection, I'm going to import it all at once! Submitted by: Eric L. Hernes --- x11/9term/files/patch-aa | 45 +++++++++++++++++++++++++++++++++++++++++++++ x11/9term/files/patch-ac | 15 +++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 x11/9term/files/patch-aa create mode 100644 x11/9term/files/patch-ac (limited to 'x11/9term/files') diff --git a/x11/9term/files/patch-aa b/x11/9term/files/patch-aa new file mode 100644 index 0000000..a587c0a --- /dev/null +++ b/x11/9term/files/patch-aa @@ -0,0 +1,45 @@ +*** libtext/Makefile.orig Wed Jun 1 21:01:19 1994 +--- libtext/Makefile Mon Jul 31 11:34:06 1995 +*************** +*** 5,18 **** + # + # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified + # if your compiler supports posix-compatible compilation +! OS=-DSOLARIS + + # add -Iincludedir for any include directories that need to be searched + # for posix header files +! INCS=-I. -I../include + + # add name of library orderer - use ":" if none exists +! RANLIB=: + + # add name of library + AR=ar +--- 5,19 ---- + # + # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified + # if your compiler supports posix-compatible compilation +! OS=-DSUNOS -O2 +! SAMDIR=../../../sam/work + + # add -Iincludedir for any include directories that need to be searched + # for posix header files +! INCS=-I. -I$(SAMDIR)/include + + # add name of library orderer - use ":" if none exists +! RANLIB=ranlib + + # add name of library + AR=ar +*************** +*** 38,41 **** + + install: $(LIB) + +! $(OBJ): ../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h +--- 39,42 ---- + + install: $(LIB) + +! $(OBJ): $(SAMDIR)/include/u.h $(SAMDIR)/include/libc.h $(SAMDIR)/include/libg.h $(SAMDIR)/include/frame.h text.h diff --git a/x11/9term/files/patch-ac b/x11/9term/files/patch-ac new file mode 100644 index 0000000..8bd3e62 --- /dev/null +++ b/x11/9term/files/patch-ac @@ -0,0 +1,15 @@ +*** Makefile.orig Fri Aug 11 15:57:26 1995 +--- Makefile Fri Aug 11 16:04:30 1995 +*************** +*** 0 **** +--- 1,10 ---- ++ ++ MAN=man ++ all: ++ (cd libtext; make) ++ (cd 9term; make) ++ install: ++ $(INSTALL) -c 9term/9term $(PREFIX)/bin/ ++ $(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/ ++ strip $(PREFIX)/bin/9term ++ gzip -9nf $(PREFIX)/man/man1/9term.1 -- cgit v1.1