Remove -qt4 flover in editors/qscintilla
All our consumers only use the qt5 FLAVOR. Because here, switch homepage to https and bump revisions
This commit is contained in:
parent
dc8f403959
commit
ec1b71d900
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2020/02/04 06:09:13 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2020/02/29 08:17:58 rsadowski Exp $
|
||||
|
||||
COMMENT = the programmer's solid 3D CAD modeller#'
|
||||
BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3
|
||||
|
||||
V = 2019.05
|
||||
DISTNAME = openscad-${V}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = cad
|
||||
|
||||
@ -35,7 +35,7 @@ LIB_DEPENDS = devel/boost \
|
||||
devel/gmp \
|
||||
devel/harfbuzz \
|
||||
devel/mpfr \
|
||||
editors/qscintilla,qt5 \
|
||||
editors/qscintilla \
|
||||
graphics/glew \
|
||||
graphics/opencsg \
|
||||
math/cgal \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2019/08/24 07:46:57 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2020/02/29 08:17:58 rsadowski Exp $
|
||||
|
||||
COMMENT = graphical interface to sqlite databases
|
||||
|
||||
GH_ACCOUNT = sqlitebrowser
|
||||
GH_PROJECT = sqlitebrowser
|
||||
GH_TAGNAME = v3.11.2
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = databases x11
|
||||
|
||||
@ -21,7 +22,7 @@ MODULES = x11/qt5 \
|
||||
devel/cmake
|
||||
|
||||
LIB_DEPENDS = databases/sqlite3 \
|
||||
editors/qscintilla,qt5>=2.10.2
|
||||
editors/qscintilla
|
||||
|
||||
RUN_DEPENDS = x11/gtk+3,-guic \
|
||||
devel/desktop-file-utils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.137 2020/02/19 17:35:36 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.138 2020/02/29 08:17:58 rsadowski Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += abiword
|
||||
@ -51,7 +51,6 @@
|
||||
SUBDIR += py-qscintilla
|
||||
SUBDIR += py-qscintilla,python3
|
||||
SUBDIR += qscintilla
|
||||
SUBDIR += qscintilla,qt5
|
||||
SUBDIR += scintilla
|
||||
SUBDIR += scite
|
||||
SUBDIR += se
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2020/02/20 16:10:07 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2020/02/29 08:17:58 rsadowski Exp $
|
||||
|
||||
COMMENT-main = Python binding for the Scintilla source code editor
|
||||
COMMENT-common = common files for py-qscintilla
|
||||
|
||||
VERSION = 2.11.4
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
MODPY_EGG_VERSION = ${VERSION}
|
||||
DISTNAME = QScintilla-${VERSION}
|
||||
|
||||
@ -48,7 +48,7 @@ RUN_DEPENDS = devel/py-sip${MODPY_FLAVOR} \
|
||||
x11/py-qt5${MODPY_FLAVOR}
|
||||
RUN_DEPENDS-main = ${RUN_DEPENDS} \
|
||||
editors/py-qscintilla,-common
|
||||
LIB_DEPENDS-main = editors/qscintilla,qt5=${VERSION}
|
||||
LIB_DEPENDS-main = editors/qscintilla=${VERSION}
|
||||
|
||||
RUN_DEPENDS-common =
|
||||
LIB_DEPENDS-common =
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2020/02/19 17:35:36 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2020/02/29 08:17:59 rsadowski Exp $
|
||||
|
||||
COMMENT = Qt port of the Scintilla source code editor
|
||||
|
||||
@ -6,42 +6,24 @@ COMMENT = Qt port of the Scintilla source code editor
|
||||
VERSION = 2.11.4
|
||||
DISTNAME = QScintilla-${VERSION}
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = editors x11
|
||||
|
||||
SHARED_LIBS += qscintilla2_qt5 1.0 # 15.0
|
||||
|
||||
HOMEPAGE = http://www.riverbankcomputing.com/software/qscintilla/
|
||||
HOMEPAGE = https://www.riverbankcomputing.com/software/qscintilla/
|
||||
|
||||
# GPLv2/GPLv3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5PrintSupport
|
||||
WANTLIB += Qt5Widgets m
|
||||
|
||||
MASTER_SITES = https://www.riverbankcomputing.com/static/Downloads/QScintilla/${VERSION}/
|
||||
|
||||
WANTLIB = ${COMPILER_LIBCXX} m
|
||||
MODULES = devel/qmake
|
||||
FLAVORS = qt5
|
||||
FLAVOR?=
|
||||
|
||||
# C++11 (at least)
|
||||
COMPILER= base-clang ports-clang ports-gcc
|
||||
CXXFLAGS += -std=c++11
|
||||
|
||||
.if ${FLAVOR} == "qt5"
|
||||
FULLPKGNAME = qscintilla-qt5-${VERSION}
|
||||
QTVER = qt5
|
||||
MODULES += x11/qt5
|
||||
SHARED_LIBS = qscintilla2_qt5 1.0 # 15.0
|
||||
|
||||
WANTLIB += GL Qt5Core Qt5Gui Qt5PrintSupport Qt5Widgets
|
||||
.else
|
||||
QTVER = qt4
|
||||
MODULES += x11/qt4
|
||||
SHARED_LIBS = qscintilla2_qt4 1.0 # 15.0
|
||||
|
||||
WANTLIB += ICE QtGui SM X11 Xext Xi Xinerama Xrender fontconfig
|
||||
WANTLIB += freetype pthread
|
||||
.endif
|
||||
|
||||
SUBST_VARS += QTVER
|
||||
MODULES = devel/qmake \
|
||||
x11/qt5
|
||||
|
||||
SEPARATE_BUILD = No
|
||||
|
||||
|
@ -1,77 +1,80 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2019/07/24 08:49:43 landry Exp $
|
||||
include/X11/${QTVER}/Qsci/
|
||||
include/X11/${QTVER}/Qsci/qsciabstractapis.h
|
||||
include/X11/${QTVER}/Qsci/qsciapis.h
|
||||
include/X11/${QTVER}/Qsci/qscicommand.h
|
||||
include/X11/${QTVER}/Qsci/qscicommandset.h
|
||||
include/X11/${QTVER}/Qsci/qscidocument.h
|
||||
include/X11/${QTVER}/Qsci/qsciglobal.h
|
||||
include/X11/${QTVER}/Qsci/qscilexer.h
|
||||
include/X11/${QTVER}/Qsci/qscilexeravs.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerbash.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerbatch.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercmake.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercoffeescript.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercpp.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercsharp.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercss.h
|
||||
include/X11/${QTVER}/Qsci/qscilexercustom.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerd.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerdiff.h
|
||||
include/X11/${QTVER}/Qsci/qscilexeredifact.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerfortran.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerfortran77.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerhtml.h
|
||||
include/X11/${QTVER}/Qsci/qscilexeridl.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerjava.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerjavascript.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerjson.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerlua.h
|
||||
include/X11/${QTVER}/Qsci/qscilexermakefile.h
|
||||
include/X11/${QTVER}/Qsci/qscilexermarkdown.h
|
||||
include/X11/${QTVER}/Qsci/qscilexermatlab.h
|
||||
include/X11/${QTVER}/Qsci/qscilexeroctave.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerpascal.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerperl.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerpo.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerpostscript.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerpov.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerproperties.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerpython.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerruby.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerspice.h
|
||||
include/X11/${QTVER}/Qsci/qscilexersql.h
|
||||
include/X11/${QTVER}/Qsci/qscilexertcl.h
|
||||
include/X11/${QTVER}/Qsci/qscilexertex.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerverilog.h
|
||||
include/X11/${QTVER}/Qsci/qscilexervhdl.h
|
||||
include/X11/${QTVER}/Qsci/qscilexerxml.h
|
||||
include/X11/${QTVER}/Qsci/qscilexeryaml.h
|
||||
include/X11/${QTVER}/Qsci/qscimacro.h
|
||||
include/X11/${QTVER}/Qsci/qsciprinter.h
|
||||
include/X11/${QTVER}/Qsci/qsciscintilla.h
|
||||
include/X11/${QTVER}/Qsci/qsciscintillabase.h
|
||||
include/X11/${QTVER}/Qsci/qscistyle.h
|
||||
include/X11/${QTVER}/Qsci/qscistyledtext.h
|
||||
@lib lib/libqscintilla2_${QTVER}.so.${LIBqscintilla2_${QTVER}_VERSION}
|
||||
lib/${QTVER}/mkspecs/features/qscintilla2.prf
|
||||
lib/${QTVER}/qsci/
|
||||
lib/${QTVER}/qsci/api/
|
||||
lib/${QTVER}/qsci/api/python/
|
||||
lib/${QTVER}/qsci/api/python/Python-2.4.api
|
||||
lib/${QTVER}/qsci/api/python/Python-2.5.api
|
||||
lib/${QTVER}/qsci/api/python/Python-2.6.api
|
||||
lib/${QTVER}/qsci/api/python/Python-2.7.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.1.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.2.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.3.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.4.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.5.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.6.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.7.api
|
||||
lib/${QTVER}/qsci/api/python/Python-3.8.api
|
||||
lib/${QTVER}/translations/qscintilla_cs.qm
|
||||
lib/${QTVER}/translations/qscintilla_de.qm
|
||||
lib/${QTVER}/translations/qscintilla_es.qm
|
||||
lib/${QTVER}/translations/qscintilla_fr.qm
|
||||
lib/${QTVER}/translations/qscintilla_pt_br.qm
|
||||
@comment $OpenBSD: PLIST,v 1.8 2020/02/29 08:17:59 rsadowski Exp $
|
||||
@conflict qscintilla-qt5-*
|
||||
@pkgpath editors/qscintilla,qt5
|
||||
include/X11/qt5/Qsci/
|
||||
include/X11/qt5/Qsci/qsciabstractapis.h
|
||||
include/X11/qt5/Qsci/qsciapis.h
|
||||
include/X11/qt5/Qsci/qscicommand.h
|
||||
include/X11/qt5/Qsci/qscicommandset.h
|
||||
include/X11/qt5/Qsci/qscidocument.h
|
||||
include/X11/qt5/Qsci/qsciglobal.h
|
||||
include/X11/qt5/Qsci/qscilexer.h
|
||||
include/X11/qt5/Qsci/qscilexeravs.h
|
||||
include/X11/qt5/Qsci/qscilexerbash.h
|
||||
include/X11/qt5/Qsci/qscilexerbatch.h
|
||||
include/X11/qt5/Qsci/qscilexercmake.h
|
||||
include/X11/qt5/Qsci/qscilexercoffeescript.h
|
||||
include/X11/qt5/Qsci/qscilexercpp.h
|
||||
include/X11/qt5/Qsci/qscilexercsharp.h
|
||||
include/X11/qt5/Qsci/qscilexercss.h
|
||||
include/X11/qt5/Qsci/qscilexercustom.h
|
||||
include/X11/qt5/Qsci/qscilexerd.h
|
||||
include/X11/qt5/Qsci/qscilexerdiff.h
|
||||
include/X11/qt5/Qsci/qscilexeredifact.h
|
||||
include/X11/qt5/Qsci/qscilexerfortran.h
|
||||
include/X11/qt5/Qsci/qscilexerfortran77.h
|
||||
include/X11/qt5/Qsci/qscilexerhtml.h
|
||||
include/X11/qt5/Qsci/qscilexeridl.h
|
||||
include/X11/qt5/Qsci/qscilexerjava.h
|
||||
include/X11/qt5/Qsci/qscilexerjavascript.h
|
||||
include/X11/qt5/Qsci/qscilexerjson.h
|
||||
include/X11/qt5/Qsci/qscilexerlua.h
|
||||
include/X11/qt5/Qsci/qscilexermakefile.h
|
||||
include/X11/qt5/Qsci/qscilexermarkdown.h
|
||||
include/X11/qt5/Qsci/qscilexermatlab.h
|
||||
include/X11/qt5/Qsci/qscilexeroctave.h
|
||||
include/X11/qt5/Qsci/qscilexerpascal.h
|
||||
include/X11/qt5/Qsci/qscilexerperl.h
|
||||
include/X11/qt5/Qsci/qscilexerpo.h
|
||||
include/X11/qt5/Qsci/qscilexerpostscript.h
|
||||
include/X11/qt5/Qsci/qscilexerpov.h
|
||||
include/X11/qt5/Qsci/qscilexerproperties.h
|
||||
include/X11/qt5/Qsci/qscilexerpython.h
|
||||
include/X11/qt5/Qsci/qscilexerruby.h
|
||||
include/X11/qt5/Qsci/qscilexerspice.h
|
||||
include/X11/qt5/Qsci/qscilexersql.h
|
||||
include/X11/qt5/Qsci/qscilexertcl.h
|
||||
include/X11/qt5/Qsci/qscilexertex.h
|
||||
include/X11/qt5/Qsci/qscilexerverilog.h
|
||||
include/X11/qt5/Qsci/qscilexervhdl.h
|
||||
include/X11/qt5/Qsci/qscilexerxml.h
|
||||
include/X11/qt5/Qsci/qscilexeryaml.h
|
||||
include/X11/qt5/Qsci/qscimacro.h
|
||||
include/X11/qt5/Qsci/qsciprinter.h
|
||||
include/X11/qt5/Qsci/qsciscintilla.h
|
||||
include/X11/qt5/Qsci/qsciscintillabase.h
|
||||
include/X11/qt5/Qsci/qscistyle.h
|
||||
include/X11/qt5/Qsci/qscistyledtext.h
|
||||
@lib lib/libqscintilla2_qt5.so.${LIBqscintilla2_qt5_VERSION}
|
||||
lib/qt5/mkspecs/features/qscintilla2.prf
|
||||
lib/qt5/qsci/
|
||||
lib/qt5/qsci/api/
|
||||
lib/qt5/qsci/api/python/
|
||||
lib/qt5/qsci/api/python/Python-2.4.api
|
||||
lib/qt5/qsci/api/python/Python-2.5.api
|
||||
lib/qt5/qsci/api/python/Python-2.6.api
|
||||
lib/qt5/qsci/api/python/Python-2.7.api
|
||||
lib/qt5/qsci/api/python/Python-3.1.api
|
||||
lib/qt5/qsci/api/python/Python-3.2.api
|
||||
lib/qt5/qsci/api/python/Python-3.3.api
|
||||
lib/qt5/qsci/api/python/Python-3.4.api
|
||||
lib/qt5/qsci/api/python/Python-3.5.api
|
||||
lib/qt5/qsci/api/python/Python-3.6.api
|
||||
lib/qt5/qsci/api/python/Python-3.7.api
|
||||
lib/qt5/qsci/api/python/Python-3.8.api
|
||||
lib/qt5/translations/
|
||||
lib/qt5/translations/qscintilla_cs.qm
|
||||
lib/qt5/translations/qscintilla_de.qm
|
||||
lib/qt5/translations/qscintilla_es.qm
|
||||
lib/qt5/translations/qscintilla_fr.qm
|
||||
lib/qt5/translations/qscintilla_pt_br.qm
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.123 2020/02/28 14:46:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.124 2020/02/29 08:17:59 rsadowski Exp $
|
||||
|
||||
BROKEN-powerpc = does not build: "operand out of range"
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT = desktop geographical information system
|
||||
DPB_PROPERTIES = parallel
|
||||
|
||||
DISTNAME = qgis-3.12.0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = geo x11
|
||||
DEBUG_PACKAGES =${BUILD_PACKAGES}
|
||||
@ -63,7 +63,7 @@ LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
|
||||
archivers/libzip \
|
||||
databases/sqlite3 \
|
||||
devel/proj \
|
||||
editors/qscintilla,qt5 \
|
||||
editors/qscintilla \
|
||||
security/qtkeychain \
|
||||
security/qca-qt5 \
|
||||
www/fcgi \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.115 2020/02/29 07:59:29 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.116 2020/02/29 08:17:59 rsadowski Exp $
|
||||
|
||||
COMMENT = high-level language for numerical computations
|
||||
|
||||
VERSION = 5.1.0
|
||||
DISTNAME = octave-${VERSION}
|
||||
CATEGORIES = math
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += octave 12.0
|
||||
SHARED_LIBS += octgui 6.0
|
||||
@ -42,7 +43,7 @@ LIB_DEPENDS = ${MODFORTRAN_LIB_DEPENDS} \
|
||||
devel/glpk \
|
||||
devel/pcre \
|
||||
devel/readline \
|
||||
editors/qscintilla,qt5 \
|
||||
editors/qscintilla \
|
||||
graphics/GraphicsMagick \
|
||||
math/arpack \
|
||||
math/fftw3 \
|
||||
|
Loading…
Reference in New Issue
Block a user