pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/xfinans Don't create a fake man page, fix the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93783fcafb08
branches:  trunk
changeset: 511982:93783fcafb08
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 14:36:33 2006 +0000

description:
Don't create a fake man page, fix the Imakefile file to not expect a
man page at all.

diffstat:

 finance/xfinans/Makefile         |   5 +----
 finance/xfinans/distinfo         |   3 ++-
 finance/xfinans/patches/patch-ab |  11 +++++++++++
 3 files changed, 14 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 9655e0d12a95 -r 93783fcafb08 finance/xfinans/Makefile
--- a/finance/xfinans/Makefile  Fri Apr 28 14:30:58 2006 +0000
+++ b/finance/xfinans/Makefile  Fri Apr 28 14:36:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:06 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/28 14:36:33 joerg Exp $
 #
 
 DISTNAME=              xfinans-5.9
@@ -15,9 +15,6 @@
 WRKSRC=                        ${WRKDIR}/Xfinans/Src
 USE_IMAKE=             yes
 
-post-patch:
-       ${TOUCH} ${WRKSRC}/xfinans.man
-
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Xfinans
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Xfinans
diff -r 9655e0d12a95 -r 93783fcafb08 finance/xfinans/distinfo
--- a/finance/xfinans/distinfo  Fri Apr 28 14:30:58 2006 +0000
+++ b/finance/xfinans/distinfo  Fri Apr 28 14:36:33 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/22 21:11:48 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/04/28 14:36:33 joerg Exp $
 
 SHA1 (xfinans-5.9.tar.gz) = 3a852e3a7afb0cc6551d41b230c1f035bc7dc804
 RMD160 (xfinans-5.9.tar.gz) = 30a0a4d2656029f389b2ea3a5070feb3399d5586
 Size (xfinans-5.9.tar.gz) = 124696 bytes
 SHA1 (patch-aa) = f9ea55ece51f956cc9b784012e5a5fd9fdd9684e
+SHA1 (patch-ab) = 7d9d1700323fd8e0d0d0745b4eee6f56da22a624
diff -r 9655e0d12a95 -r 93783fcafb08 finance/xfinans/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/xfinans/patches/patch-ab  Fri Apr 28 14:36:33 2006 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2006/04/28 14:36:33 joerg Exp $
+
+--- Imakefile.orig     2006-04-28 14:26:07.000000000 +0000
++++ Imakefile
+@@ -27,5 +27,5 @@ OBJS = $(OBJS1) $(OBJS2) $(OBJS3) $(OBJS
+ SYS_LIBRARIES = XawClientLibs
+ DEPLIBS = XawClientDepLibs
+ 
+-ComplexProgramTarget(xfinans)
++ComplexProgramTargetNoMan(xfinans)
+ 



Home | Main Index | Thread Index | Old Index