summaryrefslogtreecommitdiff
path: root/usr.bin/svn
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-06-01 10:27:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-06-01 10:27:05 +0000
commitb7ec5dea64b6513b41316a38cc72efa9139bc4ae (patch)
treebf66ccf9d5050db816535e36bea07729f9a90238 /usr.bin/svn
parent674baa3c4f693d81a998d232bbfadfe4bd584a95 (diff)
parentbbee6e0814d5875b85b81f26fd4ca7a28b6f9570 (diff)
downloadsrc-test2-b7ec5dea64b6513b41316a38cc72efa9139bc4ae.tar.gz
src-test2-b7ec5dea64b6513b41316a38cc72efa9139bc4ae.zip
Notes
Diffstat (limited to 'usr.bin/svn')
-rw-r--r--usr.bin/svn/lib/libsvn_client/Makefile8
-rw-r--r--usr.bin/svn/lib/libsvn_repos/Makefile1
-rw-r--r--usr.bin/svn/svn/Makefile6
-rw-r--r--usr.bin/svn/svn_private_config.h37
4 files changed, 33 insertions, 19 deletions
diff --git a/usr.bin/svn/lib/libsvn_client/Makefile b/usr.bin/svn/lib/libsvn_client/Makefile
index c0f33ac20b68..0a73b3cee179 100644
--- a/usr.bin/svn/lib/libsvn_client/Makefile
+++ b/usr.bin/svn/lib/libsvn_client/Makefile
@@ -19,7 +19,6 @@ SRCS= add.c \
compat_providers.c \
conflicts.c \
copy.c \
- copy_foreign.c \
ctx.c \
delete.c \
deprecated.c \
@@ -31,6 +30,7 @@ SRCS= add.c \
import.c \
info.c \
iprops.c \
+ layout.c \
list.c \
locking_commands.c \
log.c \
@@ -46,14 +46,16 @@ SRCS= add.c \
resolved.c \
revert.c \
revisions.c \
- shelve.c \
+ shelf.c \
+ shelf2.c \
status.c \
switch.c \
update.c \
upgrade.c \
url.c \
util.c \
- version.c
+ version.c \
+ wc_editor.c
CFLAGS+= -I${SVNDIR}/include \
-I${SVNDIR} \
diff --git a/usr.bin/svn/lib/libsvn_repos/Makefile b/usr.bin/svn/lib/libsvn_repos/Makefile
index ef80f0772821..51aa05b9f5d3 100644
--- a/usr.bin/svn/lib/libsvn_repos/Makefile
+++ b/usr.bin/svn/lib/libsvn_repos/Makefile
@@ -17,6 +17,7 @@ SRCS= authz.c \
delta.c \
deprecated.c \
dump.c \
+ dump_editor.c \
fs-wrap.c \
hooks.c \
list.c \
diff --git a/usr.bin/svn/svn/Makefile b/usr.bin/svn/svn/Makefile
index 52ca922cd34d..fc31b878fbee 100644
--- a/usr.bin/svn/svn/Makefile
+++ b/usr.bin/svn/svn/Makefile
@@ -22,6 +22,7 @@ SRCS= add-cmd.c \
diff-cmd.c \
export-cmd.c \
file-merge.c \
+ filesize.c \
help-cmd.c \
import-cmd.c \
info-cmd.c \
@@ -44,9 +45,10 @@ SRCS= add-cmd.c \
resolve-cmd.c \
resolved-cmd.c \
revert-cmd.c \
- shelve-cmd.c \
- status-cmd.c \
+ shelf-cmd.c \
+ shelf2-cmd.c \
similarity.c \
+ status-cmd.c \
status.c \
svn.c \
switch-cmd.c \
diff --git a/usr.bin/svn/svn_private_config.h b/usr.bin/svn/svn_private_config.h
index 8a6435de7451..c923728d6a49 100644
--- a/usr.bin/svn/svn_private_config.h
+++ b/usr.bin/svn/svn_private_config.h
@@ -19,12 +19,21 @@
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
/* #undef HAVE_BIND_TEXTDOMAIN_CODESET */
+/* define if the Boost library is available */
+/* #undef HAVE_BOOST */
+
+/* define if the Boost::Unit_Test_Framework library is available */
+/* #undef HAVE_BOOST_UNIT_TEST_FRAMEWORK */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
+/* Define to 1 if you have the <elf.h> header file. */
+#define HAVE_ELF_H 1
+
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
@@ -43,6 +52,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
+/* Define to 1 if you have the <py3c.h> header file. */
+/* #undef HAVE_PY3C_H */
+
/* Define to 1 if you have the `rb_errinfo' function. */
/* #undef HAVE_RB_ERRINFO */
@@ -52,12 +64,6 @@
/* Define to 1 if you have the <serf.h> header file. */
#define HAVE_SERF_H 1
-/* Define to use internal LZ4 code */
-#define SVN_INTERNAL_LZ4 1
-
-/* Define to use internal UTF8PROC code */
-#define SVN_INTERNAL_UTF8PROC 1
-
/* Define to 1 if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1
@@ -116,7 +122,7 @@
#define PACKAGE_NAME "subversion"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "subversion 1.10.0"
+#define PACKAGE_STRING "subversion 1.14.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "subversion"
@@ -125,7 +131,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.10.0"
+#define PACKAGE_VERSION "1.14.0"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -133,9 +139,6 @@
/* Defined to build against httpd 2.4 with broken auth */
/* #undef SVN_ALLOW_BROKEN_HTTPD_AUTH */
-/* Define to the Python/C API format character suitable for apr_int64_t */
-#define SVN_APR_INT64_T_PYCFMT "l"
-
/* Defined to be the path to the installed binaries */
#define SVN_BINDIR "/usr/bin"
@@ -155,7 +158,7 @@
/* #undef SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE */
/* Shared library file name suffix format */
-#undef SVN_DSO_SUFFIX_FMT
+/* #undef SVN_DSO_SUFFIX_FMT */
/* The desired major version for the Berkeley DB */
#define SVN_FS_WANT_DB_MAJOR 4
@@ -179,7 +182,7 @@
/* #undef SVN_HAVE_KEYCHAIN_SERVICES */
/* Defined if KF5 available */
-#undef SVN_HAVE_KF5
+/* #undef SVN_HAVE_KF5 */
/* Defined if KWallet support is enabled */
/* #undef SVN_HAVE_KWALLET */
@@ -188,7 +191,7 @@
#define SVN_HAVE_LIBMAGIC 1
/* Is libsecret support enabled? */
-#undef SVN_HAVE_LIBSECRET
+/* #undef SVN_HAVE_LIBSECRET */
/* Is Mach-O low-level _dyld API available? */
/* #undef SVN_HAVE_MACHO_ITERATE */
@@ -208,6 +211,12 @@
/* Defined if support for Serf is enabled */
#define SVN_HAVE_SERF 1
+/* Define to use internal LZ4 code */
+#define SVN_INTERNAL_LZ4 1
+
+/* Define to use internal UTF8PROC code */
+#define SVN_INTERNAL_UTF8PROC 1
+
/* Defined if libsvn_fs should link against libsvn_fs_base */
/* #undef SVN_LIBSVN_FS_LINKS_FS_BASE */