pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/catdoc Set "install" as a .PHONY target so th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5658851d6ad
branches:  trunk
changeset: 530293:b5658851d6ad
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 21 19:25:47 2007 +0000

description:
Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.

diffstat:

 textproc/catdoc/distinfo         |   3 ++-
 textproc/catdoc/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r fe4ca934de6f -r b5658851d6ad textproc/catdoc/distinfo
--- a/textproc/catdoc/distinfo  Thu Jun 21 19:08:56 2007 +0000
+++ b/textproc/catdoc/distinfo  Thu Jun 21 19:25:47 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2007/01/24 17:07:00 reed Exp $
+$NetBSD: distinfo,v 1.9 2007/06/21 19:25:47 minskim Exp $
 
 SHA1 (catdoc-0.94.2.tar.gz) = 50ce9d7cb24ad6b10a856c9c24183e2b0a11ca04
 RMD160 (catdoc-0.94.2.tar.gz) = 59eb7a026fd3a2dae74a3e7f01a58266f7efaf72
 Size (catdoc-0.94.2.tar.gz) = 146012 bytes
+SHA1 (patch-aa) = 7190b66e2dc0c68844b560ce59a7fad5fb0453c0
 SHA1 (patch-ac) = 573aad7759f1975e27216023f45663c2a17febff
 SHA1 (patch-af) = 2441e50fcb3c829c39d3f62086e871701d735df2
diff -r fe4ca934de6f -r b5658851d6ad textproc/catdoc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/catdoc/patches/patch-aa  Thu Jun 21 19:25:47 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2007/06/21 19:25:47 minskim Exp $
+
+--- Makefile.in.orig   2006-02-24 09:44:06.000000000 -0800
++++ Makefile.in
+@@ -2,6 +2,7 @@
+ # Your C compilier and flags
+ SHELL = /bin/sh
+ 
++.PHONY: install
+ 
+ all:
+       for i in src doc charsets; do\



Home | Main Index | Thread Index | Old Index