Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 1999 12:20:11 +1300
From:      Joe Abley <jabley@patho.gen.nz>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14963: update for current sox port to include GSM support
Message-ID:  <19991118122010.A17986@patho.gen.nz>

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

>Number:         14963
>Category:       ports
>Synopsis:       update for current sox port to include GSM support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 17 15:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Joe Abley
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Pathogenic Milo-Kevlar Endocrine Proliferation, Inc
>Environment:

freshly cvsupped ports collection

>Description:

sox includes gsm support, if you use a couple of autoconf options
and install the gsm port. There is no trivial way to make this happen
with the current sox port. Here is a patch to the audio/sox/Makefile
to make things easier.

>How-To-Repeat:

cd /usr/ports/audio/sox; make install && make clean

>Fix:
        
nomad# diff --unified Makefile Makefile.old
--- Makefile    Thu Nov 18 12:05:59 1999
+++ Makefile.old        Thu Nov 18 12:03:07 1999
@@ -18,9 +18,4 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp
 
-.if defined(USE_GSM)
-CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include
-LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
-.endif
-
 .include <bsd.port.mk>

nomad# cd /usr/ports/audio/sox && \
  make -DUSE_GSM install && make -DUSE_GSM clean


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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