Date: Sat, 18 Apr 2009 16:56:02 GMT From: "Alexander V. Chernikov" <melifaro@ipfw.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133839: comms/spandsp-devel update - jump to 0.0.6 branch Message-ID: <200904181656.n3IGu2gX014818@www.freebsd.org> Resent-Message-ID: <200904181700.n3IH02lX037349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133839 >Category: ports >Synopsis: comms/spandsp-devel update - jump to 0.0.6 branch >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: Sat Apr 18 17:00:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander V. Chernikov >Release: 7.1-STABLE >Organization: >Environment: FreeBSD gw.su29.net 7.1-STABLE FreeBSD 7.1-STABLE #6: Sat Mar 7 15:19:22 MSK 2009 root@gw.su29.net:/usr/obj/usr/src/sys/ROUTER amd64 >Description: Update comms/spandsp-devel to latest version (0.0.6pre7) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/comms/spandsp-devel/Makefile spandsp-devel/Makefile --- /usr/ports/comms/spandsp-devel/Makefile 2008-07-01 12:15:19.000000000 +0400 +++ spandsp-devel/Makefile 2009-04-18 20:50:47.000000000 +0400 @@ -6,20 +6,22 @@ # PORTNAME= spandsp -PORTVERSION= 0.0.4.p15 +PORTVERSION= 0.0.6 +PORTREVISION= 7 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ ftp://ftp.rewt.org.uk/pub/distfiles/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} +DISTNAME= ${PORTNAME}-${PORTVERSION}${FILE_SUFX} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= melifaro@ipfw.ru COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//} +FILE_SUFX= pre${PORTREVISION} +WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION} USE_AUTOTOOLS= libtool15 USE_GMAKE= yes @@ -31,4 +33,22 @@ CONFLICTS= spandsp-[0-9]* +.ifndef(WITH_DOXYGEN) +NOPORTDOCS= yes +CONFIGURE_ARGS+=--disable-doc +.else +CONFIGURE_ARGS+=--enable-doc +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +.endif + +post-configure: + ${SED} -i '' -e 's/\/pkgconfig/data\/pkgconfig/' ${WRKSRC}/Makefile + +post-install: +.if defined(WITH_DOXYGEN) + ${MKDIR} ${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1") +PORTDOCS= * +.endif + .include <bsd.port.mk> diff -urN /usr/ports/comms/spandsp-devel/distinfo spandsp-devel/distinfo --- /usr/ports/comms/spandsp-devel/distinfo 2008-01-04 16:20:50.000000000 +0300 +++ spandsp-devel/distinfo 2009-04-18 16:14:28.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154 -SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e -SIZE (spandsp-0.0.4pre15.tgz) = 1705762 +MD5 (spandsp-0.0.6pre7.tgz) = 61364cca8604b0d6328b7c9ecfeef5e5 +SHA256 (spandsp-0.0.6pre7.tgz) = 60c0d286d6929bfbc9fe7ed63380455c1cb36e12ae1d76717389c9adf6beeab3 +SIZE (spandsp-0.0.6pre7.tgz) = 2493861 diff -urN /usr/ports/comms/spandsp-devel/pkg-plist spandsp-devel/pkg-plist --- /usr/ports/comms/spandsp-devel/pkg-plist 2008-01-04 16:20:50.000000000 +0300 +++ spandsp-devel/pkg-plist 2009-04-18 20:33:34.000000000 +0400 @@ -12,12 +12,16 @@ include/spandsp/complex.h include/spandsp/complex_filters.h include/spandsp/complex_vector_float.h +include/spandsp/complex_vector_int.h include/spandsp/crc.h include/spandsp/dc_restore.h include/spandsp/dds.h include/spandsp/dtmf.h include/spandsp/echo.h +include/spandsp/expose.h +include/spandsp/fast_convert.h include/spandsp/fax.h +include/spandsp/fax_modems.h include/spandsp/fir.h include/spandsp/fsk.h include/spandsp/g168models.h @@ -36,18 +40,69 @@ include/spandsp/playout.h include/spandsp/plc.h include/spandsp/power_meter.h +include/spandsp/private/adsi.h +include/spandsp/private/async.h +include/spandsp/private/at_interpreter.h +include/spandsp/private/awgn.h +include/spandsp/private/bell_r2_mf.h +include/spandsp/private/bert.h +include/spandsp/private/bitstream.h +include/spandsp/private/dtmf.h +include/spandsp/private/fax.h +include/spandsp/private/fax_modems.h +include/spandsp/private/fsk.h +include/spandsp/private/g711.h +include/spandsp/private/g722.h +include/spandsp/private/g726.h +include/spandsp/private/gsm0610.h +include/spandsp/private/hdlc.h +include/spandsp/private/ima_adpcm.h +include/spandsp/private/logging.h +include/spandsp/private/lpc10.h +include/spandsp/private/modem_connect_tones.h +include/spandsp/private/noise.h +include/spandsp/private/oki_adpcm.h +include/spandsp/private/queue.h +include/spandsp/private/schedule.h +include/spandsp/private/sig_tone.h +include/spandsp/private/super_tone_rx.h +include/spandsp/private/super_tone_tx.h +include/spandsp/private/t30.h +include/spandsp/private/t31.h +include/spandsp/private/t38_core.h +include/spandsp/private/t38_gateway.h +include/spandsp/private/t38_non_ecm_buffer.h +include/spandsp/private/t38_terminal.h +include/spandsp/private/t4.h +include/spandsp/private/time_scale.h +include/spandsp/private/tone_detect.h +include/spandsp/private/tone_generate.h +include/spandsp/private/v17rx.h +include/spandsp/private/v17tx.h +include/spandsp/private/v22bis.h +include/spandsp/private/v27ter_rx.h +include/spandsp/private/v27ter_tx.h +include/spandsp/private/v29rx.h +include/spandsp/private/v29tx.h +include/spandsp/private/v42.h +include/spandsp/private/v42bis.h +include/spandsp/private/v8.h include/spandsp/queue.h +include/spandsp/saturated.h include/spandsp/schedule.h include/spandsp/sig_tone.h include/spandsp/silence_gen.h include/spandsp/super_tone_rx.h include/spandsp/super_tone_tx.h include/spandsp/t30.h +include/spandsp/t30_api.h include/spandsp/t30_fcf.h +include/spandsp/t30_logging.h include/spandsp/t31.h include/spandsp/t35.h include/spandsp/t38_core.h include/spandsp/t38_gateway.h +include/spandsp/t38_non_ecm_buffer.h include/spandsp/t38_terminal.h include/spandsp/t4.h include/spandsp/telephony.h @@ -71,8 +126,7 @@ lib/libspandsp.a lib/libspandsp.la lib/libspandsp.so -lib/libspandsp.so.0 -%%DATADIR%%/global-tones.xml -%%DATADIR%%/tones.dtd -@dirrm share/spandsp +lib/libspandsp.so.2 +libdata/pkgconfig/spandsp.pc +@dirrm include/spandsp/private @dirrm include/spandsp >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904181656.n3IGu2gX014818>