Update to 0.4.8.
This commit is contained in:
parent
d1f23fd734
commit
1411b7a968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455685
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libwps
|
||||
PORTVERSION= 0.4.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -12,7 +11,7 @@ COMMENT= Microsoft file word processor format import filter library
|
||||
|
||||
LICENSE= LGPL21+ MPL20
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
|
||||
LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
|
||||
@ -20,7 +19,7 @@ LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:features libtool pathfix pkgconfig tar:bz2
|
||||
USES= compiler:features libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1501607637
|
||||
SHA256 (libwps-0.4.7.tar.bz2) = a1c411ea5f19c9b93ec1e459cead75291add654b6000fcfe336f1daad7094a64
|
||||
SIZE (libwps-0.4.7.tar.bz2) = 765112
|
||||
TIMESTAMP = 1512066658
|
||||
SHA256 (libwps-0.4.8.tar.xz) = e478e825ef33f6a434a19ff902c5469c9da7acc866ea0d8ab610a8b2aa94177e
|
||||
SIZE (libwps-0.4.8.tar.xz) = 648512
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- src/lib/libwps_internal.h.orig 2017-07-03 07:52:38 UTC
|
||||
+++ src/lib/libwps_internal.h
|
||||
@@ -86,9 +86,11 @@ struct WPS_shared_ptr_noop_deleter
|
||||
/** fall through attributes */
|
||||
#define WPS_FALLTHROUGH
|
||||
#if defined(__clang__)
|
||||
-# if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::fallthrough)
|
||||
-# undef WPS_FALLTHROUGH
|
||||
-# define WPS_FALLTHROUGH [[clang::fallthrough]]
|
||||
+# if defined(__has_cpp_attribute)
|
||||
+# if __has_cpp_attribute(clang::fallthrough)
|
||||
+# undef WPS_FALLTHROUGH
|
||||
+# define WPS_FALLTHROUGH [[clang::fallthrough]]
|
||||
+# endif
|
||||
# endif
|
||||
#elif defined(__GNUC__)
|
||||
# if __GNUC__>=7
|
@ -8,5 +8,5 @@ include/libwps-0.4/libwps/WPSDocument.h
|
||||
include/libwps-0.4/libwps/libwps.h
|
||||
lib/libwps-0.4.so
|
||||
lib/libwps-0.4.so.4
|
||||
lib/libwps-0.4.so.4.0.7
|
||||
lib/libwps-0.4.so.4.0.8
|
||||
libdata/pkgconfig/libwps-0.4.pc
|
||||
|
Loading…
Reference in New Issue
Block a user