Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] avrdude: build with FTDI support
@ 2020-09-28 10:08 Logarithmus
  2020-10-02 16:17 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: Logarithmus @ 2020-09-28 10:08 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: avrdude: build with FTDI support
  2020-09-28 10:08 [PR PATCH] avrdude: build with FTDI support Logarithmus
@ 2020-10-02 16:17 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-10-02 16:17 UTC (permalink / raw)
  To: ml

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

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

avrdude: build with FTDI support
https://github.com/void-linux/void-packages/pull/25147

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

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

end of thread, other threads:[~2020-10-02 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 10:08 [PR PATCH] avrdude: build with FTDI support Logarithmus
2020-10-02 16:17 ` [PR PATCH] [Merged]: " Piraty

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