Github messages for voidlinux
 help / color / mirror / Atom feed
From: steinex <steinex@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] i2pd: add vlogger
Date: Mon, 12 Dec 2022 07:57:49 +0100	[thread overview]
Message-ID: <20221212065749.PsykpF9yFIfks6rkUjkTXkFM6WTFUm8Be2ElCGTXWo0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40926@inbox.vuxu.org>

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

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

https://github.com/steinex/void-packages i2pd
https://github.com/void-linux/void-packages/pull/40926

i2pd: add vlogger
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i2pd-40926.patch --]
[-- Type: text/x-diff, Size: 1311 bytes --]

From d689d9fc37a7247e2ea8b2bfe8b6434f57fe9ad0 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Tue, 6 Dec 2022 11:09:17 +0100
Subject: [PATCH] i2pd: add vlogger

---
 srcpkgs/i2pd/files/i2pd/log/run | 1 +
 srcpkgs/i2pd/template           | 9 +--------
 2 files changed, 2 insertions(+), 8 deletions(-)
 create mode 120000 srcpkgs/i2pd/files/i2pd/log/run

diff --git a/srcpkgs/i2pd/files/i2pd/log/run b/srcpkgs/i2pd/files/i2pd/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/i2pd/files/i2pd/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template
index 239f4b7cd63f..5f99040c599a 100644
--- a/srcpkgs/i2pd/template
+++ b/srcpkgs/i2pd/template
@@ -1,7 +1,7 @@
 # Template file for 'i2pd'
 pkgname=i2pd
 version=2.44.0
-revision=1
+revision=2
 build_style=gnu-makefile
 make_build_args="USE_UPNP=yes"
 makedepends="zlib-devel boost-devel openssl-devel miniupnpc-devel
@@ -26,13 +26,6 @@ case "${XBPS_TARGET_MACHINE}" in
 	*) make_build_args+=" USE_AESNI=no" ;;
 esac
 
-pre_install() {
-	# Log errors to syslog
-	vsed -e "s/^# log = .*/log = syslog/" \
-		-e "s/^# loglevel = .*/loglevel = error/" \
-		-i contrib/i2pd.conf
-}
-
 do_install() {
 	vbin i2pd
 	vman debian/i2pd.1

  parent reply	other threads:[~2022-12-12  6:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06 10:12 [PR PATCH] " steinex
2022-12-07  0:22 ` [PR REVIEW] " Piraty
2022-12-10 13:15 ` daniel-eys
2022-12-10 19:50 ` [PR PATCH] [Updated] " steinex
2022-12-10 19:54 ` [PR REVIEW] " steinex
2022-12-11 21:52 ` Piraty
2022-12-12  6:53 ` classabbyamp
2022-12-12  6:57 ` steinex [this message]
2022-12-12  6:58 ` steinex
2022-12-12  7:57 ` [PR PATCH] [Merged]: " classabbyamp

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=20221212065749.PsykpF9yFIfks6rkUjkTXkFM6WTFUm8Be2ElCGTXWo0@z \
    --to=steinex@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).