- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 22 2024
Sep 8 2024
Aug 19 2024
Aug 16 2024
Jun 16 2024
May 26 2024
Apr 30 2024
Feb 16 2024
Feb 11 2024
Sep 23 2023
Jul 29 2023
Jun 7 2023
Mar 13 2023
Mar 10 2023
In D21886#888011, @hselasky wrote:@joerg : There are some ideas spreading that using usbconfig or making a new libusbconfig or adding something to libusb may be better than just, making custom scripts to handle things.
What do you think?
Mar 9 2023
Mar 8 2023
Mar 6 2023
In D21886#886066, @joerg wrote:I'll see whether I could modify it for that, but otherwise, it's what I've been looking for.
For devices without a serial number, it falls back to a kind of "location ID" which is probably the best that could be had for those.
Mar 5 2023
In D21886#554613, @jmg wrote:I took Daniel O'Connor's script from: https://www.mail-archive.com/freebsd-usb@freebsd.org/msg14258.html
and did a minor improvement to support creating a USB path via the hub ports, and have this script now:
https://www.funkthat.com/~jmg/FreeBSD/usbserialsn
Feb 26 2023
Feb 15 2023
Feb 13 2023
Feb 12 2023
Jan 9 2023
May 8 2022
May 7 2022
Mar 29 2022
Feb 20 2022
Feb 17 2022
Jan 18 2022
Dec 21 2021
Dec 20 2021
In D33586#758927, @hselasky wrote:Just set the date for tomorrow. There are some external scripts which look for date changes.
In D33586#758912, @hselasky wrote:Don't forget to bump the manual page date again.
Well, with the additional space, one of the usage lines is now 79 characters ...
Documentation fixes, mainly for -i option
Dec 19 2021
Dec 17 2021
Nov 12 2021
Committed.
Committed.
Nov 5 2021
Further update: use --enable-multilib.
Nov 2 2021
Mentioning @dirs in the resulting pkg-plist had been broken before.
Oct 30 2021
Oct 25 2021
May 6 2021
In D30022#676463, @joerg wrote:The definitive repo is the Git one.
May 5 2021
The definitive repo is the Git one.
This is how portfmt formats makefiles. It seems to be more and more popular and is documented in the porter's handbook.
May 3 2021
Are there any comments about the patches that don't work straight out of the box for me?
Do you want me to commit it including my modifications?
May 1 2021
However, I also notice a slight increase in the resulting binary size:
$ avr-size *elf build-gcc9/*elf text data bss dec hex filename 14018 938 83 15039 3abf cg3000.elf 13900 938 83 14921 3a49 build-gcc9/cg3000.elf
Not representative, just running both compiler versions on my current AVR project.
After reading
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/plist.html
it seems, the following addition to Makefile does the trick:
VERSION= ${PORTVERSION} PLIST_SUB= VERSION=${VERSION}
My version of pkg-static does not seem to replace %%VERSION%%:
pkg-static: Unable to access file /usr/ports/devel/avr-gcc/work/stage/usr/local/lib/gcc/avr/%%VERSION%%/plugin/include/wide-int-print.h:No such file or directory
and so on.
Apr 30 2021
The patch to add the --without-zstd option is rejected here (SVN r568912). The reason is the patch assumes the individual configure options are each on a single individual line in the Makefile, yet everything except --with-isl used to be on a just one line before.