From 77045c9bcb91b424ad4c224528774d73f5d3b8e7 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sun, 11 Mar 2012 15:37:26 +0000 Subject: Version bump, fixes bug 404939 and bug 404527, add workaround for linking issue during cross-compilation, when upgrading from 1.6 to 1.7, fixes bug 387057, restrict ruby dependency to 1.8 and force usage of that version, fixes bug 399105, add patch for parallel make issue with perl module, fixes bug 388607, also adjust xinetd.d script with USE=apache2 disabled, fixes bug 381385, remove enewgroup and enewuser from pkg_config, fixes bug 404499, remove files for languages not in LINGUAS var, fixes bug 402299 (Portage version: 2.2.0_alpha90-r1/cvs/Linux x86_64) --- ...version-fix-parallel-build-support-for-perl-bindings.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch (limited to 'dev-vcs/subversion/files') diff --git a/dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch b/dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch new file mode 100644 index 000000000000..4fab19a66b91 --- /dev/null +++ b/dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch @@ -0,0 +1,11 @@ +--- Makefile.in 2011-07-16 13:50:53.000000000 +0200 ++++ Makefile.in.new 2012-03-11 12:13:57.000000000 +0100 +@@ -732,7 +732,7 @@ + extraclean-swig-headers: clean-swig-headers + $(EXTRACLEAN_SWIG_HEADERS) + +-$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in ++$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in libsvn_swig_perl + ./config.status subversion/bindings/swig/perl/native/Makefile.PL + + $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL -- cgit v1.2.3-65-gdbad