pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ed Just like this configure doesn't support --...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35519c3a937c
branches:  trunk
changeset: 501015:35519c3a937c
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Oct 16 05:07:58 2005 +0000

description:
Just like this configure doesn't support --infodir, it doesn't
support --mandir. Also add to the patch to allow this
PKGMANDIR customization.

diffstat:

 editors/ed/Makefile         |   3 ++-
 editors/ed/distinfo         |   4 ++--
 editors/ed/patches/patch-ab |  12 +++++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 5889dfd872b8 -r 35519c3a937c editors/ed/Makefile
--- a/editors/ed/Makefile       Sun Oct 16 05:03:30 2005 +0000
+++ b/editors/ed/Makefile       Sun Oct 16 05:07:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/08 16:14:55 reed Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/16 05:07:58 reed Exp $
 
 DISTNAME=              ed-0.2
 PKGREVISION=           1
@@ -11,6 +11,7 @@
 
 GNU_CONFIGURE=         YES
 CONFIGURE_HAS_INFODIR= NO
+CONFIGURE_HAS_MANDIR=  NO
 MAKE_ENV+=             INFO_DIR=${INFO_DIR}
 
 .include "../../mk/bsd.prefs.mk"
diff -r 5889dfd872b8 -r 35519c3a937c editors/ed/distinfo
--- a/editors/ed/distinfo       Sun Oct 16 05:03:30 2005 +0000
+++ b/editors/ed/distinfo       Sun Oct 16 05:07:58 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:15:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/10/16 05:07:58 reed Exp $
 
 SHA1 (ed-0.2.tar.gz) = abb61231a3baeb988b145ffe97cdbaea8f651d93
 RMD160 (ed-0.2.tar.gz) = 7db3240d13311616df11621566f94241a3721ca2
 Size (ed-0.2.tar.gz) = 185913 bytes
 SHA1 (patch-aa) = 21e217b85b6f52d07df9ae7127aba94857c9633e
-SHA1 (patch-ab) = a7084f14042de9e582b6be15d48e412cd5e22339
+SHA1 (patch-ab) = b9c9b36353e6fd64bd294a69fe70168519a5a95e
diff -r 5889dfd872b8 -r 35519c3a937c editors/ed/patches/patch-ab
--- a/editors/ed/patches/patch-ab       Sun Oct 16 05:03:30 2005 +0000
+++ b/editors/ed/patches/patch-ab       Sun Oct 16 05:07:58 2005 +0000
@@ -1,13 +1,15 @@
-$NetBSD: patch-ab,v 1.1 2004/05/08 01:28:36 reed Exp $
+$NetBSD: patch-ab,v 1.2 2005/10/16 05:07:58 reed Exp $
 
---- Makefile.in.orig   Fri May  7 17:59:02 2004
-+++ Makefile.in        Fri May  7 17:59:29 2004
-@@ -41,7 +41,7 @@
+--- Makefile.in.orig   1994-11-19 04:45:32.000000000 -0800
++++ Makefile.in        2005-10-15 16:09:14.000000000 -0700
+@@ -41,8 +41,8 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  bindir = $(exec_prefix)/bin
 -infodir = $(prefix)/info
+-mandir = $(prefix)/man/man1
 +infodir = $(prefix)/$(INFO_DIR)
- mandir = $(prefix)/man/man1
++mandir = $(prefix)/$(PKGMANDIR)/man1
  manext = .1
  
+ CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@



Home | Main Index | Thread Index | Old Index