pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg librsvg: make rust a build dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/302125ca6f90
branches:  trunk
changeset: 396662:302125ca6f90
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jun 06 08:53:00 2019 +0000

description:
librsvg: make rust a build dependency only. Bump.

Tested by rebuilding librsvg, uninstalling rust and then rebuilding emacs26.
Noticed by Mike Pumford.

diffstat:

 graphics/librsvg/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a07edf59532a -r 302125ca6f90 graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Thu Jun 06 08:39:04 2019 +0000
+++ b/graphics/librsvg/Makefile Thu Jun 06 08:53:00 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2019/06/02 14:06:39 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2019/06/06 08:53:00 tnn Exp $
 
 DISTNAME=      librsvg-2.44.14
+PKGREVISION=   1
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -186,6 +187,7 @@
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.9
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.rust?=     build
 .include "../../lang/rust/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index