summaryrefslogtreecommitdiff
path: root/devel/subversion/files/extra-patch-svnserve-wrapper
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2011-10-16 14:31:47 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2011-10-16 14:31:47 +0000
commit09a0319c8399657c4d3e110d3463295b55760b16 (patch)
tree1591034c1650f38b220c94f3dd9829f433fb2576 /devel/subversion/files/extra-patch-svnserve-wrapper
parentUpdate ocamlgraph to 1.8 (diff)
Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port. Rename patches to more sane names. Add devel/subversion16 port, for people, who need old version. Mark ports, which could not be built with subversion 1.7.x, as conflicting with new subversion.
Notes
Notes: svn path=/head/; revision=283603
Diffstat (limited to 'devel/subversion/files/extra-patch-svnserve-wrapper')
-rw-r--r--devel/subversion/files/extra-patch-svnserve-wrapper11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/subversion/files/extra-patch-svnserve-wrapper b/devel/subversion/files/extra-patch-svnserve-wrapper
new file mode 100644
index 000000000000..e4cd1fc55b17
--- /dev/null
+++ b/devel/subversion/files/extra-patch-svnserve-wrapper
@@ -0,0 +1,11 @@
+--- build-outputs.mk.orig 2011-09-07 23:20:51.000000000 +0400
++++ build-outputs.mk 2011-09-07 23:21:37.000000000 +0400
+@@ -887,7 +887,7 @@
+ cd subversion/svndumpfilter ; $(INSTALL_BIN) svndumpfilter$(EXEEXT) $(DESTDIR)$(bindir)/svndumpfilter$(EXEEXT)
+ cd subversion/svnlook ; $(INSTALL_BIN) svnlook$(EXEEXT) $(DESTDIR)$(bindir)/svnlook$(EXEEXT)
+ cd subversion/svnrdump ; $(INSTALL_BIN) svnrdump$(EXEEXT) $(DESTDIR)$(bindir)/svnrdump$(EXEEXT)
+- cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve$(EXEEXT)
++ cd subversion/svnserve ; $(INSTALL_BIN) svnserve$(EXEEXT) $(DESTDIR)$(bindir)/svnserve.bin$(EXEEXT)
+ cd subversion/svnsync ; $(INSTALL_BIN) svnsync$(EXEEXT) $(DESTDIR)$(bindir)/svnsync$(EXEEXT)
+ cd subversion/svnversion ; $(INSTALL_BIN) svnversion$(EXEEXT) $(DESTDIR)$(bindir)/svnversion$(EXEEXT)
+