From owner-svn-ports-all@freebsd.org Fri Feb 23 09:44:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F5BCF0F062; Fri, 23 Feb 2018 09:44:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5270876036; Fri, 23 Feb 2018 09:44:28 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FFCE14E42; Fri, 23 Feb 2018 09:44:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1N9iSJE023471; Fri, 23 Feb 2018 09:44:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1N9iRUS023469; Fri, 23 Feb 2018 09:44:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802230944.w1N9iRUS023469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Feb 2018 09:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462682 - head/textproc/zorba X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/textproc/zorba X-SVN-Commit-Revision: 462682 X-SVN-Commit-Repository: ports 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.25 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: Fri, 23 Feb 2018 09:44:28 -0000 Author: yuri Date: Fri Feb 23 09:44:27 2018 New Revision: 462682 URL: https://svnweb.freebsd.org/changeset/ports/462682 Log: textproc/zorba: Fixed plist Additional port changes: * Added CATEGORIES=java * Added LICENSE_FILE * Added CONFLICTS_BUILD=bison * Added USES=libedit * Added MAKE_JOBS_UNSAFE * Bumped PORTREVISION (new dependency libedit) PR: 221998 Submitted by: groot@kde.org Approved by: tcberner (mentor, implicit) Modified: head/textproc/zorba/Makefile head/textproc/zorba/pkg-plist Modified: head/textproc/zorba/Makefile ============================================================================== --- head/textproc/zorba/Makefile Fri Feb 23 09:42:32 2018 (r462681) +++ head/textproc/zorba/Makefile Fri Feb 23 09:44:27 2018 (r462682) @@ -3,8 +3,8 @@ PORTNAME= zorba PORTVERSION= 2.7.0 -PORTREVISION= 18 -CATEGORIES= textproc +PORTREVISION= 19 +CATEGORIES= textproc java MASTER_SITES= https://launchpadlibrarian.net/119058962/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= General purpose C++ XQuery processor LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ libicudata.so:devel/icu \ @@ -34,15 +35,18 @@ JAVA_CMAKE_BOOL= WITH_JAVA # Both install include/xqc.h CONFLICTS= xqilla-[0-9]* +CONFLICTS_BUILD= bison +USES= cmake:outsource compiler:c++11-lib libedit USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes USE_CXXSTD= c++11 -USES= cmake:outsource compiler:c++11-lib CXXFLAGS+= -I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ -DLOCALBASE:STRING=${LOCALBASE} + +MAKE_JOBS_UNSAFE= yes # due to consistent failures in bison-generated code compilation DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} Modified: head/textproc/zorba/pkg-plist ============================================================================== --- head/textproc/zorba/pkg-plist Fri Feb 23 09:42:32 2018 (r462681) +++ head/textproc/zorba/pkg-plist Fri Feb 23 09:44:27 2018 (r462682) @@ -149,6 +149,11 @@ lib/zorba/core/%%FULLVERSION%%/org/expath/ns/libfile_2 %%DOXYGEN%%%%DOCSDIR%%/cxx/html/rtab_l.gif %%DOXYGEN%%%%DOCSDIR%%/cxx/html/rtab_r.gif %%DOXYGEN%%%%DOCSDIR%%/cxx/html/terminal.png +%%DOXYGEN%%%%PORTDOCS%%@dir %%DOCSDIR%%/java/html +%%DOXYGEN%%%%PORTDOCS%%@dir %%DOCSDIR%%/php/html +%%DOXYGEN%%%%PORTDOCS%%@dir %%DOCSDIR%%/python/html +%%DOXYGEN%%%%PORTDOCS%%@dir %%DOCSDIR%%/ruby/html +%%DOXYGEN%%%%PORTDOCS%%@dir %%DOCSDIR%%/zorba/xqdoc %%PORTDOCS%%%%DOCSDIR%%/xqdoc/generator/xqdoc-html.xq %%PORTDOCS%%%%DOCSDIR%%/xqdoc/generator/xqdoc-xml.xq %%PORTDOCS%%%%DOCSDIR%%/xqdoc/requisites/images/External.gif