Github messages for voidlinux
 help / color / mirror / Atom feed
From: Logarithmus <Logarithmus@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: avra-1.4.2
Date: Thu, 29 Oct 2020 00:00:01 +0100	[thread overview]
Message-ID: <20201028230001.3kK7ixTzGNE-CbL86ZgdJ-EQi822fS-D6uKhjF2SjA0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25942@inbox.vuxu.org>

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

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

https://github.com/Logarithmus/void-packages avra
https://github.com/void-linux/void-packages/pull/25942

New package: avra-1.4.2
Assembler for the Atmel AVR microcontroller family.
I had to explicitly specify commit hash, because 1.4.2 tag fails to build.
The author fixed it but didn't bump the version.

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

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

From cf997f0baa95460584806dd6160cdeb9f74d8b63 Mon Sep 17 00:00:00 2001
From: Artur Sinila <opensource@logarithmus.dev>
Date: Wed, 28 Oct 2020 20:15:17 +0300
Subject: [PATCH] New package: avra-1.4.2

---
 srcpkgs/avra/patches/00-avra-version.patch | 25 ++++++++++++++++++++++
 srcpkgs/avra/template                      | 11 ++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/avra/patches/00-avra-version.patch
 create mode 100644 srcpkgs/avra/template

diff --git a/srcpkgs/avra/patches/00-avra-version.patch b/srcpkgs/avra/patches/00-avra-version.patch
new file mode 100644
index 00000000000..4d954bba397
--- /dev/null
+++ b/srcpkgs/avra/patches/00-avra-version.patch
@@ -0,0 +1,25 @@
+--- src/avra.c
++++ src/avra.c
+@@ -37,10 +37,6 @@
+ 
+ #define debug 0
+ 
+-#ifndef VERSION
+-#define VERSION "undefined"
+-#endif
+-
+ const char *title = "AVRA: advanced AVR macro assembler (version %s)\n";
+ 
+ const char *usage =
+--- src/avra.h
++++ src/avra.h
+@@ -37,6 +37,10 @@
+ #define IS_ENDLINE(x)  ((x == 10) || (x == 13) || (x == '\0') || (x == 12))
+ #define IS_SEPARATOR(x)    ((x == ' ') || (x == ',') || (x == '[') || (x == ']'))
+ 
++#ifndef VERSION
++#define VERSION "undefined"
++#endif
++
+ #define LINEBUFFER_LENGTH 4096
+ #define MAX_NESTED_MACROLOOPS 256
diff --git a/srcpkgs/avra/template b/srcpkgs/avra/template
new file mode 100644
index 00000000000..9c95ef26da6
--- /dev/null
+++ b/srcpkgs/avra/template
@@ -0,0 +1,11 @@
+# Template file for 'avra'
+pkgname=avra
+version=1.4.2
+revision=1
+build_style=gnu-makefile
+short_desc="Assembler for the Atmel AVR microcontroller family"
+maintainer="Artur Sinila <opensource@logarithmus.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/Ro5bert/avra"
+distfiles="https://github.com/Ro5bert/${pkgname}/archive/${version}.tar.gz"
+checksum=cc56837be973d1a102dc6936a0b7235a1d716c0f7cd053bf77e0620577cff986

  parent reply	other threads:[~2020-10-28 23:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28 17:22 [PR PATCH] " Logarithmus
2020-10-28 18:18 ` ericonr
2020-10-28 23:00 ` Logarithmus [this message]
2020-10-28 23:01 ` Logarithmus
2020-10-30 13:53 ` sgn
2020-10-30 13:55 ` sgn
2020-10-30 21:30 ` [PR PATCH] [Updated] " Logarithmus
2020-10-30 21:32 ` Logarithmus
2020-10-31  1:31 ` sgn
2020-11-01  2:23 ` [PR REVIEW] " ericonr
2020-11-02 16:15 ` [PR PATCH] [Updated] " Logarithmus
2020-11-11  1:43 ` Logarithmus
2020-11-11  2:13 ` Logarithmus
2020-12-16 16:53 ` [PR PATCH] [Merged]: " Piraty

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=20201028230001.3kK7ixTzGNE-CbL86ZgdJ-EQi822fS-D6uKhjF2SjA0@z \
    --to=logarithmus@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).