diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-10-16 14:31:47 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-10-16 14:31:47 +0000 |
commit | 09a0319c8399657c4d3e110d3463295b55760b16 (patch) | |
tree | 1591034c1650f38b220c94f3dd9829f433fb2576 /devel/subversion/files/patch-Makefile.in | |
parent | Update 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/patch-Makefile.in')
-rw-r--r-- | devel/subversion/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/subversion/files/patch-Makefile.in b/devel/subversion/files/patch-Makefile.in deleted file mode 100644 index 81849c005a3a..000000000000 --- a/devel/subversion/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2011-04-11 01:50:03.390898319 +0200 -+++ Makefile.in 2011-04-11 01:51:34.081021527 +0200 -@@ -110,8 +110,9 @@ - LT_CXX_LIBADD = @LT_CXX_LIBADD@ - - INCLUDES = -I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion \ -+ @SVN_KWALLET_INCLUDES@ \ - @SVN_APR_INCLUDES@ @SVN_APRUTIL_INCLUDES@ @SVN_APR_MEMCACHE_INCLUDES@ \ -- @SVN_DB_INCLUDES@ @SVN_GNOME_KEYRING_INCLUDES@ @SVN_KWALLET_INCLUDES@ \ -+ @SVN_DB_INCLUDES@ @SVN_GNOME_KEYRING_INCLUDES@ \ - @SVN_NEON_INCLUDES@ @SVN_SASL_INCLUDES@ @SVN_SERF_INCLUDES@ \ - @SVN_SQLITE_INCLUDES@ @SVN_ZLIB_INCLUDES@ - |