summaryrefslogtreecommitdiff
path: root/textproc/libwps
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-15 20:47:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-15 20:47:33 +0000
commitf53ea122aab8c9d8d71be5018af113c7de335572 (patch)
treef48936da8401ef99d43d669f6e5df2a34dd6cdad /textproc/libwps
parentUpdate to 1.5 (diff)
- update to 0.2.6
- now build depend on boost and because boost causes compiler warning, disable werror
Notes
Notes: svn path=/head/; revision=296693
Diffstat (limited to 'textproc/libwps')
-rw-r--r--textproc/libwps/Makefile7
-rw-r--r--textproc/libwps/distinfo4
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