Index: head/textproc/libwps/Makefile =================================================================== --- head/textproc/libwps/Makefile (revision 391677) +++ head/textproc/libwps/Makefile (revision 391678) @@ -1,33 +1,34 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include Index: head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp =================================================================== --- head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp (nonexistent) +++ head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp (revision 391678) @@ -0,0 +1,11 @@ +--- src/lib/QuattroSpreadsheet.cpp.orig 2015-03-11 11:14:10 UTC ++++ src/lib/QuattroSpreadsheet.cpp +@@ -1668,7 +1668,7 @@ bool QuattroSpreadsheet::readCell + else + { + val &= 0x3FFF; +- if (val & 0x2000) val = val - 0x4000; ++ if (val>0x1000) val = val - 0x2000; + } + if (dim==2) + val += sheetId; Property changes on: head/textproc/libwps/files/patch-src_lib_QuattroSpreadsheet.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property