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:   ryoon
Date:           Sat Feb 11 08:44:09 UTC 2017

Modified Files:
        pkgsrc/graphics/librsvg: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/librsvg/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/librsvg/PLIST

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.89 pkgsrc/graphics/librsvg/Makefile:1.90
--- pkgsrc/graphics/librsvg/Makefile:1.89       Mon Feb  6 13:54:45 2017
+++ pkgsrc/graphics/librsvg/Makefile    Sat Feb 11 08:44:09 2017
@@ -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 @@ USE_LANGUAGES+=               c c++
 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_DEPMETHOD.cairo-gobject+=   buil
 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"

Index: pkgsrc/graphics/librsvg/PLIST
diff -u pkgsrc/graphics/librsvg/PLIST:1.14 pkgsrc/graphics/librsvg/PLIST:1.15
--- pkgsrc/graphics/librsvg/PLIST:1.14  Tue Jan 31 17:06:38 2017
+++ pkgsrc/graphics/librsvg/PLIST       Sat Feb 11 08:44:09 2017
@@ -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