On 2020/05/31 14:39, Yasuhito FUTATSUKI wrote:
> 
> I updated the patch.
I found that subversion/bindings/swig/INSTALL still containd
environment variable based methods, so I updated the
patch again.
The difference from previous "fix_configure_patch2.txt" is following two
hanks for subversion/bindings/swig/INSTALL:
[[
@@ -209,10 +213,10 @@
 *  Perl
 
    Perl 5.8.0 is required.  You can specify the perl binary by passing
-   PERL=/path/to/perl as part of the configure command in the top level
-   of the Subversion source tree.  Make sure that the Perl version used
-   is the same one that you configured SWIG to run against during the
-   SWIG configure (see above).
+   --with-swig-perl=/path/to/perl as an option of the configure command
+   in the top level of the Subversion source tree.  Make sure that the
+   Perl version used is the same one that you configured SWIG to run
+   against during the SWIG configure (see above).
 
    1.  Run `make swig-pl' from the top of the Subversion build tree.
 
@@ -251,10 +255,11 @@
    3. To install, run `make install-swig-rb' from the top of the
       Subversion build tree.
 
-   You can specify the ruby binary by passing RUBY=/path/to/ruby as part
-   of the configure command in the top level of the Subversion source
-   tree. Make sure that the Ruby version used is the same one that you
-   configured SWIG to run against during the SWIG configure (see above).
+   You can specify the ruby binary by passing --with-swig-ruby=/path/to/ruby
+   as an option of the configure command in the top level of the
+   Subversion source tree. Make sure that the Ruby version used is
+   the same one that you configured SWIG to run against during the
+   SWIG configure (see above).
 
 
 BUILDING SWIG BINDINGS FOR SVN ON WINDOWS
]]
I attached full diff, as fix_configure_patch3.txt.
Thanks,
-- 
Yasuhito FUTATSUKI <futatuki_at_poem.co.jp>/<futatuki_at_yf.bsdclub.org>
Received on 2020-05-31 12:05:01 CEST