diff options
author | adam <adam@pkgsrc.org> | 2003-12-18 14:15:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-18 14:15:25 +0000 |
commit | 4bd767b9ddf3d0fef262b0541a582b0ef93997a2 (patch) | |
tree | 9c94fec7cc5c7f4cfb6d93ad524c27741674a9d9 /graphics/librsvg2/patches | |
parent | cc1812369fce9129d2fe0bf48d2d896e54fefee2 (diff) | |
download | pkgsrc-4bd767b9ddf3d0fef262b0541a582b0ef93997a2.tar.gz |
Changes 2.5.0:
A major bug-fix release. Fixes a lot of rendering bugs.
Diffstat (limited to 'graphics/librsvg2/patches')
-rw-r--r-- | graphics/librsvg2/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/librsvg2/patches/patch-ab | 8 | ||||
-rw-r--r-- | graphics/librsvg2/patches/patch-ac | 14 |
3 files changed, 7 insertions, 21 deletions
diff --git a/graphics/librsvg2/patches/patch-aa b/graphics/librsvg2/patches/patch-aa index 282dfafe151..57cf9779b5f 100644 --- a/graphics/librsvg2/patches/patch-aa +++ b/graphics/librsvg2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2003/06/27 23:02:51 jmmv Exp $ +$NetBSD: patch-aa,v 1.4 2003/12/18 14:15:26 adam Exp $ ---- doc/Makefile.in.orig 2003-06-27 15:38:16.000000000 +0200 +--- doc/Makefile.in.orig 2003-12-07 19:36:00.000000000 +0000 +++ doc/Makefile.in -@@ -283,6 +283,7 @@ mostlyclean-generic distclean-generic cl +@@ -299,6 +299,7 @@ mostlyclean-generic distclean-generic cl maintainer-clean-generic clean mostlyclean distclean maintainer-clean diff --git a/graphics/librsvg2/patches/patch-ab b/graphics/librsvg2/patches/patch-ab index bae0b576c37..12ea6081643 100644 --- a/graphics/librsvg2/patches/patch-ab +++ b/graphics/librsvg2/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.1 2003/06/27 23:02:52 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2003/12/18 14:15:26 adam Exp $ ---- gdk-pixbuf-loader/Makefile.in.orig 2003-06-27 19:56:48.000000000 +0200 +--- gdk-pixbuf-loader/Makefile.in.orig 2003-12-18 12:46:17.000000000 +0000 +++ gdk-pixbuf-loader/Makefile.in -@@ -356,10 +356,6 @@ maintainer-clean-generic clean mostlycle +@@ -362,10 +362,6 @@ maintainer-clean-generic clean mostlycle - install-data-local: + install-data-hook: - if [ -z "$(DESTDIR)" ] ; then \ - $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ - $(QUERYLOADERS) > $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \ diff --git a/graphics/librsvg2/patches/patch-ac b/graphics/librsvg2/patches/patch-ac deleted file mode 100644 index ec93e949c0b..00000000000 --- a/graphics/librsvg2/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2003/06/27 23:02:52 jmmv Exp $ - ---- gimp-plugin/Makefile.in.orig 2003-06-27 21:22:20.000000000 +0200 -+++ gimp-plugin/Makefile.in -@@ -292,7 +292,8 @@ installcheck: installcheck-am - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-gimpPROGRAMS -+@ENABLE_GIMP_PLUGIN_TRUE@install-data-am: install-gimpPROGRAMS -+@ENABLE_GIMP_PLUGIN_FALSE@install-data-am: - install-data: install-data-am - - install-am: all-am |