From dan@kulesh.obluda.cz  Fri Aug  3 13:30:29 2007
Return-Path: <dan@kulesh.obluda.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1AB2C16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Aug 2007 13:30:29 +0000 (UTC)
	(envelope-from dan@kulesh.obluda.cz)
Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz [78.128.192.4])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FBAA13C442
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Aug 2007 13:30:27 +0000 (UTC)
	(envelope-from dan@kulesh.obluda.cz)
Received: from kulesh.obluda.cz (openvpn.ms.mff.cuni.cz [195.113.20.87])
	by smtp1.kolej.mff.cuni.cz (8.13.8/8.13.8) with ESMTP id l73DU9eZ092068
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 3 Aug 2007 15:30:13 +0200 (CEST)
	(envelope-from dan@kulesh.obluda.cz)
Received: from kulesh.obluda.cz (localhost. [127.0.0.1])
	by kulesh.obluda.cz (8.14.1/8.14.1) with ESMTP id l73DU9lB063769
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 3 Aug 2007 15:30:09 +0200 (CEST)
	(envelope-from dan@kulesh.obluda.cz)
Received: (from root@localhost)
	by kulesh.obluda.cz (8.14.1/8.13.8/Submit) id l73DU9EA063768;
	Fri, 3 Aug 2007 15:30:09 +0200 (CEST)
	(envelope-from dan)
Message-Id: <200708031330.l73DU9EA063768@kulesh.obluda.cz>
Date: Fri, 3 Aug 2007 15:30:09 +0200 (CEST)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/asterisk missing dependence
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115169
>Category:       ports
>Synopsis:       net/asterisk missing dependence
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sobomax
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 13:40:01 GMT 2007
>Closed-Date:    Tue Dec 11 22:25:19 UTC 2007
>Last-Modified:  Tue Dec 11 22:30:01 UTC 2007
>Originator:     Dan Lukes
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Obludarium
>Environment:
System: FreeBSD 6.2-STABLE #5: Fri Jul 13 14:21:41 CEST 2007 i386
net/asterisk/Makefile,v 1.78 2007/07/28 12:27:29

>Description:
	If libgsm.so.1 (part of audio/gsm) present in system 
	then asterisk use this library instead of internal implementation

	Unfortunately, it doesn't record the dependency to it

	So audio/gsm may be uninstalled without warning and asterisk's 
GSM codec become unoperational.

	Also, the package will not install audio/gsm as dependecy

>How-To-Repeat:
	Compile net/asterisk on system with audio/gsm installed. 
Then uninstall audio/gsm and try to use GSM codec in asterisk. 

OR

	Compile net/asterisk on system with audio/gsm installed. Make package.
Install package on another system with no audio/gsm installed.
Try to use GSM codec in asterisk. 

>Fix:

	Check presence of libgsm.so.1 and add LIB dependence when exist.

	Alternativelly - force use of internal implementation via 
--with-gsm=internal

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sobomax 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 3 13:40:07 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115169 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue Dec 11 22:25:08 UTC 2007 
State-Changed-Why:  
Fixed, thanks for submission! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115169: commit references a PR
Date: Tue, 11 Dec 2007 22:24:28 +0000 (UTC)

 sobomax     2007-12-11 22:24:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/asterisk         Makefile distinfo pkg-plist 
   Log:
   Update to 1.4.13 and add missed audio/gsm dependency.
   
   PR:             115169, 117199
   Submitted by:   Vladimir Korkodinov, Dan Lukes
   
   Revision  Changes    Path
   1.87      +4 -3      ports/net/asterisk/Makefile
   1.30      +6 -6      ports/net/asterisk/distinfo
   1.31      +1 -2      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:
