FreeBSD Bugzilla – Attachment 200489 Details for
Bug 234388
graphics/openorienteering-mapper: Update to 0.8.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 0.8.4
openorienteering-mapper.diff (text/plain), 9.78 KB, created by
Nikolay Korotkiy
on 2018-12-25 11:20:25 UTC
(
hide
)
Description:
Update to 0.8.4
Filename:
MIME Type:
Creator:
Nikolay Korotkiy
Created:
2018-12-25 11:20:25 UTC
Size:
9.78 KB
patch
obsolete
>diff --git i/graphics/openorienteering-mapper/Makefile w/graphics/openorienteering-mapper/Makefile >index 7797d6f27c4f..aab9ec2e4101 100644 >--- i/graphics/openorienteering-mapper/Makefile >+++ w/graphics/openorienteering-mapper/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= openorienteering-mapper >-PORTVERSION= 0.8.2 >-PORTREVISION= 1 >+PORTVERSION= 0.8.4 > DISTVERSIONPREFIX= v > CATEGORIES= graphics geography > >@@ -19,22 +18,20 @@ LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \ > USES= cmake:outsource,noninja compiler:c++14-lang \ > desktop-file-utils gmake qt:5 shared-mime-info > USE_QT= buildtools_build help qmake_build core gui \ >- location network printsupport sensors widgets >+ network printsupport widgets > USE_GITHUB= yes > GH_ACCOUNT= OpenOrienteering > GH_PROJECT= mapper > > CMAKE_ARGS+= -DLICENSING_PROVIDER=freebsd \ > -DMapper_PACKAGE_NAME=${PORTNAME} \ >- -Wno-dev \ >- -DQt5Help_QCOLLECTIONGENERATOR_EXECUTABLE=${QT_BINDIR}/qhelpgenerator >+ -Wno-dev > >-OPTIONS_DEFINE= DOCS EXAMPLES GDAL NLS TEST TIFF >-OPTIONS_DEFAULT= GDAL >+OPTIONS_DEFINE= DOCS EXAMPLES GDAL NLS POSITIONING TEST TIFF >+OPTIONS_DEFAULT= DOCS EXAMPLES GDAL NLS TIFF > OPTIONS_SUB= yes > DOCS_CMAKE_BOOL= Mapper_WITH_DOCS > DOCS_BUILD_DEPENDS= doxygen:devel/doxygen >-DOCS_USES= qt:5 > DOCS_USE= QT=assistant_run > EXAMPLES_CMAKE_BOOL= Mapper_WITH_EXAMPLES > GDAL_DESC= Use the GDAL library >@@ -43,13 +40,15 @@ GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal > NLS_CMAKE_BOOL= Mapper_WITH_NLS > NLS_BUILD_DEPENDS= gsed:textproc/gsed > NLS_USE= QT=linguisttools_build >-NLS_USES= gettext-runtime qt:5 >+NLS_USES= gettext-runtime >+POSITIONING_DESC= GPS positioning >+POSITIONING_CMAKE_ON= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=0 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=0 >+POSITIONING_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=1 >+POSITIONING_USE= QT=location,sensors > TEST_CMAKE_BOOL= Mapper_WITH_TEST >-TEST_USES= qt:5 > TEST_USE= QT=testlib_build > TEST_TEST_TARGET= test > TIFF_DESC= Support for TIFF >-TIFF_USES= qt:5 > TIFF_USE= QT=imageformats > > .include <bsd.port.mk> >diff --git i/graphics/openorienteering-mapper/distinfo w/graphics/openorienteering-mapper/distinfo >index 3938afdf135b..a99a7819f39b 100644 >--- i/graphics/openorienteering-mapper/distinfo >+++ w/graphics/openorienteering-mapper/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1535041627 >-SHA256 (OpenOrienteering-mapper-v0.8.2_GH0.tar.gz) = 11e6f2e93442f217f7373bd737a58a75e8e6da81d4365e12691a8dfdf1f01066 >-SIZE (OpenOrienteering-mapper-v0.8.2_GH0.tar.gz) = 8586246 >+TIMESTAMP = 1545716945 >+SHA256 (OpenOrienteering-mapper-v0.8.4_GH0.tar.gz) = d39c05a84ad222ed278231c89c353174f35682c79f92467cb08d8f101debd8fd >+SIZE (OpenOrienteering-mapper-v0.8.4_GH0.tar.gz) = 8600295 >diff --git i/graphics/openorienteering-mapper/files/patch-CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >index 6d3f897b08f3..522c72f13121 100644 >--- i/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-CMakeLists.txt >@@ -1,6 +1,6 @@ >---- CMakeLists.txt.orig 2018-08-11 08:14:55 UTC >+--- CMakeLists.txt.orig 2018-12-23 20:55:50 UTC > +++ CMakeLists.txt >-@@ -73,6 +73,11 @@ option(Mapper_DEBUG_TRANSLATIONS "Debug >+@@ -73,6 +73,11 @@ option(Mapper_DEBUG_TRANSLATIONS "Debug missing transl > # Used for some Linux distributions which do not provide the polyclipping lib. > option(Mapper_BUILD_CLIPPER "Build the Clipper package from source" OFF) > >diff --git i/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake w/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >index 05dac1b58ea4..424c32b34735 100644 >--- i/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >+++ w/graphics/openorienteering-mapper/files/patch-doc_licensing_freebsd-licensing.cmake >@@ -1,4 +1,4 @@ >---- doc/licensing/freebsd-licensing.cmake.orig 2018-08-23 17:44:26 UTC >+--- doc/licensing/freebsd-licensing.cmake.orig 2018-12-25 07:13:44 UTC > +++ doc/licensing/freebsd-licensing.cmake > @@ -0,0 +1,6 @@ > +include("linux-distribution.cmake") >diff --git i/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >index 0d3d7a1de920..36635ad21f65 100644 >--- i/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-packaging_CMakeLists.txt >@@ -1,4 +1,4 @@ >---- packaging/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC >+--- packaging/CMakeLists.txt.orig 2018-12-23 20:55:50 UTC > +++ packaging/CMakeLists.txt > @@ -437,7 +437,7 @@ endforeach(_qt_plugin) > if(UNIX AND NOT APPLE AND NOT ANDROID) >diff --git i/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in w/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >index f60c021df423..621c1a0ec52e 100644 >--- i/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >+++ w/graphics/openorienteering-mapper/files/patch-packaging_custom__install.cmake.in >@@ -1,4 +1,4 @@ >---- packaging/custom_install.cmake.in.orig 2018-08-11 08:14:55 UTC >+--- packaging/custom_install.cmake.in.orig 2018-12-23 20:55:50 UTC > +++ packaging/custom_install.cmake.in > @@ -215,4 +215,4 @@ endif() > set(runtime "") >diff --git i/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >index d9cebbf10ed6..5bed6a3a81ff 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-src_CMakeLists.txt >@@ -1,14 +1,13 @@ >---- src/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC >+--- src/CMakeLists.txt.orig 2018-12-23 20:55:50 UTC > +++ src/CMakeLists.txt >-@@ -286,8 +286,9 @@ target_compile_definitions(Mapper_Common >+@@ -286,7 +286,9 @@ target_compile_definitions(Mapper_Common PRIVATE > # MAPPER_ENABLE_COMPATIBILITY > ) > > -mapper_translations_sources(${Mapper_Common_SRCS} ${Mapper_Common_HEADERS}) >-- > +if(Mapper_WITH_NLS) > + mapper_translations_sources(${Mapper_Common_SRCS} ${Mapper_Common_HEADERS}) > +endif() > >- # Mapper executable > >+ # Mapper executable >diff --git i/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >index eeb6d65d125d..e7449e41eba0 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-src_gdal_CMakeLists.txt >@@ -1,12 +1,10 @@ >---- src/gdal/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC >+--- src/gdal/CMakeLists.txt.orig 2018-12-23 20:55:50 UTC > +++ src/gdal/CMakeLists.txt >-@@ -34,8 +34,10 @@ set(MAPPER_GDAL_SOURCES >- ogr_template.cpp >+@@ -35,7 +35,9 @@ set(MAPPER_GDAL_SOURCES > mapper-osmconf.ini > ) >-- >+ > -mapper_translations_sources(${MAPPER_GDAL_HEADERS} ${MAPPER_GDAL_SOURCES}) >-+ > +if(Mapper_WITH_NLS) > + mapper_translations_sources(${MAPPER_GDAL_HEADERS} ${MAPPER_GDAL_SOURCES}) > +endif() >diff --git i/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in w/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >index a543edb20dba..3251d143867e 100644 >--- i/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >+++ w/graphics/openorienteering-mapper/files/patch-src_mapper__config.h.in >@@ -1,4 +1,4 @@ >---- src/mapper_config.h.in.orig 2018-08-11 08:14:55 UTC >+--- src/mapper_config.h.in.orig 2018-12-23 20:55:50 UTC > +++ src/mapper_config.h.in > @@ -30,6 +30,7 @@ > >diff --git i/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt w/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >index fb11a3129093..a652c4659f68 100644 >--- i/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >+++ w/graphics/openorienteering-mapper/files/patch-translations_CMakeLists.txt >@@ -1,4 +1,4 @@ >---- translations/CMakeLists.txt.orig 2018-08-11 08:14:55 UTC >+--- translations/CMakeLists.txt.orig 2018-12-23 20:55:50 UTC > +++ translations/CMakeLists.txt > @@ -223,24 +223,24 @@ else() > >diff --git i/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh w/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >index 44b16924ff9a..658bee64fab0 100644 >--- i/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >+++ w/graphics/openorienteering-mapper/files/patch-translations_translate__text__files.sh >@@ -1,4 +1,4 @@ >---- translations/translate_text_files.sh.orig 2018-08-11 08:14:55 UTC >+--- translations/translate_text_files.sh.orig 2018-12-23 20:55:50 UTC > +++ translations/translate_text_files.sh > @@ -21,8 +21,8 @@ set -e > >diff --git i/graphics/openorienteering-mapper/pkg-descr w/graphics/openorienteering-mapper/pkg-descr >index 5b5d80d5102b..bb7738450120 100644 >--- i/graphics/openorienteering-mapper/pkg-descr >+++ w/graphics/openorienteering-mapper/pkg-descr >@@ -3,4 +3,4 @@ OpenOrienteering Mapper (OOM). > OpenOrienteering Mapper is a software for creating > maps for the orienteering sport. > >-WWW: http://www.openorienteering.org/apps/mapper/ >+WWW: https://www.openorienteering.org/apps/mapper/ >diff --git i/graphics/openorienteering-mapper/pkg-plist w/graphics/openorienteering-mapper/pkg-plist >index 09ed6054b208..ed5726a1ed9e 100644 >--- i/graphics/openorienteering-mapper/pkg-plist >+++ w/graphics/openorienteering-mapper/pkg-plist >@@ -2,8 +2,8 @@ bin/Mapper > man/man1/Mapper.1.gz > share/applications/Mapper.desktop > %%DOCSDIR%%/3rd-party/qtsingleapplication.txt >-%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.2 Manual.qch >-%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.2 Manual.qhc >+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.4 Manual.qch >+%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%/Mapper 0.8.4 Manual.qhc > %%DOCSDIR%%/common-licenses/GPL-3.txt > %%DOCSDIR%%/licensing.html > share/icons/hicolor/128x128/apps/Mapper.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 234388
: 200489