Update to 10.4.0
This commit is contained in:
parent
29452915dd
commit
556ec3ef7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295885
3 changed files with 15 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 10.3.1
|
||||
PORTVERSION= 10.4.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
|
||||
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (asterisk-10.3.1.tar.gz) = f96503eb4d1e20c88a85a83f6be80b991e520eaad3bfe17f73b1ba6c75c20e18
|
||||
SIZE (asterisk-10.3.1.tar.gz) = 25161413
|
||||
SHA256 (asterisk-10.4.0.tar.gz) = 6005e49591347d93832fe0fb71fbb1bd7b70b6f0273f681b3b8f0b8c05d7c94d
|
||||
SIZE (asterisk-10.4.0.tar.gz) = 25021672
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2012-02-16 20:44:44.000000000 +0100
|
||||
+++ configure 2012-04-01 14:39:50.244001586 +0200
|
||||
@@ -4248,9 +4248,9 @@
|
||||
--- configure.orig 2012-03-27 16:35:40.000000000 +0200
|
||||
+++ configure 2012-05-02 22:16:50.711839687 +0200
|
||||
@@ -4495,9 +4495,9 @@
|
||||
astheaderdir='${includedir}/asterisk'
|
||||
astlibdir='${libdir}/asterisk'
|
||||
astmandir='${mandir}'
|
||||
|
@ -12,7 +12,7 @@
|
|||
astkeydir='${astvarlibdir}'
|
||||
astspooldir='${localstatedir}/spool/asterisk'
|
||||
astlogdir='${localstatedir}/log/asterisk'
|
||||
@@ -4273,8 +4273,6 @@
|
||||
@@ -4520,8 +4520,6 @@
|
||||
case "${host_os}" in
|
||||
freebsd*)
|
||||
ac_default_prefix=/usr/local
|
||||
|
@ -21,16 +21,16 @@
|
|||
;;
|
||||
openbsd*)
|
||||
ac_default_prefix=/usr/local
|
||||
@@ -28831,6 +28829,8 @@
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
@@ -17569,6 +17567,8 @@
|
||||
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <ifaddrs.h>
|
||||
+ #include <sys/types.h>
|
||||
+ #include <sys/socket.h>
|
||||
#include <ifaddrs.h>
|
||||
int
|
||||
main ()
|
||||
@@ -47742,7 +47742,7 @@
|
||||
@@ -25619,7 +25619,7 @@
|
||||
|
||||
fi
|
||||
|
||||
|
@ -38,4 +38,4 @@
|
|||
+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}"
|
||||
|
||||
if test "${HAS_OPENH323:-unset}" != "unset"; then
|
||||
{ $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5
|
||||
|
|
Loading…
Reference in a new issue