Github messages for voidlinux
 help / color / mirror / Atom feed
From: Emru1 <Emru1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ax25-apps-0.0.8rc5
Date: Thu, 02 Sep 2021 00:39:22 +0200	[thread overview]
Message-ID: <20210901223922.UH1QmJ6flIeyYBgQ3M-waNTVjlcUwKSl-b-5Ba2fpKg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32801@inbox.vuxu.org>

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

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

https://github.com/Emru1/void-packages ax25-apps
https://github.com/void-linux/void-packages/pull/32801

New package: ax25-apps-0.0.8rc5
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32801.patch is attached

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

From 271405e58d361c777df9389baa57ad32a0399d4e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Thu, 2 Sep 2021 00:39:08 +0200
Subject: [PATCH] New package: ax25-apps-0.0.8rc5

---
 srcpkgs/ax25-apps/patches/musl.patch    | 40 +++++++++++++++++++++++++
 srcpkgs/ax25-apps/patches/ncurses.patch | 11 +++++++
 srcpkgs/ax25-apps/template              | 13 ++++++++
 3 files changed, 64 insertions(+)
 create mode 100644 srcpkgs/ax25-apps/patches/musl.patch
 create mode 100644 srcpkgs/ax25-apps/patches/ncurses.patch
 create mode 100644 srcpkgs/ax25-apps/template

diff --git a/srcpkgs/ax25-apps/patches/musl.patch b/srcpkgs/ax25-apps/patches/musl.patch
new file mode 100644
index 000000000000..e08e1fbc803d
--- /dev/null
+++ b/srcpkgs/ax25-apps/patches/musl.patch
@@ -0,0 +1,40 @@
+*** a/ax25ipd/io.c	2019-03-20 17:48:59.000000000 +0100
+--- b/ax25ipd/io.c	2021-09-02 00:32:05.815175217 +0200
+***************
+*** 21,23 ****
+  #include <syslog.h>
+! #include <termio.h>
+  #include <time.h>
+--- 21,24 ----
+  #include <syslog.h>
+! #include <termios.h>
+! #include <sys/ioctl.h>
+  #include <time.h>
+***************
+*** 34,36 ****
+  
+! static struct termio nterm;
+  
+--- 35,37 ----
+  
+! static struct termios nterm;
+  
+*** a/call/call.h	2019-03-20 17:48:59.000000000 +0100
+--- b/call/call.h	2021-09-02 00:36:47.367157222 +0200
+***************
+*** 6,7 ****
+--- 6,13 ----
+  #endif
++ 
++ #ifndef __CALL_H
++ #define __CALL_H
++ 
++ #include <time.h>
++ 
+  extern int fd;
+*************** extern int yapp2unix(char *);
+*** 21 ****
+--- 27,29 ----
+  extern void unix2yapp(time_t unix_date, char *buffer);
++ 
++ #endif
diff --git a/srcpkgs/ax25-apps/patches/ncurses.patch b/srcpkgs/ax25-apps/patches/ncurses.patch
new file mode 100644
index 000000000000..4cd9b2e26cb5
--- /dev/null
+++ b/srcpkgs/ax25-apps/patches/ncurses.patch
@@ -0,0 +1,11 @@
+*** a/call/call.c	2019-03-20 17:48:59.000000000 +0100
+--- b/call/call.c	2021-09-01 22:23:05.414188427 +0200
+***************
+*** 44,46 ****
+  #include <wctype.h>
+! #include <ncursesw/ncurses.h>
+  #include <locale.h>
+--- 44,46 ----
+  #include <wctype.h>
+! #include <ncurses.h>
+  #include <locale.h>
diff --git a/srcpkgs/ax25-apps/template b/srcpkgs/ax25-apps/template
new file mode 100644
index 000000000000..f142780096b9
--- /dev/null
+++ b/srcpkgs/ax25-apps/template
@@ -0,0 +1,13 @@
+# Template file for 'ax25-apps'
+pkgname=ax25-apps
+version=0.0.8rc5
+revision=1
+wrksrc="ax25-apps-${version/rc/-rc}"
+build_style=gnu-configure
+makedepends="zlib-devel libax25-devel ncurses-devel"
+short_desc="Package with applications for AX.25"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-2.0-only"
+homepage="https://www.linux-ax25.org/wiki/Main_Page"
+distfiles="https://www.linux-ax25.org/pub/ax25-apps/ax25-apps-0.0.8-rc5.tar.gz"
+checksum=33340e232cb9b5b24a9a88ccae0b4e72c6904c526fb37aeab76854821a25cf96

  reply	other threads:[~2021-09-01 22:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 20:34 [PR PATCH] " Emru1
2021-09-01 22:39 ` Emru1 [this message]
2022-06-05  2:14 ` github-actions
2022-06-19  2:15 ` [PR PATCH] [Closed]: " github-actions
2023-04-06 13:07 [PR PATCH] " Emru1
2023-04-06 13:15 ` [PR PATCH] [Updated] " Emru1
2023-04-18 20:29 ` Emru1

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=20210901223922.UH1QmJ6flIeyYBgQ3M-waNTVjlcUwKSl-b-5Ba2fpKg@z \
    --to=emru1@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).