Github messages for voidlinux
 help / color / mirror / Atom feed
From: PaperMountainStudio <PaperMountainStudio@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: catatonit-0.1.4
Date: Wed, 08 Jul 2020 11:18:18 +0200	[thread overview]
Message-ID: <20200708091818.31qRBN2R3bZA5MsHE6FzsixLaixCnuwFlk6w_t7YocA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19638@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages new-package-catatonit
https://github.com/void-linux/void-packages/pull/19638

New package: catatonit-0.1.4


A patch file from https://github.com/void-linux/void-packages/pull/19638.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-catatonit-19638.patch --]
[-- Type: text/x-diff, Size: 1836 bytes --]

From 78e14573ac53ab1970de544303efd0e61bfcc6eb Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 8 Jul 2020 11:16:15 +0200
Subject: [PATCH] New package: catatonit-0.1.5

---
 .../patches/fix-undeclared-identifier.patch   | 12 +++++++++++
 srcpkgs/catatonit/template                    | 21 +++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
 create mode 100644 srcpkgs/catatonit/template

diff --git a/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch b/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
new file mode 100644
index 00000000000..641e91db6c8
--- /dev/null
+++ b/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
@@ -0,0 +1,12 @@
+taken from alpine
+--- catatonit.c
++++ catatonit.c
+@@ -34,6 +34,8 @@
+ 
+ #include "config.h"
+ 
++extern char **__environ;
++
+ static enum loglevel_t {
+ 	LOG_FATAL = 0,
+ 	LOG_ERROR = 1,
diff --git a/srcpkgs/catatonit/template b/srcpkgs/catatonit/template
new file mode 100644
index 00000000000..ce32000819e
--- /dev/null
+++ b/srcpkgs/catatonit/template
@@ -0,0 +1,21 @@
+# Template file for 'catatonit'
+pkgname=catatonit
+version=0.1.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="libtool automake"
+short_desc="Container init that is so simple it's effectively brain-dead"
+maintainer="Paper <paper@tilde.institute>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openSUSE/catatonit"
+distfiles="https://github.com/openSUSE/catatonit/releases/download/v$version/catatonit.tar.xz"
+checksum=4c45e2230235751731da3daabe130abce70b3ef37d0b1936cbc90a46b475cf08
+
+pre_configure() {
+	autoreconf -fi
+}
+
+post_install() {
+	mkdir -p "${DESTDIR}/usr/libexec/podman"
+	ln -sf ../../bin/catatonit "${DESTDIR}/usr/libexec/podman/catatonit"
+}

           reply	other threads:[~2020-07-08  9:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19638@inbox.vuxu.org>]

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=20200708091818.31qRBN2R3bZA5MsHE6FzsixLaixCnuwFlk6w_t7YocA@z \
    --to=papermountainstudio@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).