pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xsnow On Solaris, the (source) man page would be i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6385b812ad40
branches:  trunk
changeset: 569097:6385b812ad40
user:      is <is%pkgsrc.org@localhost>
date:      Thu Jan 07 13:30:26 2010 +0000

description:
On Solaris, the (source) man page would be installed to man1/xsnow.6,
which is not only inconsistent with the man page directory tree, but
also with the PLIST. Fixed by this change. Installing on NetBSD is not
affected.

diffstat:

 x11/xsnow/Makefile         |  4 ++--
 x11/xsnow/distinfo         |  4 ++--
 x11/xsnow/patches/patch-aa |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 1335b90a093c -r 6385b812ad40 x11/xsnow/Makefile
--- a/x11/xsnow/Makefile        Thu Jan 07 11:18:51 2010 +0000
+++ b/x11/xsnow/Makefile        Thu Jan 07 13:30:26 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2008/12/28 12:57:17 obache Exp $
+# $NetBSD: Makefile,v 1.28 2010/01/07 13:30:26 is Exp $
 
 DISTNAME=      xsnow-1.42
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 MASTER_SITES=  http://dropmix.xs4all.nl/rick/Xsnow/
 
diff -r 1335b90a093c -r 6385b812ad40 x11/xsnow/distinfo
--- a/x11/xsnow/distinfo        Thu Jan 07 11:18:51 2010 +0000
+++ b/x11/xsnow/distinfo        Thu Jan 07 13:30:26 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:36:25 wiz Exp $
+$NetBSD: distinfo,v 1.6 2010/01/07 13:30:26 is Exp $
 
 SHA1 (xsnow-1.42.tar.gz) = d63987560dac9c6341e50d270089e40d17031ce3
 RMD160 (xsnow-1.42.tar.gz) = 4fdf881d045b986f003a13c0eaa2308775cf5e9e
 Size (xsnow-1.42.tar.gz) = 56752 bytes
-SHA1 (patch-aa) = e7f13c14194d6490ca6a72d385829c3099dc2955
+SHA1 (patch-aa) = a18abea325825dcdafdbfcb848ea98837d23b4f3
diff -r 1335b90a093c -r 6385b812ad40 x11/xsnow/patches/patch-aa
--- a/x11/xsnow/patches/patch-aa        Thu Jan 07 11:18:51 2010 +0000
+++ b/x11/xsnow/patches/patch-aa        Thu Jan 07 13:30:26 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/12/19 07:02:32 martti Exp $
+$NetBSD: patch-aa,v 1.3 2010/01/07 13:30:26 is Exp $
 
 --- Imakefile  2001/10/25 17:32:32     1.1
 +++ Imakefile  2001/10/25 17:33:19
@@ -7,5 +7,6 @@
  SRCS = xsnow.c toon_root.c xsnow.h vroot.h
  OBJS = xsnow.o toon_root.o
 +MANSUFFIX = 6
++MANDIR = $(MANSOURCEDIR)$(MANSUFFIX)
  
  ComplexProgramTarget(xsnow)



Home | Main Index | Thread Index | Old Index