pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/librsvg
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 26 10:02:39 UTC 2020
Modified Files:
pkgsrc/graphics/librsvg: available.mk
Log Message:
librsvg: Remove workaround for broken Rust on NetBSD/earmv7hf
Going by the following bulk build:
http://victory.netbsd.org/pkgsrc/packages/reports/HEAD/evbarm7-9.0/20201225.0632/meta/report.html
this may be actively harmful due to the number of packages failing in the
"depends" stage.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/librsvg/available.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/librsvg/available.mk
diff -u pkgsrc/graphics/librsvg/available.mk:1.2 pkgsrc/graphics/librsvg/available.mk:1.3
--- pkgsrc/graphics/librsvg/available.mk:1.2 Wed Jun 17 10:13:25 2020
+++ pkgsrc/graphics/librsvg/available.mk Sat Dec 26 10:02:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: available.mk,v 1.2 2020/06/17 10:13:25 nia Exp $
+# $NetBSD: available.mk,v 1.3 2020/12/26 10:02:39 nia Exp $
#
# This mk fragment define LIBRSVG_TYPE variable used in other librsvg mk
# fragments.
@@ -19,8 +19,7 @@ LIBRSVG_AVAILABLE_MK= defined
.include "../../lang/rust/platform.mk"
# https://mail-index.netbsd.org/tech-pkg/2020/06/16/msg023380.html
-.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss]) && \
- empty(MACHINE_PLATFORM:MNetBSD-*-earm*)
+.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss])
LIBRSVG_TYPE?= rust
.else
LIBRSVG_TYPE?= c
Home |
Main Index |
Thread Index |
Old Index