ports/109937: Update port: net/twinkle: fix dependency issue with speex

kitsune v.velox at vvelox.net
Mon Mar 5 18:20:10 UTC 2007


>Number:         109937
>Category:       ports
>Synopsis:       Update port: net/twinkle: fix dependency issue with speex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 18:20:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     kitsune
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #0: Mon Feb  5 17:17:56 CST 2007
    kitsune at vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2



>Description:


audio/speex installs speex.1, not speex.3. Because it expects speex.3 to be installed, it will always try to build and install audio/speex. This makes it impossible to compile because speex.3 will never be installed.


>How-To-Repeat:


try to build net/twinkle currently and notice it does not...
apply patch and try again


>Fix:


--- twinkle-Makefile.diff begins here ---
--- twinkle/Makefile.orig	Mon Mar  5 12:45:18 2007
+++ twinkle/Makefile	Mon Mar  5 12:40:49 2007
@@ -18,7 +18,7 @@
 		ccrtp1-1.5.0:${PORTSDIR}/devel/ccrtp \
 		sndfile.1:${PORTSDIR}/audio/libsndfile \
 		boost_regex.3:${PORTSDIR}/devel/boost \
-		speex.3:${PORTSDIR}/audio/speex \
+		speex.1:${PORTSDIR}/audio/speex \
 		ilbc.0:${PORTSDIR}/net/ilbc \
 		zrtpcpp-0.9.0:${PORTSDIR}/devel/libzrtpcpp
 
--- twinkle-Makefile.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list