Summary: | [NEW PORT] comms/sunxi-tools: collection of tools for hacking on Allwinner ARM boards | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Emmanuel Vadot <manu> | ||||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Thanks Mark I'll be more precise on the subject for my later ports. Note: I didn't use the latest stable version because it's quite old and now my patch have been upstreamed for FreeBSD support. - There were newer official releases, should we maybe switch to some of them? - The port misses USES=pkgconfig - Please add LICENSE_FILE Ping? Sorry mail got lost somewhere, I'll look at updating the PR to use the latest version this week. Created attachment 183474 [details]
bump to v1.4
Use release v1.4
(In reply to Emmanuel Vadot from comment #5) > Created attachment 183474 [details] > bump to v1.4 > > Use release v1.4 It still does not build, please test properly before submission. - Please send new port as .shar instead of a patch - It still misses USES=pkgconfig - PORTVERSION is incorrect, "v" belongs to DISTVERSIONPREFIX - It'd be better to use pkg-plist instead of PLIST_FILES. - Makefile doesn't respect CFLAGS, needs e.g. -CFLAGS = -g -O0 -Wall -Wextra $(EXTRA_CFLAGS) +CFLAGS += -Wall -Wextra $(EXTRA_CFLAGS) - Binaries are not stripped, may as well patch Makefile to use INSTALL_PROGRAM to install binaries - Version 1.4.2 is available I have a good patch for 1.4 but still fighting with 1.4.2 as it introduce arm code too, I'll look at it again soon. Created attachment 184639 [details]
sunxi-tools v1.4.2
Update to 1.4.2
Poudriere: ok
portlint: ok
Committed with minor changes, thank you! A commit references this bug: Author: amdmi3 Date: Tue Jul 25 15:53:13 UTC 2017 New revision: 446592 URL: https://svnweb.freebsd.org/changeset/ports/446592 Log: Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly it's successors, that's why the 'x' in the package name. WWW: https://github.com/linux-sunxi/sunxi-tools PR: 213250 Submitted by: manu Changes: head/comms/Makefile head/comms/sunxi-tools/ head/comms/sunxi-tools/Makefile head/comms/sunxi-tools/distinfo head/comms/sunxi-tools/files/ head/comms/sunxi-tools/files/patch-Makefile head/comms/sunxi-tools/pkg-descr head/comms/sunxi-tools/pkg-plist |
Created attachment 175473 [details] comms-sunxi-tools sunxi-tools are a collection of tools for hacking on Allwinner ARM boards. portlint: OK poudriere: OK