From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 02:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F99106566C for ; Fri, 30 May 2008 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADE08FC17 for ; Fri, 30 May 2008 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4U2o1mX074945 for ; Fri, 30 May 2008 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4U2o1xW074944; Fri, 30 May 2008 02:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2008 02:50:01 GMT Resent-Message-Id: <200805300250.m4U2o1xW074944@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adrian Thearle Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4D31065677 for ; Fri, 30 May 2008 02:44:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4036F8FC0A for ; Fri, 30 May 2008 02:44:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4U2h9nU080133 for ; Fri, 30 May 2008 02:43:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4U2h9km080132; Fri, 30 May 2008 02:43:09 GMT (envelope-from nobody) Message-Id: <200805300243.m4U2h9km080132@www.freebsd.org> Date: Fri, 30 May 2008 02:43:09 GMT From: Adrian Thearle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124118: Update port: comms/spandsp-devel Update to 0.0.5.p3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 02:50:01 -0000 >Number: 124118 >Category: ports >Synopsis: Update port: comms/spandsp-devel Update to 0.0.5.p3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 30 02:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Adrian Thearle >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD albert.test.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENER IC i386 >Description: This updates the current devel port to the latest spandsp release (if you can call them releases) Suggest we update comms/spandsp to something a little more recent as 0.0.3 is a tad old and i dont think anything uses it. My update/new port for callweaver will follow >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # spandsp-devel/Makefile # spandsp-devel/distinfo # spandsp-devel/pkg-descr # spandsp-devel/pkg-plist # echo x - spandsp-devel/Makefile sed 's/^X//' >spandsp-devel/Makefile << 'END-of-spandsp-devel/Makefile' X# New ports collection makefile for: spandsp-devel X# Date created: 2007-01-13 X# Whom: Joe Holden X# X# $FreeBSD: ports/comms/spandsp-devel/Makefile,v 1.17 2008/01/04 13:20:50 araujo Exp $ X# X XPORTNAME= spandsp XPORTVERSION= 0.0.5.p3 XCATEGORIES= comms XMASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ X ftp://ftp.rewt.org.uk/pub/distfiles/ XPKGNAMESUFFIX= -devel XDISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} XEXTRACT_SUFX= .tgz X XMAINTAINER= joe@joeholden.co.uk XCOMMENT= A DSP library and software FAX machine X XLIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff X XWRKSRC= ${WRKDIR}/spandsp-0.0.5 XUSE_AUTOTOOLS= libtool15 XUSE_GMAKE= yes X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XUSE_LDCONFIG= yes X XCONFLICTS= spandsp-[0-9]* X X.include END-of-spandsp-devel/Makefile echo x - spandsp-devel/distinfo sed 's/^X//' >spandsp-devel/distinfo << 'END-of-spandsp-devel/distinfo' XMD5 (spandsp-0.0.5pre3.tgz) = e500326891c8a1259c67535e8fca7d77 XSHA256 (spandsp-0.0.5pre3.tgz) = 90e401046f0f58aa1d2b468097345bad1bc98409a4e2d10ff58e69686f0941e7 XSIZE (spandsp-0.0.5pre3.tgz) = 2441626 END-of-spandsp-devel/distinfo echo x - spandsp-devel/pkg-descr sed 's/^X//' >spandsp-devel/pkg-descr << 'END-of-spandsp-devel/pkg-descr' XSpandsp is a DSP library for telephony and fax functions. It Xbasically, also implements a complete software fax machine to Xsend and, or receive messages. X XWWW: http://www.soft-switch.org/ END-of-spandsp-devel/pkg-descr echo x - spandsp-devel/pkg-plist sed 's/^X//' >spandsp-devel/pkg-plist << 'END-of-spandsp-devel/pkg-plist' Xinclude/spandsp.h Xinclude/spandsp/adsi.h Xinclude/spandsp/arctan2.h Xinclude/spandsp/async.h Xinclude/spandsp/at_interpreter.h Xinclude/spandsp/awgn.h Xinclude/spandsp/bell_r2_mf.h Xinclude/spandsp/bert.h Xinclude/spandsp/biquad.h Xinclude/spandsp/bit_operations.h Xinclude/spandsp/bitstream.h Xinclude/spandsp/complex.h Xinclude/spandsp/complex_filters.h Xinclude/spandsp/complex_vector_float.h Xinclude/spandsp/crc.h Xinclude/spandsp/dc_restore.h Xinclude/spandsp/dds.h Xinclude/spandsp/dtmf.h Xinclude/spandsp/echo.h Xinclude/spandsp/fax.h Xinclude/spandsp/fir.h Xinclude/spandsp/fsk.h Xinclude/spandsp/g168models.h Xinclude/spandsp/g711.h Xinclude/spandsp/g722.h Xinclude/spandsp/g726.h Xinclude/spandsp/gsm0610.h Xinclude/spandsp/hdlc.h Xinclude/spandsp/ima_adpcm.h Xinclude/spandsp/logging.h Xinclude/spandsp/lpc10.h Xinclude/spandsp/modem_connect_tones.h Xinclude/spandsp/modem_echo.h Xinclude/spandsp/noise.h Xinclude/spandsp/oki_adpcm.h Xinclude/spandsp/playout.h Xinclude/spandsp/plc.h Xinclude/spandsp/power_meter.h Xinclude/spandsp/queue.h Xinclude/spandsp/schedule.h Xinclude/spandsp/sig_tone.h Xinclude/spandsp/silence_gen.h Xinclude/spandsp/super_tone_rx.h Xinclude/spandsp/super_tone_tx.h Xinclude/spandsp/t30_api.h Xinclude/spandsp/t30_logging.h Xinclude/spandsp/t30.h Xinclude/spandsp/t30_fcf.h Xinclude/spandsp/t31.h Xinclude/spandsp/t35.h Xinclude/spandsp/t38_core.h Xinclude/spandsp/t38_gateway.h Xinclude/spandsp/t38_terminal.h Xinclude/spandsp/t4.h Xinclude/spandsp/telephony.h Xinclude/spandsp/time_scale.h Xinclude/spandsp/timing.h Xinclude/spandsp/tone_detect.h Xinclude/spandsp/tone_generate.h Xinclude/spandsp/v17rx.h Xinclude/spandsp/v17tx.h Xinclude/spandsp/v22bis.h Xinclude/spandsp/v27ter_rx.h Xinclude/spandsp/v27ter_tx.h Xinclude/spandsp/v29rx.h Xinclude/spandsp/v29tx.h Xinclude/spandsp/v42.h Xinclude/spandsp/v42bis.h Xinclude/spandsp/v8.h Xinclude/spandsp/vector_float.h Xinclude/spandsp/vector_int.h Xinclude/spandsp/version.h Xlib/libspandsp.a Xlib/libspandsp.la Xlib/libspandsp.so Xlib/libspandsp.so.1 X@dirrm include/spandsp END-of-spandsp-devel/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: