summaryrefslogtreecommitdiff
path: root/www/wml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-21 19:26:03 +0000
committerwiz <wiz@pkgsrc.org>2005-03-21 19:26:03 +0000
commit652421eab62079339eae660fc2d8a79f9f86d353 (patch)
tree00cc0a360b90e0ac47bc6d4f5e8dc9329895c990 /www/wml
parent90807866df55980197e10096db04acb4957750fe (diff)
downloadpkgsrc-652421eab62079339eae660fc2d8a79f9f86d353.tar.gz
Fix build on 1.6, and make sure File::PathConvert is not installed.
Closes PR 27024.
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile4
-rw-r--r--www/wml/distinfo3
-rw-r--r--www/wml/patches/patch-ae12
3 files changed, 16 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index 41a4094ef40..10cdbda3837 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -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 @@ pre-configure:
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 --git a/www/wml/distinfo b/www/wml/distinfo
index 976e3c496e9..f2852c994a4 100644
--- a/www/wml/distinfo
+++ b/www/wml/distinfo
@@ -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-aa) = 398ddb03402c17306e259b10cf9b5d7ec774d71b
SHA1 (patch-ab) = 77e99d3babc1e55c688fd607241fa5beeb29763c
SHA1 (patch-ac) = 80863037faadf220ba1d01ef2133cdc42e08f0fa
SHA1 (patch-ad) = 2955f349aa737f1758493897d1989a0b96220268
+SHA1 (patch-ae) = d250ebf44fa67fb247b0248476226d31a0c0c0c8
diff --git a/www/wml/patches/patch-ae b/www/wml/patches/patch-ae
new file mode 100644
index 00000000000..bd04f05d4f0
--- /dev/null
+++ b/www/wml/patches/patch-ae
@@ -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 \