Github messages for voidlinux
 help / color / mirror / Atom feed
From: Emru1 <Emru1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: ax25-apps-0.0.8rc5
Date: Thu, 06 Apr 2023 15:07:17 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43300@inbox.vuxu.org> (raw)

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

There is a new 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/43300

New package: ax25-apps-0.0.8rc5
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv6l-musl


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

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

From e19c56ddf635a86aaa17d4e77724900dec4b02e7 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..a3fcedb137d0
--- /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://linux-ax25.in-berlin.de/wiki/Main_Page"
+distfiles="https://linux-ax25.in-berlin.de/pub/ax25-apps/ax25-apps-0.0.8-rc5.tar.gz"
+checksum=33340e232cb9b5b24a9a88ccae0b4e72c6904c526fb37aeab76854821a25cf96

             reply	other threads:[~2023-04-06 13:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06 13:07 Emru1 [this message]
2023-04-06 13:15 ` [PR PATCH] [Updated] " Emru1
2023-04-18 20:29 ` Emru1
2023-06-28 18:51 ` New package: ax25-apps-0.0.8.rc5 Duncaen
2023-06-28 18:51 ` [PR PATCH] [Closed]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2021-09-01 20:34 [PR PATCH] New package: ax25-apps-0.0.8rc5 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43300@inbox.vuxu.org \
    --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).