diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-01-03 15:09:27 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-01-03 15:09:27 +0000 |
commit | d899ebd3cc9b6cf2e99002ff4511fc615726dc4d (patch) | |
tree | df9a0369b936ea966d6a3455b74be846d33c0fb5 /audio/baresip | |
parent | cbb2f1f8f28d07271ec9b2209eb3efd78b172b9b (diff) | |
download | ports-d899ebd3cc9b6cf2e99002ff4511fc615726dc4d.tar.gz ports-d899ebd3cc9b6cf2e99002ff4511fc615726dc4d.zip |
Notes
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 7 | ||||
-rw-r--r-- | audio/baresip/distinfo | 4 | ||||
-rw-r--r-- | audio/baresip/files/patch-modules-v4l-v4l-c | 10 | ||||
-rw-r--r-- | audio/baresip/files/patch-modules-v4l2-v4l2-c | 10 |
4 files changed, 6 insertions, 25 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 796e623fe6e4..1d98ed449032 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= baresip -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.2 CATEGORIES= audio MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Small SIP client -BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re \ - ${LOCALBASE}/include/rem/rem.h:${PORTSDIR}/audio/rem +BUILD_DEPENDS= re=${PORTVERSION}:${PORTSDIR}/audio/re \ + rem=${PORTVERSION}:${PORTSDIR}/audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes @@ -58,6 +58,7 @@ USE_SDL= sdl sound . for s in SPEEX_AEC SPEEX_PP SPEEX_RESAMP MAKE_ARGS+= USE_$s=yes . endfor +MAKE_ARGS+= HAVE_SPEEXDSP=yes .endif .if ${PORT_OPTIONS:MX11} diff --git a/audio/baresip/distinfo b/audio/baresip/distinfo index 7b27de22ba72..5df7c3d4cb36 100644 --- a/audio/baresip/distinfo +++ b/audio/baresip/distinfo @@ -1,2 +1,2 @@ -SHA256 (baresip-0.4.0.tar.gz) = e1c81730556f2cd24db94e63e4f3172892a1e8ca1047f1f506d5bbd0b436e17f -SIZE (baresip-0.4.0.tar.gz) = 288029 +SHA256 (baresip-0.4.2.tar.gz) = 3ac15b3d3cf17b2417ba871e7eaaaf41ab10cb30b900adcee357d5e91ea033e7 +SIZE (baresip-0.4.2.tar.gz) = 323824 diff --git a/audio/baresip/files/patch-modules-v4l-v4l-c b/audio/baresip/files/patch-modules-v4l-v4l-c deleted file mode 100644 index 8f74a4341172..000000000000 --- a/audio/baresip/files/patch-modules-v4l-v4l-c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/v4l/v4l.c.orig 2012-09-01 17:58:40.658452422 +0100 -+++ modules/v4l/v4l.c 2012-09-01 17:58:49.687451121 +0100 -@@ -7,7 +7,6 @@ - #include <unistd.h> - #include <stdlib.h> - #include <string.h> --#include <malloc.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> diff --git a/audio/baresip/files/patch-modules-v4l2-v4l2-c b/audio/baresip/files/patch-modules-v4l2-v4l2-c deleted file mode 100644 index f5beef0aeac8..000000000000 --- a/audio/baresip/files/patch-modules-v4l2-v4l2-c +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/v4l2/v4l2.c.orig 2012-09-03 19:15:11.128472643 +0100 -+++ modules/v4l2/v4l2.c 2012-09-03 19:15:22.190452621 +0100 -@@ -7,7 +7,6 @@ - #include <unistd.h> - #include <stdlib.h> - #include <string.h> --#include <malloc.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/mman.h> |