summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2019-12-10 13:55:44 +0000
committernros <nros@pkgsrc.org>2019-12-10 13:55:44 +0000
commit0a846312d2286f995532774c363f61c7765761d6 (patch)
tree244200df9332de9342e6b85ec1d60ee84db4630f /misc
parent3183c726f249fea5db3cba3c343dc4d01fbb1abc (diff)
downloadpkgsrc-0a846312d2286f995532774c363f61c7765761d6.tar.gz
Make sure xygrib does not create a bundle on MacOSX
Make sure xygrib does not create a bundle on MacOSX.
Diffstat (limited to 'misc')
-rw-r--r--misc/xygrib/distinfo3
-rw-r--r--misc/xygrib/patches/patch-src_CMakeLists.txt13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/xygrib/distinfo b/misc/xygrib/distinfo
index 12eb2605216..7dbcd776cbb 100644
--- a/misc/xygrib/distinfo
+++ b/misc/xygrib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2019/12/05 17:56:15 nros Exp $
+$NetBSD: distinfo,v 1.4 2019/12/10 13:55:44 nros Exp $
SHA1 (XyGrib-1.1.1/XyGrib-1.2.6.1.tar.gz) = 8e3431ed6a5ef114d77ac57029129a26a381f696
RMD160 (XyGrib-1.1.1/XyGrib-1.2.6.1.tar.gz) = 876e8a53b492b2e2ea0572e5b0cd31a2c04f505a
@@ -13,3 +13,4 @@ RMD160 (XyGrib-1.1.1/XyGrib___cities_files.tar.gz) = 1c47e3af9884e1a927b1e717f93
SHA512 (XyGrib-1.1.1/XyGrib___cities_files.tar.gz) = 6bb9362c87fec7633b0ad1fd3b8717408c0fffa36631db1d1a680928c724e8e49758c292cac164ad7a9773fd51a432d25628eecbaa1261f5f3c5ab6fc499fd01
Size (XyGrib-1.1.1/XyGrib___cities_files.tar.gz) = 2487518 bytes
SHA1 (patch-CMakeLists.txt) = f12e4cc04e94919a8ed5824df859b0573612ab02
+SHA1 (patch-src_CMakeLists.txt) = 3a06026a033e2dbe93ea9d08c48d87f51186918a
diff --git a/misc/xygrib/patches/patch-src_CMakeLists.txt b/misc/xygrib/patches/patch-src_CMakeLists.txt
new file mode 100644
index 00000000000..fa905488e2e
--- /dev/null
+++ b/misc/xygrib/patches/patch-src_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_CMakeLists.txt,v 1.1 2019/12/10 13:55:44 nros Exp $
+* don't create bundle under OSX
+--- src/CMakeLists.txt.orig 2019-12-10 11:27:27.459588414 +0000
++++ src/CMakeLists.txt
+@@ -112,7 +112,7 @@ ENDIF()
+
+ qt5_wrap_cpp(xygrib_mocs ${XYGRIB_SRCS} ${XYGRIB_HDRS})
+
+-add_executable(${CMAKE_PROJECT_NAME} WIN32 MACOSX_BUNDLE ${XYGRIB_SRCS} ${xygrib_mocs})
++add_executable(${CMAKE_PROJECT_NAME} WIN32 ${XYGRIB_SRCS} ${xygrib_mocs})
+
+ install(TARGETS
+ ${CMAKE_PROJECT_NAME}