diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-12 01:48:47 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-12 01:48:47 +0000 |
commit | a5ccbe8ca39ea9aa1b625db277d6e122c1bb5547 (patch) | |
tree | a9f402de39f5d613e88a2eec22312e61367a38b0 /net/asterisk11 | |
parent | 3bc4ee231f53eb3118bf558345a8acb6c74a9875 (diff) | |
download | ports-a5ccbe8ca39ea9aa1b625db277d6e122c1bb5547.tar.gz ports-a5ccbe8ca39ea9aa1b625db277d6e122c1bb5547.zip |
Notes
Diffstat (limited to 'net/asterisk11')
-rw-r--r-- | net/asterisk11/Makefile | 10 | ||||
-rw-r--r-- | net/asterisk11/distinfo | 4 | ||||
-rw-r--r-- | net/asterisk11/files/patch-configure | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 7ef494129095..b908aeeb0ad8 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.0.2 +PORTVERSION= 11.1.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -41,12 +41,12 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.4* asterisk*-1.6* asterisk*-1.8* OPTIONS_DEFINE= VORBIS PGSQL MYSQL RADIUS SNMP FREETDS XMPP SQLITE GSM \ - CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP ODBC OOH323 -OPTIONS_DEFAULT= VORBIS ODBC UNIXODBC PGSQL RADIUS SNMP FREETDS \ + CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 +OPTIONS_DEFAULT= VORBIS UNIXODBC PGSQL RADIUS SNMP FREETDS \ XMPP GSM SQLITE CURL -OPTIONS_SINGLE= ODBC -OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +OPTIONS_RADIO= ODBC +OPTIONS_RADIO_ODBC= IODBC UNIXODBC OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo index 05c1f75f2256..bca68c6fb040 100644 --- a/net/asterisk11/distinfo +++ b/net/asterisk11/distinfo @@ -1,2 +1,2 @@ -SHA256 (asterisk-11.0.2.tar.gz) = d6d759397b38fa0312b07c4c4f1372b6c964df398f681ca42e4457f7f4c5619f -SIZE (asterisk-11.0.2.tar.gz) = 30391411 +SHA256 (asterisk-11.1.0.tar.gz) = bf5eb3615529e18fd51e82a60585a7ad2635e4658d484dea482d15d7bce5874d +SIZE (asterisk-11.1.0.tar.gz) = 30448814 diff --git a/net/asterisk11/files/patch-configure b/net/asterisk11/files/patch-configure index 298cba379fe6..b8c45f3e5552 100644 --- a/net/asterisk11/files/patch-configure +++ b/net/asterisk11/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2012-09-20 20:18:47.000000000 +0200 -+++ configure 2012-11-05 14:23:17.172817463 +0100 -@@ -4576,9 +4576,9 @@ +--- configure.orig 2012-10-18 22:02:02.000000000 +0200 ++++ configure 2012-12-12 02:37:25.609625743 +0100 +@@ -4300,9 +4300,9 @@ astlibdir='${libdir}' astmoddir='${libdir}/asterisk/modules' astmandir='${mandir}' @@ -12,7 +12,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4601,8 +4601,6 @@ +@@ -4325,8 +4325,6 @@ case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,16 +21,16 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -17763,6 +17761,8 @@ - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext +@@ -29331,6 +29329,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 () -@@ -25968,7 +25968,7 @@ +@@ -48461,7 +48461,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 |