pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/cad/kicad kicad: mark as not for macOS...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/a36a99988b67
branches: trunk
changeset: 370985:a36a99988b67
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Jan 02 21:44:00 2022 +0000
description:
kicad: mark as not for macOS and explain why in comment
diffstat:
cad/kicad/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 66d35334f5e1 -r a36a99988b67 cad/kicad/Makefile
--- a/cad/kicad/Makefile Sun Jan 02 20:04:12 2022 +0000
+++ b/cad/kicad/Makefile Sun Jan 02 21:44:00 2022 +0000
@@ -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 @@
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