Bump after hunspell update

The library name has changed from hunspell-1.6 to hunspell-1.7.
This commit is contained in:
rsadowski 2020-10-09 19:12:00 +00:00
parent 6109d477dd
commit f7bb9ac822
18 changed files with 57 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2020/06/26 09:41:39 cwen Exp $
# $OpenBSD: Makefile,v 1.57 2020/10/09 19:12:00 rsadowski Exp $
BROKEN-alpha= sqvm.cpp:394:1: internal compiler error: Segmentation fault
COMMENT= Code::Blocks C/C++ IDE
@ -7,6 +7,7 @@ V= 20.03
DISTNAME= codeblocks-${V}
PKGNAME= codeblocks-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
WRKDIST= ${WRKDIR}/codeblocks-${V}
@ -37,7 +38,7 @@ WANTLIB += atk-1.0 atk-bridge-2.0 boost_system bz2 c cairo
WANTLIB += cairo-gobject epoxy expat ffi fontconfig freetype
WANTLIB += fribidi gamin-1 gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-3
WANTLIB += harfbuzz hunspell-1.6 iconv intl jpeg m mspack notify
WANTLIB += harfbuzz hunspell-1.7 iconv intl jpeg m mspack notify
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png samplerate sndio tiff usbhid wx_baseu-3.0 wx_baseu_net-3.0
WANTLIB += wx_baseu_xml-3.0 wx_gtk3u_adv-3.0 wx_gtk3u_aui-3.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2020/09/07 14:48:52 rsadowski Exp $
# $OpenBSD: Makefile,v 1.14 2020/10/09 19:12:00 rsadowski Exp $
COMMENT-main = multi-language spell checker for KDE
COMMENT-aspell = ASpell plugin for Sonnet
@ -7,6 +7,7 @@ DISTNAME = sonnet-${VERSION}
PKGNAME-main = ${DISTNAME}
PKGNAME-aspell = sonnet-aspell-${VERSION}
PKGNAME-hunspell = sonnet-hunspell-${VERSION}
REVISION-hunspell = 0
SHARED_LIBS = KF5SonnetCore 5.0
SHARED_LIBS += KF5SonnetUi 5.0
@ -15,7 +16,7 @@ MULTI_PACKAGES = -main -aspell -hunspell
WANTLIB-main = ${WANTLIB} ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets m c
WANTLIB-aspell = ${WANTLIB} ${COMPILER_LIBCXX} KF5SonnetCore Qt5Core aspell m
WANTLIB-hunspell = ${WANTLIB} ${COMPILER_LIBCXX} KF5SonnetCore Qt5Core hunspell-1.6 m
WANTLIB-hunspell = ${WANTLIB} ${COMPILER_LIBCXX} KF5SonnetCore Qt5Core hunspell-1.7 m
LIB_DEPENDS-aspell = ${LIB_DEPENDS} \
${BASE_PKGPATH},-main \

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2020/08/23 19:38:14 bcallah Exp $
# $OpenBSD: Makefile,v 1.18 2020/10/09 19:12:00 rsadowski Exp $
COMMENT = lightweight Qt5 plain-text editor
PKGNAME = featherpad-${GH_TAGNAME:S/^V//}
CATEGORIES = editors x11
REVISION = 0
GH_ACCOUNT = tsujan
GH_PROJECT = FeatherPad
@ -14,7 +15,7 @@ MAINTAINER = Brian Callahan <bcallah@openbsd.org>
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Svg Qt5Widgets Qt5X11Extras SM X11 Xext c hunspell-1.6
WANTLIB += Qt5Svg Qt5Widgets Qt5X11Extras SM X11 Xext c hunspell-1.7
WANTLIB += m
MODULES = devel/cmake \

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.32 2020/05/20 14:31:29 bcallah Exp $
# $OpenBSD: Makefile,v 1.33 2020/10/09 19:12:00 rsadowski Exp $
COMMENT = simple, distraction-free writing environment
DISTNAME = focuswriter-1.7.6
CATEGORIES = editors
EXTRACT_SUFX = -src.tar.bz2
REVISION = 0
HOMEPAGE = https://gottcode.org/focuswriter/
@ -23,7 +24,7 @@ LIB_DEPENDS += textproc/hunspell \
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Concurrent Qt5Core Qt5Gui
WANTLIB += Qt5Multimedia Qt5Network Qt5PrintSupport Qt5Widgets
WANTLIB += c hunspell-1.6 m z
WANTLIB += c hunspell-1.7 m z
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:46:05 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2020/10/09 19:12:00 rsadowski Exp $
# qt5 webkit
USE_WXNEEDED = Yes
@ -8,7 +8,7 @@ COMMENT = distraction-free Markdown editor
GH_ACCOUNT = wereturtle
GH_PROJECT = ghostwriter
GH_TAGNAME = v1.7.4
REVISION = 0
REVISION = 1
CATEGORIES = editors
@ -21,7 +21,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += GL Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets c hunspell-1.6
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets c hunspell-1.7
WANTLIB += m pthread
MODULES = devel/qmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.236 2020/09/05 05:41:37 robert Exp $
# $OpenBSD: Makefile,v 1.237 2020/10/09 19:12:01 rsadowski Exp $
USE_WXNEEDED= Yes
@ -38,6 +38,8 @@ DPB_PROPERTIES= parallel
EPOCH= 0
REVISION= 0
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://www.libreoffice.org/
@ -224,7 +226,7 @@ WANTLIB-main+= Xext Xrandr Xrender atk-1.0 c cairo
WANTLIB-main+= crypto expat fontconfig freetype gio-2.0 glib-2.0
WANTLIB-main+= gobject-2.0 iconv intl util
WANTLIB-main+= jpeg m pthread ssl xml2 z gdk_pixbuf-2.0 poppler
WANTLIB-main+= pango-1.0 pangocairo-1.0 hunspell-1.6
WANTLIB-main+= pango-1.0 pangocairo-1.0 hunspell-1.7
WANTLIB-main+= clucene-contribs-lib clucene-core clucene-shared
WANTLIB-main+= cups exslt lcms2 raptor2 harfbuzz harfbuzz-icu
WANTLIB-main+= nspr4 nss3 nssutil3 plc4 plds4 smime3 ssl3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:12:53 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2020/10/09 19:12:01 rsadowski Exp $
COMMENT = EPUB ebook editor
PKGNAME = sigil-${GH_TAGNAME}
REVISION = 0
REVISION = 1
# newer versions require qtwebengine
GH_ACCOUNT = Sigil-Ebook
@ -20,7 +20,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB}
WANTLIB += Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml
WANTLIB += Qt5XmlPatterns c hunspell-1.6 m pcre16 z
WANTLIB += Qt5XmlPatterns c hunspell-1.7 m pcre16 z
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2020/02/22 00:54:02 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2020/10/09 19:12:01 rsadowski Exp $
COMMENT = powerful and simple Qt editor
@ -6,6 +6,7 @@ GH_ACCOUNT = psemiletov
GH_PROJECT = tea-qt
GH_TAGNAME = 50.0.4
PKGNAME = teaqt-${GH_TAGNAME}
REVISION = 0
CATEGORIES = editors x11
@ -15,7 +16,7 @@ HOMEPAGE = http://semiletov.org/tea/
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5PrintSupport Qt5Widgets
WANTLIB += aspell c djvulibre hunspell-1.6 m poppler-qt5 z
WANTLIB += aspell c djvulibre hunspell-1.7 m poppler-qt5 z
MODULES = devel/cmake \
x11/qt5

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.43 2019/07/12 20:46:06 sthen Exp $
# $OpenBSD: Makefile,v 1.44 2020/10/09 19:12:01 rsadowski Exp $
COMMENT= LaTeX development environment
DISTNAME= texmaker-5.0.2
CATEGORIES= editors
REVISION= 1
REVISION= 2
HOMEPAGE= http://www.xm1math.net/texmaker/
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.bz2
WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += GL Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Script Qt5Widgets Qt5Xml c hunspell-1.6 m
WANTLIB += Qt5Script Qt5Widgets Qt5Xml c hunspell-1.7 m
# c++-11 for required for poppler
COMPILER= base-clang ports-gcc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2020/09/07 14:45:49 rsadowski Exp $
# $OpenBSD: Makefile,v 1.52 2020/10/09 19:12:01 rsadowski Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -14,7 +14,7 @@ PKGNAME-lua = texworks-lua-${V}
PKGNAME-python = texworks-python-${V}
REVISION-lua = 0
REVISION-python = 1
REVISION-main = 3
REVISION-main = 4
EPOCH = 0
@ -34,7 +34,7 @@ MODULES = lang/python \
COMPILER = base-clang ports-gcc
WANTLIB += ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
WANTLIB += Qt5Script Qt5ScriptTools Qt5Widgets Qt5Xml c hunspell-1.6
WANTLIB += Qt5Script Qt5ScriptTools Qt5Widgets Qt5Xml c hunspell-1.7
WANTLIB += m poppler poppler-qt5 synctex z
WANTLIB-lua += ${COMPILER_LIBCXX} ${MODLUA_WANTLIB} Qt5Concurrent Qt5Core

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2020/09/15 04:03:30 rsadowski Exp $
# $OpenBSD: Makefile,v 1.37 2020/10/09 19:12:01 rsadowski Exp $
BROKEN = Connection Error: Unable to connect to server
@ -6,6 +6,7 @@ COMMENT= multiplatform Jabber client
DISTNAME= psi-1.4
CATEGORIES= net
REVISION= 0
HOMEPAGE= https://psi-im.org/
@ -19,7 +20,7 @@ WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Concurrent Qt5Core Qt5DBus
WANTLIB += Qt5Gui Qt5Multimedia Qt5Network Qt5Positioning Qt5PrintSupport
WANTLIB += Qt5Qml Qt5Quick Qt5Svg Qt5WebChannel Qt5WebEngine Qt5WebEngineCore
WANTLIB += Qt5WebEngineWidgets Qt5Widgets Qt5X11Extras Qt5Xml
WANTLIB += SM X11 Xext c hunspell-1.6 idn m qca-qt5 xcb z
WANTLIB += SM X11 Xext c hunspell-1.7 idn m qca-qt5 xcb z
MODULES= devel/cmake \
x11/qt5

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.93 2020/08/01 23:49:30 mariani Exp $
# $OpenBSD: Makefile,v 1.94 2020/10/09 19:12:01 rsadowski Exp $
PORTROACH= skipv:2.3.x
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
DISTNAME= lyx-2.3.5.2
REVISION= 0
CATEGORIES= print editors
@ -20,7 +21,7 @@ MASTER_SITES= https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ \
ftp://ftp.u-aizu.ac.jp/pub/tex/lyx/stable/2.3.x/
WANTLIB+= ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5Gui Qt5Svg
WANTLIB+= Qt5Widgets Qt5X11Extras aspell c enchant-2 hunspell-1.6
WANTLIB+= Qt5Widgets Qt5X11Extras aspell c enchant-2 hunspell-1.7
WANTLIB+= iconv m magic xcb z
COMPILER= base-clang ports-gcc

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.71 2020/08/18 18:21:32 rsadowski Exp $
# $OpenBSD: Makefile,v 1.72 2020/10/09 19:12:01 rsadowski Exp $
COMMENT= desktop publishing program
DISTNAME= scribus-1.5.5
CATEGORIES= print
REVISION= 0
REVISION= 1
HOMEPAGE= https://www.scribus.net/
@ -12,7 +12,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Network Qt5OpenGL
WANTLIB += Qt5PrintSupport Qt5Widgets Qt5Xml c cairo cups execinfo
WANTLIB += fontconfig freetype harfbuzz harfbuzz-icu hunspell-1.6
WANTLIB += fontconfig freetype harfbuzz harfbuzz-icu hunspell-1.7
WANTLIB += icudata icuuc jpeg lcms2 m podofo poppler ${MODPY_WANTLIB}
WANTLIB += tiff util xml2 z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2019/07/12 20:49:57 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2020/10/09 19:12:01 rsadowski Exp $
PORTROACH= limit:^1
@ -8,7 +8,7 @@ V= 1.6.1
GH_ACCOUNT= AbiWord
GH_PROJECT= enchant
GH_TAGNAME= enchant-${V:S/./-/g}
REVISION= 1
REVISION= 2
# XXX needed for portroach (DISTNAME must match the GH_PROJECT-GH_TAGNAME)
MASTER_SITES= https://github.com/AbiWord/enchant/releases/download/${GH_PROJECT}-${V:S/./-/g}/
@ -26,7 +26,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += aspell c glib-2.0 gmodule-2.0 hunspell-1.6 iconv intl
WANTLIB += aspell c glib-2.0 gmodule-2.0 hunspell-1.7 iconv intl
WANTLIB += m pcre pthread ${LIBCXX}
# c++11

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2020/09/11 07:21:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2020/10/09 19:12:01 rsadowski Exp $
COMMENT= generic spell checking library
V= 2.2.11
DISTNAME= enchant-${V}
PKGNAME= enchant2-${V}
REVISION= 0
SHARED_LIBS += enchant-2 0.1 # 4.11
@ -17,7 +18,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} aspell c glib-2.0 gmodule-2.0 hunspell-1.6
WANTLIB += ${COMPILER_LIBCXX} aspell c glib-2.0 gmodule-2.0 hunspell-1.7
WANTLIB += iconv intl m pcre
MASTER_SITES = https://github.com/AbiWord/enchant/releases/download/v${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2020/07/03 21:13:13 sthen Exp $
# $OpenBSD: Makefile,v 1.59 2020/10/09 19:12:01 rsadowski Exp $
ONLY_FOR_ARCHS-java = i386 amd64
ONLY_FOR_ARCHS = ${CLANG_ARCHS} ${LLVM_ARCHS}
@ -9,11 +9,13 @@ COMMENT-python = Python bindings for link-grammar
VERSION = 5.8.0
DISTNAME = link-grammar-${VERSION}
REVISION-python = 0
REVISION-python = 1
PKGNAME-main = ${DISTNAME}
PKGNAME-java = link-grammar-java-${VERSION}
PKGNAME-python = py3-link-grammar-${VERSION}
REVISION-java = 0
REVISION-main = 0
SHARED_LIBS += link-grammar 8.0 # 12.0
SHARED_LIBS += link-grammar-java 6.0 # 12.0
@ -25,7 +27,7 @@ HOMEPAGE = http://www.abisource.com/projects/link-grammar/
# LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB += hunspell-1.6 m minisat pcre2-8 sqlite3 z ${COMPILER_LIBCXX}
WANTLIB += hunspell-1.7 m minisat pcre2-8 sqlite3 z ${COMPILER_LIBCXX}
WANTLIB-main += ${WANTLIB} c perl pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: mozilla.port.mk,v 1.133 2020/09/22 12:57:55 landry Exp $
# $OpenBSD: mozilla.port.mk,v 1.134 2020/10/09 19:12:01 rsadowski Exp $
# ppc: firefox-esr/thunderbird xpcshell segfaults during startup compilation
# ppc: seamonkey/firefox - failure to link for atomic ops on 64 bits
@ -84,8 +84,8 @@ CONFIGURE_ARGS += --with-system-icu
.endif
.if !defined(MOZILLA_USE_BUNDLED_HUNSPELL)
MODMOZ_LIB_DEPENDS += textproc/hunspell>=1.6
MODMOZ_WANTLIB += hunspell-1.6
MODMOZ_LIB_DEPENDS += textproc/hunspell>=1.7
MODMOZ_WANTLIB += hunspell-1.7
CONFIGURE_ARGS += --with-system-hunspell
.endif

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2020/03/13 16:53:53 rsadowski Exp $
# $OpenBSD: Makefile,v 1.11 2020/10/09 19:12:01 rsadowski Exp $
QT5NAME = QtVirtualKeyboard
COMMENT-main = Qt5 virtual keyboard plugin
REVISION = 0
MULTI_PACKAGES = -main -examples
@ -9,7 +10,7 @@ SHARED_LIBS += Qt5HunspellInputMethod 0.0 # 5.13
SHARED_LIBS += Qt5VirtualKeyboard 0.0 # 5.13
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5Quick Qt5Svg Qt5Widgets hunspell-1.6 m xcb xcb-xfixes
WANTLIB += Qt5Quick Qt5Svg Qt5Widgets hunspell-1.7 m xcb xcb-xfixes
LIB_DEPENDS = textproc/hunspell \
x11/qt5/qtdeclarative>=${QT5_VERSION},<${QT5_NEXT_VERSION} \