diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-12-14 10:35:45 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-12-14 10:35:45 +0800 |
commit | 67d64c07c352f5764efd7a330aa89d6264e6781a (patch) | |
tree | 7bb8555f1df4b00c78b068625c68647f91b570e9 /net | |
parent | f0829cf5ab76a5cc8484ff9f616fbe58d0290386 (diff) | |
download | freebsd-ports-gnome-67d64c07c352f5764efd7a330aa89d6264e6781a.tar.gz freebsd-ports-gnome-67d64c07c352f5764efd7a330aa89d6264e6781a.tar.zst freebsd-ports-gnome-67d64c07c352f5764efd7a330aa89d6264e6781a.zip |
Disable zaptel support for a while.
yate port itself is quite outdated and HW support will be back
once this port is updated to the recent version (that supports DAHDI).
Approved by: MAINTAINER
Diffstat (limited to 'net')
-rw-r--r-- | net/yate-devel/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net/yate-devel/Makefile b/net/yate-devel/Makefile index a53ae5798748..33238c5da49f 100644 --- a/net/yate-devel/Makefile +++ b/net/yate-devel/Makefile @@ -43,7 +43,6 @@ OPTIONS= X11 "Build GUI client; yate-gtk2" on \ MYSQL "MySQL Database support" off \ 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" off DOCSDIR= ${LOCALBASE}/share/doc/yate @@ -99,17 +98,17 @@ PLIST_SUB+= WITH_H323="" PLIST_SUB+= WITH_H323="@comment " .endif -.if !defined(WITHOUT_ZAPTEL) -BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ - ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel -LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri -RUN_DEPENDS+= ztcfg:${PORTSDIR}/misc/zaptel -MAKE_ENV+= WITH_ZAPTEL=1 -PLIST_SUB+= WITH_ZAPTEL="" -.else +#.if !defined(WITHOUT_ZAPTEL) +#BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ +# ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel +#LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri +#RUN_DEPENDS+= ztcfg:${PORTSDIR}/misc/zaptel +#MAKE_ENV+= WITH_ZAPTEL=1 +#PLIST_SUB+= WITH_ZAPTEL="" +#.else MAKE_ENV+= WITHOUT_ZAPTEL=1 PLIST_SUB+= WITH_ZAPTEL="@comment " -.endif +#.endif .if !defined(WITHOUT_FAX) BROKEN= does not compile |