- Removed mail/mu4e ports, because now integrated to mail/mu
- Proposed new maintainer
- Update to latest version 1.12.8
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 28 2024
Jun 9 2024
Apr 16 2024
Apr 13 2024
update
Fix commit log and pkg-descr
Mar 30 2024
@contact_shiori.com.br Sorry for taking this so long. If you still want to get this in and will maintain the port, I'll push it to the tree.
Mar 15 2024
Feb 1 2024
Jan 25 2024
I'll look into this after dealing with bug 272216 and bug 276478.
Jan 19 2024
Jan 18 2024
In D43478#991623, @arrowd wrote:I pushed this version of pyinstaller-hooks-contrib into the main tree. Christopher, if you think anything should be done differently please provide a patch and I will push it ASAP.
Thanks Alastair for picking this up and sorry Christopher for this taking so long to push.
Pushed in, thank you for your contribution.
I pushed this version of pyinstaller-hooks-contrib into the main tree. Christopher, if you think anything should be done differently please provide a patch and I will push it ASAP.
Move pytest from ${USES} to ${USE_PYTHON}
Move pytest from ${USES} to ${USE_PYTHON}
Move pytest from ${USES} to ${USE_PYTHON} for real this time.
Move pytest from ${USES} to ${USE_PYTHON}
- Update ${TEST_DEPENDS} with https://reviews.freebsd.org/D43484
- Add NO_ARCH as per poudriere-testport's recommendation
Jan 10 2024
This one seems to be commited, should the revision be abandoned?
Jan 2 2024
Fixed pkg-plist
Dec 27 2023
Sep 5 2023
Sep 4 2023
Aug 9 2023
Aug 8 2023
Currently building and will test on a few boards just to be sure, will commit after.
Jul 29 2023
Additionally, when my usb keyboard (Corsair K65 RGB) is connected my raspberry pi during boot, the boot process becomes really slow especially when loading kernel. I don't know if this problem only occurs only on the 8GB rpi4 though.
Jul 27 2023
Fixed build error on sysutils/rockpro64
In D41193#938512, @manu wrote:In D41193#938505, @minsoochoo0122_proton.me wrote:u-boot-rockpro64 build fails.
# make install ===> Building for u-boot-rockpro64-2023.07.02 gmake[1]: Entering directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ENVC include/generated/env.txt UPD include/generated/timestamp_autogenerated.h ENVP include/generated/env.in ENVT include/generated/environment.h CC cmd/version.o CC env/common.o AR cmd/built-in.o CC lib/efi_loader/dtbdump.o CC lib/efi_loader/initrddump.o AR env/built-in.o LD lib/efi_loader/initrddump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/initrddump.efi LD lib/efi_loader/dtbdump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/dtbdump.efi KSL keep-syms-lto.c /bin/sh: ./scripts/gen_ll_addressable_symbols.sh: not found gmake[1]: *** [Makefile:1718: keep-syms-lto.c] Error 127 gmake[1]: *** Deleting file 'keep-syms-lto.c' gmake[1]: Leaving directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/u-boot-rockpro64although scripts/gen_ll_addressable_symbols.sh exists.
I couldn't find any solutions on the internet. Can this be fixed by modifying u-boot-master/Makefile or should I report this to u-boot project?
Likely because of https://github.com/u-boot/u-boot/blob/master/scripts/gen_ll_addressable_symbols.sh#L1
Check if that can be patched to be /bin/sh, if not we need to add bash to the build depends and add a BINARY_ALIAS for it to be in /bin/
In D41193#938505, @minsoochoo0122_proton.me wrote:u-boot-rockpro64 build fails.
# make install ===> Building for u-boot-rockpro64-2023.07.02 gmake[1]: Entering directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ENVC include/generated/env.txt UPD include/generated/timestamp_autogenerated.h ENVP include/generated/env.in ENVT include/generated/environment.h CC cmd/version.o CC env/common.o AR cmd/built-in.o CC lib/efi_loader/dtbdump.o CC lib/efi_loader/initrddump.o AR env/built-in.o LD lib/efi_loader/initrddump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/initrddump.efi LD lib/efi_loader/dtbdump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/dtbdump.efi KSL keep-syms-lto.c /bin/sh: ./scripts/gen_ll_addressable_symbols.sh: not found gmake[1]: *** [Makefile:1718: keep-syms-lto.c] Error 127 gmake[1]: *** Deleting file 'keep-syms-lto.c' gmake[1]: Leaving directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/u-boot-rockpro64although scripts/gen_ll_addressable_symbols.sh exists.
I couldn't find any solutions on the internet. Can this be fixed by modifying u-boot-master/Makefile or should I report this to u-boot project?
u-boot-rockpro64 build fails.
# make install ===> Building for u-boot-rockpro64-2023.07.02 gmake[1]: Entering directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ENVC include/generated/env.txt UPD include/generated/timestamp_autogenerated.h ENVP include/generated/env.in ENVT include/generated/environment.h CC cmd/version.o CC env/common.o AR cmd/built-in.o CC lib/efi_loader/dtbdump.o CC lib/efi_loader/initrddump.o AR env/built-in.o LD lib/efi_loader/initrddump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/initrddump.efi LD lib/efi_loader/dtbdump_efi.so aarch64-none-elf-ld.bfd: warning: -z norelro ignored OBJCOPY lib/efi_loader/dtbdump.efi KSL keep-syms-lto.c /bin/sh: ./scripts/gen_ll_addressable_symbols.sh: not found gmake[1]: *** [Makefile:1718: keep-syms-lto.c] Error 127 gmake[1]: *** Deleting file 'keep-syms-lto.c' gmake[1]: Leaving directory '/usr/ports/sysutils/u-boot-rockpro64/work/u-boot-2023.07.02' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1
Jul 26 2023
In D41192#938225, @manu wrote:On what RPI model have this been tested ? Because updating rpi-firmware sometimes break some models.
Don't see any problems with that patch but I want to test it on different boards just in case, will try to find time this weekend.
On what RPI model have this been tested ? Because updating rpi-firmware sometimes break some models.
Jun 28 2023
Landed in bb044a50e608d517fb2724b0b1dfea4aaae44c97, thanks!
Mar 4 2023
Pushed in, thanks!
Mar 3 2023
Add missing dependency on print/freetype2
Mar 1 2023
Feb 28 2023
Removed file redirection into sed
Feb 27 2023
Incorporate the feedback from Daniel, which brings much improvement.
Feb 26 2023
Feb 25 2023
Jan 17 2023
Dec 14 2022
Dec 8 2022
LGTM, thanks. I'll commit this after I'm done with updating Go ports.
Nov 30 2022
Nov 19 2022
Oct 5 2022
Martin, you don't need to patch 'setsid->ssid' as we have actual port 'sysutils/setsid'
Sep 29 2022
Pushed in, thanks.
Sep 27 2022
fluffy@ approved this on behalf of desktop in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254322#c3 .