Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ax25-apps-0.0.8rc5
@ 2021-09-01 20:34 Emru1
  2021-09-01 22:39 ` [PR PATCH] [Updated] " Emru1
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Emru1 @ 2021-09-01 20:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1591 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/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: 1731 bytes --]

From ab6ff60d25bded4825bb8e686cc83c9a64af62d9 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 1 Sep 2021 22:33:41 +0200
Subject: [PATCH] New package: ax25-apps-0.0.8rc5

---
 srcpkgs/ax25-apps/patches/ncurses.patch | 11 +++++++++++
 srcpkgs/ax25-apps/template              | 13 +++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/ax25-apps/patches/ncurses.patch
 create mode 100644 srcpkgs/ax25-apps/template

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: ax25-apps-0.0.8rc5
  2021-09-01 20:34 [PR PATCH] New package: ax25-apps-0.0.8rc5 Emru1
@ 2021-09-01 22:39 ` Emru1
  2022-06-05  2:14 ` github-actions
  2022-06-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Emru1 @ 2021-09-01 22:39 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package: ax25-apps-0.0.8rc5
  2021-09-01 20:34 [PR PATCH] New package: ax25-apps-0.0.8rc5 Emru1
  2021-09-01 22:39 ` [PR PATCH] [Updated] " Emru1
@ 2022-06-05  2:14 ` github-actions
  2022-06-19  2:15 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-05  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/32801#issuecomment-1146724896

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: ax25-apps-0.0.8rc5
  2021-09-01 20:34 [PR PATCH] New package: ax25-apps-0.0.8rc5 Emru1
  2021-09-01 22:39 ` [PR PATCH] [Updated] " Emru1
  2022-06-05  2:14 ` github-actions
@ 2022-06-19  2:15 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-19  2:15 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: ax25-apps-0.0.8rc5
https://github.com/void-linux/void-packages/pull/32801

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-19  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 20:34 [PR PATCH] New package: ax25-apps-0.0.8rc5 Emru1
2021-09-01 22:39 ` [PR PATCH] [Updated] " Emru1
2022-06-05  2:14 ` github-actions
2022-06-19  2:15 ` [PR PATCH] [Closed]: " github-actions

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).