subversion: update to 1.14.3
- Adopt the package - Remove default configure options - Rebase the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
parent
9acff9cd6b
commit
d8e2857a74
|
@ -6,14 +6,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=subversion
|
PKG_NAME:=subversion
|
||||||
PKG_VERSION:=1.14.1
|
PKG_VERSION:=1.14.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@APACHE/subversion
|
PKG_SOURCE_URL:=@APACHE/subversion
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_HASH:=2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9
|
PKG_HASH:=949efd451a09435f7e8573574c71c7b71b194d844890fa49cd61d2262ea1a440
|
||||||
|
|
||||||
PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
|
PKG_MAINTAINER:=Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_CPE_ID:=cpe:/a:apache:subversion
|
PKG_CPE_ID:=cpe:/a:apache:subversion
|
||||||
|
@ -80,11 +80,7 @@ define Package/subversion-server/conffiles
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-mod-activation \
|
|
||||||
--without-ruby-sitedir \
|
|
||||||
--without-swig \
|
--without-swig \
|
||||||
--without-jikes \
|
|
||||||
--without-junit \
|
|
||||||
--without-berkeley-db \
|
--without-berkeley-db \
|
||||||
--without-apxs \
|
--without-apxs \
|
||||||
--without-sasl \
|
--without-sasl \
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
--- a/build/ac-macros/macosx.m4
|
--- a/build/ac-macros/macosx.m4
|
||||||
+++ b/build/ac-macros/macosx.m4
|
+++ b/build/ac-macros/macosx.m4
|
||||||
@@ -19,80 +19,3 @@ dnl ====================================
|
@@ -18,84 +18,3 @@ dnl under the License.
|
||||||
|
dnl ===================================================================
|
||||||
dnl
|
dnl
|
||||||
dnl Mac OS X specific checks
|
dnl Mac OS X specific checks
|
||||||
|
-
|
||||||
-dnl SVN_LIB_MACHO_ITERATE
|
-dnl SVN_LIB_MACHO_ITERATE
|
||||||
-dnl Check for _dyld_image_name and _dyld_image_header availability
|
-dnl Check for _dyld_image_name and _dyld_image_header availability
|
||||||
-AC_DEFUN(SVN_LIB_MACHO_ITERATE,
|
-AC_DEFUN(SVN_LIB_MACHO_ITERATE,
|
||||||
-[
|
-[
|
||||||
- AC_MSG_CHECKING([for Mach-O dynamic module iteration functions])
|
- AC_CACHE_CHECK([for Mach-O dynamic module iteration functions],
|
||||||
|
- [ac_cv_mach_o_dynamic_module_iteration_works], [
|
||||||
- AC_RUN_IFELSE([AC_LANG_PROGRAM([[
|
- AC_RUN_IFELSE([AC_LANG_PROGRAM([[
|
||||||
- #include <mach-o/dyld.h>
|
- #include <mach-o/dyld.h>
|
||||||
- #include <mach-o/loader.h>
|
- #include <mach-o/loader.h>
|
||||||
|
@ -17,13 +19,15 @@
|
||||||
- const char *name = _dyld_get_image_name(0);
|
- const char *name = _dyld_get_image_name(0);
|
||||||
- if (name && header) return 0;
|
- if (name && header) return 0;
|
||||||
- return 1;
|
- return 1;
|
||||||
- ]])],[
|
- ]])],
|
||||||
|
- [ac_cv_mach_o_dynamic_module_iteration_works=yes],
|
||||||
|
- [ac_cv_mach_o_dynamic_module_iteration_works=no],
|
||||||
|
- [ac_cv_mach_o_dynamic_module_iteration_works=no])
|
||||||
|
- ])
|
||||||
|
- if test "$ac_cv_mach_o_dynamic_module_iteration_works" = yes; then
|
||||||
- AC_DEFINE([SVN_HAVE_MACHO_ITERATE], [1],
|
- AC_DEFINE([SVN_HAVE_MACHO_ITERATE], [1],
|
||||||
- [Is Mach-O low-level _dyld API available?])
|
- [Is Mach-O low-level _dyld API available?])
|
||||||
- AC_MSG_RESULT([yes])
|
- fi
|
||||||
- ],[
|
|
||||||
- AC_MSG_RESULT([no])
|
|
||||||
- ])
|
|
||||||
-])
|
-])
|
||||||
-
|
-
|
||||||
-dnl SVN_LIB_MACOS_PLIST
|
-dnl SVN_LIB_MACOS_PLIST
|
||||||
|
|
Loading…
Reference in New Issue