Allow building with bamby's codec negotiation patch. Don't bump
PORTREVISION since this option is off by default. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
This commit is contained in:
parent
a49de3c685
commit
260bba5576
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197592
8 changed files with 24 additions and 24 deletions
|
@ -46,8 +46,8 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
|
|||
H323 "Enable H.323 support" on \
|
||||
FREETDS "Enable FreeTDS support" on \
|
||||
JABBER "Enable Jabber and Gtalk support" on \
|
||||
SQLITE "Enable SQLITE support" on
|
||||
# CODEC_PATCH "Apply codec nego patch" off
|
||||
SQLITE "Enable SQLITE support" on \
|
||||
CODEC_PATCH "Apply codec negotiation patch" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -157,7 +157,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
|||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.10-codec-negotiation-20070810.diff.gz
|
||||
PATCH_SITES= http://www.sippysoft.com/~bamby/
|
||||
PATCH_SITES= http://www.sippysoft.com/~sobomax/
|
||||
EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (asterisk-1.4.10.tar.gz) = 69057e2916287f6e2a1e36dba6d6800d
|
||||
SHA256 (asterisk-1.4.10.tar.gz) = 72bbb19e35ec304df06dca717b7ac2cae0d3409fe47c17c2dcf75850f61ddbe1
|
||||
SIZE (asterisk-1.4.10.tar.gz) = 11208127
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a96c9e44458dc40bb113200f69d3d18e
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 347d6ca9bcccf2aa7f3140d5ce08aa3c2f7751dbf076256be63e6532f2919e96
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37650
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = ddcd2c8beda46ae569174b3f50d4af2d
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a714f5c9db8d34fb55a601472ae7b6b6555341acc7d774c3a91fd26cdf10476c
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37676
|
||||
|
|
|
@ -46,8 +46,8 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
|
|||
H323 "Enable H.323 support" on \
|
||||
FREETDS "Enable FreeTDS support" on \
|
||||
JABBER "Enable Jabber and Gtalk support" on \
|
||||
SQLITE "Enable SQLITE support" on
|
||||
# CODEC_PATCH "Apply codec nego patch" off
|
||||
SQLITE "Enable SQLITE support" on \
|
||||
CODEC_PATCH "Apply codec negotiation patch" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -157,7 +157,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
|||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.10-codec-negotiation-20070810.diff.gz
|
||||
PATCH_SITES= http://www.sippysoft.com/~bamby/
|
||||
PATCH_SITES= http://www.sippysoft.com/~sobomax/
|
||||
EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (asterisk-1.4.10.tar.gz) = 69057e2916287f6e2a1e36dba6d6800d
|
||||
SHA256 (asterisk-1.4.10.tar.gz) = 72bbb19e35ec304df06dca717b7ac2cae0d3409fe47c17c2dcf75850f61ddbe1
|
||||
SIZE (asterisk-1.4.10.tar.gz) = 11208127
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a96c9e44458dc40bb113200f69d3d18e
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 347d6ca9bcccf2aa7f3140d5ce08aa3c2f7751dbf076256be63e6532f2919e96
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37650
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = ddcd2c8beda46ae569174b3f50d4af2d
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a714f5c9db8d34fb55a601472ae7b6b6555341acc7d774c3a91fd26cdf10476c
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37676
|
||||
|
|
|
@ -46,8 +46,8 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
|
|||
H323 "Enable H.323 support" on \
|
||||
FREETDS "Enable FreeTDS support" on \
|
||||
JABBER "Enable Jabber and Gtalk support" on \
|
||||
SQLITE "Enable SQLITE support" on
|
||||
# CODEC_PATCH "Apply codec nego patch" off
|
||||
SQLITE "Enable SQLITE support" on \
|
||||
CODEC_PATCH "Apply codec negotiation patch" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -157,7 +157,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
|||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.10-codec-negotiation-20070810.diff.gz
|
||||
PATCH_SITES= http://www.sippysoft.com/~bamby/
|
||||
PATCH_SITES= http://www.sippysoft.com/~sobomax/
|
||||
EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (asterisk-1.4.10.tar.gz) = 69057e2916287f6e2a1e36dba6d6800d
|
||||
SHA256 (asterisk-1.4.10.tar.gz) = 72bbb19e35ec304df06dca717b7ac2cae0d3409fe47c17c2dcf75850f61ddbe1
|
||||
SIZE (asterisk-1.4.10.tar.gz) = 11208127
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a96c9e44458dc40bb113200f69d3d18e
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 347d6ca9bcccf2aa7f3140d5ce08aa3c2f7751dbf076256be63e6532f2919e96
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37650
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = ddcd2c8beda46ae569174b3f50d4af2d
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a714f5c9db8d34fb55a601472ae7b6b6555341acc7d774c3a91fd26cdf10476c
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37676
|
||||
|
|
|
@ -46,8 +46,8 @@ OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \
|
|||
H323 "Enable H.323 support" on \
|
||||
FREETDS "Enable FreeTDS support" on \
|
||||
JABBER "Enable Jabber and Gtalk support" on \
|
||||
SQLITE "Enable SQLITE support" on
|
||||
# CODEC_PATCH "Apply codec nego patch" off
|
||||
SQLITE "Enable SQLITE support" on \
|
||||
CODEC_PATCH "Apply codec negotiation patch" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -157,7 +157,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
|
|||
|
||||
.if defined(WITH_CODEC_PATCH)
|
||||
PATCHFILES= asterisk-1.4.10-codec-negotiation-20070810.diff.gz
|
||||
PATCH_SITES= http://www.sippysoft.com/~bamby/
|
||||
PATCH_SITES= http://www.sippysoft.com/~sobomax/
|
||||
EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
|
||||
.else
|
||||
EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (asterisk-1.4.10.tar.gz) = 69057e2916287f6e2a1e36dba6d6800d
|
||||
SHA256 (asterisk-1.4.10.tar.gz) = 72bbb19e35ec304df06dca717b7ac2cae0d3409fe47c17c2dcf75850f61ddbe1
|
||||
SIZE (asterisk-1.4.10.tar.gz) = 11208127
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a96c9e44458dc40bb113200f69d3d18e
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 347d6ca9bcccf2aa7f3140d5ce08aa3c2f7751dbf076256be63e6532f2919e96
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37650
|
||||
MD5 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = ddcd2c8beda46ae569174b3f50d4af2d
|
||||
SHA256 (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = a714f5c9db8d34fb55a601472ae7b6b6555341acc7d774c3a91fd26cdf10476c
|
||||
SIZE (asterisk-1.4.10-codec-negotiation-20070810.diff.gz) = 37676
|
||||
|
|
Loading…
Reference in a new issue