summaryrefslogtreecommitdiff
path: root/news/husky-msged/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-05 19:34:27 +0000
commit8b89c2bbe46ade68b31fb8f751828677d35a376f (patch)
treea1f9428ebf0bc74d82f72d411058fdca307d87c2 /news/husky-msged/files
parentUpgrade to jftpgw-0.13.2 (diff)
Add ports for Husky Fidosoft Project (most of modules from it).
Notes
Notes: svn path=/head/; revision=72598
Diffstat (limited to 'news/husky-msged/files')
-rw-r--r--news/husky-msged/files/patch-Makefile12
-rw-r--r--news/husky-msged/files/patch-doc::manual::makefile.husky13
-rw-r--r--news/husky-msged/files/patch-fconf.c15
3 files changed, 40 insertions, 0 deletions
diff --git a/news/husky-msged/files/patch-Makefile b/news/husky-msged/files/patch-Makefile
new file mode 100644
index 000000000000..1c6942a0c87a
--- /dev/null
+++ b/news/husky-msged/files/patch-Makefile
@@ -0,0 +1,12 @@
+--- Makefile.orig Mon Jan 6 00:37:30 2003
++++ Makefile Mon Jan 6 00:38:28 2003
+@@ -22,7 +22,8 @@
+ CDEFS=-D$(OSTYPE) -DUSE_MSGAPI -DUNAME=\"$(UNAME)\" \
+ $(ADDCDEFS) -DREADMAPSDAT=\"$(CFGDIR)/readmaps.dat\" \
+ -DWRITMAPSDAT=\"$(CFGDIR)/writmaps.dat\" \
+- -DDEFAULT_CONFIG_FILE=$(MSGEDCFG)
++ -DDEFAULT_CONFIG_FILE=$(MSGEDCFG) \
++ -DFIDOCONFIG_FILE=\"$(CFGDIR)/config\"
+
+ ifeq ($(SHORTNAME), 1)
+ LIBS= -L$(LIBDIR) -lsmapi
diff --git a/news/husky-msged/files/patch-doc::manual::makefile.husky b/news/husky-msged/files/patch-doc::manual::makefile.husky
new file mode 100644
index 000000000000..a76f74b65dd5
--- /dev/null
+++ b/news/husky-msged/files/patch-doc::manual::makefile.husky
@@ -0,0 +1,13 @@
+--- doc/manual/makefile.husky.orig Wed Apr 11 04:50:01 2001
++++ doc/manual/makefile.husky Mon Jan 6 00:22:15 2003
+@@ -7,8 +7,8 @@
+ ifdef HTMLDIR
+
+ ifdef INFODIR
+-all: html info
+-install: install-html install-info
++all: info
++install: install-info
+ else
+ all: html
+ install: install-html
diff --git a/news/husky-msged/files/patch-fconf.c b/news/husky-msged/files/patch-fconf.c
new file mode 100644
index 000000000000..b9d8b45e4601
--- /dev/null
+++ b/news/husky-msged/files/patch-fconf.c
@@ -0,0 +1,15 @@
+--- fconf.c.orig Mon Jan 6 00:37:00 2003
++++ fconf.c Mon Jan 6 00:39:10 2003
+@@ -317,8 +317,12 @@
+
+ if (filename == NULL)
+ {
++#if defined(FIDOCONFIG_FILE)
++ filename = FIDOCONFIG_FILE;
++#else
+ printf ("\r\nError: You must set the FIDOCONFIG environment variable!\n");
+ return;
++#endif
+ }
+
+ fc_default_address_set = 0;