FreeBSD Bugzilla – Attachment 95452 Details for
Bug 133839
comms/spandsp-devel update - jump to 0.0.6 branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.20 KB, created by
Alexander V. Chernikov
on 2009-04-18 18:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander V. Chernikov
Created:
2009-04-18 18:00:02 UTC
Size:
5.20 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133839
: 95452