aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-05-20 06:12:32 +0800
committerpav <pav@FreeBSD.org>2009-05-20 06:12:32 +0800
commit20d68e53694095a1f34f8c0056f7c61e71aa5381 (patch)
treeee35d5bb33251f83e56845d344e10746d0f219c8 /net
parent10a8f4210a0c18ea68e5c32408245c6d34344610 (diff)
downloadfreebsd-ports-gnome-20d68e53694095a1f34f8c0056f7c61e71aa5381.tar.gz
freebsd-ports-gnome-20d68e53694095a1f34f8c0056f7c61e71aa5381.tar.zst
freebsd-ports-gnome-20d68e53694095a1f34f8c0056f7c61e71aa5381.zip
- Turn off FAX support and mark it BROKEN
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/yate-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/yate-devel/Makefile b/net/yate-devel/Makefile
index 2a0111cb12d3..bf0dd73269a7 100644
--- a/net/yate-devel/Makefile
+++ b/net/yate-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= yate
PORTVERSION= 1.3.0.p2
DISTVERSION= ${PORTVERSION:S/.p/-/}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net comms
MASTER_SITES= http://cto.homelinux.net/pub/FreeBSD/ports/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -44,7 +44,7 @@ OPTIONS= X11 "Build GUI client; yate-gtk2" on \
PGSQL "PostgreSQL Database support" on \
H323 "H323 software channel/protocol support" on \
ZAPTEL "Zaptel hardware channel/driver support" on \
- FAX "Fax software channel/driver support" on
+ FAX "Fax software channel/driver support" off
DOCSDIR= ${LOCALBASE}/share/doc/yate
PORTDOCS= ${DOCSDIR}/*
@@ -113,6 +113,7 @@ PLIST_SUB+= WITH_ZAPTEL="@comment "
.endif
.if !defined(WITHOUT_FAX)
+BROKEN= does not compile
LIB_DEPENDS+= spandsp.2:${PORTSDIR}/comms/spandsp-devel
MAKE_ENV+= WITH_FAX=1
PLIST_SUB+= WITH_FAX=""