diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-24 07:57:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-24 07:57:18 +0800 |
commit | 7f9038add53695cd74369074deafd3f09d67d49c (patch) | |
tree | 5751a674886ce0b8d8bb2180d1772d895ae45764 /comms/birda/files | |
parent | b049c405aa5da554b0bbe09e1133f496eebdf941 (diff) | |
download | freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.tar.gz freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.tar.zst freebsd-ports-gnome-7f9038add53695cd74369074deafd3f09d67d49c.zip |
[patch] comms/birda unexpire
PR 88049 marked comms/birda as deprecated because the old
distfile is no longer available on NetBSD's ftp server.
This is because they now ship birda-1.1
This patch updates the port to 1.1, unbreaking birda. I
use this port routinely and would hate to see it gone.
I would be happy to be maintainer of birda if current
maintainer has no interest maintaining it.
PR: ports/88968
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
distinfo CVS: Added Files: CVS: files/patch-lib-Makefile CVS:
Removed Files: CVS: files/patch-iassrv.c CVS:
----------------------------------------------------------------------
Diffstat (limited to 'comms/birda/files')
-rw-r--r-- | comms/birda/files/patch-iassrv.c | 22 | ||||
-rw-r--r-- | comms/birda/files/patch-lib-Makefile | 9 |
2 files changed, 9 insertions, 22 deletions
diff --git a/comms/birda/files/patch-iassrv.c b/comms/birda/files/patch-iassrv.c deleted file mode 100644 index 185394fe4571..000000000000 --- a/comms/birda/files/patch-iassrv.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/iassrv.c.orig Sun Dec 16 19:22:20 2001 -+++ src/iassrv.c Wed Jul 16 14:08:55 2003 -@@ -281,6 +281,7 @@ - - static void status(Connection* con, int event, void* buf, int len) - { -+ int flags; - IASConnection* ic=(IASConnection*)con->handle; - - if(event==CONN_CLOSED) { -@@ -300,9 +301,10 @@ - - if(ic->outBuf) freeMem(ic->outBuf); - if(ic->inBuf) freeMem(ic->inBuf); -+ flags = ic->ias->ias.debug&IAS_DEBUG_INFO; - freeMem(ic); - connClose(con); -- if(ic->ias->ias.debug&IAS_DEBUG_INFO) log("ias closed\n"); -+ if(flags) log("ias closed\n"); - } - } - diff --git a/comms/birda/files/patch-lib-Makefile b/comms/birda/files/patch-lib-Makefile new file mode 100644 index 000000000000..5f73b0195153 --- /dev/null +++ b/comms/birda/files/patch-lib-Makefile @@ -0,0 +1,9 @@ +--- lib/Makefile.orig Mon Nov 14 10:43:07 2005 ++++ lib/Makefile Mon Nov 14 10:42:14 2005 +@@ -9,4 +9,6 @@ + NOPIC= yes + MKLINKLIB= no + ++install: ++ + .include <bsd.lib.mk> |