Bug 173283 - [patch] update devel/subversion to 1.7.7
Summary: [patch] update devel/subversion to 1.7.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 05:30 UTC by Olli Hauer
Modified: 2013-01-13 23:30 UTC (History)
1 user (show)

See Also:


Attachments
subversion.diff (7.47 KB, patch)
2012-11-02 05:30 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2012-11-02 05:30:00 UTC
- update subversion to 1.7.7


Changelog:
http://svn.apache.org/repos/asf/subversion/tags/1.7.7/CHANGES

Version 1.7.7
(09 Oct 2012, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.7
 User-visible changes
  - Client- and server-side bugfixes:
    * fix memory read bug (r137614)
    * update Chinese translation

  - Client-side bugfixes:
    * fix issues with applying Git patch files (r1374800, et al)
    * fix status does not descend into dir externals after upgrade (issue #4016)
    * fix file externals don't update with old mod_dav_svn (issue #4224)
    * fix external diff tool duplicates Index: lines with 'svn diff' (r1380697)
    * fix GNOME keyring library fails with very old glib (r1378847)
    * fix unknown password stores in config file cause error (r1375052)
    * fix assertions in ra_serf running against server root (r1365519, et al)
    * fix ra_serf checkout/export aborts early on Windows (issue #4174)
 
  - Server-side bugfixes:
    * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)
    * fix unbounded memory use with SVNPathAuthz short_circuit (r1387943)
    * fix svndumpfilter exclude --targets requires leading slash (issue #4234)
    * fix connection ttl for memcache should be 50 seconds (r1391641)
    * stabilize order of paths in dumpfiles with APR 1.4.6 (r1344864, et al)

 Developer-visible changes:
  - General:
    * print "All tests successful" at the end of 'make check' (r1375089)
    * fix sandbox violation in a test (r1371282)
    * fix tests fail when running within a format 30 WC (r1391188, et al)
    * fix return value of svn_client_update4() incorrect (r1380295)
    * fix make check summary missing test failures (r1390965)
    * fix build does not fail when apache httpd is not available (r1374198)

  - Bindings:
    * fix swig-pl build fails with swig 2.0.7 and newer. (r1389658)
    * fix swig-py runtime problems with swig 2.0.5 and newer (r1351117)

Fix: - removed files: file/patch-build-outputs.mk
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-02 05:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-13 23:25:42 UTC
Author: ohauer
Date: Sun Jan 13 23:25:34 2013
New Revision: 310350
URL: http://svnweb.freebsd.org/changeset/ports/310350

Log:
  - disable build against installed serf if not explicit selected via OPTION
  - make test fail non fatal
  
   patch was part of PR 173283
  
   while I'm here adopt new Makefile header
  
  PR:		173283
  Submitted by:	ohauer
  Approved by:	maintainer timeout

Modified:
  head/devel/subversion/Makefile
  head/devel/subversion/Makefile.common

Modified: head/devel/subversion/Makefile
==============================================================================
--- head/devel/subversion/Makefile	Sun Jan 13 22:48:52 2013	(r310349)
+++ head/devel/subversion/Makefile	Sun Jan 13 23:25:34 2013	(r310350)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	subversion
-# Date created:				10 September 2001
-# Whom:					rooneg@electricjellyfish.net
-#
+# Created by: rooneg@electricjellyfish.net
 # $FreeBSD$
 
 MAINTAINER=	lev@FreeBSD.org
@@ -253,7 +250,7 @@ pre-configure:
 # takes a long time, and will fail but gives maintainer a good oversight
 .if ${PORT_OPTIONS:MTEST}
 test:
-	make check -C ${WRKSRC}
+	-@make check -C ${WRKSRC}
 .endif
 
 pre-install:

Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common	Sun Jan 13 22:48:52 2013	(r310349)
+++ head/devel/subversion/Makefile.common	Sun Jan 13 23:25:34 2013	(r310350)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	subversion
-# Date created:				10 September 2001
-# Whom:					rooneg@electricjellyfish.net
-#
+# Created by: rooneg@electricjellyfish.net
 # $FreeBSD$
 
 PORTNAME=	subversion
@@ -123,6 +120,7 @@ LIB_DEPENDS+=	serf-1:${PORTSDIR}/www/ser
 CONFIGURE_ARGS+=--with-serf=${LOCALBASE}
 PLIST_SUB+=	SERF=""
 .else
+CONFIGURE_ARGS+=--without-serf
 PLIST_SUB+=	SERF="@comment "
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2013-01-13 23:25:56 UTC
State Changed
From-To: open->closed




Comment 4 Olli Hauer freebsd_committer freebsd_triage 2013-01-13 23:25:56 UTC
Responsible Changed
From-To: lev->ohauer

commit missing parts from PR