summaryrefslogtreecommitdiff
path: root/mail/faces/files/patch-ad
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1996-12-14 22:27:51 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1996-12-14 22:27:51 +0000
commitf6c670a07964555aff3f81894d7c580816cd914c (patch)
tree2cf65b3265554b4cefab01b01ff9a1fe4918fd8e /mail/faces/files/patch-ad
parentUpdate from version 13.5 to version 14.0. (diff)
faces - visual mail, user and print face server
can nicely be used with exmh Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
Diffstat (limited to 'mail/faces/files/patch-ad')
-rw-r--r--mail/faces/files/patch-ad99
1 files changed, 99 insertions, 0 deletions
diff --git a/mail/faces/files/patch-ad b/mail/faces/files/patch-ad
new file mode 100644
index 000000000000..ef2c4cac8dcf
--- /dev/null
+++ b/mail/faces/files/patch-ad
@@ -0,0 +1,99 @@
+diff -c -N ../faces/scripts/Makefile ./scripts/Makefile
+*** ../faces/scripts/Makefile Tue May 7 00:55:26 1991
+--- ./scripts/Makefile Wed Dec 11 09:30:23 1996
+***************
+*** 15,30 ****
+ BINDIR = /usr/local/faces/bin
+
+ install:
+! install -c -m 755 addxface $(BINDIR)
+! install -c -m 755 mailq.faces $(BINDIR)
+! install -c -m 755 from.faces $(BINDIR)
+! install -c -m 755 lpqall.faces $(BINDIR)
+! install -c -m 755 rotary.faces $(BINDIR)
+! install -c -m 755 facesaddr $(BINDIR)
+! install -c -m 755 facesall $(BINDIR)
+! install -c -m 755 mkfacesindex $(BINDIR)
+! install -c -m 755 newscheck.faces $(BINDIR)
+! install -c -m 755 newsfrom.faces $(BINDIR)
+
+ install2:
+ install -c -m 755 faces $(LBINDIR)
+--- 15,30 ----
+ BINDIR = /usr/local/faces/bin
+
+ install:
+! install -c -o bin -m 755 addxface $(BINDIR)
+! install -c -o bin -m 755 mailq.faces $(BINDIR)
+! install -c -o bin -m 755 from.faces $(BINDIR)
+! install -c -o bin -m 755 lpqall.faces $(BINDIR)
+! install -c -o bin -m 755 rotary.faces $(BINDIR)
+! install -c -o bin -m 755 facesaddr $(BINDIR)
+! install -c -o bin -m 755 facesall $(BINDIR)
+! install -c -o bin -m 755 mkfacesindex $(BINDIR)
+! install -c -o bin -m 755 newscheck.faces $(BINDIR)
+! install -c -o bin -m 755 newsfrom.faces $(BINDIR)
+
+ install2:
+ install -c -m 755 faces $(LBINDIR)
+diff -c -N ../faces/scripts/addxface ./scripts/addxface
+*** ../faces/scripts/addxface Tue Nov 19 05:05:58 1991
+--- ./scripts/addxface Tue Dec 10 17:52:45 1996
+***************
+*** 15,21 ****
+ # than version v1.6.0:
+ #$olddb = 1;
+
+! $faces = '/usr/local/faces';
+ $umask = 000;
+
+ # addxface - install any X-Face: in the header of the given mail message
+--- 15,21 ----
+ # than version v1.6.0:
+ #$olddb = 1;
+
+! $faces = '/usr/local/share/faces';
+ $umask = 000;
+
+ # addxface - install any X-Face: in the header of the given mail message
+diff -c -N ../faces/scripts/facesall ./scripts/facesall
+*** ../faces/scripts/facesall Mon Nov 25 01:30:24 1991
+--- ./scripts/facesall Tue Dec 10 17:57:49 1996
+***************
+*** 20,26 ****
+ #$olddb = 1;
+
+ $cols = 15; $rows = 13;
+! $FACEDIR = '/usr/local/faces';
+
+ # facesall - show all available faces in the given faces bitmap directory
+ # usage: facesall [ -a ] [ bitmap_directory ]
+--- 20,26 ----
+ #$olddb = 1;
+
+ $cols = 15; $rows = 13;
+! $FACEDIR = '/usr/local/share/faces';
+
+ # facesall - show all available faces in the given faces bitmap directory
+ # usage: facesall [ -a ] [ bitmap_directory ]
+diff -c -N ../faces/scripts/mkfacesindex ./scripts/mkfacesindex
+*** ../faces/scripts/mkfacesindex Tue Nov 19 05:05:58 1991
+--- ./scripts/mkfacesindex Tue Dec 10 17:58:16 1996
+***************
+*** 15,21 ****
+ # than version v1.6.0:
+ #$olddb = 1;
+
+! $FACEDIR = '/usr/local/faces';
+
+ # mkfacesindex - make a .index file at the root of a faces database that
+ # facesall can use more speedily instead of tabulating the
+--- 15,21 ----
+ # than version v1.6.0:
+ #$olddb = 1;
+
+! $FACEDIR = '/usr/local/share/faces';
+
+ # mkfacesindex - make a .index file at the root of a faces database that
+ # facesall can use more speedily instead of tabulating the
+Common subdirectories: ../faces/scripts/rotary and ./scripts/rotary