diff options
author | tonnerre <tonnerre> | 2008-08-12 20:09:34 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2008-08-12 20:09:34 +0000 |
commit | 602d1ca5d6b09986fb8c4cc1fd2de440f479f009 (patch) | |
tree | 340ad757af2b2a9e275dd3e5747c97ec09fa1a62 /www/wml | |
parent | 60d93f3a44718f4efec691573b7ee6a4368fc344 (diff) | |
download | pkgsrc-602d1ca5d6b09986fb8c4cc1fd2de440f479f009.tar.gz |
Fix path in WML patches (was work/... for some reason).
Diffstat (limited to 'www/wml')
-rw-r--r-- | www/wml/patches/patch-aj | 6 | ||||
-rw-r--r-- | www/wml/patches/patch-ak | 6 | ||||
-rw-r--r-- | www/wml/patches/patch-al | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/wml/patches/patch-aj b/www/wml/patches/patch-aj index 55c017eb4af..655e1a3f7d2 100644 --- a/www/wml/patches/patch-aj +++ b/www/wml/patches/patch-aj @@ -1,7 +1,7 @@ -$NetBSD: patch-aj,v 1.1 2008/07/13 20:35:46 tonnerre Exp $ +$NetBSD: patch-aj,v 1.2 2008/08/12 20:09:34 tonnerre Exp $ ---- work/wml-2.0.9/wml_contrib/wmg.cgi.orig 1999-05-20 13:39:28.000000000 +0200 -+++ work/wml-2.0.9/wml_contrib/wmg.cgi +--- wml_contrib/wmg.cgi.orig 1999-05-20 13:39:28.000000000 +0200 ++++ wml_contrib/wmg.cgi @@ -367,14 +367,7 @@ if ($level >= 1) { ($w, $h, $t) = Image::Size::imgsize(\$contents); if ($w*$h == 1) { diff --git a/www/wml/patches/patch-ak b/www/wml/patches/patch-ak index 7eef0733a7c..77769c705bc 100644 --- a/www/wml/patches/patch-ak +++ b/www/wml/patches/patch-ak @@ -1,7 +1,7 @@ -$NetBSD: patch-ak,v 1.1 2008/07/13 20:35:46 tonnerre Exp $ +$NetBSD: patch-ak,v 1.2 2008/08/12 20:09:34 tonnerre Exp $ ---- work/wml-2.0.9/wml_backend/p1_ipp/ipp.src.orig 2002-04-20 23:26:19.000000000 +0200 -+++ work/wml-2.0.9/wml_backend/p1_ipp/ipp.src +--- wml_backend/p1_ipp/ipp.src.orig 2002-04-20 23:26:19.000000000 +0200 ++++ wml_backend/p1_ipp/ipp.src @@ -565,6 +565,8 @@ foreach $str (@opt_D) { # process the pre-loaded include files # diff --git a/www/wml/patches/patch-al b/www/wml/patches/patch-al index 8f3a6c606bb..edb866ce6e2 100644 --- a/www/wml/patches/patch-al +++ b/www/wml/patches/patch-al @@ -1,7 +1,7 @@ -$NetBSD: patch-al,v 1.1 2008/07/13 20:35:46 tonnerre Exp $ +$NetBSD: patch-al,v 1.2 2008/08/12 20:09:34 tonnerre Exp $ ---- work/wml-2.0.9/wml_backend/p3_eperl/eperl_sys.c.orig 2002-08-08 23:56:26.000000000 +0200 -+++ work/wml-2.0.9/wml_backend/p3_eperl/eperl_sys.c +--- wml_backend/p3_eperl/eperl_sys.c.orig 2002-08-08 23:56:26.000000000 +0200 ++++ wml_backend/p3_eperl/eperl_sys.c @@ -211,13 +211,20 @@ char *mytmpfile(char *id) { char ca[1024]; |