From pneumann@gmail.com  Sun May 13 01:53:38 2007
Return-Path: <pneumann@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9B64F16A402
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 May 2007 01:53:38 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235])
	by mx1.freebsd.org (Postfix) with ESMTP id 5AB3A13C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 May 2007 01:53:38 +0000 (UTC)
	(envelope-from pneumann@gmail.com)
Received: by wx-out-0506.google.com with SMTP id s18so1246028wxc
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 May 2007 18:53:37 -0700 (PDT)
Received: by 10.70.59.17 with SMTP id h17mr7619028wxa.1179021216642;
        Sat, 12 May 2007 18:53:36 -0700 (PDT)
Received: from negro.transtel.cl ( [201.215.221.113])
        by mx.google.com with ESMTP id h14sm1372742wxd.2007.05.12.18.53.35;
        Sat, 12 May 2007 18:53:36 -0700 (PDT)
Message-Id: <1179010413.3247@negro.transtel.cl>
Date: Sat, 12 May 2007 18:53:33 -0400
From: "Phillip N." <pneumann@gmail.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] net/asterisk: enable zaptel for amd64
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         112624
>Category:       ports
>Synopsis:       [patch] net/asterisk: enable zaptel for amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sobomax
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 13 02:00:09 GMT 2007
>Closed-Date:    Sun Jul 22 10:46:54 GMT 2007
>Last-Modified:  Sun Jul 22 10:50:11 GMT 2007
>Originator:     Phillip N.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #1: Sun Feb 11 18:00:14 CLST 2007
    root@negro.transtel.cl:/usr/obj/usr/src/sys/Negro



>Description:


Enable zaptel for amd64.
Depends on pr 112623


>How-To-Repeat:





>Fix:


--- ast.patch begins here ---
--- Makefile.orig	Sat May 12 18:50:29 2007
+++ Makefile	Sat May 12 18:51:14 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	1.4.3
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.digium.com/pub/asterisk/ \
 		http://ftp.digium.com/pub/asterisk/old-releases/
@@ -48,7 +49,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "amd64"
 OPTIONS+=	ZAPTEL		"Enable Zaptel support" on
 .else
 WITHOUT_ZAPTEL=	yes
--- ast.patch ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sobomax 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 13 02:00:19 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112624 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Sun Jul 22 10:46:49 UTC 2007 
State-Changed-Why:  
Commited with some mods, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112624 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112624: commit references a PR
Date: Sun, 22 Jul 2007 10:40:42 +0000 (UTC)

 sobomax     2007-07-22 10:40:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/asterisk         Makefile distinfo pkg-plist 
     net/asterisk/files   asterisk.sh.in patch-Makefile 
                          patch-configure 
   Removed files:
     net/asterisk/files   patch-main::utils.c 
   Log:
   o Update to 1.4.8, which fixes some security issues.
   
   PR:             114720, 114712
   
   o Enable zaptel channel and friends on AMD64.
   
   PR:             112624
   
   o Improve startup script.
   
   PR:             107222
   
   Revision  Changes    Path
   1.74      +8 -7      ports/net/asterisk/Makefile
   1.25      +3 -3      ports/net/asterisk/distinfo
   1.7       +8 -0      ports/net/asterisk/files/asterisk.sh.in
   1.20      +9 -9      ports/net/asterisk/files/patch-Makefile
   1.2       +73 -18    ports/net/asterisk/files/patch-configure
   1.2       +0 -14     ports/net/asterisk/files/patch-main::utils.c (dead)
   1.29      +4 -4      ports/net/asterisk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
