diff options
author | kristerw <kristerw> | 2004-06-27 18:30:54 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-06-27 18:30:54 +0000 |
commit | 153f702caf19bb9df5b237821278a5b63b50aefa (patch) | |
tree | ed4af19dcf3fd80feca207e9db1b20d1263be80c /www/swish-e/patches | |
parent | 275859b05da47d64acfb6b206a196346240c561c (diff) | |
download | pkgsrc-153f702caf19bb9df5b237821278a5b63b50aefa.tar.gz |
Make sure the directories exists before trying to install in them.
Solves PR 25426.
Add dependency on PERL5 so that the configure script does the right
thing, since this package use the path in places that cannot be
patched by REPLACE_PERL (and bin/swish-filter-test need perl to
run anyway).
Bump PKGREVISION.
Diffstat (limited to 'www/swish-e/patches')
-rw-r--r-- | www/swish-e/patches/patch-aa | 13 | ||||
-rw-r--r-- | www/swish-e/patches/patch-ab | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/www/swish-e/patches/patch-aa b/www/swish-e/patches/patch-aa new file mode 100644 index 00000000000..14bea567617 --- /dev/null +++ b/www/swish-e/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2004/06/27 18:30:54 kristerw Exp $ + +--- filters/SWISH/Makefile.in.orig 2003-12-18 06:49:40.000000000 +0100 ++++ filters/SWISH/Makefile.in 2004-06-27 19:47:52.000000000 +0200 +@@ -189,7 +189,7 @@ + nobase_perlmoduleSCRIPT_INSTALL = $(install_sh_SCRIPT) + install-nobase_perlmoduleSCRIPTS: $(nobase_perlmodule_SCRIPTS) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(perlmoduledir) ++ $(mkinstalldirs) $(DESTDIR)$(perlmoduledir)/Filters + @list='$(nobase_perlmodule_SCRIPTS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f $$d$$p; then \ diff --git a/www/swish-e/patches/patch-ab b/www/swish-e/patches/patch-ab new file mode 100644 index 00000000000..52b16868815 --- /dev/null +++ b/www/swish-e/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.6 2004/06/27 18:30:54 kristerw Exp $ + +--- conf/Makefile.in.orig 2004-06-27 19:53:09.000000000 +0200 ++++ conf/Makefile.in 2004-06-27 19:55:25.000000000 +0200 +@@ -202,7 +202,7 @@ + nobase_exampleDATA_INSTALL = $(install_sh_DATA) + install-nobase_exampleDATA: $(nobase_example_DATA) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(exampledir) ++ $(mkinstalldirs) $(DESTDIR)$(exampledir)/stopwords + @list='$(nobase_example_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="$$p"; \ |