Created attachment 243205 [details] patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=09e2ae19539832d11864b527b0519d5d2c22a20d commit 09e2ae19539832d11864b527b0519d5d2c22a20d Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-07-31 13:54:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-07-31 13:56:58 +0000 x11/ly: update to 0.6.0 This update also incorporate some patches from upstream to fix an issue with cusom X command While here: - remove dependency on gnu coreutils - remove patches or part of patches which has been upstream PR: 272368 Initial patch send by: embhd@posteo.de x11/ly/Makefile | 11 ++--- x11/ly/distinfo | 12 +++-- x11/ly/files/patch-makefile | 40 ++++++++--------- x11/ly/files/patch-res_config.ini | 86 +++++++++++++++++++----------------- x11/ly/files/patch-res_xsetup.sh | 22 ++++----- x11/ly/files/patch-src_config.c | 20 ++++----- x11/ly/files/patch-src_config.h | 6 +-- x11/ly/files/patch-src_draw.c (gone) | 11 ----- x11/ly/files/patch-src_login.c | 70 ++++++++++++++--------------- x11/ly/pkg-plist | 11 ++++- 10 files changed, 148 insertions(+), 141 deletions(-)
Created attachment 243750 [details] error in stage target i experienced the attached error using 13.2-RELEASE-p1/amd64 after this commit. my make.conf is as follows root@yoda:~ # cat /etc/make.conf CPUTYPE?=opteron-sse3 DEFAULT_VERSIONS= bdb=18 gcc=12 ghostscript=10 java=19 llvm=15 lua=5.4 mysql=8.0 nodejs=20 perl5=5.36 pgsql=15 php=8.2 python=3.11 python3=3.11 ruby=3.1 samba=4.16 ssl=openssl
Created attachment 243751 [details] possible remedy i was able to create a package using the attached modification. i have given this zero testing or sanity checking. only provided for comment. use at one's own risk
(In reply to Chad Jacob Milios from comment #3) fyi, bapt@ fixed my problem today with a more thorough patch in https://cgit.freebsd.org/ports/commit/?id=a8d80b64596d24bf1c339034bdc8d2ab5dd01eba