diff options
author | pav <pav@FreeBSD.org> | 2008-07-27 02:58:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-27 02:58:14 +0800 |
commit | c2b928c20e92fab7d398af2494efeb622644d0d6 (patch) | |
tree | b5770ab9cd41178e73db8061c08bc30eaf7ab2c2 | |
parent | badb196c59080142fdde78aeae825c0a3e4608e6 (diff) | |
download | freebsd-ports-graphics-c2b928c20e92fab7d398af2494efeb622644d0d6.tar.gz freebsd-ports-graphics-c2b928c20e92fab7d398af2494efeb622644d0d6.tar.zst freebsd-ports-graphics-c2b928c20e92fab7d398af2494efeb622644d0d6.zip |
- Update to 0.0.5.pre3
PR: ports/124118
Submitted by: Adrian Thearle <adrian@thearle.com.au>
-rw-r--r-- | comms/spandsp-devel5/Makefile | 9 | ||||
-rw-r--r-- | comms/spandsp-devel5/distinfo | 6 | ||||
-rw-r--r-- | comms/spandsp-devel5/pkg-plist | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 3e5a0c11565..6d3c9b8bc50 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spandsp -PORTVERSION= 0.0.4.p15 +PORTVERSION= 0.0.5.p3 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ ftp://ftp.rewt.org.uk/pub/distfiles/ @@ -19,14 +19,17 @@ COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//} +WRKSRC= ${WRKDIR}/spandsp-0.0.5 USE_AUTOTOOLS= libtool15 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + USE_LDCONFIG= yes CONFLICTS= spandsp-[0-9]* diff --git a/comms/spandsp-devel5/distinfo b/comms/spandsp-devel5/distinfo index d34b1c7a31d..e22f86b8573 100644 --- a/comms/spandsp-devel5/distinfo +++ b/comms/spandsp-devel5/distinfo @@ -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.5pre3.tgz) = e500326891c8a1259c67535e8fca7d77 +SHA256 (spandsp-0.0.5pre3.tgz) = 90e401046f0f58aa1d2b468097345bad1bc98409a4e2d10ff58e69686f0941e7 +SIZE (spandsp-0.0.5pre3.tgz) = 2441626 diff --git a/comms/spandsp-devel5/pkg-plist b/comms/spandsp-devel5/pkg-plist index cee582d14d8..56b9926c1e6 100644 --- a/comms/spandsp-devel5/pkg-plist +++ b/comms/spandsp-devel5/pkg-plist @@ -42,6 +42,8 @@ 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_api.h +include/spandsp/t30_logging.h include/spandsp/t30.h include/spandsp/t30_fcf.h include/spandsp/t31.h @@ -71,8 +73,5 @@ include/spandsp/version.h 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.1 @dirrm include/spandsp |