Fix WANTLIB and bump REVISION for all ports depending on hunspell.

While here enforce dependency on hunspell 1.6 in mozilla.port.mk, as
it's a requirement for 53.
This commit is contained in:
landry 2017-04-12 18:12:33 +00:00
parent c479371046
commit 52ca4711f9
17 changed files with 46 additions and 37 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2017/04/10 11:45:25 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2017/04/12 18:12:33 landry Exp $
BROKEN-alpha= sqvm.cpp:394:1: internal compiler error: Segmentation fault
BROKEN-arm= wxwidgets va_list c++ mangling requires gcc < 4.4
@ -7,7 +7,7 @@ COMMENT= Code::Blocks C/C++ IDE
V= 16.01
DISTNAME= codeblocks_${V}
PKGNAME= codeblocks-${V}
REVISION= 0
REVISION= 1
WRKDIST= ${WRKDIR}/codeblocks-${V}.release
@ -36,7 +36,7 @@ WANTLIB += ICE SDL SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 bz2 c cairo
WANTLIB += expat ffi fontconfig freetype gamin-1 gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hunspell-1.3 iodbc
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hunspell-1.6 iodbc
WANTLIB += jpeg m mspack pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs sndio ${LIBCXX}
WANTLIB += tiff usbhid wx_base wx_base_net wx_base_odbc wx_base_xml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/12/25 14:54:49 zhuk Exp $
# $OpenBSD: Makefile,v 1.3 2017/04/12 18:12:33 landry 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 0.0
SHARED_LIBS += KF5SonnetUi 0.0
@ -15,7 +16,7 @@ MULTI_PACKAGES = -main -aspell -hunspell
WANTLIB-main = ${WANTLIB} Qt5Core Qt5Gui Qt5Widgets m c
WANTLIB-aspell = ${WANTLIB} KF5SonnetCore Qt5Core aspell m
WANTLIB-hunspell = ${WANTLIB} KF5SonnetCore Qt5Core hunspell-1.3 m
WANTLIB-hunspell = ${WANTLIB} KF5SonnetCore Qt5Core hunspell-1.6 m
LIB_DEPENDS-aspell = ${LIB_DEPENDS} \
${BASE_PKGPATH},-main \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2017/03/07 15:26:41 landry Exp $
# $OpenBSD: Makefile,v 1.39 2017/04/12 18:12:33 landry Exp $
ONLY_FOR_ARCHS = amd64 i386 powerpc sparc64 alpha
USE_WXNEEDED = Yes
@ -10,8 +10,8 @@ MOZILLA_PROJECT = xulrunner
MOZILLA_DIST = firefox
PKGSPEC-devel = xulrunner-devel->=24.0,<31.0
PKGSPEC-main = xulrunner->=24.0,<31.0
REVISION-main = 17
REVISION-devel = 12
REVISION-main = 18
REVISION-devel = 13
SO_VERSION = 0.0
MOZILLA_LIBS = mozgnome mozalloc xul

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/04/10 11:45:27 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2017/04/12 18:12:33 landry Exp $
COMMENT = simple, distraction-free writing environment
@ -7,7 +7,7 @@ PKGNAME = ${DISTNAME:S/-src//}
CATEGORIES = editors
EXTRACT_SUFX = .tar.bz2
WRKDIST = ${WRKDIR}/${DISTNAME:S/-src//}
REVISION = 0
HOMEPAGE = http://gottcode.org/focuswriter/
MASTER_SITES = ${HOMEPAGE}
@ -22,7 +22,7 @@ RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+3,-guic
LIB_DEPENDS += textproc/hunspell
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype
WANTLIB += QtNetwork z QtGui c m pthread ${LIBCXX} hunspell-1.3
WANTLIB += QtNetwork z QtGui c m pthread ${LIBCXX} hunspell-1.6
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/17 12:58:26 awolk Exp $
# $OpenBSD: Makefile,v 1.2 2017/04/12 18:12:33 landry Exp $
# qt5 webkit
USE_WXNEEDED = Yes
@ -8,6 +8,7 @@ COMMENT = distraction-free Markdown editor
GH_ACCOUNT = wereturtle
GH_PROJECT = ghostwriter
GH_TAGNAME = v1.4.2
REVISION = 0
CATEGORIES = editors
@ -19,7 +20,7 @@ MAINTAINER = Adam Wolk <awolk@openbsd.org>
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets c hunspell-1.3
WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets c hunspell-1.6
WANTLIB += m pthread
MODULES = devel/qmake \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.155 2017/01/03 19:30:57 landry Exp $
# $OpenBSD: Makefile,v 1.156 2017/04/12 18:12:33 landry Exp $
USE_WXNEEDED= Yes
@ -19,7 +19,7 @@ PKGNAME-kde= libreoffice-kde-${VERSION}
PKGNAME-java= libreoffice-java-${VERSION}
CATEGORIES= editors productivity
DPB_PROPERTIES= parallel tag:kde4
REVISION= 0
REVISION= 1
EPOCH= 0
@ -204,7 +204,7 @@ WANTLIB-main+= ICE SM X11 Xcomposite Xcursor Xdamage \
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pthread ssl xml2 z gdk_pixbuf-2.0 \
util ${MODGETTEXT_WANTLIB}
WANTLIB-main+= hunspell-1.3
WANTLIB-main+= hunspell-1.6
WANTLIB-main+= ${MODPY_WANTLIB}
WANTLIB-main+= clucene-contribs-lib clucene-core clucene-shared
WANTLIB-main+= cups exslt gcrypt gpg-error lcms2

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2017/04/10 11:45:27 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2017/04/12 18:12:33 landry Exp $
COMMENT= LaTeX development environment
DISTNAME= texmaker-4.5
CATEGORIES= editors
REVISION= 0
HOMEPAGE= http://www.xm1math.net/texmaker/
@ -15,7 +16,7 @@ MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
WANTLIB += ICE QtGui QtNetwork QtScript QtWebKit QtXml SM X11
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.3
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.6
WANTLIB += m poppler-qt4 pthread ${LIBCXX} z
MODULES= devel/qmake x11/qt4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2017/04/10 11:45:27 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2017/04/12 18:12:33 landry Exp $
COMMENT-main = easy to use LaTeX and ConTeXt editor
COMMENT-python = Python scripting for TeXworks
@ -12,7 +12,7 @@ PKGNAME-main = texworks-${V}
PKGNAME-lua = texworks-lua-${V}
PKGNAME-python = texworks-python-${V}
REVISION-main = 1
REVISION-main = 2
REVISION-lua = 1
REVISION-python = 0
@ -35,7 +35,7 @@ MODQMAKE_PROJECTS = plugins-src/TWLuaPlugin/TWLuaPlugin.pro \
TeXworks.pro
WANTLIB += ICE QtDBus QtGui QtScript QtScriptTools QtXml SM X11
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.3
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.6
WANTLIB += m poppler-qt4 pthread ${LIBCXX} z
WANTLIB-lua = ${MODLUA_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.240 2017/04/05 09:46:18 landry Exp $
# $OpenBSD: Makefile,v 1.241 2017/04/12 18:12:33 landry Exp $
COMMENT-main = Mozilla e-mail, rss and usenet client
COMMENT-lightning = Mozilla Thunderbird calendar extension
@ -10,6 +10,7 @@ MOZILLA_BRANCH = release
MOZILLA_PROJECT = thunderbird
MOZILLA_CODENAME = mail
EXTRACT_SUFX = .tar.xz
REVISION-main = 0
MULTI_PACKAGES = -main -lightning
PKGNAME-main = ${PKGNAME}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2017/02/18 11:27:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2017/04/12 18:12:33 landry Exp $
ONLY_FOR_ARCHS-java = i386 amd64
@ -12,6 +12,7 @@ DISTNAME = link-grammar-${VERSION}
PKGNAME-main = ${DISTNAME}
PKGNAME-java = link-grammar-java-${VERSION}
PKGNAME-python = py-link-grammar-${VERSION}
REVISION = 0
SHARED_LIBS += link-grammar 4.0 # 8.7
SHARED_LIBS += link-grammar-java 4.0 # 8.7
@ -23,7 +24,7 @@ HOMEPAGE = http://www.abisource.com/projects/link-grammar/
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += hunspell-1.3 m sqlite3
WANTLIB += hunspell-1.6 m sqlite3
WANTLIB-main += ${WANTLIB} c pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2017/03/28 20:06:41 landry Exp $
# $OpenBSD: Makefile,v 1.51 2017/04/12 18:12:33 landry Exp $
COMMENT = Firefox web browser, Extended Support Release
@ -8,6 +8,7 @@ MOZILLA_PROJECT = firefox
MOZILLA_CODENAME = browser
BROKEN-sparc64 = xpcshell SIGBUS during fake
EXTRACT_SUFX = .tar.xz
REVISION = 0
PKGNAME = ${MOZILLA_PROJECT}-esr-${MOZILLA_VERSION:S/esr//}
SO_VERSION = 4.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.313 2017/03/28 20:07:27 landry Exp $
# $OpenBSD: Makefile,v 1.314 2017/04/12 18:12:33 landry Exp $
COMMENT = Mozilla web browser
@ -10,6 +10,7 @@ MOZILLA_PROJECT = firefox
MOZILLA_CODENAME = browser
BROKEN-sparc64 = xpcshell SIGBUS during fake
EXTRACT_SUFX = .tar.xz
REVISION = 0
SO_VERSION = 70.0
# NOTE: Must bump minor version if any shlib's are removed from the

View File

@ -1,4 +1,4 @@
# $OpenBSD: mozilla.port.mk,v 1.103 2017/04/10 11:46:35 sthen Exp $
# $OpenBSD: mozilla.port.mk,v 1.104 2017/04/12 18:12:33 landry Exp $
ONLY_FOR_ARCHS ?= amd64 i386
# ppc: firefox-esr/thunderbird xpcshell segfaults during startup compilation
@ -68,8 +68,8 @@ CONFIGURE_ARGS += --with-system-icu
.endif
.if !defined(MOZILLA_USE_BUNDLED_HUNSPELL)
MODMOZ_LIB_DEPENDS += textproc/hunspell
MODMOZ_WANTLIB += hunspell-1.3
MODMOZ_LIB_DEPENDS += textproc/hunspell>=1.6
MODMOZ_WANTLIB += hunspell-1.6
CONFIGURE_ARGS += --with-system-hunspell
.endif

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2017/01/08 12:13:49 awolk Exp $
# $OpenBSD: Makefile,v 1.23 2017/04/12 18:12:33 landry Exp $
COMMENT = browser aiming to recreate classic Opera (12.x) UI using Qt5
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=otter-browser/}
DISTNAME = otter-browser-0.9.12
REVISION = 0
EXTRACT_SUFX = .tar.bz2
@ -19,7 +20,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m pthread Qt5Core Qt5DBus Qt5Gui Qt5Multimedia
WANTLIB += Qt5Network Qt5PrintSupport Qt5Qml Qt5WebKit
WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5XmlPatterns
WANTLIB += hunspell-1.3 X11
WANTLIB += hunspell-1.6 X11
RUN_DEPENDS = devel/desktop-file-utils x11/gtk+3,-guic

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.199 2017/04/10 11:46:35 sthen Exp $
# $OpenBSD: Makefile,v 1.200 2017/04/12 18:12:33 landry Exp $
COMMENT-main = Mozilla application suite
COMMENT-lightning = Mozilla Seamonkey calendar extension
@ -9,7 +9,7 @@ MOZILLA_BRANCH = release
MOZILLA_PROJECT = seamonkey
MOZILLA_CODENAME = suite
EXTRACT_SUFX = .tar.xz
REVISION-main = 4
REVISION-main = 5
MULTI_PACKAGES = -main -lightning
PKGNAME-main = ${PKGNAME}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2017/02/18 16:22:54 landry Exp $
# $OpenBSD: Makefile,v 1.7 2017/04/12 18:12:33 landry Exp $
# Some of this comes from www/firefox-esr as apropos, since Tor
# browser is a fork of ESR. It is a good idea to look at that
# Makefile when editing this one (ESR versions not always the same).
@ -19,6 +19,7 @@ GH_TAGNAME = v${TB_VERSION}-esr45.7.0
PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION}
DISTNAME = ${GH_TAGNAME}
REVISION = 0
SO_VERSION = 1.0
MOZILLA_LIBS = browsercomps xul lgpllibs

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2015/05/28 10:17:30 pascal Exp $
# $OpenBSD: Makefile,v 1.5 2017/04/12 18:12:33 landry Exp $
COMMENT = KDE app localization tools
DISTNAME = lokalize-${MODKDE4_VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/lokalize
@ -14,7 +14,7 @@ WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kfile ${KDE4LIB}/kio
WANTLIB += ${KDE4LIB}/kparts ${KDE4LIB}/krosscore ${KDE4LIB}/krossui
WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils
WANTLIB += ${KDE4LIB}/threadweaver
WANTLIB += hunspell-1.3 soprano
WANTLIB += hunspell-1.6 soprano
MODULES = lang/python
MODPY_ADJ_FILES = scripts/xliffmerge.py