Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 20:51:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534433 - in head/devel/p5-Coro: . files
Message-ID:  <202005082051.048KpJjO007182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  8 20:51:19 2020
New Revision: 534433
URL: https://svnweb.freebsd.org/changeset/ports/534433

Log:
  Remove p5-Canary-Stability from BUILD_DEPENDS

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

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Fri May  8 20:51:13 2020	(r534432)
+++ head/devel/p5-Coro/Makefile	Fri May  8 20:51:19 2020	(r534433)
@@ -14,8 +14,7 @@ COMMENT=	Coroutine process abstraction for perl
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Canary-Stability>=0:devel/p5-Canary-Stability \
-		${RUN_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-AnyEvent>=7:devel/p5-AnyEvent \
 		p5-AnyEvent-AIO>=1.0:devel/p5-AnyEvent-AIO \
 		p5-EV>=4:devel/p5-EV \

Added: head/devel/p5-Coro/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Coro/files/patch-Makefile.PL	Fri May  8 20:51:19 2020	(r534433)
@@ -0,0 +1,18 @@
+--- Makefile.PL.orig	2017-07-14 02:47:48 UTC
++++ Makefile.PL
+@@ -1,6 +1,5 @@
+ use ExtUtils::MakeMaker;
+ 
+-use Canary::Stability Coro => 1, 5.008009;
+ 
+ unless (-e "Coro/libcoro/coro.c") {
+    print <<EOF;
+@@ -89,7 +88,7 @@ WriteMakefile(
+        #BDB              => 1.5,
+        #AnyEvent::BDB    => 1.0,
+     },
+-    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
++    CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52 },
+     # neither configure_requires nor recommends can be used
+     # for optional dependencies. whoever decided that a module needs
+     # to build properly without its dependencies installed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005082051.048KpJjO007182>