pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg Disable gdk-pixbuf2 module to avoid s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a52d5d50e69
branches:  trunk
changeset: 358366:3a52d5d50e69
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Feb 11 08:44:09 2017 +0000

description:
Disable gdk-pixbuf2 module to avoid segfault from gdk-pixbuf-query-loaders
on NetBSD/amd64 current at least.

Bump PKGREVISION.

diffstat:

 graphics/librsvg/Makefile |  7 ++++---
 graphics/librsvg/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r a351525e0fef -r 3a52d5d50e69 graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Sat Feb 11 08:27:58 2017 +0000
+++ b/graphics/librsvg/Makefile Sat Feb 11 08:44:09 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2017/02/06 13:54:45 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2017/02/11 08:44:09 ryoon Exp $
 
 DISTNAME=      librsvg-2.40.15
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -20,6 +20,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-tools
 CONFIGURE_ARGS+=       --enable-Bsymbolic=auto
+CONFIGURE_ARGS+=       --disable-pixbuf-loader
 
 PKGCONFIG_OVERRIDE=    librsvg.pc.in
 
@@ -56,5 +57,5 @@
 BUILDLINK_API_DEPENDS.libcroco+=       libcroco>=0.6.1
 .include "../../textproc/libcroco/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf2/loaders.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a351525e0fef -r 3a52d5d50e69 graphics/librsvg/PLIST
--- a/graphics/librsvg/PLIST    Sat Feb 11 08:27:58 2017 +0000
+++ b/graphics/librsvg/PLIST    Sat Feb 11 08:44:09 2017 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2017/01/31 17:06:38 martin Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/02/11 08:44:09 ryoon Exp $
 bin/rsvg-convert
 include/librsvg-2.0/librsvg/librsvg-enum-types.h
 include/librsvg-2.0/librsvg/librsvg-features.h
 include/librsvg-2.0/librsvg/rsvg-cairo.h
 include/librsvg-2.0/librsvg/rsvg.h
-lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
 ${PLIST.introspection}lib/girepository-1.0/Rsvg-2.0.typelib
 lib/librsvg-2.la
 lib/pkgconfig/librsvg-2.0.pc



Home | Main Index | Thread Index | Old Index