please give this a try.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.59
diff -u -r1.59 Makefile
--- Makefile    22 Jun 2009 17:00:23 -0000      1.59
+++ Makefile    5 Aug 2009 21:06:23 -0000
@@ -7,13 +7,13 @@
 COMMENT-ap2=           apache2 subversion modules
 COMMENT-gnome-keyring= gnome-keyring support for subversion
 
-VERSION=               1.6.1
+VERSION=               1.6.3
 DISTNAME=              subversion-${VERSION}
 PKGNAME=               ${DISTNAME}
 PKGNAME-main=          ${DISTNAME}
 PKGNAME-perl=          p5-SVN-${VERSION}
 PKGNAME-python=                py-subversion-${VERSION}
-PKGNAME-ruby=          ruby-subversion-${VERSION}p0
+PKGNAME-ruby=          ruby-subversion-${VERSION}
 PKGNAME-ap2=           ap2-subversion-${VERSION}
 PKGNAME-gnome-keyring= gnome-keyring-subversion-${VERSION}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.19
diff -u -r1.19 distinfo
--- distinfo    28 Apr 2009 23:43:56 -0000      1.19
+++ distinfo    5 Aug 2009 21:06:23 -0000
@@ -1,5 +1,5 @@
-MD5 (subversion-1.6.1.tar.bz2) = lXCLlrkg+u/8oBf0Pslndw==
-RMD160 (subversion-1.6.1.tar.bz2) = s8yObPRsjkrUrb7m497Bhq55Alc=
-SHA1 (subversion-1.6.1.tar.bz2) = 3gHv7SVQXWicNppn+/my0vAuR5U=
-SHA256 (subversion-1.6.1.tar.bz2) = 
zdSnpOLG5nlnuZ/nhXpAmy/15XEmIU/cD22DX/eJ5so=
-SIZE (subversion-1.6.1.tar.bz2) = 5462507
+MD5 (subversion-1.6.3.tar.bz2) = i/djesmTaNsIkOPwhfppDQ==
+RMD160 (subversion-1.6.3.tar.bz2) = L2BPl6ewh76L0zfhEu6+k7LpRW8=
+SHA1 (subversion-1.6.3.tar.bz2) = iKSiFQn52PlaZPdUXzKU01b2Gcg=
+SHA256 (subversion-1.6.3.tar.bz2) = 
Hf1FUK6HaHxQMWZdOxYkCCEwtNwjWxCE6wxiefji7mw=
+SIZE (subversion-1.6.3.tar.bz2) = 5483625
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/devel/subversion/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -r1.2 patch-configure_ac
--- patches/patch-configure_ac  28 Apr 2009 23:43:56 -0000      1.2
+++ patches/patch-configure_ac  5 Aug 2009 21:06:23 -0000
@@ -1,6 +1,6 @@
-$OpenBSD: patch-configure_ac,v 1.2 2009/04/28 23:43:56 stsp Exp $
---- configure.ac.orig  Sat Feb  7 20:46:30 2009
-+++ configure.ac       Thu Feb 19 19:37:20 2009
+$OpenBSD: patch-configure_ac,v 1.1 2008/11/02 20:43:49 steven Exp $
+--- configure.ac.orig  Mon Jun  8 19:33:29 2009
++++ configure.ac       Tue Jul 28 07:27:06 2009
 @@ -6,7 +6,7 @@ AC_PREREQ(2.58)
  dnl Get the version of Subversion, using m4's esyscmd() command to do this
  dnl at m4-time, since AC_INIT() requires it then.
@@ -19,17 +19,34 @@
  
  # ==== Libraries, for which we may have source to build ======================
  
-@@ -447,7 +447,8 @@ if test "$enable_nls" = "yes"; then
-                    [
-                     AC_MSG_WARN([bindtextdomain() not found.  Disabling NLS.])
-                     enable_nls="no"
+@@ -443,11 +443,12 @@ if test "$enable_nls" = "yes"; then
+   AC_PATH_PROG(MSGMERGE, msgmerge, none)
+   AC_PATH_PROG(XGETTEXT, xgettext, none)
+   if test "$MSGFMT" != "none"; then
+-    AC_SEARCH_LIBS(bindtextdomain, [intl], [],
+-                   [
+-                    enable_nls="no"
 -                   ])
-+                   ], -liconv)
-+    AC_CHECK_LIB(iconv, libiconv_open)
+-    if test "$enable_nls" = "no"; then
++# avoid ending up with "no" again the second time due to cached result
++#    AC_SEARCH_LIBS(bindtextdomain, [intl], [],
++#                   [
++#                    enable_nls="no"
++#                   ])
++#    if test "$enable_nls" = "no"; then
+       # On some systems, libintl needs libiconv to link properly,
+       # so try again with -liconv.
+       AC_SEARCH_LIBS(bindtextdomain, [intl],
+@@ -460,7 +461,7 @@ if test "$enable_nls" = "yes"; then
+                       AC_MSG_WARN([bindtextdomain() not found.  Disabling 
NLS.])
+                       enable_nls="no"
+                      ], -liconv)
+-    fi
++#    fi
      if test "$enable_nls" = "yes"; then
        AC_DEFINE(ENABLE_NLS, 1,
                  [Define to 1 if translation of program messages to the user's
-@@ -749,7 +750,7 @@ AS_HELP_STRING([--enable-gprof],
+@@ -762,7 +763,7 @@ AS_HELP_STRING([--enable-gprof],
  # Python: Used for testsuite, and bindings
  
  

Reply via email to