From owner-svn-ports-head@freebsd.org Thu Feb 25 20:18:18 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 A203CAB4C79; Thu, 25 Feb 2016 20:18:18 +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 7E2E71805; Thu, 25 Feb 2016 20:18:18 +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 u1PKIHNL070529; Thu, 25 Feb 2016 20:18:17 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PKIHTV070524; Thu, 25 Feb 2016 20:18:17 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201602252018.u1PKIHTV070524@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 20:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409554 - in head/textproc/libabw: . 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 20:18:18 -0000 Author: jkim Date: Thu Feb 25 20:18:17 2016 New Revision: 409554 URL: https://svnweb.freebsd.org/changeset/ports/409554 Log: - Add an upstream patch to fix build with Boost 1.59 and later. [1] - Update the project URL. - Make portlint happy. PR: 207015 [1] Added: head/textproc/libabw/files/patch-src_lib_Makefile.in (contents, props changed) Modified: head/textproc/libabw/Makefile head/textproc/libabw/files/patch-libabw.pc.in head/textproc/libabw/pkg-descr Modified: head/textproc/libabw/Makefile ============================================================================== --- head/textproc/libabw/Makefile Thu Feb 25 20:14:40 2016 (r409553) +++ head/textproc/libabw/Makefile Thu Feb 25 20:18:17 2016 (r409554) @@ -2,8 +2,10 @@ PORTNAME= libabw PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ +MASTER_SITES= LODEV +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret Abiword documents @@ -21,7 +23,7 @@ GNU_CONFIGURE= yes USE_PERL5= build INSTALL_TARGET= install-strip -CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= -disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include .include Modified: head/textproc/libabw/files/patch-libabw.pc.in ============================================================================== --- head/textproc/libabw/files/patch-libabw.pc.in Thu Feb 25 20:14:40 2016 (r409553) +++ head/textproc/libabw/files/patch-libabw.pc.in Thu Feb 25 20:18:17 2016 (r409554) @@ -1,6 +1,6 @@ ---- ./libabw.pc.in.orig 2014-04-16 19:04:09.000000000 +0200 -+++ ./libabw.pc.in 2014-06-10 15:56:35.070672055 +0200 -@@ -10,4 +10,4 @@ +--- libabw.pc.in.orig 2014-04-16 17:04:09 UTC ++++ libabw.pc.in +@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stre Libs: -L${libdir} -labw-@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@ Cflags: -I${includedir}/libabw-@ABW_MAJOR_VERSION@.@ABW_MINOR_VERSION@ Added: head/textproc/libabw/files/patch-src_lib_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/files/patch-src_lib_Makefile.in Thu Feb 25 20:18:17 2016 (r409554) @@ -0,0 +1,19 @@ +--- src/lib/Makefile.in.orig 2014-12-20 13:23:18 UTC ++++ src/lib/Makefile.in +@@ -364,7 +364,15 @@ libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VE + $(top_srcdir)/inc/libabw/libabw.h \ + $(top_srcdir)/inc/libabw/AbiDocument.h + +-AM_CXXFLAGS = -I$(top_srcdir)/inc $(REVENGE_CFLAGS) $(LIBXML_CFLAGS) $(ZLIB_CFLAGS) $(DEBUG_CXXFLAGS) -DLIBABW_BUILD=1 ++AM_CXXFLAGS = -I$(top_srcdir)/inc \ ++ $(REVENGE_CFLAGS) \ ++ $(LIBXML_CFLAGS) \ ++ $(ZLIB_CFLAGS) \ ++ $(DEBUG_CXXFLAGS) \ ++ -DLIBABW_BUILD=1 \ ++ -DBOOST_ERROR_CODE_HEADER_ONLY \ ++ -DBOOST_SYSTEM_NO_DEPRECATED ++ + generated_files = \ + $(top_builddir)/src/lib/tokens.h \ + $(top_builddir)/src/lib/tokenhash.h Modified: head/textproc/libabw/pkg-descr ============================================================================== --- head/textproc/libabw/pkg-descr Thu Feb 25 20:14:40 2016 (r409553) +++ head/textproc/libabw/pkg-descr Thu Feb 25 20:18:17 2016 (r409554) @@ -1,4 +1,4 @@ Libabw is library providing ability to interpret and import AbiWord documents into various applications -WWW: http://www.freedesktop.org/wiki/Software/libabw/ +WWW: https://wiki.documentfoundation.org/DLP/Libraries/libabw