pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wml Fix build on 1.6, and make sure File::PathConv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61d572339c4b
branches:  trunk
changeset: 490843:61d572339c4b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 21 19:26:03 2005 +0000

description:
Fix build on 1.6, and make sure File::PathConvert is not installed.
Closes PR 27024.

diffstat:

 www/wml/Makefile         |   4 ++--
 www/wml/distinfo         |   3 ++-
 www/wml/patches/patch-ae |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r b26444fb4a7d -r 61d572339c4b www/wml/Makefile
--- a/www/wml/Makefile  Mon Mar 21 18:09:03 2005 +0000
+++ b/www/wml/Makefile  Mon Mar 21 19:26:03 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:27 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/03/21 19:26:03 wiz Exp $
 #
 
 DISTNAME=      wml-2.0.9
@@ -45,7 +45,7 @@
 
 post-install:
        cd ${PREFIX}/man/cat1 ; \
-       for i in wml_aux_linklint wml_aux_tidy wml_aux_txt2html wml_p4_gm4 ; \
+       for i in wml_aux_tidy wml_aux_txt2html wml_p4_gm4 ; \
        do \
            ${MV} $${i}.1 $${i}.0 ; \
        done
diff -r b26444fb4a7d -r 61d572339c4b www/wml/distinfo
--- a/www/wml/distinfo  Mon Mar 21 18:09:03 2005 +0000
+++ b/www/wml/distinfo  Mon Mar 21 19:26:03 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:08:40 wiz Exp $
+$NetBSD: distinfo,v 1.5 2005/03/21 19:26:03 wiz Exp $
 
 SHA1 (wml-2.0.9.tar.gz) = ce95ad9c55fd52e2028099d391858d88cffd5d9f
 RMD160 (wml-2.0.9.tar.gz) = bf14a4c09bdd850c5bad5f48f712717a13b13412
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 77e99d3babc1e55c688fd607241fa5beeb29763c
 SHA1 (patch-ac) = 80863037faadf220ba1d01ef2133cdc42e08f0fa
 SHA1 (patch-ad) = 2955f349aa737f1758493897d1989a0b96220268
+SHA1 (patch-ae) = d250ebf44fa67fb247b0248476226d31a0c0c0c8
diff -r b26444fb4a7d -r 61d572339c4b www/wml/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/wml/patches/patch-ae  Mon Mar 21 19:26:03 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/03/21 19:26:03 wiz Exp $
+
+--- wml_common/Makefile.in.orig        2001-02-07 00:02:12.000000000 +0100
++++ wml_common/Makefile.in
+@@ -46,7 +46,6 @@ INITVARS = \
+ 
+ SUBDIRS = \
+      bitvector \
+-     filepathconvert \
+      gd \
+      getoptlong \
+      htmlclean \



Home | Main Index | Thread Index | Old Index