From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 9/9] perl-EV: New package.
Date: Thu, 14 Apr 2016 08:30:45 +0200 [thread overview]
Message-ID: <1460615445-3996-9-git-send-email-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <1460615445-3996-1-git-send-email-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3329 bytes --]
This is a build and runtime dependency of perl-Coro.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
...EV-4.03-Don-t-ask-questions-at-build-time.patch | 29 ++++++++++
perl-EV/perl-EV.nm | 66 ++++++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644 perl-EV/patches/perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
create mode 100644 perl-EV/perl-EV.nm
diff --git a/perl-EV/patches/perl-EV-4.03-Don-t-ask-questions-at-build-time.patch b/perl-EV/patches/perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
new file mode 100644
index 0000000..26d17be
--- /dev/null
+++ b/perl-EV/patches/perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
@@ -0,0 +1,29 @@
+From a812d071294832e47a3edbadba250616626b95b7 Mon Sep 17 00:00:00 2001
+From: Mathieu Bridon <bochecha(a)fedoraproject.org>
+Date: Mon, 24 Jan 2011 16:07:23 +0800
+Subject: [PATCH] Don't ask questions at build time.
+
+Builds must not be interactive in Fedora. Let's just use the defaults
+and avoid questions.
+---
+ Makefile.PL | 4 +---
+ 1 files changed, 1 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 2a31180..28d8ddc 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -27,9 +27,7 @@ and hope for the best. The defaults should usually do.
+
+ EOF
+
+-if (prompt ("Skip further questions and use defaults (y/n)?", "y") =~ /[yY]/) {
+- $ENV{PERL_MM_USE_DEFAULT} = 1;
+-}
++$ENV{PERL_MM_USE_DEFAULT} = 1;
+
+ print <<EOF;
+
+--
+1.7.3.4
+
diff --git a/perl-EV/perl-EV.nm b/perl-EV/perl-EV.nm
new file mode 100644
index 0000000..579dab8
--- /dev/null
+++ b/perl-EV/perl-EV.nm
@@ -0,0 +1,66 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = perl-EV
+version = 4.22
+release = 1
+thisapp = EV-%{version}
+
+groups = Development/Libraries
+url = http://search.cpan.org/dist/EV/
+license = GPL+ or Artistic
+summary = Wrapper for the libev high-performance event loop library.
+
+description
+ This module provides an interface for the libev high-performance event
+ loop library
+end
+
+source_dl = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
+
+build
+ requires
+ perl(AnyEvent) >= 2.6
+ perl(Canary::Stability)
+ perl(ExtUtils::MakeMaker)
+ perl(common::sense)
+ libev-source >= 4.22
+ gdbm-devel
+ pakfire >= 0.9.26-3.1
+ end
+
+ prepare_cmds
+ # Remove all traces of the bundled libev
+ rm -fr ./libev
+
+ # Use the sources from the system libev
+ mkdir -p ./libev
+ cp -r /usr/share/libev-source/* ./libev/
+ end
+
+ build
+ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
+ make %{PARALLELISMFLAGS}
+ end
+
+ test
+ make test
+ end
+
+ make_install_targets = \
+ pure_install DESTDIR=%{BUILDROOT}
+end
+
+packages
+ package %{name}
+ requires
+ perl(:MODULE_COMPAT_%{perl_version})
+ end
+ end
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.4.11
prev parent reply other threads:[~2016-04-14 6:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-14 6:30 [PATCH 1/9] perl-Coro: Update to 6.49 Stefan Schantl
2016-04-14 6:30 ` [PATCH 2/9] perl-AnyEvent: New package Stefan Schantl
2016-04-14 6:30 ` [PATCH 3/9] perl-AnyEvent-AIO: " Stefan Schantl
2016-04-14 10:15 ` Michael Tremer
2016-04-26 6:55 ` Stefan Schantl
2016-04-14 6:30 ` [PATCH 4/9] perl-AnyEvent-BDB: " Stefan Schantl
2016-04-14 6:30 ` [PATCH 5/9] perl-Canary-Stability: " Stefan Schantl
2016-04-14 6:30 ` [PATCH 6/9] perl-Event: " Stefan Schantl
2016-04-14 6:30 ` [PATCH 7/9] perl-Guard: " Stefan Schantl
2016-04-14 6:30 ` [PATCH 8/9] libev: " Stefan Schantl
2016-04-14 6:30 ` Stefan Schantl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460615445-3996-9-git-send-email-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox