Github messages for voidlinux
 help / color / mirror / Atom feed
From: vincele <vincele@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: bootterm-0.5
Date: Sun, 27 Oct 2024 11:24:09 +0100	[thread overview]
Message-ID: <20241027102410.01D1B2F5C8@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52797@inbox.vuxu.org>

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

  parent reply	other threads:[~2024-10-27 10:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-27  9:54 [PR PATCH] " 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 [this message]
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

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=20241027102410.01D1B2F5C8@inbox.vuxu.org \
    --to=vincele@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).