Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 22:58:20 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409567 - in head/textproc/libe-book: . files
Message-ID:  <201602252258.u1PMwKuJ018627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Feb 25 22:58:20 2016
New Revision: 409567
URL: https://svnweb.freebsd.org/changeset/ports/409567

Log:
  - Fix build with Boost 1.59 and later. [1]
  - Remove LGPL21 from LICENSE.
  - Make portlint happy.
  
  PR:		207016 [1]

Modified:
  head/textproc/libe-book/Makefile
  head/textproc/libe-book/files/patch-libe-book.pc.in

Modified: head/textproc/libe-book/Makefile
==============================================================================
--- head/textproc/libe-book/Makefile	Thu Feb 25 22:35:10 2016	(r409566)
+++ head/textproc/libe-book/Makefile	Thu Feb 25 22:58:20 2016	(r409567)
@@ -2,31 +2,31 @@
 
 PORTNAME=	libe-book
 PORTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/libebook/${PORTNAME}-${PORTVERSION}/
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Library for import of reflowable e-book formats
 
-LICENSE=	LGPL21 MPL
-LICENSE_COMB=	dual
-
-OPTIONS_DEFINE=	DOCS
+LICENSE=	MPL
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libicui18n.so:${PORTSDIR}/devel/icu \
 		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
+OPTIONS_DEFINE=	DOCS
+
 USE_GNOME=	libxml2
 
-USES=		gmake gperf libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake gperf libtool pathfix pkgconfig \
+		tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--disable-werror --disable-tests
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY
 
 PORTDOCS=	*
 DOCS_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen

Modified: head/textproc/libe-book/files/patch-libe-book.pc.in
==============================================================================
--- head/textproc/libe-book/files/patch-libe-book.pc.in	Thu Feb 25 22:35:10 2016	(r409566)
+++ head/textproc/libe-book/files/patch-libe-book.pc.in	Thu Feb 25 22:58:20 2016	(r409567)
@@ -1,6 +1,6 @@
---- ./libe-book.pc.in.orig	2014-05-24 15:06:06.000000000 +0200
-+++ ./libe-book.pc.in	2014-06-10 15:47:26.723536905 +0200
-@@ -10,4 +10,4 @@
+--- libe-book.pc.in.orig	2014-06-27 10:20:12 UTC
++++ libe-book.pc.in
+@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stre
  Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
  Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602252258.u1PMwKuJ018627>