Update to 0.1.11 to fix the build with Clang due to a broken text

manipulation. Changes include:

- Improved support for various inputs.
- Refactorting
- Bug fixes
This commit is contained in:
joerg 2013-09-17 21:17:43 +00:00
parent 1cca8a147d
commit 59bb54c3e5
2 changed files with 15 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2013/08/24 16:09:56 jaapb Exp $
# $NetBSD: Makefile,v 1.2 2013/09/17 21:17:43 joerg Exp $
DISTNAME= libmwaw-0.1.10
DISTNAME= libmwaw-0.1.11
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/}
EXTRACT_SUFX= .tar.xz
@ -10,12 +10,19 @@ HOMEPAGE= http://sourceforge.net/p/libmwaw/wiki/Home/
COMMENT= Import library for pre-OSX Mac text formats
LICENSE= mpl-2.0 OR gnu-lgpl-v2
WRKSRC= ${WRKDIR}/libmwaw-0.1.10
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c++
CONFIGURE_ARGS+= --with-sharedptr=tr1 --without-docs
CONFIGURE_ARGS+= --without-docs
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CONFIGURE_ARGS+= --with-sharedptr=c++11
.else
CONFIGURE_ARGS+= --with-sharedptr=tr1
.endif
PKGCONFIG_OVERRIDE+= libmwaw.pc.in

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/08/24 16:09:56 jaapb Exp $
$NetBSD: distinfo,v 1.2 2013/09/17 21:17:43 joerg Exp $
SHA1 (libmwaw-0.1.10.tar.xz) = b96a20a07fea9bbd952383fb76207273133748b2
RMD160 (libmwaw-0.1.10.tar.xz) = 28c30fe0ba1025f39f916430e16cc5c23af38540
Size (libmwaw-0.1.10.tar.xz) = 737680 bytes
SHA1 (libmwaw-0.1.11.tar.xz) = b889efeef10213c80c378044796f45633682b8ce
RMD160 (libmwaw-0.1.11.tar.xz) = b98061d0ee0cfa32a896e3372e550f22fa2e0626
Size (libmwaw-0.1.11.tar.xz) = 744736 bytes