* [PR PATCH] New package: bootterm-0.5
@ 2024-10-27 9:54 vincele
2024-10-27 9:57 ` vincele
` (26 more replies)
0 siblings, 27 replies; 28+ messages in thread
From: vincele @ 2024-10-27 9:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
There is a new pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1183 bytes --]
From 771afcabbcbec087e014f5d7bef4bdea55b0c953 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..8bb43d4ce91f0b
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,16 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+makedepends=""
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
@ 2024-10-27 9:57 ` vincele
2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
` (25 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 9:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 301 bytes --]
New comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439933706
Comment:
I tested a serial console to an x86_64 APU (pcengine).
There's a few things I'm not sure about:
* make_use_env
* make_build_args
* maintainer
* homepage
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
2024-10-27 9:57 ` vincele
@ 2024-10-27 10:00 ` vincele
2024-10-27 10:02 ` vincele
` (24 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]
From 3e85f21e5fea60b5767261e8b1c38e802f2df9e4 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..cb229056a93279
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
2024-10-27 9:57 ` vincele
2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
@ 2024-10-27 10:02 ` vincele
2024-10-27 10:14 ` vincele
` (23 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1212 bytes --]
From a15e082691ca5e124b959c32cdc21bb036b69a29 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (2 preceding siblings ...)
2024-10-27 10:02 ` vincele
@ 2024-10-27 10:14 ` vincele
2024-10-27 10:15 ` vincele
` (22 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 368 bytes --]
New comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944
Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile
But I can't see the problem, apart maybe for the binary stripping being done in the install target...
Can someone shed some light ?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (3 preceding siblings ...)
2024-10-27 10:14 ` vincele
@ 2024-10-27 10:15 ` vincele
2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
` (21 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
New comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944
Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile
But I can't see the cross-build problem, apart maybe for the binary stripping being done in the install target...
Can someone shed some light ?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (4 preceding siblings ...)
2024-10-27 10:15 ` vincele
@ 2024-10-27 10:20 ` vincele
2024-10-27 10:24 ` vincele
` (20 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1982 bytes --]
From fbdf33db07932768745ee29fe9e52590689b8742 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
.../patches/makefile-dont-strip.patch | 12 ++++++++++++
srcpkgs/bootterm/template | 19 +++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 srcpkgs/bootterm/patches/makefile-dont-strip.patch
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/patches/makefile-dont-strip.patch b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
new file mode 100644
index 00000000000000..9881a7b187ba86
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile b/Makefile
+index 31d7c9a..8c7e69b 100644
+--- a/Makefile
++++ b/Makefile
+@@ -67,7 +67,6 @@ bin/%: src/%.o
+ install: install-bins
+
+ install-bins: bins
+- $(cmd_STRIP) $(BINS)
+ $(Q)[ -d "$(DESTDIR)$(PREFIX)/bin/." ] || mkdir -p -m 0755 $(DESTDIR)$(PREFIX)/bin
+ $(cmd_INSTALL) -m 0755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (5 preceding siblings ...)
2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
@ 2024-10-27 10:24 ` vincele
2024-10-27 10:29 ` vincele
` (19 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 2261 bytes --]
From fa28ecaee11fe7f21c2d830de8e1649ecc97e24d Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
.../patches/makefile-dont-strip.patch | 21 +++++++++++++++++++
srcpkgs/bootterm/template | 19 +++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 srcpkgs/bootterm/patches/makefile-dont-strip.patch
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/patches/makefile-dont-strip.patch b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
new file mode 100644
index 00000000000000..877eb743a81683
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index 31d7c9a..e205e3f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@ INC_CFLAGS :=
+ THR_CFLAGS :=
+ CFLAGS := $(OPT_CFLAGS) $(CPU_CFLAGS) $(DEB_CFLAGS) $(DEF_CFLAGS) $(USR_CFLAGS) $(INC_CFLAGS) $(THR_CFLAGS)
+
+-LD := $(CC)
++LD := $(CROSS_COMPILE)cc
+ DEB_LFLAGS := -g
+ USR_LFLAGS :=
+ LIB_LFLAGS :=
+@@ -67,7 +67,6 @@ bin/%: src/%.o
+ install: install-bins
+
+ install-bins: bins
+- $(cmd_STRIP) $(BINS)
+ $(Q)[ -d "$(DESTDIR)$(PREFIX)/bin/." ] || mkdir -p -m 0755 $(DESTDIR)$(PREFIX)/bin
+ $(cmd_INSTALL) -m 0755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (6 preceding siblings ...)
2024-10-27 10:24 ` vincele
@ 2024-10-27 10:29 ` vincele
2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
` (18 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 10:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
New comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#issuecomment-2439939944
Comment:
The Makefile is quite simple:
https://github.com/wtarreau/bootterm/blob/master/Makefile
But I can't see the cross-build problem, apart maybe for the binary stripping being done in the install target...
See the Makefile patch for (random) attempts to fix it
Can someone shed some light ?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (7 preceding siblings ...)
2024-10-27 10:29 ` vincele
@ 2024-10-27 19:01 ` tranzystorekk
2024-10-27 22:19 ` vincele
` (17 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tranzystorekk @ 2024-10-27 19:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r1818161394
Comment:
Starting a package orphaned is bad form, we aren't likely to accept it if you don't want to take basic responsibility.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (8 preceding siblings ...)
2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
@ 2024-10-27 22:19 ` vincele
2024-10-27 22:22 ` tranzystorekk
` (16 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2024-10-27 22:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New review comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194398
Comment:
@tranzystorekk I've since put `[WIP]` in the issue title, to express the state of the patch, but maybe I should use `[RFC]` instead, WDYT ?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (9 preceding siblings ...)
2024-10-27 22:19 ` vincele
@ 2024-10-27 22:22 ` tranzystorekk
2024-10-27 22:23 ` tranzystorekk
` (15 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tranzystorekk @ 2024-10-27 22:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194904
Comment:
No need, I just wanted to make it clear that without a proper contact in the maintainer filed this is a non-starter.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (10 preceding siblings ...)
2024-10-27 22:22 ` tranzystorekk
@ 2024-10-27 22:23 ` tranzystorekk
2025-01-26 1:59 ` github-actions
` (14 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tranzystorekk @ 2024-10-27 22:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r1818194904
Comment:
No need, I just wanted to make it clear that without a proper contact in the maintainer field this is a non-starter.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (11 preceding siblings ...)
2024-10-27 22:23 ` tranzystorekk
@ 2025-01-26 1:59 ` github-actions
2025-04-22 16:31 ` [PR PATCH] [Updated] " vincele
` (13 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: github-actions @ 2025-01-26 1:59 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/52797#issuecomment-2614170695
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] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (12 preceding siblings ...)
2025-01-26 1:59 ` github-actions
@ 2025-04-22 16:31 ` vincele
2025-05-18 13:11 ` vincele
` (12 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-04-22 16:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 2261 bytes --]
From 20f2591b6796663ec26e95a5ebe55bb0ee2acfd3 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
.../patches/makefile-dont-strip.patch | 21 +++++++++++++++++++
srcpkgs/bootterm/template | 19 +++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 srcpkgs/bootterm/patches/makefile-dont-strip.patch
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/patches/makefile-dont-strip.patch b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
new file mode 100644
index 00000000000000..877eb743a81683
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-dont-strip.patch
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index 31d7c9a..e205e3f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@ INC_CFLAGS :=
+ THR_CFLAGS :=
+ CFLAGS := $(OPT_CFLAGS) $(CPU_CFLAGS) $(DEB_CFLAGS) $(DEF_CFLAGS) $(USR_CFLAGS) $(INC_CFLAGS) $(THR_CFLAGS)
+
+-LD := $(CC)
++LD := $(CROSS_COMPILE)cc
+ DEB_LFLAGS := -g
+ USR_LFLAGS :=
+ LIB_LFLAGS :=
+@@ -67,7 +67,6 @@ bin/%: src/%.o
+ install: install-bins
+
+ install-bins: bins
+- $(cmd_STRIP) $(BINS)
+ $(Q)[ -d "$(DESTDIR)$(PREFIX)/bin/." ] || mkdir -p -m 0755 $(DESTDIR)$(PREFIX)/bin
+ $(cmd_INSTALL) -m 0755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..9b97e8fc51c8dc
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (13 preceding siblings ...)
2025-04-22 16:31 ` [PR PATCH] [Updated] " vincele
@ 2025-05-18 13:11 ` vincele
2025-06-19 19:42 ` vincele
` (11 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-05-18 13:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 2034 bytes --]
From 6c26a2fde48faaad819cf576ac827c816868a400 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/patches/makefile-fixes.patch | 20 +++++++++++++++++++
srcpkgs/bootterm/template | 19 ++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 srcpkgs/bootterm/patches/makefile-fixes.patch
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/patches/makefile-fixes.patch b/srcpkgs/bootterm/patches/makefile-fixes.patch
new file mode 100644
index 00000000000000..4565653fb0029d
--- /dev/null
+++ b/srcpkgs/bootterm/patches/makefile-fixes.patch
@@ -0,0 +1,20 @@
+diff --git a/Makefile b/Makefile
+index 7652687..96f57f6 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,11 +2,11 @@
+ V = 0
+
+ TOPDIR := $(PWD)
+-DESTDIR :=
+-PREFIX := /usr/local
+-LIBDIR := $(PREFIX)/lib
++DESTDIR ?=
++PREFIX ?= /usr/local
++LIBDIR ?= $(PREFIX)/lib
+
+-CROSS_COMPILE :=
++#CROSS_COMPILE :=
+
+ CC := $(CROSS_COMPILE)cc
+ OPT_CFLAGS := -O2
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..0d08fad8abd78d
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,19 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the ld linker getting handled gcc parameters (-Wl,-z,relro)
+make_use_env=yes
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+make_build_args="CFLAGS=-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://tracker.debian.org/pkg/bootterm"
+distfiles="${DEBIAN_SITE}/main/b/bootterm/bootterm_${version}.orig.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (14 preceding siblings ...)
2025-05-18 13:11 ` vincele
@ 2025-06-19 19:42 ` vincele
2025-06-19 19:44 ` vincele
` (10 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 19:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]
From 29f6cc02cc1a30cb9472536c3e302166d73d21e1 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..01684bb2ccee38
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,23 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+else
+ # Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+ make_build_args="CFLAGS=-DNO_TCGETS2"
+fi
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (15 preceding siblings ...)
2025-06-19 19:42 ` vincele
@ 2025-06-19 19:44 ` vincele
2025-06-19 19:50 ` vincele
` (9 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 19:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1334 bytes --]
From 92341d535ea15b92b11793b7e89e2362b1906ae4 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..a9ac5d2cd3fb15
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,23 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+else
+ # Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+ make_build_args="CFLAGS=-DNO_TCGETS2"
+fi
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (16 preceding siblings ...)
2025-06-19 19:44 ` vincele
@ 2025-06-19 19:50 ` vincele
2025-06-19 20:00 ` vincele
` (8 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 19:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1320 bytes --]
From 9c2fbf8846cce3690c999ae6194ca7f6c722ebbd Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..1e1c3c0a3af6ff
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,22 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+fi
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+cross_musl_cflags="-DNO_TCGETS2"
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (17 preceding siblings ...)
2025-06-19 19:50 ` vincele
@ 2025-06-19 20:00 ` vincele
2025-06-19 20:12 ` vincele
` (7 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1440 bytes --]
From eda3685f21e096e010cc56e63dee667d3c4997d0 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..8f03dc52ba51b9
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,26 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+fi
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+#cross_musl_cflags="-DNO_TCGETS2" # This does not work...
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+ make_build_args+=" CFLAGS=-DNO_TCGETS2"
+fi
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (18 preceding siblings ...)
2025-06-19 20:00 ` vincele
@ 2025-06-19 20:12 ` vincele
2025-06-19 20:22 ` [PR REVIEW] " Duncaen
` (6 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 675 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
[WIP] New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1380 bytes --]
From 2bd52431b34d8aec4fd6d5ec0015f18837b8098a Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..e7237bc271e327
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,25 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+fi
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+ make_build_args+=" CFLAGS=-DNO_TCGETS2"
+fi
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (19 preceding siblings ...)
2025-06-19 20:12 ` vincele
@ 2025-06-19 20:22 ` Duncaen
2025-06-19 20:24 ` vincele
` (5 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2025-06-19 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
New review comment by Duncaen on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r2157619464
Comment:
I would move this conditional block to the bottom like the other one too.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (20 preceding siblings ...)
2025-06-19 20:22 ` [PR REVIEW] " Duncaen
@ 2025-06-19 20:24 ` vincele
2025-06-19 20:24 ` vincele
` (4 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
New review comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r2157621469
Comment:
I refrained to do so because xlint did not tell me to do it... But OK, will fix.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (21 preceding siblings ...)
2025-06-19 20:24 ` vincele
@ 2025-06-19 20:24 ` vincele
2025-06-19 20:26 ` [PR PATCH] [Updated] " vincele
` (3 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
New comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#issuecomment-2989089250
Comment:
So this is now way simpler than the previous attempt. No more patching, just a few quirks handled directly within the template.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (22 preceding siblings ...)
2025-06-19 20:24 ` vincele
@ 2025-06-19 20:26 ` vincele
2025-06-19 20:27 ` [PR REVIEW] " vincele
` (2 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 751 bytes --]
There is an updated pull request by vincele against master on the void-packages repository
https://github.com/vincele/void-packages bootterm
https://github.com/void-linux/void-packages/pull/52797
New package: bootterm-0.5
#### Testing the changes
- I tested the changes in this PR: **YES**
I used it to connect to a few different serial consoles.
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- aarch64 (crossbuild)
A patch file from https://github.com/void-linux/void-packages/pull/52797.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bootterm-52797.patch --]
[-- Type: text/x-diff, Size: 1383 bytes --]
From 65afb87068bc66de693ea05591a9c060e91428f2 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 27 Oct 2024 10:27:15 +0100
Subject: [PATCH] New package: bootterm-0.5
---
srcpkgs/bootterm/template | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 srcpkgs/bootterm/template
diff --git a/srcpkgs/bootterm/template b/srcpkgs/bootterm/template
new file mode 100644
index 00000000000000..8047873b2a2395
--- /dev/null
+++ b/srcpkgs/bootterm/template
@@ -0,0 +1,26 @@
+# Template file for 'bootterm'
+pkgname=bootterm
+version=0.5
+revision=1
+build_style=gnu-makefile
+# To overcome the linker getting handled compiler parameters (-Wl,-z,relro)
+make_use_env=yes
+short_desc="Simple terminal designed to ease connection to serial ports"
+maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
+license="MIT"
+homepage="https://github.com/wtarreau/bootterm"
+distfiles="https://github.com/wtarreau/bootterm/archive/refs/tags/v${version}.tar.gz"
+checksum=95cc154236655082fb60e8cdae15823e4624e108b8aead59498ac8f2263295ad
+
+if [ "$CROSS_BUILD" ]; then
+ make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+fi
+
+# Force termios.h usage instead of asm/termbits.h (for tcgetattr, etc.)
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+ make_build_args+=" CFLAGS=-DNO_TCGETS2"
+fi
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (23 preceding siblings ...)
2025-06-19 20:26 ` [PR PATCH] [Updated] " vincele
@ 2025-06-19 20:27 ` vincele
2025-06-19 20:29 ` Duncaen
2025-06-19 20:30 ` [PR PATCH] [Merged]: " Duncaen
26 siblings, 0 replies; 28+ messages in thread
From: vincele @ 2025-06-19 20:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
New review comment by vincele on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r2157623364
Comment:
done
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (24 preceding siblings ...)
2025-06-19 20:27 ` [PR REVIEW] " vincele
@ 2025-06-19 20:29 ` Duncaen
2025-06-19 20:30 ` [PR PATCH] [Merged]: " Duncaen
26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2025-06-19 20:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
New review comment by Duncaen on void-packages repository
https://github.com/void-linux/void-packages/pull/52797#discussion_r2157624949
Comment:
xlint can only do so much as a simple shell script without a lot of false positives. We generally try to keep logic out of the "declarative part" of the template, (except maybe `vopt_if`).
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Merged]: New package: bootterm-0.5
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
` (25 preceding siblings ...)
2025-06-19 20:29 ` Duncaen
@ 2025-06-19 20:30 ` Duncaen
26 siblings, 0 replies; 28+ messages in thread
From: Duncaen @ 2025-06-19 20:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
There's a merged pull request on the void-packages repository
New package: bootterm-0.5
https://github.com/void-linux/void-packages/pull/52797
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
I used it to connect to a few different serial consoles.
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- aarch64 (crossbuild)
^ permalink raw reply [flat|nested] 28+ messages in thread
end of thread, other threads:[~2025-06-19 20:30 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-27 9:54 [PR PATCH] New package: bootterm-0.5 vincele
2024-10-27 9:57 ` vincele
2024-10-27 10:00 ` [PR PATCH] [Updated] " vincele
2024-10-27 10:02 ` vincele
2024-10-27 10:14 ` vincele
2024-10-27 10:15 ` vincele
2024-10-27 10:20 ` [PR PATCH] [Updated] " vincele
2024-10-27 10:24 ` vincele
2024-10-27 10:29 ` vincele
2024-10-27 19:01 ` [PR REVIEW] [WIP] " tranzystorekk
2024-10-27 22:19 ` vincele
2024-10-27 22:22 ` tranzystorekk
2024-10-27 22:23 ` tranzystorekk
2025-01-26 1:59 ` github-actions
2025-04-22 16:31 ` [PR PATCH] [Updated] " vincele
2025-05-18 13:11 ` vincele
2025-06-19 19:42 ` vincele
2025-06-19 19:44 ` vincele
2025-06-19 19:50 ` vincele
2025-06-19 20:00 ` vincele
2025-06-19 20:12 ` vincele
2025-06-19 20:22 ` [PR REVIEW] " Duncaen
2025-06-19 20:24 ` vincele
2025-06-19 20:24 ` vincele
2025-06-19 20:26 ` [PR PATCH] [Updated] " vincele
2025-06-19 20:27 ` [PR REVIEW] " vincele
2025-06-19 20:29 ` Duncaen
2025-06-19 20:30 ` [PR PATCH] [Merged]: " Duncaen
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).