aboutsummaryrefslogtreecommitdiff
path: root/net/sipxtacklib/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
commitd568c421a23a0bade57a78baa0e6602acafafb8e (patch)
treed5047c76dee4e3373a0f170ab9987c7507332286 /net/sipxtacklib/Makefile
parent71bd0bd4f5f67657585134e80adff6eae266ffb5 (diff)
2009-03-27 net/sipxcalllib: old version, needs updating
2009-03-27 net/sipxcommserverlib: old version, needs updating, and does not compile 2009-03-27 net/sipxconfig: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxmediaadapterlib: old version, needs updating 2009-03-27 net/sipxmedialib: old version, needs updating 2009-03-27 net/sipxpbx: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxproxy: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxportlib: old version, needs updating 2009-03-27 net/sipxpublisher: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxregistry: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxtacklib: old version, needs updating 2009-03-27 net/sipxvxml: old version, needs updating
Notes
Notes: svn path=/head/; revision=231220
Diffstat (limited to 'net/sipxtacklib/Makefile')
-rw-r--r--net/sipxtacklib/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/net/sipxtacklib/Makefile b/net/sipxtacklib/Makefile
deleted file mode 100644
index ade347a04fd4..000000000000
--- a/net/sipxtacklib/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# Ports collection makefile for: sipxtacklib
-# Date created: Jan 8, 2007
-# Whom: Michael Durian <durian@shadetreesoftware.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sipxtacklib
-PORTVERSION= 3.6.0
-PORTREVISION= 4
-CATEGORIES= net java
-MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= sipX library of utilities and SIP stack info processing
-
-LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \
- pcre.0:${PORTSDIR}/devel/pcre
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \
- ginstall:${PORTSDIR}/sysutils/coreutils \
- cppunit-config:${PORTSDIR}/devel/cppunit
-
-DEPRECATED= old version, needs updating
-EXPIRATION_DATE= 2009-03-27
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262:env automake:19:env
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_PERL5_RUN= yes
-USE_JAVA= 1.4+
-LOCALSTATEDIR= /var
-CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} \
- wwwdir=${PREFIX}/www/sipX \
- INSTALL=`which ginstall`
-CONFIGURE_ARGS+= --enable-sip-tls \
- --prefix=${PREFIX} \
- --localstatedir=${LOCALSTATEDIR}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
-BROKEN= Does not compile
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/siptest/src/siptest/subscribe-dialog-test
- @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/syslog2siptrace/merge-logs
-
-.include <bsd.port.post.mk>