pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pango avoid gzip dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bf585708fdb
branches:  trunk
changeset: 400018:4bf585708fdb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Oct 11 07:39:25 2009 +0000

description:
avoid gzip dependency

diffstat:

 devel/pango/distinfo         |   3 ++-
 devel/pango/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 6c98f78bfc6e -r 4bf585708fdb devel/pango/distinfo
--- a/devel/pango/distinfo      Sun Oct 11 07:36:11 2009 +0000
+++ b/devel/pango/distinfo      Sun Oct 11 07:39:25 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.74 2009/07/22 12:48:46 wiz Exp $
+$NetBSD: distinfo,v 1.75 2009/10/11 07:39:25 tnn Exp $
 
 SHA1 (pango-1.24.5.tar.bz2) = a5aa40b78546a7ee59f21804b172e5d47ef776ad
 RMD160 (pango-1.24.5.tar.bz2) = 7e436752734c55950ad5feced7c7d5c3f040a1b4
 Size (pango-1.24.5.tar.bz2) = 1519944 bytes
+SHA1 (patch-aa) = ef90f43f3d828b79809c8a337fa0167cc3d1e470
diff -r 6c98f78bfc6e -r 4bf585708fdb devel/pango/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pango/patches/patch-aa      Sun Oct 11 07:39:25 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.16 2009/10/11 07:39:26 tnn Exp $
+
+--- pango-view/Makefile.in.orig        2009-07-20 22:59:49.000000000 +0200
++++ pango-view/Makefile.in
+@@ -794,10 +794,8 @@ $(srcdir)/pango-view.1: ../configure.in 
+             (test -f "$@" || echo help2man is required to generate this file. >> "$@"));
+ 
+ install-data-hook:
+-      @cd "$(DESTDIR)$(man1dir)" && gzip -c pango-view.1 > pango-view.1.gz && $(RM) pango-view.1
+ 
+ uninstall-hook:
+-      $(RM) "$(DESTDIR)$(man1dir)/pango-view.1.gz"
+ 
+ pangorc: $(srcdir)/../modules/pangorc
+       cp $(srcdir)/../modules/pangorc $@



Home | Main Index | Thread Index | Old Index