mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Update to 1.8.17.0
This commit is contained in:
parent
bebe0a2e9f
commit
938cc0f770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305622
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= asterisk
|
||||
PORTVERSION= 1.8.16.0
|
||||
PORTVERSION= 1.8.17.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-1.8.16.0.tar.gz) = c45a8959b06bd789d27e616bcfbe504d48e3f2d37993c45b3c8bc9cb3624d2dc
|
||||
SIZE (asterisk-1.8.16.0.tar.gz) = 25085895
|
||||
SHA256 (asterisk-1.8.17.0.tar.gz) = 065da84b8e65674356efa8d1f25d985490756d2a2d1a582660617f3eab144114
|
||||
SIZE (asterisk-1.8.17.0.tar.gz) = 25136583
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig 2012-03-27 16:32:40.000000000 +0200
|
||||
+++ configure 2012-05-02 22:18:38.088619968 +0200
|
||||
@@ -4671,9 +4671,9 @@
|
||||
--- configure.orig 2012-08-09 20:58:44.000000000 +0200
|
||||
+++ configure 2012-10-09 00:23:16.383254715 +0200
|
||||
@@ -4419,9 +4419,9 @@
|
||||
astheaderdir='${includedir}/asterisk'
|
||||
astlibdir='${libdir}/asterisk'
|
||||
astmandir='${mandir}'
|
||||
@ -12,7 +12,7 @@
|
||||
astkeydir='${astvarlibdir}'
|
||||
astspooldir='${localstatedir}/spool/asterisk'
|
||||
astlogdir='${localstatedir}/log/asterisk'
|
||||
@@ -4696,8 +4696,6 @@
|
||||
@@ -4444,8 +4444,6 @@
|
||||
case "${host_os}" in
|
||||
freebsd*)
|
||||
ac_default_prefix=/usr/local
|
||||
@ -21,16 +21,16 @@
|
||||
;;
|
||||
openbsd*)
|
||||
ac_default_prefix=/usr/local
|
||||
@@ -18219,6 +18217,8 @@
|
||||
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
@@ -29734,6 +29732,8 @@
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* 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 ()
|
||||
@@ -25954,7 +25954,7 @@
|
||||
@@ -47845,7 +47845,7 @@
|
||||
|
||||
fi
|
||||
|
||||
@ -38,4 +38,4 @@
|
||||
+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}"
|
||||
|
||||
if test "${HAS_OPENH323:-unset}" != "unset"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5
|
||||
{ $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5
|
||||
|
@ -1242,3 +1242,4 @@ spool/asterisk/voicemail/default/1234/en/unavail.gsm
|
||||
@dirrm log/asterisk/cdr-custom
|
||||
@dirrm log/asterisk/cel-custom
|
||||
@dirrm log/asterisk
|
||||
@dirrmtry db/asterisk
|
||||
|
Loading…
Reference in New Issue
Block a user