|
|
@@ -1,18 +1,36 @@
|
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2005-05-09 07:56:09 +0200
|
|
|
-+++ Makefile.in 2005-05-26 21:18:45 +0200
|
|
|
-@@ -575,7 +575,7 @@
|
|
|
- install-swig-rb: install-swig-rb-lib
|
|
|
+--- Makefile.in.orig 2006-08-23 17:12:43 +0200
|
|
|
++++ Makefile.in 2007-06-06 16:45:20 +0200
|
|
|
+@@ -144,7 +144,7 @@
|
|
|
+ LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
|
|
|
+
|
|
|
+ # special compilation for files destined for mod_dav_svn
|
|
|
+-COMPILE_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c
|
|
|
++COMPILE_APACHE_MOD = @APXS@ -c -S LIBEXECDIR="$(APACHE_LIBEXECDIR)" $(CPPFLAGS) $(APACHE_INCLUDES) $(INCLUDES) -o $@
|
|
|
+
|
|
|
+ # special compilation for files destined for libsvn_swig_* (e.g. swigutil_*.c)
|
|
|
+ COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c
|
|
|
+@@ -159,7 +159,7 @@
|
|
|
+ LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir)
|
|
|
+
|
|
|
+ # special link rule for mod_dav_svn
|
|
|
+-LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module $(APACHE_LDFLAGS)
|
|
|
++LINK_APACHE_MOD = @APXS@ -c -S LIBEXECDIR="$(APACHE_LIBEXECDIR)" $(LDFLAGS) $(APACHE_LDFLAGS)
|
|
|
+
|
|
|
+ # Compilation of SWIG-generated C source code
|
|
|
+ COMPILE_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_PY_COMPILE) $(CPPFLAGS) $(SWIG_INCLUDES) $(SWIG_PY_INCLUDES) -prefer-pic -c -o $@
|
|
|
+@@ -601,7 +601,7 @@
|
|
|
+ ./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
|
|
|
|
|
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
|
|
|
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
|
|
|
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
|
- swig-pl_DEPS = libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl $(SWIG_PL_DIR)/native/Makefile
|
|
|
- swig-pl: $(swig-pl_DEPS)
|
|
|
+ swig-pl_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
|
|
|
+ libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \
|
|
|
Index: apr-util/crypto/getuuid.c
|
|
|
---- apr-util/crypto/getuuid.c.orig 2006-03-25 03:00:17 +0100
|
|
|
-+++ apr-util/crypto/getuuid.c 2006-04-04 19:13:08 +0200
|
|
|
+--- apr-util/crypto/getuuid.c.orig 2007-01-17 23:16:55 +0100
|
|
|
++++ apr-util/crypto/getuuid.c 2007-06-06 16:45:20 +0200
|
|
|
@@ -102,7 +102,7 @@
|
|
|
static void get_pseudo_node_identifier(unsigned char *node)
|
|
|
{
|
|
|
@@ -75,9 +93,10 @@ Index: apr-util/crypto/getuuid.c
|
|
|
+ /* UUID field: node */
|
|
|
memcpy(&d[10], uuid_state_node, NODE_LENGTH);
|
|
|
}
|
|
|
---- configure.orig Fri Jul 1 22:18:48 2005
|
|
|
-+++ configure Fri Aug 5 17:18:33 2005
|
|
|
-@@ -19775,6 +19775,11 @@
|
|
|
+Index: configure
|
|
|
+--- configure.orig 2007-01-17 23:17:34 +0100
|
|
|
++++ configure 2007-06-06 16:45:20 +0200
|
|
|
+@@ -4207,6 +4207,11 @@
|
|
|
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
|
esac
|
|
|
|
|
|
@@ -90,9 +109,9 @@ Index: apr-util/crypto/getuuid.c
|
|
|
if eval $SHELL $ac_abs_srcdir/configure $ac_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_abs_srcdir $args
|
|
|
then :
|
|
|
Index: subversion/bindings/swig/perl/native/Makefile.PL.in
|
|
|
---- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2005-03-22 10:31:58 +0100
|
|
|
-+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2005-05-26 21:18:45 +0200
|
|
|
-@@ -26,16 +26,12 @@
|
|
|
+--- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2005-11-16 15:19:09 +0100
|
|
|
++++ subversion/bindings/swig/perl/native/Makefile.PL.in 2007-06-06 16:45:20 +0200
|
|
|
+@@ -23,16 +23,12 @@
|
|
|
ra_dav
|
|
|
fs_base
|
|
|
fs_fs/));
|
|
|
@@ -111,8 +130,8 @@ Index: subversion/bindings/swig/perl/native/Makefile.PL.in
|
|
|
|
|
|
chomp $apr_shlib_path_var;
|
|
|
|
|
|
-@@ -46,9 +42,9 @@
|
|
|
- " -I$svnlib_srcdir/include",
|
|
|
+@@ -44,9 +40,9 @@
|
|
|
+ " -I$svnlib_builddir",
|
|
|
" -I$swig_srcdir -g"),
|
|
|
OBJECT => q/$(O_FILES)/,
|
|
|
- LIBS => [join(' ', $apr_ldflags,
|