summaryrefslogtreecommitdiffstats
path: root/x11/9term/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-14 04:08:02 +0000
committerasami <asami@FreeBSD.org>1995-08-14 04:08:02 +0000
commit492951fad01bca530b12060a8fdb5ca3447569ac (patch)
treec756985edb4d7bd1e350d605dbc1f2aabb495734 /x11/9term/files
parent388294ef462d6a7de135800a9be3c1bac3a2834f (diff)
downloadFreeBSD-ports-492951fad01bca530b12060a8fdb5ca3447569ac.zip
FreeBSD-ports-492951fad01bca530b12060a8fdb5ca3447569ac.tar.gz
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
Diffstat (limited to 'x11/9term/files')
-rw-r--r--x11/9term/files/patch-aa45
-rw-r--r--x11/9term/files/patch-ac15
2 files changed, 60 insertions, 0 deletions
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
OpenPOWER on IntegriCloud