diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-03 16:00:02 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-03 16:00:02 +0000 |
commit | 6f6bf72eb4f57b6c29013a9943964d057b23f6cf (patch) | |
tree | a0094ef9257acbbfdfce9b8d59aad69d9610c94b /www/htmllint/patches | |
parent | 85c70f26c984b642a740d10e0ec579a1de799f07 (diff) | |
download | pkgsrc-6f6bf72eb4f57b6c29013a9943964d057b23f6cf.tar.gz |
Update to version 2003-02-03; (aka make this find the distfile again; fix
bulk-build problem)
Changes: unknown, no information was available in any language or characterset
that I can understand.
Use REPLACE_PERL to obsolete a few patches.
Diffstat (limited to 'www/htmllint/patches')
-rw-r--r-- | www/htmllint/patches/patch-ab | 10 | ||||
-rw-r--r-- | www/htmllint/patches/patch-ac | 16 | ||||
-rw-r--r-- | www/htmllint/patches/patch-ae | 10 | ||||
-rw-r--r-- | www/htmllint/patches/patch-af | 10 |
4 files changed, 0 insertions, 46 deletions
diff --git a/www/htmllint/patches/patch-ab b/www/htmllint/patches/patch-ab deleted file mode 100644 index bedd1608328..00000000000 --- a/www/htmllint/patches/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/03/18 14:05:12 kei Exp $ - ---- htmllint.cgi.orig Thu Mar 8 20:18:48 2001 -+++ htmllint.cgi Thu Mar 15 10:13:17 2001 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -+#!@PREFIX@/bin/perl - # CGI script for Another HTML-lint gateway ################### - require 5.004; - diff --git a/www/htmllint/patches/patch-ac b/www/htmllint/patches/patch-ac deleted file mode 100644 index b6cb47f7292..00000000000 --- a/www/htmllint/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2002/11/22 16:10:11 jschauma Exp $ - ---- htmllint.orig Fri Nov 22 10:33:45 2002 -+++ htmllint Fri Nov 22 10:34:19 2002 -@@ -1,9 +1,9 @@ --#!/usr/local/bin/perl -+#!@PREFIX@/bin/perl - - # Another HTML-lint ########################################### - - use File::Basename; --push @INC => [&fileparse($0)]->[1]; -+push @INC => '@PREFIX@/share/httpd/htdocs/htmllint'; # XXX - - my $add_options; # = '-noscore -pedantic etc...'; - diff --git a/www/htmllint/patches/patch-ae b/www/htmllint/patches/patch-ae deleted file mode 100644 index 453053908b1..00000000000 --- a/www/htmllint/patches/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2001/03/14 05:13:05 kei Exp $ - ---- parsedtd.pl.orig Wed Jan 24 10:05:31 2001 -+++ parsedtd.pl Wed Jan 24 10:10:43 2001 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -+#!@PREFIX@/bin/perl - - # Simple DTD Parser for HTML ########################## - diff --git a/www/htmllint/patches/patch-af b/www/htmllint/patches/patch-af deleted file mode 100644 index 0c11d7962f9..00000000000 --- a/www/htmllint/patches/patch-af +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2001/03/14 05:13:05 kei Exp $ - ---- tagslist.cgi.orig Wed Jan 24 10:05:39 2001 -+++ tagslist.cgi Wed Jan 24 10:10:59 2001 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -+#!@PREFIX@/bin/perl - - # 規則ファイルから要素一覧HTMLを生成する - |