pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/xygrib



Module Name:    pkgsrc
Committed By:   nros
Date:           Tue Dec 10 13:55:44 UTC 2019

Modified Files:
        pkgsrc/misc/xygrib: distinfo
Added Files:
        pkgsrc/misc/xygrib/patches: patch-src_CMakeLists.txt

Log Message:
Make sure xygrib does not create a bundle on MacOSX

Make sure xygrib does not create a bundle on MacOSX.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/xygrib/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/xygrib/patches/patch-src_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/xygrib/distinfo
diff -u pkgsrc/misc/xygrib/distinfo:1.3 pkgsrc/misc/xygrib/distinfo:1.4
--- pkgsrc/misc/xygrib/distinfo:1.3     Thu Dec  5 17:56:15 2019
+++ pkgsrc/misc/xygrib/distinfo Tue Dec 10 13:55:44 2019
@@ -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_fil
 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

Added files:

Index: pkgsrc/misc/xygrib/patches/patch-src_CMakeLists.txt
diff -u /dev/null pkgsrc/misc/xygrib/patches/patch-src_CMakeLists.txt:1.1
--- /dev/null   Tue Dec 10 13:55:44 2019
+++ pkgsrc/misc/xygrib/patches/patch-src_CMakeLists.txt Tue Dec 10 13:55:44 2019
@@ -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