aboutsummaryrefslogtreecommitdiff
path: root/net/yate-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-19 22:12:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-19 22:12:32 +0000
commitc9f4492c1e2ef6dcf9d332cf858042185aba5ce2 (patch)
tree386ae29849b37bd06c4c1bc46652e25a2d847d8e /net/yate-devel
parenta447e03db394610c5d080fcdb7606fc7d9ad2f91 (diff)
downloadports-c9f4492c1e2ef6dcf9d332cf858042185aba5ce2.tar.gz
ports-c9f4492c1e2ef6dcf9d332cf858042185aba5ce2.zip
- Turn off FAX support and mark it BROKEN
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=234240
Diffstat (limited to 'net/yate-devel')
-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=""