aboutsummaryrefslogtreecommitdiff
path: root/mail/youbin/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/youbin/files/patch-aa')
-rw-r--r--mail/youbin/files/patch-aa251
1 files changed, 90 insertions, 161 deletions
diff --git a/mail/youbin/files/patch-aa b/mail/youbin/files/patch-aa
index 1fa3155d77c0..7940703ed999 100644
--- a/mail/youbin/files/patch-aa
+++ b/mail/youbin/files/patch-aa
@@ -1,161 +1,90 @@
-*** Imakefile.orig Sat Apr 8 20:47:18 1995
---- Imakefile Fri Nov 3 00:51:09 2000
-***************
-*** 17,31 ****
- */
-
- /* Directory for server. */
-! SERVER_BINDIR = /etc
-
- /* Directory for clients. */
-! BINDIR = /usr/local/bin
-
- /* Select one of them.
-! * If you want to use on-line manual written in Japanese, use DOCDIR_JP. */
-! MANSRC_DIR = $(DOCDIR)
-! /* MANSRC_DIR = $(DOCDIR_JP) */
-
- /*
- * Architectur depedent configurations.
---- 17,32 ----
- */
-
- /* Directory for server. */
-! SERVER_BINDIR = ${PREFIX}/sbin
-
- /* Directory for clients. */
-! BINDIR = ${PREFIX}/bin
-
- /* Select one of them.
-! * If you want to use on-line manual written in Japanese, use YOUBIN_DOCDIR_JP. */
-! MANSRC_DIR = $(YOUBIN_DOCDIR)
-! /* MANSRC_DIR = $(YOUBIN_DOCDIR_JP) */
-! MANPATH = ${PREFIX}/man
-
- /*
- * Architectur depedent configurations.
-***************
-*** 47,53 ****
- * If your machine is SVR4, default MAIL_SPOOL is "/usr/mail/".
- * In other environments, default MAIL_SPOOL is "/usr/spool/mail/".
- * Select one of them, if you don't like these default values. */
-! /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/mail/\" */
- /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/spool/mail/\" */
-
- /* Syslog: Comment following lines, if you don't want to use syslog. */
---- 48,54 ----
- * If your machine is SVR4, default MAIL_SPOOL is "/usr/mail/".
- * In other environments, default MAIL_SPOOL is "/usr/spool/mail/".
- * Select one of them, if you don't like these default values. */
-! MAIL_SPOOL = -DMAIL_SPOOL=\"/var/mail/\"
- /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/spool/mail/\" */
-
- /* Syslog: Comment following lines, if you don't want to use syslog. */
-***************
-*** 65,73 ****
- UNIT_TIME = 180
-
- /* XPM: Uncomment following lines, if you want to use pixmap. */
-! /* XPM_DEFS = -DUSE_XPM */
-! /* XPM_LIBS = str_to_pixmap.o locate_pixmap.o */
-! /* XPM_FLAGS = -lXpm */
-
- /*
- * Other configurations.
---- 66,74 ----
- UNIT_TIME = 180
-
- /* XPM: Uncomment following lines, if you want to use pixmap. */
-! XPM_DEFS = -DUSE_XPM
-! XPM_LIBS = str_to_pixmap.o locate_pixmap.o
-! XPM_FLAGS = -lXpm
-
- /*
- * Other configurations.
-***************
-*** 90,96 ****
- * USE_VARARGS Use UNIX's native routines.
- */
-
-! /* SPECIAL_DEFS = */
- /* SPECIAL_LIBS = */
-
- /*
---- 91,97 ----
- * USE_VARARGS Use UNIX's native routines.
- */
-
-! SPECIAL_DEFS =-DUSE_STDARG -DUSE_POSIX_WAIT
- /* SPECIAL_LIBS = */
-
- /*
-***************
-*** 112,124 ****
- XYOUBIN_OBJS = base.o sound.o xyoubin.o $(XPM_LIBS)
- YOUBIN_OBJS = base.o client.o youbin_sub.o
-
-! DOCDIR = Doc
-! DOCDIR_JP = Doc.Japanese
-
-! MANS = $(DOCDIR)/youbin.man $(DOCDIR)/youbind.man \
-! $(DOCDIR)/youbin_sub.man
-! MANS_JP = $(DOCDIR_JP)/youbin.man $(DOCDIR_JP)/youbind.man \
-! $(DOCDIR_JP)/youbin_sub.man
-
- /* BITMAPS = */
-
---- 113,125 ----
- XYOUBIN_OBJS = base.o sound.o xyoubin.o $(XPM_LIBS)
- YOUBIN_OBJS = base.o client.o youbin_sub.o
-
-! YOUBIN_DOCDIR = Doc
-! YOUBIN_DOCDIR_JP = Doc.Japanese
-
-! MANS = $(YOUBIN_DOCDIR)/youbin.man $(YOUBIN_DOCDIR)/youbind.man \
-! $(YOUBIN_DOCDIR)/youbin_sub.man
-! MANS_JP = $(YOUBIN_DOCDIR_JP)/youbin.man $(YOUBIN_DOCDIR_JP)/youbind.man \
-! $(YOUBIN_DOCDIR_JP)/youbin_sub.man
-
- /* BITMAPS = */
-
-***************
-*** 151,157 ****
- * Target entries.
- */
-
-! all: $(TARGETS)
-
- SingleProgramTarget(youbind,$(YOUBIND_OBJS),,)
- SingleProgramTarget(sendto,$(SENDTO_OBJS),,)
---- 152,158 ----
- * Target entries.
- */
-
-! all:: $(TARGETS)
-
- SingleProgramTarget(youbind,$(YOUBIND_OBJS),,)
- SingleProgramTarget(sendto,$(SENDTO_OBJS),,)
-***************
-*** 166,177 ****
-
- /* InstallAppDefaults(XYoubin) */
-
-! install.man::
-! csh -c "cp $(MANSRC_DIR)/*.man ."
-!
-! InstallManPage(youbin,$(MANDIR))
-! InstallManPage(youbin_sub,$(MANDIR))
-! InstallManPage(youbind,$(MANDIR))
-
- DependTarget()
- LintTarget()
---- 167,175 ----
-
- /* InstallAppDefaults(XYoubin) */
-
-! InstallGenManPage(youbin,$(MANPATH)/man1,1)
-! InstallGenManPage(youbin_sub,$(MANPATH)/man3,3)
-! InstallGenManPage(youbind,$(MANPATH)/man8,8)
-
- DependTarget()
- LintTarget()
+--- Imakefile.orig Sat Apr 21 01:01:08 2001
++++ Imakefile Sun Nov 4 07:31:58 2001
+@@ -15,12 +15,14 @@
+ /*
+ * Directories.
+ */
++/* Installation prefix */
++PREFIX ?= /usr/local
+
+ /* Directory for server. */
+-SERVER_BINDIR = /usr/local/sbin
++SERVER_BINDIR = ${PREFIX}/sbin
+
+ /* Directory for clients. */
+-BINDIR = /usr/local/bin
++BINDIR = ${PREFIX}/bin
+
+ /* Select one of them.
+ * If you want to use on-line manual written in Japanese, use DOCDIR_JP. */
+@@ -49,6 +51,7 @@
+ * Select one of them, if you don't like these default values. */
+ /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/mail/\" */
+ /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/spool/mail/\" */
++MAIL_SPOOL = -DMAIL_SPOOL=\"/var/mail/\"
+
+ /* Syslog: Comment following lines, if you don't want to use syslog. */
+ SYSLOG = -DSYSLOG
+@@ -65,9 +68,9 @@
+ UNIT_TIME = 180
+
+ /* XPM: Uncomment following lines, if you want to use pixmap. */
+-/*XPM_DEFS = -DUSE_XPM*/
+-/*XPM_LIBS = str_to_pixmap.o locate_pixmap.o*/
+-/*XPM_FLAGS = -lXpm*/
++XPM_DEFS = -DUSE_XPM
++XPM_LIBS = str_to_pixmap.o locate_pixmap.o
++XPM_FLAGS = -lXpm
+
+ /*
+ * Other configurations.
+@@ -90,15 +93,15 @@
+ * USE_VARARGS Use UNIX's native routines.
+ */
+
+-/* SPECIAL_DEFS = */
++SPECIAL_DEFS =-DUSE_STDARG -DUSE_POSIX_WAIT
+ /* SPECIAL_LIBS = */
+
+ /*
+ * Files.
+ */
+
+-/* TARGETS = $(SERVER) $(CLIENTS) */
+-TARGETS = $(CLIENTS)
++TARGETS = $(SERVER) $(CLIENTS)
++/* TARGETS = $(CLIENTS) */
+ SERVER = youbind
+ CLIENTS = sendto xyoubin youbin
+
+@@ -156,24 +159,26 @@
+
+ all:: $(TARGETS)
+
+-/* SingleProgramTarget(youbind,$(YOUBIND_OBJS),$(LDFLAGS),) */
+-/* SingleProgramTarget(sendto,$(SENDTO_OBJS),,) */
++SingleProgramTarget(youbind,$(YOUBIND_OBJS),$(LDFLAGS),)
++SingleProgramTarget(sendto,$(SENDTO_OBJS),,)
+ SingleProgramTarget(xyoubin,$(XYOUBIN_OBJS),$(EXT_LIBS),)
+ SingleProgramTarget(youbin,$(YOUBIN_OBJS),,)
+
+-/* InstallProgram(youbind,$(SERVER_BINDIR)) */
+-/* InstallProgram(sendto,$(BINDIR)) */
++InstallProgram(youbind,$(SERVER_BINDIR))
++InstallProgram(sendto,$(BINDIR))
+ InstallProgram(xyoubin,$(BINDIR))
+ InstallProgramWithFlags(youbin,$(BINDIR),$(INSTUIDFLAGS))
+
+ /* InstallAppDefaults(XYoubin) */
+
++/*
+ install.man::
+ csh -c "cp $(MANSRC_DIR)/*.man ."
+
+ InstallManPage(youbin,$(MANDIR))
+ InstallManPage(youbin_sub,$(MANDIR))
+ InstallManPage(youbind,$(MANDIR))
++*/
+
+ DependTarget()
+ LintTarget()