Port details |
- pructl Utilities to interface with PRUs
- 0.2_1 devel
=2 0.2_1Version of this port present on the latest quarterly branch. - Maintainer: jmg@FreeBSD.org
 - Port Added: 2014-12-06 03:10:02
- Last Update: 2023-02-19 11:01:38
- Commit Hash: 82afcc1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://bitbucket.org/rpaulo/pructl
- Description:
- pructl is a tool to interface with libpru.
It allows the user to reset the PRU, enable/disable the PRU and to
upload programs to the PRU.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pructl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pructl
- pkg install pructl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pructl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675204504
SHA256 (rpaulo-pructl-v0.2_GH0.tar.gz) = 544bdf6fe5c23f311a4a7969fd1a67c8dab860a73beebb972d501d393c400712
SIZE (rpaulo-pructl-v0.2_GH0.tar.gz) = 5395
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libpru.so : devel/libpru
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pructl
- USES:
- cmake libedit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2_1 19 Feb 2023 11:01:38
    |
Robert Clausecker (fuz)  |
devel/pructl: fix link by adding -lBlocksRuntime
PR: 269268
MFH: 2023Q1
Approved by: maintainer timeout (2 weeks)
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38623 |
0.2_1 08 Sep 2022 13:24:26
    |
Dmitry Marakasov (amdmi3)  |
devel/pructl: mark BROKEN
[100% 4/4] : && /usr/local/libexec/ccache/cc -Werror -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-std=c99 -fstack-protector-strong CMakeFiles/prudbg.dir/prudbg.c.o -o prudbg
-Wl,-rpath,/usr/local/lib: /usr/local/lib/libpru.so /usr/local/lib/libedit.so
-lutil && :
FAILED: prudbg
: && /usr/local/libexec/ccache/cc -Werror -O2 -pipe -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -std=c99
-fstack-protector-strong CMakeFiles/prudbg.dir/prudbg.c.o -o prudbg
-Wl,-rpath,/usr/local/lib: /usr/local/lib/libpru.so /usr/local/lib/libedit.so
-lutil && :
ld: error: /lib/libc.so.7: undefined reference to _Block_copy
[--no-allow-shlib-undefined]
Reported by: pkg-fallout
Approved by: portmgr blanket |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2_1 22 Sep 2020 20:13:46
  |
cy  |
Unbreak by making fetchable again, using GH.
jmg@ has agreed to maintain this port for now as he uses it. He's
willing to give maintainership to anyone else who actively uses it.
Reported by: jmg |
0.2_1 26 Dec 2018 21:24:35
  |
linimon  |
Add patchfile forgotten in r488448. |
0.2_1 26 Dec 2018 21:13:42
  |
linimon  |
USE_CSTD=c99 is necessary to build this port on GCC-based architectures.
Additionally, remove -Weverything, base GCC doesn't support it.
PR: 234370
Submitted by: Piotr Kubaj |
0.2_1 20 Aug 2017 10:42:45
  |
rene  |
Return these ports to the pool after rpaulo@ handed in his commit bit.
With hat: portmgr-secretary |
0.2_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2_1 16 Sep 2015 15:10:12
  |
amdmi3  |
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket |
0.2 03 Mar 2015 23:58:04
  |
rpaulo  |
Update devel/{libpru,pructl} to 0.2.
This version brings a better debugging experience in prudbg.
Differential Revision: https://reviews.freebsd.org/D2000
Reviewed by: bapt
Approved by: bapt |
0.1 06 Dec 2014 03:09:50
  |
rpaulo  |
pructl is an utility to interface with PRUs.
It uses libpru (devel/libpru) and currently supports the BeagleBone
(white/black).
Differential Revision: https://reviews.freebsd.org/D1271
Reviewed by: bapt
Approved by: bapt |