summaryrefslogtreecommitdiff
path: root/news/fidogate
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-07-22 18:04:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-07-22 18:04:46 +0000
commit831f3e2b0884d616c13bfcfd90505b67f1045859 (patch)
treea0dd3ce88cb7d1de757cd49577761859ee72e35b /news/fidogate
parentFix a build problem on STABLE/CURRENT (diff)
- Update to 4.4.5
- Fix build problems on STABLE/CURRENT
Notes
Notes: svn path=/head/; revision=63395
Diffstat (limited to 'news/fidogate')
-rw-r--r--news/fidogate/Makefile2
-rw-r--r--news/fidogate/distinfo2
-rw-r--r--news/fidogate/files/patch-dbz.c13
3 files changed, 15 insertions, 2 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile
index a83713490f35..e3b6c77f024a 100644
--- a/news/fidogate/Makefile
+++ b/news/fidogate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fidogate
-PORTVERSION= 4.4.4
+PORTVERSION= 4.4.5
CATEGORIES= news mail
MASTER_SITES= ftp://ftp.fidogate.org/pub/fidogate/ \
ftp://ftp.fu-berlin.de/unix/news/fidogate/ \
diff --git a/news/fidogate/distinfo b/news/fidogate/distinfo
index 85f0eb8f5e7e..b0f0f5e4b1e1 100644
--- a/news/fidogate/distinfo
+++ b/news/fidogate/distinfo
@@ -1 +1 @@
-MD5 (fidogate-4.4.4.tar.gz) = 7ba8a226fa67c81f59b7955706c3355b
+MD5 (fidogate-4.4.5.tar.gz) = dd73357b04ecbd776d3f01930b68be33
diff --git a/news/fidogate/files/patch-dbz.c b/news/fidogate/files/patch-dbz.c
new file mode 100644
index 000000000000..98aa792b21b9
--- /dev/null
+++ b/news/fidogate/files/patch-dbz.c
@@ -0,0 +1,13 @@
+--- src/toss/dbz.c.orig Wed Oct 18 23:53:57 2000
++++ src/toss/dbz.c Mon Jul 22 19:52:59 2002
+@@ -300,8 +300,10 @@
+ #endif
+
+ /* externals used */
++#ifndef __FreeBSD__
+ extern char *malloc();
+ extern char *calloc();
++#endif
+ extern void free(); /* ANSI C; some old implementations say int */
+ extern int atoi();
+ extern long atol();