# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../subversion/no-svnversion-cross.patch # Copyright (C) 2008 - 2011 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- Running svnversion obviously is not a good idea durign cross builds, and as I doubt this file (containing "exported" on normal native subversion release builds) is of much value I decided to completely discard it until further notice for any build. - Rene Rebe --- subversion-1.6.15/Makefile.in.vanilla 2011-05-23 12:26:46.000000000 +0200 +++ subversion-1.6.15/Makefile.in 2011-05-23 12:27:38.000000000 +0200 @@ -366,9 +366,7 @@ revision-install: test -d $(DESTDIR)$(includedir)/subversion-1 || \ $(MKDIR) $(DESTDIR)$(includedir)/subversion-1 - (subversion/svnversion/svnversion $(top_srcdir) || \ - svnversion $(top_srcdir) || \ - echo "unknown"; \ + ( echo "unknown"; \ ) > $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt install-static: @INSTALL_STATIC_RULES@