Fix build on 1.6, and make sure File::PathConvert is not installed.
Closes PR 27024.
This commit is contained in:
parent
90807866df
commit
652421eab6
3 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
12
www/wml/patches/patch-ae
Normal file
12
www/wml/patches/patch-ae
Normal file
|
@ -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 \
|
Loading…
Reference in a new issue