pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/host Add patch-ap from wip/host to fix installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b09f96b2c2a6
branches:  trunk
changeset: 492608:b09f96b2c2a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 16 12:44:49 2005 +0000

description:
Add patch-ap from wip/host to fix installation.
Add missing man/cat1/host.0 to PLIST.

diffstat:

 net/host/PLIST            |   3 ++-
 net/host/distinfo         |   3 ++-
 net/host/patches/patch-ab |  29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 2 deletions(-)

diffs (57 lines):

diff -r a3f82687dea9 -r b09f96b2c2a6 net/host/PLIST
--- a/net/host/PLIST    Sat Apr 16 12:41:01 2005 +0000
+++ b/net/host/PLIST    Sat Apr 16 12:44:49 2005 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/26 05:19:20 christos Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/04/16 12:44:49 wiz Exp $
 bin/host
 bin/mxlookup
 bin/nscheck
 bin/rblookup
+man/cat1/host.0
 man/man1/host.1
diff -r a3f82687dea9 -r b09f96b2c2a6 net/host/distinfo
--- a/net/host/distinfo Sat Apr 16 12:41:01 2005 +0000
+++ b/net/host/distinfo Sat Apr 16 12:44:49 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2005/04/16 12:37:56 wiz Exp $
+$NetBSD: distinfo,v 1.7 2005/04/16 12:44:49 wiz Exp $
 
 SHA1 (host-20040812.tar.gz) = 02027effe88a851e6cecf133cef8ba096af48258
 RMD160 (host-20040812.tar.gz) = d8fc5a0a4218eae75bcd14cce4353f82f049175e
 Size (host-20040812.tar.gz) = 147758 bytes
 SHA1 (patch-aa) = bf2d0b44271feed9a1e595d78e34304052e34ab5
+SHA1 (patch-ab) = fe6011e2f5eb7e69e8589ead246fd4f574f77c31
diff -r a3f82687dea9 -r b09f96b2c2a6 net/host/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/host/patches/patch-ab Sat Apr 16 12:44:49 2005 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-ab,v 1.3 2005/04/16 12:44:49 wiz Exp $
+
+--- Makefile.BSD.orig  2004-08-12 22:30:04.000000000 +0200
++++ Makefile.BSD
+@@ -52,14 +52,17 @@ NOSHARED = YES
+ BINDIR ?= ${PREFIX}/bin
+ BINOWN ?= root
+ 
+-.if defined(__NetBSD__)
+-MANDIR ?= ${PREFIX}/share/man
+-.elif defined(__FreeBSD__)
+-MANDIR ?= ${PREFIX}/share/man/man
+-.else
++#.if defined(__NetBSD__)
++#MANDIR ?= ${PREFIX}/share/man
++#.elif defined(__FreeBSD__)
++#MANDIR ?= ${PREFIX}/share/man/man
++#.else
+ # 4.4BSD, including BSD/OS
+-MANDIR ?= ${PREFIX}/share/man/cat
+-.endif
++#MANDIR ?= ${PREFIX}/share/man/cat
++#.endif
++
++# Pkgsrc
++MANDIR?=      ${PREFIX}/man
+ 
+ # this check is a nasty hack and will break building 'host' in the
+ # NetBSD source tree on any host that doesn't have this file....



Home | Main Index | Thread Index | Old Index