summaryrefslogtreecommitdiff
path: root/x11/xtermset/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-01-02 13:04:45 +0000
committerhubertf <hubertf@pkgsrc.org>1999-01-02 13:04:45 +0000
commit64fafc5c7cbb358694006406f99df823628dca17 (patch)
tree2c0cee78de416dcb996202452dd7b3c5c28aa641 /x11/xtermset/patches
parentaccc66622c669f607aa497df7705a4c3caf5e18c (diff)
downloadpkgsrc-64fafc5c7cbb358694006406f99df823628dca17.tar.gz
Change things like foreground color, size etc. on an xterm
from the command line by issuing the appropriate escape sequences.
Diffstat (limited to 'x11/xtermset/patches')
-rw-r--r--x11/xtermset/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xtermset/patches/patch-aa b/x11/xtermset/patches/patch-aa
new file mode 100644
index 00000000000..9685e4c1b98
--- /dev/null
+++ b/x11/xtermset/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/01/02 13:04:46 hubertf Exp $
+
+--- Makefile.orig Fri Jan 1 20:57:16 1999
++++ Makefile Sat Jan 2 13:36:26 1999
+@@ -1,10 +1,10 @@
+ CC=gcc
+ CFLAGS=-O2 -Wall
+ INSTALL=/usr/bin/install -c
+-PREFIX=/usr/local
++#PREFIX=/usr/local
+
+ all: xtermset.o
+- ${CC} -o xtermset $<
++ ${CC} -o xtermset ${.ALLSRC}
+
+ clean:
+ rm -f *.o xtermset core *~
+@@ -13,4 +13,3 @@
+ ${INSTALL} -m 0755 xtermset ${PREFIX}/bin
+ strip ${PREFIX}/bin/xtermset
+ ${INSTALL} -m 0644 xtermset.1 ${PREFIX}/man/man1
+- gzip ${PREFIX}/man/man1/xtermset.1