aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch-core-devel
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
commitb0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /net/freeswitch-core-devel
parent6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff)
downloadports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz
ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip
Notes
Diffstat (limited to 'net/freeswitch-core-devel')
-rw-r--r--net/freeswitch-core-devel/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/freeswitch-core-devel/Makefile b/net/freeswitch-core-devel/Makefile
index 4586ce4035ce..e0068d64b8b6 100644
--- a/net/freeswitch-core-devel/Makefile
+++ b/net/freeswitch-core-devel/Makefile
@@ -202,9 +202,6 @@ PLIST_SUB+= ${opt}="@comment "
.endfor
.if ${PORT_OPTIONS:MMODFREETDM}
-.if ${OSVERSION} < 703000 || (${OSVERSION} >= 800000 && ${OSVERSION} < 800108)
-IGNORE= sorry you can not use mod_freetdm on this version of freebsd ( dahdi support broken ) please update
-.else
CONFIGURE_ARGS+= --with-libpri=${LOCALBASE}
BUILD_DEPENDS+= ${LOCALBASE}/include/dahdi/wctdm_user.h:${PORTSDIR}/misc/dahdi
LIB_DEPENDS+= pri:${PORTSDIR}/misc/libpri
@@ -256,13 +253,6 @@ LIB_DEPENDS+= vlc:/${PORTSDIR}/multimedia/vlc
RUN_DEPENDS+= vlc:/${PORTSDIR}/multimedia/vlc
.endif
-# FreeBSD 7 doesn't have lrintl, but lrint will do the trick just fine
-# It's quite cryptic as to why the reinplace doesn't work; there's no mention
-# of lrintl anywhere in any source....
-.if ${OSVERSION} < 800012
-BROKEN= Requires lrintl, which is not present on FreeBSD 7
-.endif
-
pre-configure:
@${REINPLACE_CMD} -e 's|base=http://files.freeswitch.org/downloads/libs/|base=file://${DISTDIR}/${DIST_SUBDIR}/|g' ${WRKSRC}/build/getlib.sh.in
@${REINPLACE_CMD} -e 's|2.1.9|2.1.11|g' ${WRKSRC}/src/mod/event_handlers/mod_event_zmq/Makefile