pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gzip-base Update patch-aa for Makefile.in to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffb2a59d345c
branches:  trunk
changeset: 504937:ffb2a59d345c
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 28 04:36:31 2005 +0000

description:
Update patch-aa for Makefile.in to install man pages to PKGMANDIR.
The configure script doesn't know --mandir (but doesn't fail either).

diffstat:

 archivers/gzip-base/distinfo         |   4 ++--
 archivers/gzip-base/patches/patch-aa |  11 ++++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 7df8273f8e84 -r ffb2a59d345c archivers/gzip-base/distinfo
--- a/archivers/gzip-base/distinfo      Wed Dec 28 04:25:46 2005 +0000
+++ b/archivers/gzip-base/distinfo      Wed Dec 28 04:36:31 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/06/09 20:23:26 adrianp Exp $
+$NetBSD: distinfo,v 1.7 2005/12/28 04:36:31 reed Exp $
 
 SHA1 (gzip-1.2.4a.shar) = 1e1e513f48be32ecfe24c06b609329963d5a5288
 RMD160 (gzip-1.2.4a.shar) = 529397e68b2ed7f39b3a4d3201fd73d10a9c1ebc
 Size (gzip-1.2.4a.shar) = 832431 bytes
-SHA1 (patch-aa) = 449d3eb975b9ddc634ba0b3a245381f3f3e1f5e1
+SHA1 (patch-aa) = 8aff9b00f5798a6d4a77ed13a4d9191330fface2
 SHA1 (patch-ab) = e8c7e210c1e7e443230ba20266c0232f29002a4b
diff -r 7df8273f8e84 -r ffb2a59d345c archivers/gzip-base/patches/patch-aa
--- a/archivers/gzip-base/patches/patch-aa      Wed Dec 28 04:25:46 2005 +0000
+++ b/archivers/gzip-base/patches/patch-aa      Wed Dec 28 04:36:31 2005 +0000
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2004/05/07 21:41:43 reed Exp $
+$NetBSD: patch-aa,v 1.2 2005/12/28 04:36:31 reed Exp $
 
---- Makefile.in.orig   Fri May  7 14:26:18 2004
+--- Makefile.in.orig   1993-08-17 13:12:00.000000000 -0700
 +++ Makefile.in
-@@ -104,7 +104,7 @@ mandir = $(prefix)/man/man$(manext)
+@@ -100,11 +100,11 @@ infodir = $(prefix)/info
+ # Extension (not including `.') for the installed manual page filenames.
+ manext = 1
+ # Where to install the manual pages.
+-mandir = $(prefix)/man/man$(manext)
++mandir = $(prefix)/$(PKGMANDIR)/man$(manext)
  # Use manlinks=so to use the .so method instead of hard links
  manlinks = ln
  



Home | Main Index | Thread Index | Old Index