diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-16 04:47:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-16 04:47:33 +0800 |
commit | 501136b96be2eae851e3f1cce0ed38f641bd4f6e (patch) | |
tree | 3f4830c5ebcd0f69e7c1606816fc3f6a820fb383 | |
parent | 088e043485a78f9851c2afa6c6d486da1214f4d7 (diff) | |
download | freebsd-ports-gnome-501136b96be2eae851e3f1cce0ed38f641bd4f6e.tar.gz freebsd-ports-gnome-501136b96be2eae851e3f1cce0ed38f641bd4f6e.tar.zst freebsd-ports-gnome-501136b96be2eae851e3f1cce0ed38f641bd4f6e.zip |
- update to 0.2.6
- now build depend on boost and because boost causes compiler warning, disable
werror
-rw-r--r-- | textproc/libwps/Makefile | 7 | ||||
-rw-r--r-- | textproc/libwps/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index fc7052d715af..26f49a3b17f1 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libwps -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.6 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,16 +15,19 @@ COMMENT= A Microsoft file word processor format import filter library LICENSE= LGPL21 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= wpd-0.9.9:${PORTSDIR}/textproc/libwpd USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix ltverhack USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS+= --disable-werror PORTDOCS= * .if defined(NOPORTDOCS) -CONFIGURE_ARGS= --without-docs +CONFIGURE_ARGS+= --without-docs .else BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif diff --git a/textproc/libwps/distinfo b/textproc/libwps/distinfo index 051f65be9e83..7eca68883008 100644 --- a/textproc/libwps/distinfo +++ b/textproc/libwps/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwps-0.2.4.tar.gz) = 5ceebdf27289e1d248ccd168324f2106644111cbb9ed33a2f28f8aaa57ad64bf -SIZE (libwps-0.2.4.tar.gz) = 428844 +SHA256 (libwps-0.2.6.tar.gz) = eeadc145250be3ad450c89c58e1b294e1bc5a28b3bbc6e3b55b79ed841aad1cc +SIZE (libwps-0.2.6.tar.gz) = 452498 |