pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg librsvg: rust debug_info is hundreds ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c02bf94195e9
branches:  trunk
changeset: 424752:c02bf94195e9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 14 22:40:47 2020 +0000

description:
librsvg: rust debug_info is hundreds of MB. Don't build with it. Bump.

diffstat:

 graphics/librsvg/Makefile                 |   3 ++-
 graphics/librsvg/distinfo                 |   3 ++-
 graphics/librsvg/patches/patch-Cargo.toml |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r bc0cef4d80ae -r c02bf94195e9 graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Sat Mar 14 22:26:40 2020 +0000
+++ b/graphics/librsvg/Makefile Sat Mar 14 22:40:47 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.117 2020/03/10 20:18:20 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2020/03/14 22:40:47 tnn Exp $
 
 DISTNAME=      librsvg-2.48.0
+PKGREVISION=   1
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r bc0cef4d80ae -r c02bf94195e9 graphics/librsvg/distinfo
--- a/graphics/librsvg/distinfo Sat Mar 14 22:26:40 2020 +0000
+++ b/graphics/librsvg/distinfo Sat Mar 14 22:40:47 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2020/03/10 20:18:20 wiz Exp $
+$NetBSD: distinfo,v 1.46 2020/03/14 22:40:47 tnn Exp $
 
 SHA1 (aho-corasick-0.7.9.crate) = 84b3b0cefbf4306343e5812362f236d1fd1a48d1
 RMD160 (aho-corasick-0.7.9.crate) = fbd15caab43e42bd2b9758eb665f818e1ddb9e32
@@ -652,4 +652,5 @@
 RMD160 (xml-rs-0.8.0.crate) = 8ed8d898ab2d1b1ef5c6d391da2c9bfe4bba95a7
 SHA512 (xml-rs-0.8.0.crate) = 94f0bc729d58564d63b4708518313e3dc7fe7c6ff9ac94019df1507d7ce7bd6428f2bc16fb116a9d676415a94812ce1e54e30b469a2a9b5fe29dc82486c536cd
 Size (xml-rs-0.8.0.crate) = 50974 bytes
+SHA1 (patch-Cargo.toml) = f50c18dd330c6b52d7106373619c461239229c42
 SHA1 (patch-Makefile.in) = f926c7f645e1f3eb40a187ea019c0be26f849541
diff -r bc0cef4d80ae -r c02bf94195e9 graphics/librsvg/patches/patch-Cargo.toml
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/librsvg/patches/patch-Cargo.toml Sat Mar 14 22:40:47 2020 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-Cargo.toml,v 1.1 2020/03/14 22:40:47 tnn Exp $
+
+disable rust debug_info in shared libraries
+
+--- Cargo.toml.orig    2020-02-13 00:58:58.000000000 +0000
++++ Cargo.toml
+@@ -6,4 +6,4 @@ members = [
+ ]
+ 
+ [profile.release]
+-debug = true
++debug = false



Home | Main Index | Thread Index | Old Index