pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/kicad



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jan  2 21:44:00 UTC 2022

Modified Files:
        pkgsrc/cad/kicad: Makefile

Log Message:
kicad: mark as not for macOS and explain why in comment


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/cad/kicad/Makefile

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

Modified files:

Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.57 pkgsrc/cad/kicad/Makefile:1.58
--- pkgsrc/cad/kicad/Makefile:1.57      Sun Jan  2 19:10:03 2022
+++ pkgsrc/cad/kicad/Makefile   Sun Jan  2 21:44:00 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/01/02 19:10:03 tnn Exp $
+# $NetBSD: Makefile,v 1.58 2022/01/02 21:44:00 tnn Exp $
 #
 
 V=             6.0.0
@@ -31,6 +31,14 @@ CMAKE_MODULE_PATH_OVERRIDE= \
 
 PY_PATCHPLIST=         yes
 
+# The package tries to build a native .app bundle. This doesn't work
+# in pkgsrc context because they don't support DESTDIR installation,
+# which is a requirement in pkgsrc. It also tries to use native Python
+# frameworks, but has to use pkgsrc's. Getting this to build requires 15
+# additional patches. Ping if you you want the patches.
+# I didn't commit them yet because it segfaults. -tnn 20220102
+NOT_FOR_PLATFORM+=     Darwin-*-*
+
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/cmake/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index