diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-06-12 18:14:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-06-12 18:14:08 +0800 |
commit | 8bf4052ccbbde55caadfa92ac70e589eaf310416 (patch) | |
tree | 6195b2e678369a2ff55e17747683fb17454772af /net/asterisk10/Makefile | |
parent | 9fd91aabb9c1a33243130c861ffcf683132c9dbd (diff) | |
download | freebsd-ports-gnome-8bf4052ccbbde55caadfa92ac70e589eaf310416.tar.gz freebsd-ports-gnome-8bf4052ccbbde55caadfa92ac70e589eaf310416.tar.zst freebsd-ports-gnome-8bf4052ccbbde55caadfa92ac70e589eaf310416.zip |
o Update codec negotiation patch. This version should be working with
built-in h323 module;
o don't link main binary with h323 library and friends. This creates
issues with ooh323 module, from the asterisk-addons package.
Bump PORTREVISION.
Diffstat (limited to 'net/asterisk10/Makefile')
-rw-r--r-- | net/asterisk10/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 467e5d26a99a..82e3cac1e173 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.20.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -37,6 +38,7 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PWLIBDIR=${LOCALBASE}/share/pwlib \ OPENH323DIR=${LOCALBASE}/share/openh323 \ OSVERSION=${OSVERSION} \ + NOISY_BUILD=YES \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 @@ -167,7 +169,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/ilbc_enable.diff .endif .if defined(WITH_CODEC_PATCH) -PATCHFILES= asterisk-1.4.19-codec-negotiation-20080408.diff.gz +PATCHFILES= asterisk-1.4.20.1-codec-negotiation-20080610.diff.gz PATCH_SITES= http://b2bua.org/chrome/site/ EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile .else @@ -188,6 +190,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/rtp_force_dtmf-nocodecnego.diff post-extract: ${MKDIR} ${WRKSRC}/codecs/ilbc + ${FIND} ${WRKSRC} -name '*.d' -delete post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample |