diff options
author | pav <pav@FreeBSD.org> | 2005-04-08 02:56:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-08 02:56:01 +0800 |
commit | 8e09cf9772fae880949286a0e2d84f8012721f2e (patch) | |
tree | 69ef158285a07261a6afcbdce10a3e4a82d7b1c5 /net/siproxd | |
parent | f5f7d86f864f646a01083f44f22c0d6a6938c30c (diff) | |
download | freebsd-ports-gnome-8e09cf9772fae880949286a0e2d84f8012721f2e.tar.gz freebsd-ports-gnome-8e09cf9772fae880949286a0e2d84f8012721f2e.tar.zst freebsd-ports-gnome-8e09cf9772fae880949286a0e2d84f8012721f2e.zip |
- Mark BROKEN until new version compatible with latest libosip2 is released
Maintainer notified
Reported by: krismail
Diffstat (limited to 'net/siproxd')
-rw-r--r-- | net/siproxd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 80b78b7590db..f145ee8baf9f 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -17,6 +17,8 @@ COMMENT= A proxy/masquerading daemon for the SIP protocol LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 +BROKEN= does not compile with libosip2-2.2.0 or newer + USE_REINPLACE= yes USE_GETOPT_LONG=yes USE_RC_SUBR= yes |