summaryrefslogtreecommitdiff
path: root/editors/xvile/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-09-06 08:16:14 +0000
committerjlam <jlam@pkgsrc.org>2000-09-06 08:16:14 +0000
commit73a9058e8ad9db37ffc96934331c51433a35ec05 (patch)
tree94f7b7c0ec42d5dc353173f9402bd3f3051f4986 /editors/xvile/patches
parent932fa6abbbd4674b2f0f69406eb7aca85b630a61 (diff)
downloadpkgsrc-73a9058e8ad9db37ffc96934331c51433a35ec05.tar.gz
Add PERL_POLLUTE to compile correctly with perl>=5.6.0 until source catches
up with latest perl API. While here, modify the builds so that vile and xvile don't conflict when xpkgwedge is installed. Fixes pkg/10947 by Matthias Scheler <tron@lyssa.zhadum.de>.
Diffstat (limited to 'editors/xvile/patches')
-rw-r--r--editors/xvile/patches/patch-aa27
-rw-r--r--editors/xvile/patches/patch-ab13
2 files changed, 35 insertions, 5 deletions
diff --git a/editors/xvile/patches/patch-aa b/editors/xvile/patches/patch-aa
index a490d3c3761..9c81925b0ea 100644
--- a/editors/xvile/patches/patch-aa
+++ b/editors/xvile/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.5 2000/01/02 18:23:22 tron Exp $
+$NetBSD: patch-aa,v 1.6 2000/09/06 08:16:16 jlam Exp $
---- makefile.in.orig Thu Nov 11 03:04:17 1999
-+++ makefile.in Sun Jan 2 19:18:10 2000
+--- makefile.in.orig Wed Nov 10 21:04:17 1999
++++ makefile.in Wed Sep 6 03:50:28 2000
@@ -50,7 +50,7 @@
PERL = @PERL@
@@ -11,7 +11,24 @@ $NetBSD: patch-aa,v 1.5 2000/01/02 18:23:22 tron Exp $
prefix = @prefix@
-@@ -607,7 +607,7 @@
+@@ -59,7 +59,7 @@
+ manext = 1
+ libdir = @libdir@
+ bindir = @bindir@
+-datadir = @datadir@/vile
++datadir = @datadir@
+ perldir = $(datadir)/perl
+ mandir = @mandir@/man$(manext)
+
+@@ -316,7 +316,6 @@
+
+ INSTALL_PERL_DIRS = $(PERLDIR)
+ INSTALL_PERL_FILES = \
+- $(BINDIR)/vileget \
+ $(PERLDIR)/Vile.pm \
+ $(PERLDIR)/Vileserv.pm \
+ $(PERLDIR)/dir.pl \
+@@ -607,7 +606,7 @@
$(INSTALL_PROGRAM) $(TARGET) $@
$(BINDIR)/xshell.sh: $(srcdir)/xshell.sh
@@ -20,7 +37,7 @@ $NetBSD: patch-aa,v 1.5 2000/01/02 18:23:22 tron Exp $
$(BINDIR)/vileget: $(srcdir)/perl/vileget
$(INSTALL_SCRIPT) $(srcdir)/perl/vileget $@
-@@ -674,6 +674,9 @@
+@@ -674,6 +673,9 @@
$(INSTALL_DIRS):
$(SHELL) ${srcdir}/mkdirs.sh $@
diff --git a/editors/xvile/patches/patch-ab b/editors/xvile/patches/patch-ab
new file mode 100644
index 00000000000..a53bdbae484
--- /dev/null
+++ b/editors/xvile/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2000/09/06 08:16:16 jlam Exp $
+
+--- filters/makefile.in.orig Sun Oct 10 21:06:52 1999
++++ filters/makefile.in Wed Sep 6 03:52:09 2000
+@@ -34,7 +34,7 @@
+
+ libdir = @libdir@
+ bindir = @VILE_LIBDIR_PATH@
+-datadir = @datadir@/vile
++datadir = @datadir@
+
+ #### End of system configuration section. ####
+