From owner-svn-ports-all@freebsd.org Sat Dec 3 22:24:41 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 E995EC64245; Sat, 3 Dec 2016 22:24:41 +0000 (UTC) (envelope-from jbeich@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 861761340; Sat, 3 Dec 2016 22:24:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB3MOegM051328; Sat, 3 Dec 2016 22:24:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3MOat5051284; Sat, 3 Dec 2016 22:24:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612032224.uB3MOat5051284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Dec 2016 22:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427743 - in head: Mk devel/codeblocks devel/lokalize editors/codelite editors/focuswriter editors/libreoffice editors/libreoffice4 editors/openoffice-4 editors/openoffice-devel editors... 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, 03 Dec 2016 22:24:42 -0000 Author: jbeich Date: Sat Dec 3 22:24:36 2016 New Revision: 427743 URL: https://svnweb.freebsd.org/changeset/ports/427743 Log: textproc/hunspell: update to 1.5.4 Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Added: head/textproc/hunspell/files/patch-add-const (contents, props changed) Deleted: head/textproc/hunspell/files/patch-configure Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/devel/codeblocks/Makefile (contents, props changed) head/devel/lokalize/Makefile (contents, props changed) head/editors/codelite/Makefile (contents, props changed) head/editors/focuswriter/Makefile (contents, props changed) head/editors/libreoffice/Makefile (contents, props changed) head/editors/libreoffice/Makefile.common (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/editors/tea/Makefile (contents, props changed) head/editors/texmaker/Makefile (contents, props changed) head/editors/texstudio/Makefile (contents, props changed) head/editors/textroom/Makefile (contents, props changed) head/editors/texworks/Makefile (contents, props changed) head/german/hunspell/Makefile (contents, props changed) head/korean/hunspell/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/multimedia/aegisub/Makefile (contents, props changed) head/net-im/licq-qt-gui/Makefile (contents, props changed) head/print/lyx/Makefile (contents, props changed) head/print/scribus/Makefile (contents, props changed) head/textproc/enchant/Makefile (contents, props changed) head/textproc/goldendict/Makefile (contents, props changed) head/textproc/hunspell/Makefile (contents, props changed) head/textproc/hunspell/distinfo (contents, props changed) head/textproc/hunspell/files/patch-src_tools_hunspell.cxx (contents, props changed) head/textproc/hunspell/pkg-descr (contents, props changed) head/textproc/hunspell/pkg-plist (contents, props changed) head/textproc/kf5-sonnet/Makefile (contents, props changed) head/textproc/mythes/Makefile (contents, props changed) head/textproc/sigil/Makefile (contents, props changed) head/textproc/te-hunspell/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/qupzilla-qt4/Makefile (contents, props changed) head/www/qupzilla-qt5/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/x11/leechcraft/Makefile (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sat Dec 3 21:30:08 2016 (r427742) +++ head/Mk/bsd.gecko.mk Sat Dec 3 22:24:36 2016 (r427743) @@ -183,7 +183,7 @@ harfbuzz_LIB_DEPENDS= libharfbuzz.so:pri harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz .endif -hunspell_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +hunspell_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell hunspell_MOZ_OPTIONS= --enable-system-hunspell icu_LIB_DEPENDS= libicui18n.so:devel/icu Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/devel/codeblocks/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 16.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,7 +18,7 @@ BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libhunspell-1.3.so:textproc/hunspell + libhunspell-1.5.so:textproc/hunspell USES= autoreconf compiler desktop-file-utils fam:gamin localbase \ gettext-runtime libtool pathfix pkgconfig shared-mime-info Modified: head/devel/lokalize/Makefile ============================================================================== --- head/devel/lokalize/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/devel/lokalize/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,12 +2,13 @@ PORTNAME= lokalize PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Computer-aided translation system -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs automoc4 Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/codelite/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors devel MAINTAINER= mokhi64@gmail.com @@ -12,7 +12,7 @@ COMMENT= Open Source IDE for C/C++ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm -LIB_DEPENDS+= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS+= libhunspell-1.5.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= eranif Modified: head/editors/focuswriter/Makefile ============================================================================== --- head/editors/focuswriter/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/focuswriter/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -4,6 +4,7 @@ PORTNAME= focuswriter PORTVERSION= 1.5.7 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= lightside@gmx.com @@ -14,7 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/resources/images/icons/oxygen/COPYING -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= gottcode Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/libreoffice/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -54,7 +54,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libnss3.so:security/nss \ libclucene-core.so:textproc/clucene \ libexpat.so:textproc/expat2 \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libabw-0.1.so:textproc/libabw \ libe-book-0.1.so:textproc/libe-book \ Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/libreoffice/Makefile.common Sat Dec 3 22:24:36 2016 (r427743) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/libreoffice4/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ @@ -55,7 +55,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ libnss3.so:security/nss \ libclucene-core.so:textproc/clucene \ libexpat.so:textproc/expat2 \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libabw-0.1.so:textproc/libabw \ libe-book-0.1.so:textproc/libe-book \ Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/openoffice-4/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 #PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ @@ -82,7 +82,7 @@ LIB_DEPENDS= \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libtextcat.so:textproc/libtextcat \ libmythes-1.2.so:textproc/mythes \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/openoffice-devel/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -82,7 +82,7 @@ LIB_DEPENDS= \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libtextcat.so:textproc/libtextcat \ libmythes-1.2.so:textproc/mythes \ Modified: head/editors/tea/Makefile ============================================================================== --- head/editors/tea/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/tea/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,6 +3,7 @@ PORTNAME= tea PORTVERSION= 43.1.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ @@ -32,7 +33,7 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_QMAKE_ON= CONFIG+=nohunspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell HUNSPELL_QMAKE_ON= CONFIG+=noaspell post-patch: Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/texmaker/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -11,7 +11,7 @@ MASTER_SITES= http://www.xm1math.net/tex MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Development Environment -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell \ libpoppler.so:graphics/poppler USES= desktop-file-utils ghostscript:x11,run pkgconfig qmake tar:bzip2 Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/texstudio/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,14 +2,14 @@ PORTNAME= texstudio PORTVERSION= 2.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TeXstudio%20${PORTVERSION} MAINTAINER= abiliojr@gmail.com COMMENT= Integrated writing environment for LaTeX documents -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell \ libpoppler.so:graphics/poppler USES= desktop-file-utils dos2unix execinfo ghostscript:run \ Modified: head/editors/textroom/Makefile ============================================================================== --- head/editors/textroom/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/textroom/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= SF @@ -13,7 +13,7 @@ COMMENT= Full screen text editor LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libxml++-2.6.so:textproc/libxml++26 USES= desktop-file-utils pkgconfig qmake Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/editors/texworks/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,8 +3,8 @@ PORTNAME= texworks PORTVERSION= 0.4.6 -PORTREVISION= 2 DISTVERSIONPREFIX= release- +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/german/hunspell/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,6 +2,7 @@ PORTNAME= hunspell PORTVERSION= 20160407 +PORTREVISION= 1 CATEGORIES= german textproc MASTER_SITES= http://www.j3e.de/ispell/igerman98/dict/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/korean/hunspell/Makefile ============================================================================== --- head/korean/hunspell/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/korean/hunspell/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,7 +2,7 @@ PORTNAME= hunspell PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= korean textproc MAINTAINER= jkim@FreeBSD.org Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/mail/thunderbird/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.5.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/multimedia/aegisub/Makefile ============================================================================== --- head/multimedia/aegisub/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/multimedia/aegisub/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ @@ -53,7 +53,7 @@ FFMPEG_LIB_DEPENDS= libffms2.so:multimed FFMPEG_CONFIGURE_OFF= --without-ffms FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 FFTW_CONFIGURE_OFF= --without-fftw3 -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell HUNSPELL_CONFIGURE_OFF= --without-hunspell OPENAL_USES= openal OPENAL_CONFIGURE_OFF= --without-openal Modified: head/net-im/licq-qt-gui/Makefile ============================================================================== --- head/net-im/licq-qt-gui/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/net-im/licq-qt-gui/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= qt4-gui PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} @@ -25,9 +25,9 @@ OPTIONS_DEFAULT=HUNSPELL LICQ_PORT?= net-im/licq -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell HUNSPELL_CMAKE_ON= -DHUNSPELL_INCLUDE_DIRS=${LOCALBASE}/include/hunspell \ - -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.3.so \ + -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.5.so \ -DHUNSPELL_FOUND:BOOL=ON HUNSPELL_CMAKE_OFF= -DHUNSPELL_FOUND:BOOL=OFF Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/print/lyx/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -46,7 +46,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:textpro ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/print/scribus/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -18,7 +18,7 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig Modified: head/textproc/enchant/Makefile ============================================================================== --- head/textproc/enchant/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/enchant/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= enchant PORTVERSION= 1.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc gnome MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= gnome2 @@ -39,7 +39,7 @@ HSPELL_BUILD_DEPENDS= ${LOCALBASE}/lib/l HSPELL_CONFIGURE_ENABLE= hspell HSPELL_CONFIGURE_ON= --with-hspell-prefix=${LOCALBASE} -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell HUNSPELL_CONFIGURE_ENABLE= myspell HUNSPELL_CONFIGURE_ON= --with-system-myspell=yes \ --with-myspell-dir=${LOCALBASE}/share/hunspell Modified: head/textproc/goldendict/Makefile ============================================================================== --- head/textproc/goldendict/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/goldendict/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= goldendict PORTVERSION= 1.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -13,7 +13,7 @@ COMMENT= Feature-rich Qt4 based dictiona LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell \ libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes Modified: head/textproc/hunspell/Makefile ============================================================================== --- head/textproc/hunspell/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/hunspell/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 1.3.3 +PORTVERSION= 1.5.4 +DISTVERSIONPREFIX= v CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Improved spell-checker for Hungarian and other languages @@ -19,6 +18,7 @@ CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes USES= libtool:keepla pathfix iconv ncurses readline shebangfix perl5 +USE_GITHUB= yes SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes USE_PERL5= run Modified: head/textproc/hunspell/distinfo ============================================================================== --- head/textproc/hunspell/distinfo Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/hunspell/distinfo Sat Dec 3 22:24:36 2016 (r427743) @@ -1,2 +1,3 @@ -SHA256 (hunspell/hunspell-1.3.3.tar.gz) = a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c -SIZE (hunspell/hunspell-1.3.3.tar.gz) = 986081 +TIMESTAMP = 1480524200 +SHA256 (hunspell-hunspell-v1.5.4_GH0.tar.gz) = 852c01a2e3b87eb1f2adb5261466608ba79f1f950202e18a2a1735de5098fc59 +SIZE (hunspell-hunspell-v1.5.4_GH0.tar.gz) = 1110858 Added: head/textproc/hunspell/files/patch-add-const ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/hunspell/files/patch-add-const Sat Dec 3 22:24:36 2016 (r427743) @@ -0,0 +1,90 @@ +Add back `const` keyword to keep consumers forward compatible by +reverting https://github.com/hunspell/hunspell/commit/dd4b14899bfb + +--- src/hunspell/hunspell.cxx.orig 2016-11-28 10:34:55 UTC ++++ src/hunspell/hunspell.cxx +@@ -110,7 +110,7 @@ public: + int remove(const std::string& word); + const std::string& get_version() const; + struct cs_info* get_csconv(); +- std::vector dic_encoding_vec; ++ + + private: + AffixMgr* pAMgr; +@@ -181,9 +181,6 @@ HunspellImpl::HunspellImpl(const char* a + complexprefixes = pAMgr->get_complexprefixes(); + wordbreak = pAMgr->get_breaktable(); + +- dic_encoding_vec.resize(encoding.size()+1); +- strcpy(&dic_encoding_vec[0], encoding.c_str()); +- + /* and finally set up the suggestion manager */ + pSMgr = new SuggestMgr(try_string, MAXSUGGESTION, pAMgr); + if (try_string) +@@ -1850,8 +1847,8 @@ int Hunspell::suffix_suggest(char*** sls + return munge_vector(slst, stems); + } + +-char* Hunspell::get_dic_encoding() { +- return &(m_Impl->dic_encoding_vec[0]); ++const char* Hunspell::get_dic_encoding() const { ++ return Hunspell_get_dic_encoding((Hunhandle*)(this)); + } + + int Hunspell::stem(char*** slst, char** desc, int n) { +@@ -1896,8 +1893,8 @@ int Hunspell_spell(Hunhandle* pHunspell, + return reinterpret_cast(pHunspell)->spell(std::string(word)); + } + +-char* Hunspell_get_dic_encoding(Hunhandle* pHunspell) { +- return reinterpret_cast(pHunspell)->get_dic_encoding(); ++const char* Hunspell_get_dic_encoding(Hunhandle* pHunspell) { ++ return (reinterpret_cast(pHunspell)->get_dict_encoding()).c_str(); + } + + int Hunspell_suggest(Hunhandle* pHunspell, char*** slst, const char* word) { +--- src/hunspell/hunspell.h.orig 2016-11-28 10:34:55 UTC ++++ src/hunspell/hunspell.h +@@ -68,7 +68,7 @@ LIBHUNSPELL_DLL_EXPORTED int Hunspell_ad + */ + LIBHUNSPELL_DLL_EXPORTED int Hunspell_spell(Hunhandle* pHunspell, const char*); + +-LIBHUNSPELL_DLL_EXPORTED char* Hunspell_get_dic_encoding(Hunhandle* pHunspell); ++LIBHUNSPELL_DLL_EXPORTED const char* Hunspell_get_dic_encoding(Hunhandle* pHunspell); + + /* suggest(suggestions, word) - search suggestions + * input: pointer to an array of strings pointer and the (bad) word +--- src/hunspell/hunspell.hxx.orig 2016-11-28 10:34:55 UTC ++++ src/hunspell/hunspell.hxx +@@ -155,7 +155,7 @@ class LIBHUNSPELL_DLL_EXPORTED Hunspell + H_DEPRECATED void free_list(char*** slst, int n); + + const std::string& get_dict_encoding() const; +- char* get_dic_encoding(); ++ H_DEPRECATED const char* get_dic_encoding() const; + + /* morphological functions */ + +--- src/win_api/hunspelldll.c.orig 2016-11-28 10:34:55 UTC ++++ src/win_api/hunspelldll.c +@@ -73,7 +73,7 @@ LIBHUNSPELL_DLL_EXPORTED void hunspell_f + pMS->free_list(slst, len); + } + +-LIBHUNSPELL_DLL_EXPORTED char* hunspell_get_dic_encoding(Hunspell* pMS) { ++LIBHUNSPELL_DLL_EXPORTED const char* hunspell_get_dic_encoding(Hunspell* pMS) { + return pMS->get_dic_encoding(); + } + +--- src/win_api/hunspelldll.h.orig 2016-11-28 10:34:55 UTC ++++ src/win_api/hunspelldll.h +@@ -59,7 +59,7 @@ LIBHUNSPELL_DLL_EXPORTED void hunspell_f + char*** slst, + int len); + // make local copy of returned string!! +-LIBHUNSPELL_DLL_EXPORTED char* hunspell_get_dic_encoding(Hunspell* pMS); ++LIBHUNSPELL_DLL_EXPORTED const char* hunspell_get_dic_encoding(Hunspell* pMS); + + // add word to dict (word is valid until spell object is not destroyed) + LIBHUNSPELL_DLL_EXPORTED int hunspell_add(Hunspell* pMS, char* word); Modified: head/textproc/hunspell/files/patch-src_tools_hunspell.cxx ============================================================================== --- head/textproc/hunspell/files/patch-src_tools_hunspell.cxx Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/hunspell/files/patch-src_tools_hunspell.cxx Sat Dec 3 22:24:36 2016 (r427743) @@ -1,34 +1,40 @@ ---- ./src/tools/hunspell.cxx.orig 2011-01-21 18:01:29.000000000 +0100 -+++ ./src/tools/hunspell.cxx 2011-07-19 07:16:58.346225286 +0200 -@@ -61,28 +61,23 @@ - #include "firstparser.hxx" +--- src/tools/hunspell.cxx.orig 2016-11-28 10:34:55 UTC ++++ src/tools/hunspell.cxx +@@ -112,28 +112,23 @@ + #include "odfparser.hxx" - #define LIBDIR \ -- "/usr/share/hunspell:" \ -- "/usr/share/myspell:" \ -- "/usr/share/myspell/dicts:" \ -- "/Library/Spelling" + #define LIBDIR \ +- "/usr/share/hunspell:" \ +- "/usr/share/myspell:" \ +- "/usr/share/myspell/dicts:" \ +- "/Library/Spelling" +-#define USEROOODIR \ +- ".openoffice.org/3/user/wordbook:" \ +- ".openoffice.org2/user/wordbook:" \ +- ".openoffice.org2.0/user/wordbook:" \ +- "Library/Spelling" +-#define OOODIR \ +- "/opt/openoffice.org/basis3.0/share/dict/ooo:" \ +- "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \ +- "/opt/openoffice.org2.4/share/dict/ooo:" \ +- "/usr/lib/openoffice.org2.4/share/dict/ooo:" \ +- "/opt/openoffice.org2.3/share/dict/ooo:" \ +- "/usr/lib/openoffice.org2.3/share/dict/ooo:" \ +- "/opt/openoffice.org2.2/share/dict/ooo:" \ +- "/usr/lib/openoffice.org2.2/share/dict/ooo:" \ +- "/opt/openoffice.org2.1/share/dict/ooo:" \ +- "/usr/lib/openoffice.org2.1/share/dict/ooo:" \ +- "/opt/openoffice.org2.0/share/dict/ooo:" \ +- "/usr/lib/openoffice.org2.0/share/dict/ooo" + "%%PREFIX%%/share/hunspell:" \ + "%%PREFIX%%/share/myspell:" \ + "%%PREFIX%%/share/myspell/dicts:" - #define USEROOODIR \ - ".openoffice.org/3/user/wordbook:" \ - ".openoffice.org2/user/wordbook:" \ - ".openoffice.org2.0/user/wordbook:" \ - "Library/Spelling" - #define OOODIR \ -- "/opt/openoffice.org/basis3.0/share/dict/ooo:" \ -- "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \ -- "/opt/openoffice.org2.4/share/dict/ooo:" \ -- "/usr/lib/openoffice.org2.4/share/dict/ooo:" \ -- "/opt/openoffice.org2.3/share/dict/ooo:" \ -- "/usr/lib/openoffice.org2.3/share/dict/ooo:" \ -- "/opt/openoffice.org2.2/share/dict/ooo:" \ -- "/usr/lib/openoffice.org2.2/share/dict/ooo:" \ -- "/opt/openoffice.org2.1/share/dict/ooo:" \ -- "/usr/lib/openoffice.org2.1/share/dict/ooo:" \ -- "/opt/openoffice.org2.0/share/dict/ooo:" \ -- "/usr/lib/openoffice.org2.0/share/dict/ooo" ++#define USEROOODIR \ ++ ".openoffice.org/3/user/wordbook:" \ ++ ".openoffice.org2/user/wordbook:" \ ++ ".openoffice.org2.0/user/wordbook:" \ ++ "Library/Spelling" ++#define OOODIR \ + "%%PREFIX%%/openoffice.org3/share/dict/ooo:" \ + "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \ + "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \ Modified: head/textproc/hunspell/pkg-descr ============================================================================== --- head/textproc/hunspell/pkg-descr Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/hunspell/pkg-descr Sat Dec 3 22:24:36 2016 (r427743) @@ -1,4 +1,7 @@ -Hunspell is a widely used spell checker +Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla +Firefox 3 & Thunderbird, Google Chrome, and it is also used by +proprietary software packages, like Mac OS X, InDesign, memoQ, Opera +and SDL Trados. Main features: - Extended support for language peculiarities; Unicode character encoding, Modified: head/textproc/hunspell/pkg-plist ============================================================================== --- head/textproc/hunspell/pkg-plist Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/hunspell/pkg-plist Sat Dec 3 22:24:36 2016 (r427743) @@ -10,23 +10,12 @@ bin/munch bin/unmunch bin/wordforms bin/wordlist2hunspell -include/hunspell/affentry.hxx -include/hunspell/affixmgr.hxx include/hunspell/atypes.hxx -include/hunspell/baseaffix.hxx include/hunspell/csutil.hxx -include/hunspell/dictmgr.hxx -include/hunspell/filemgr.hxx -include/hunspell/hashmgr.hxx include/hunspell/htypes.hxx include/hunspell/hunspell.h include/hunspell/hunspell.hxx include/hunspell/hunvisapi.h -include/hunspell/hunzip.hxx -include/hunspell/langnum.hxx -include/hunspell/phonet.hxx -include/hunspell/replist.hxx -include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx lib/libhunspell-%%SHLIB_VER%%.a lib/libhunspell-%%SHLIB_VER%%.la Modified: head/textproc/kf5-sonnet/Makefile ============================================================================== --- head/textproc/kf5-sonnet/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/kf5-sonnet/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,13 +3,14 @@ PORTNAME= sonnet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin-based spell checking library LIB_DEPENDS= libaspell.so:textproc/aspell \ - libhunspell-1.3.so:textproc/hunspell + libhunspell-1.5.so:textproc/hunspell USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz USE_KDE= ecm Modified: head/textproc/mythes/Makefile ============================================================================== --- head/textproc/mythes/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/mythes/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,7 +2,7 @@ PORTNAME= mythes PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} @@ -13,7 +13,7 @@ COMMENT= Simple thesaurus library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell USES= libtool pathfix perl5 pkgconfig shebangfix USE_LDCONFIG= yes Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/sigil/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= sigil PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libminizip.so:archivers/minizip \ libpcre.so:devel/pcre \ - libhunspell-1.3.so:textproc/hunspell + libhunspell-1.5.so:textproc/hunspell RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py3-lxml USE_GITHUB= yes @@ -32,7 +32,7 @@ CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=1 \ -DINSTALL_BUNDLED_DICTS:BOOL=0 USE_LDCONFIG= ${PREFIX}/lib/sigil -# Upstream uses pkg-config output to pass libhunspell-1.3.so and +# Upstream uses pkg-config output to pass libhunspell-1.5.so and # libpcre16.so to the linker. pkg-config output does not include full # paths, so add a workaround to keep the port linking for now. LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/te-hunspell/Makefile ============================================================================== --- head/textproc/te-hunspell/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/textproc/te-hunspell/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,7 +2,7 @@ PORTNAME= hunspell DISTVERSION= 0.01-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= GNU/aspell/dict/te PKGNAMEPREFIX= te- Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/firefox-esr/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.5.1 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/firefox/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 50.0.2 DISTVERSIONSUFFIX=.source -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/libxul/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.5.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source Modified: head/www/qupzilla-qt4/Makefile ============================================================================== --- head/www/qupzilla-qt4/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/qupzilla-qt4/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,6 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt4 @@ -12,7 +13,7 @@ COMMENT= Web browser based on WebKit eng LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt5* Modified: head/www/qupzilla-qt5/Makefile ============================================================================== --- head/www/qupzilla-qt5/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/qupzilla-qt5/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -2,6 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt5 @@ -12,7 +13,7 @@ COMMENT= Web browser based on WebKit eng LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt4* Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/www/seamonkey/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/x11/leechcraft/Makefile ============================================================================== --- head/x11/leechcraft/Makefile Sat Dec 3 21:30:08 2016 (r427742) +++ head/x11/leechcraft/Makefile Sat Dec 3 22:24:36 2016 (r427743) @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ @@ -287,7 +287,7 @@ QROSP_LIB_DEPENDS= libqrosscore.so:devel ROSENTHAL_DESC= Spellchecking support ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false -ROSENTHAL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +ROSENTHAL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true