diff options
author | 2012-03-11 15:37:26 +0000 | |
---|---|---|
committer | 2012-03-11 15:37:26 +0000 | |
commit | 77045c9bcb91b424ad4c224528774d73f5d3b8e7 (patch) | |
tree | c7cd1b75fff2db03275fbc04fa7442fcf767e6d2 /dev-vcs/subversion/files | |
parent | Initial commit. (diff) | |
download | gentoo-2-77045c9bcb91b424ad4c224528774d73f5d3b8e7.tar.gz gentoo-2-77045c9bcb91b424ad4c224528774d73f5d3b8e7.tar.bz2 gentoo-2-77045c9bcb91b424ad4c224528774d73f5d3b8e7.zip |
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)
Diffstat (limited to 'dev-vcs/subversion/files')
-rw-r--r-- | dev-vcs/subversion/files/subversion-fix-parallel-build-support-for-perl-bindings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |