Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2008 11:38:09 -0300
From:      "Phillip N." <pneumann@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/120087: [UPDATE] net/asterisk-addons to 1.4.5
Message-ID:  <1201531089.2060@negro.transtel.cl>
Resent-Message-ID: <200801281510.m0SFA20A039530@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120087
>Category:       ports
>Synopsis:       [UPDATE] net/asterisk-addons to 1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 28 15:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Phillip N.
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 7.0-PRERELEASE #4: Tue Jan  8 01:34:14 CLST 2008
    root@negro.transtel.cl:/usr/obj/usr/src/sys/NEGRO



>Description:


Update to 1.4.5.
It builds for -CURRENT now.


thanks!


>How-To-Repeat:





>Fix:


--- ast-addons.diff begins here ---
diff -ruN asterisk-addons.orig/Makefile asterisk-addons/Makefile
--- asterisk-addons.orig/Makefile	2007-07-28 05:16:08.000000000 -0400
+++ asterisk-addons/Makefile	2008-01-28 11:35:33.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asterisk-addons
-PORTVERSION=	1.4.2
+PORTVERSION=	1.4.5
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.digium.com/pub/asterisk/releases/
 
@@ -26,10 +26,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 700000
-BROKEN=	Does not build on 7-CURRENT
-.endif
-
 .if defined(WITH_SAMPLE_CONFIG)
 PLIST_SUB+=	SAMPLE_CONFIG=""
 .else
diff -ruN asterisk-addons.orig/distinfo asterisk-addons/distinfo
--- asterisk-addons.orig/distinfo	2007-07-05 22:24:25.000000000 -0400
+++ asterisk-addons/distinfo	2008-01-28 11:35:33.000000000 -0300
@@ -1,3 +1,3 @@
-MD5 (asterisk-addons-1.4.2.tar.gz) = c080b02e6ddc81dab6a64691af890805
-SHA256 (asterisk-addons-1.4.2.tar.gz) = 6d12a1a73cfe0cb14c960e422d0d3c261740857d2a86785f08cf89d44574cc82
-SIZE (asterisk-addons-1.4.2.tar.gz) = 1000286
+MD5 (asterisk-addons-1.4.5.tar.gz) = 8de9922c0a93321941f29a77a2f1bf13
+SHA256 (asterisk-addons-1.4.5.tar.gz) = d9c9accece9d7882e94ff6139f8ea6380ee2ff35cc03735cf793ed892fd56712
+SIZE (asterisk-addons-1.4.5.tar.gz) = 999429
diff -ruN asterisk-addons.orig/files/patch-Makefile asterisk-addons/files/patch-Makefile
--- asterisk-addons.orig/files/patch-Makefile	2007-07-05 22:24:26.000000000 -0400
+++ asterisk-addons/files/patch-Makefile	2008-01-28 11:35:33.000000000 -0300
@@ -1,11 +1,11 @@
---- Makefile.orig	Mon Apr  2 22:05:57 2007
-+++ Makefile	Mon Apr  2 22:07:31 2007
-@@ -16,7 +16,7 @@
+--- Makefile.orig	2008-01-27 15:54:38.000000000 +0000
++++ Makefile	2008-01-27 15:54:55.000000000 +0000
+@@ -21,7 +21,7 @@
  # Overwite config files on "make samples"
  OVERWRITE:=y
  
--CFLAGS+=-fPIC
-+CFLAGS+=-fPIC -I${PREFIX}/include 
+-ASTCFLAGS+=-fPIC
++ASTCFLAGS+=-fPIC -I${PREFIX}/include
+ 
+ #NOISY_BUILD=yes
  
- # If the file .asteriskaddons.makeopts is present in your home directory, you can
- # include all of your favorite menuselect options so that every time you download
diff -ruN asterisk-addons.orig/files/patch-asterisk-ooh323c-Makefile.in asterisk-addons/files/patch-asterisk-ooh323c-Makefile.in
--- asterisk-addons.orig/files/patch-asterisk-ooh323c-Makefile.in	2007-07-05 22:24:26.000000000 -0400
+++ asterisk-addons/files/patch-asterisk-ooh323c-Makefile.in	2008-01-28 11:35:33.000000000 -0300
@@ -14,7 +14,7 @@
  
  install: 
 -	cp .libs/libchan_h323.so.1.0.1 $(DESTDIR)/usr/lib/asterisk/modules/chan_ooh323.so
-+	cp .libs/libchan_h323.so ${PREFIX}/lib/asterisk/modules/chan_ooh323.so
++	cp .libs/libchan_h323.so.1.1 ${PREFIX}/lib/asterisk/modules/chan_ooh323.so
  
  sample:
  	cp h323.conf.sample $(DESTDIR)/etc/asterisk/ooh323.conf
--- ast-addons.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1201531089.2060>