Github messages for voidlinux
 help / color / mirror / Atom feed
From: Logarithmus <Logarithmus@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] avrdude: build with FTDI support
Date: Mon, 28 Sep 2020 12:08:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25147@inbox.vuxu.org> (raw)

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

There is a new pull request by Logarithmus against master on the void-packages repository

https://github.com/Logarithmus/void-packages avrdude
https://github.com/void-linux/void-packages/pull/25147

avrdude: build with FTDI support
A few days ago I've tried to use avrdude for FT2232 controller. But avrdude gave me an error about missing libftdi1. In fact the library was installed, but avrdude wasn't linked to it. So I fixed this problem.

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

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

From fc61993a987534d81f3a5c4429d525f0f2988a07 Mon Sep 17 00:00:00 2001
From: Artur Sinila <personal@logarithmus.dev>
Date: Mon, 28 Sep 2020 03:09:56 +0300
Subject: [PATCH] avrdude: build with FTDI support

---
 srcpkgs/avrdude/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/avrdude/template b/srcpkgs/avrdude/template
index d8e35b46513..ec6866e05ba 100644
--- a/srcpkgs/avrdude/template
+++ b/srcpkgs/avrdude/template
@@ -1,15 +1,15 @@
 # Template file for 'avrdude'
-pkgname="avrdude"
+pkgname=avrdude
 version=6.3
-revision=2
+revision=3
 build_style=gnu-configure
-short_desc="An utility to manipulate ROM and EEPROM of AVR microcontrollers"
+hostmakedepends="flex"
+makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel"
+depends="avr-libc"
+short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
 maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://www.nongnu.org/avrdude/"
 distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
 checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
-hostmakedepends="flex"
-makedepends="elfutils-devel libusb-compat-devel"
-depends="avr-libc"
 conf_files="/etc/avrdude.conf"

             reply	other threads:[~2020-09-28 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 10:08 Logarithmus [this message]
2020-10-02 16:17 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25147@inbox.vuxu.org \
    --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).