diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-22 18:04:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-07-22 18:04:46 +0000 |
commit | 831f3e2b0884d616c13bfcfd90505b67f1045859 (patch) | |
tree | a0dd3ce88cb7d1de757cd49577761859ee72e35b /news | |
parent | ee57d2e58bb0cd51014659f6728e1a361144e8c3 (diff) | |
download | ports-831f3e2b0884d616c13bfcfd90505b67f1045859.tar.gz ports-831f3e2b0884d616c13bfcfd90505b67f1045859.zip |
- Update to 4.4.5
- Fix build problems on STABLE/CURRENT
Notes
Notes:
svn path=/head/; revision=63395
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 2 | ||||
-rw-r--r-- | news/fidogate/distinfo | 2 | ||||
-rw-r--r-- | news/fidogate/files/patch-dbz.c | 13 |
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(); |