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:   tnn
Date:           Thu Jun  6 08:53:00 UTC 2019

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: make rust a build dependency only. Bump.

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


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/librsvg/Makefile

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/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.106 pkgsrc/graphics/librsvg/Makefile:1.107
--- pkgsrc/graphics/librsvg/Makefile:1.106      Sun Jun  2 14:06:39 2019
+++ pkgsrc/graphics/librsvg/Makefile    Thu Jun  6 08:53:00 2019
@@ -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.libcroco+=    libcroc
 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