pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/xygrib Make sure xygrib does not create a bundle ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/981550bfa5c2
branches:  trunk
changeset: 345342:981550bfa5c2
user:      nros <nros%pkgsrc.org@localhost>
date:      Tue Dec 10 13:55:44 2019 +0000

description:
Make sure xygrib does not create a bundle on MacOSX

Make sure xygrib does not create a bundle on MacOSX.

diffstat:

 misc/xygrib/distinfo                         |   3 ++-
 misc/xygrib/patches/patch-src_CMakeLists.txt |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 9c962e4a8d1c -r 981550bfa5c2 misc/xygrib/distinfo
--- a/misc/xygrib/distinfo      Tue Dec 10 13:22:37 2019 +0000
+++ b/misc/xygrib/distinfo      Tue Dec 10 13:55:44 2019 +0000
@@ -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 @@
 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 -r 9c962e4a8d1c -r 981550bfa5c2 misc/xygrib/patches/patch-src_CMakeLists.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xygrib/patches/patch-src_CMakeLists.txt      Tue Dec 10 13:55:44 2019 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index