svn commit: r467833 - in head/devel/svk: . files

Mathieu Arnold mat at FreeBSD.org
Fri Apr 20 15:12:36 UTC 2018


Author: mat
Date: Fri Apr 20 15:12:35 2018
New Revision: 467833
URL: https://svnweb.freebsd.org/changeset/ports/467833

Log:
  Fix with Subversion 1.10. (required is 1.3, so remove the test.)
  
  Sponsored by:	Absolight

Added:
  head/devel/svk/files/patch-Makefile.PL   (contents, props changed)
Modified:
  head/devel/svk/Makefile   (contents, props changed)

Modified: head/devel/svk/Makefile
==============================================================================
--- head/devel/svk/Makefile	Fri Apr 20 14:59:05 2018	(r467832)
+++ head/devel/svk/Makefile	Fri Apr 20 15:12:35 2018	(r467833)
@@ -15,8 +15,6 @@ COMMENT=	Distributed Version Control System
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BROKEN=		fails to configure
-
 BUILD_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
 		p5-subversion>=0:devel/p5-subversion \
 		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \

Added: head/devel/svk/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/svk/files/patch-Makefile.PL	Fri Apr 20 15:12:35 2018	(r467833)
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig	2018-04-20 15:05:12 UTC
++++ Makefile.PL
+@@ -151,10 +151,3 @@ auto_install();
+ auto_provides();
+ WriteAll( sign => 0 );
+ 
+-$::VERSION = $required_svn;
+-die << "." unless eval {require SVN::Core; SVN::Core->VERSION >= main->VERSION };
+-===> Warning: SVN::Core missing or outdated.
+-Please manually install SVN::Core by compiling Subversion
+-(version $required_svn or above) with SWIG/Perl bindings,
+-and try this installation process again.
+-.


More information about the svn-ports-head mailing list