From owner-svn-ports-head@freebsd.org Thu Feb 25 22:58:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97524AB4ECE; Thu, 25 Feb 2016 22:58:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 524241B93; Thu, 25 Feb 2016 22:58:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PMwK8S018629; Thu, 25 Feb 2016 22:58:20 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PMwKuJ018627; Thu, 25 Feb 2016 22:58:20 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602252258.u1PMwKuJ018627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 25 Feb 2016 22:58:20 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 22:58:21 -0000 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@