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:   he
Date:           Fri Oct 29 06:55:10 UTC 2021

Modified Files:
        pkgsrc/graphics/librsvg: available.mk

Log Message:
Remove the special-case disabling of earm and powerpc,
which references my own old post from mid-2020 at which time
I had problems building rust for earmv7hf "natively".
That problem has long since been resolved.  Not sure why
powerpc got the same treatment -- with this removed this package
builds fine with rust 1.56.0 on NetBSD/macppc 9.99.88.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/graphics/librsvg/available.mk:1.7
--- pkgsrc/graphics/librsvg/available.mk:1.6    Wed Aug 11 00:25:35 2021
+++ pkgsrc/graphics/librsvg/available.mk        Fri Oct 29 06:55:10 2021
@@ -1,4 +1,4 @@
-# $NetBSD: available.mk,v 1.6 2021/08/11 00:25:35 gutteridge Exp $
+# $NetBSD: available.mk,v 1.7 2021/10/29 06:55:10 he Exp $
 #
 # This mk fragment defines the LIBRSVG_TYPE variable used in other librsvg mk
 # fragments.
@@ -18,10 +18,7 @@ LIBRSVG_AVAILABLE_MK=        defined
 .include "../../mk/bsd.prefs.mk"
 
 .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*) && \
-    empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
+.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss])
 LIBRSVG_TYPE?= rust
 .else
 LIBRSVG_TYPE?= c



Home | Main Index | Thread Index | Old Index