usr/src/cmd/subversion/subversion-1.6.5.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Sat, 23 Apr 2011 12:08:45 -0700
changeset 74 fd34810c2c84
parent 2 8f1801a322e9
permissions -rw-r--r--
Import sfw build 163 Bugs Fixed ---------- 6818324 zebra should be able to be launched with --retain option 6829723 quagga build waits for user input 6850303 webmin no longer needs to deliver its own private copy of Net::SSLeay 6996979 SFW needs to finish migration to Python 2.6 7013569 quagga: bgpd: missing privilege "proc_fork" 7014295 quagga make targets in the wrong places. 7020999 CVE-2011-0719 Samba is vulnerable to DoS by memory corruption 7022250 Typo in quagga start method. 7022259 ripngd rejects short form for --retain option 7022721 quagga tries to install common/rbac/exec_attr 7027870 need to fix rbac entries in sfw for PSARC/2010/357 7027911 remove yet more things from sfw

--- Makefile.in	2009-02-16 08:10:48.000000000 -0800
+++ Makefile.in	2009-09-23 21:35:11.885785150 -0700
@@ -76,8 +76,8 @@
 swig_rb_libdir = @libdir@
 
 ### these possibly need further discussion
-swig_pydir = @libdir@/svn-python/libsvn
-swig_pydir_extra = @libdir@/svn-python/svn
+swig_pydir = /usr/lib/python2.6/vendor-packages/libsvn
+swig_pydir_extra = /usr/lib/python2.6/vendor-packages/svn
 swig_pldir = @libdir@/svn-perl
 swig_rbdir = $(SWIG_RB_SITE_ARCH_DIR)/svn/ext
 contribdir = @bindir@/svn-contrib