Update to QGIS 3.6.1.
This commit is contained in:
parent
efd73df1e8
commit
0f4bf14d3e
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.102 2019/03/16 07:03:31 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.103 2019/04/15 18:22:50 landry Exp $
|
||||
|
||||
COMMENT = desktop geographical information system
|
||||
|
||||
DISTNAME = qgis-3.6.0
|
||||
DISTNAME = qgis-3.6.1
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
CATEGORIES = geo x11
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = qgis_core 30.0 \
|
||||
qgis_app 15.0 \
|
||||
qgis_gui 24.0 \
|
||||
SHARED_LIBS = qgis_core 31.0 \
|
||||
qgis_app 15.1 \
|
||||
qgis_gui 24.1 \
|
||||
qgis_analysis 12.2 \
|
||||
qgis_server 9.1 \
|
||||
qgispython 6.0 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qgis-3.6.0.tar.bz2) = ERkrSlQdRpkKkUULtywp/H8I5/QAwV2plDFkWHitrM8=
|
||||
SIZE (qgis-3.6.0.tar.bz2) = 75342119
|
||||
SHA256 (qgis-3.6.1.tar.bz2) = BIfmVUubnPZJWCw0mOg2XtaanqJXC9RGy9QYNIwEiBM=
|
||||
SIZE (qgis-3.6.1.tar.bz2) = 75773832
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_app_qgisapp_cpp,v 1.34 2019/03/13 19:46:15 landry Exp $
|
||||
|
||||
Index: src/app/qgisapp.cpp
|
||||
--- src/app/qgisapp.cpp.orig
|
||||
+++ src/app/qgisapp.cpp
|
||||
@@ -10473,7 +10473,7 @@ class QgsPythonRunnerImpl : public QgsPythonRunner
|
||||
void QgisApp::loadPythonSupport()
|
||||
{
|
||||
QString pythonlibName( QStringLiteral( "qgispython" ) );
|
||||
-#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
|
||||
+#if defined(Q_OS_MAC) || defined(Q_OS_LINUX) || defined(Q_OS_OPENBSD)
|
||||
pythonlibName.prepend( QgsApplication::libraryPath() );
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_server_qgsserverplugins_cpp,v 1.2 2019/03/13 19:46:15 landry Exp $
|
||||
|
||||
Index: src/server/qgsserverplugins.cpp
|
||||
--- src/server/qgsserverplugins.cpp.orig
|
||||
+++ src/server/qgsserverplugins.cpp
|
||||
@@ -39,7 +39,7 @@ QStringList &QgsServerPlugins::serverPlugins()
|
||||
bool QgsServerPlugins::initPlugins( QgsServerInterface *interface )
|
||||
{
|
||||
QString pythonlibName( QStringLiteral( "qgispython" ) );
|
||||
-#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
|
||||
+#if defined(Q_OS_MAC) || defined(Q_OS_LINUX) || defined(Q_OS_OPENBSD)
|
||||
pythonlibName.prepend( QgsApplication::libraryPath() );
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
Loading…
x
Reference in New Issue
Block a user