From owner-svn-ports-all@freebsd.org Sat Nov 5 23:17:09 2016 Return-Path: Delivered-To: svn-ports-all@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 7FB61BED781; Sat, 5 Nov 2016 23:17:09 +0000 (UTC) (envelope-from bapt@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 5C888925; Sat, 5 Nov 2016 23:17:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5NH8nX037243; Sat, 5 Nov 2016 23:17:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA5NH8XQ037239; Sat, 5 Nov 2016 23:17:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611052317.uA5NH8XQ037239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 5 Nov 2016 23:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425455 - in head/graphics/libetonyek01: . 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 23:17:09 -0000 Author: bapt Date: Sat Nov 5 23:17:08 2016 New Revision: 425455 URL: https://svnweb.freebsd.org/changeset/ports/425455 Log: Update to 0.1.6, make it use mdds 1.2 Added: head/graphics/libetonyek01/files/ head/graphics/libetonyek01/files/patch-mdds1.2 (contents, props changed) Modified: head/graphics/libetonyek01/Makefile head/graphics/libetonyek01/distinfo head/graphics/libetonyek01/pkg-plist Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Sat Nov 5 22:48:07 2016 (r425454) +++ head/graphics/libetonyek01/Makefile Sat Nov 5 23:17:08 2016 (r425455) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.1.6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ @@ -14,7 +13,7 @@ COMMENT= Library to interpret and import LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 \ +BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ @@ -26,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror --witho CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/graphics/libetonyek01/distinfo ============================================================================== --- head/graphics/libetonyek01/distinfo Sat Nov 5 22:48:07 2016 (r425454) +++ head/graphics/libetonyek01/distinfo Sat Nov 5 23:17:08 2016 (r425455) @@ -1,2 +1,3 @@ -SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 -SIZE (libetonyek-0.1.3.tar.xz) = 372884 +TIMESTAMP = 1478385570 +SHA256 (libetonyek-0.1.6.tar.xz) = df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 +SIZE (libetonyek-0.1.6.tar.xz) = 1243364 Added: head/graphics/libetonyek01/files/patch-mdds1.2 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek01/files/patch-mdds1.2 Sat Nov 5 23:17:08 2016 (r425455) @@ -0,0 +1,33 @@ +--- configure.ac ++++ configure.ac +@@ -24,8 +24,8 @@ AC_LANG([C++]) + # Configure options + # ================= + AC_ARG_WITH([mdds], +- AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of mdds to use (1.0 is the default)]), +- [], [with_mdds="1.0"]) ++ AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of mdds to use (1.2 is the default)]), ++ [], [with_mdds="1.2"]) + + # =========================== + # Find required base packages +@@ -47,7 +47,7 @@ AC_PROG_SED + + AM_MISSING_PROG([GPERF], [gperf]) + +-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])]) ++AS_IF([test "$with_mdds" = "1.2"], [AX_CXX_COMPILE_STDCXX_11([noext])]) + + # =============== + # Find librevenge +@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS]) + # ========= + # Find mdds + # ========= +-AS_IF([test "$with_mdds" = "1.0"], [ +- PKG_CHECK_MODULES([MDDS], [mdds-1.0]) ++AS_IF([test "$with_mdds" = "1.2"], [ ++ PKG_CHECK_MODULES([MDDS], [mdds-1.2]) + ], [ + PKG_CHECK_MODULES([MDDS], [mdds]) + AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) Modified: head/graphics/libetonyek01/pkg-plist ============================================================================== --- head/graphics/libetonyek01/pkg-plist Sat Nov 5 22:48:07 2016 (r425454) +++ head/graphics/libetonyek01/pkg-plist Sat Nov 5 23:17:08 2016 (r425455) @@ -11,5 +11,5 @@ include/libetonyek-0.1/libetonyek/Etonye include/libetonyek-0.1/libetonyek/libetonyek.h lib/libetonyek-0.1.so lib/libetonyek-0.1.so.1 -lib/libetonyek-0.1.so.1.0.3 +lib/libetonyek-0.1.so.1.0.6 libdata/pkgconfig/libetonyek-0.1.pc