diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-13 16:27:24 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-13 16:27:24 +0000 |
commit | 1498344e746408c73e7b6c1f593c494603df17c6 (patch) | |
tree | 8a637830d63d7f01f3dd02af1f1fa692bd4e57b7 /net | |
parent | 0c44335da93cd99b67391b7a73b390d61d98e4fb (diff) | |
download | ports-1498344e746408c73e7b6c1f593c494603df17c6.tar.gz ports-1498344e746408c73e7b6c1f593c494603df17c6.zip |
- Bump PORTREVISION. devel/commoncpp, devel/libzrtpcpp and devel/crtp ports
have been updated
Notes
Notes:
svn path=/head/; revision=308857
Diffstat (limited to 'net')
-rw-r--r-- | net/twinkle/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index f4f2003abd56..559af0c76649 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -1,27 +1,23 @@ -# New ports collection makefile for: twinkle -# Date created: 2006-04-22 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= twinkle PORTVERSION= 1.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net -MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ +MASTER_SITES= http://mfnboer.home.xs4all.nl/twinkle/download/ MAINTAINER= acm@FreeBSD.org COMMENT= Soft phone for your VoIP communications using the SIP protocol BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp \ - ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp \ +LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ + ccrtp:${PORTSDIR}/devel/ccrtp \ sndfile.1:${PORTSDIR}/audio/libsndfile \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ speex.1:${PORTSDIR}/audio/speex \ ilbc.0:${PORTSDIR}/net/ilbc \ - zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp + zrtpcpp:${PORTSDIR}/devel/libzrtpcpp GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool @@ -51,7 +47,10 @@ CONFIGURE_ARGS+=--without-kde .endif post-patch: - @${REINPLACE_CMD} -e 's|-lresolv||g' -e 's|-lbind||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-lresolv||g' -e 's|-lbind||g' \ + -e 's|libccrtp1|libccrtp|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|localtime_r|ost::localtime_r|g' \ + ${WRKSRC}/src/log.cpp post-configure: @${REINPLACE_CMD} -e 's|-lresolv||g' ${WRKSRC}/src/gui/${MAKEFILE} |