Bug 272368 - x11/ly: Update to 0.6.0
Summary: x11/ly: Update to 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-04 19:09 UTC by embhd
Modified: 2023-08-05 03:22 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
patch (11.90 KB, patch)
2023-07-04 19:09 UTC, embhd
no flags Details | Diff
error in stage target (3.14 KB, text/plain)
2023-07-31 19:18 UTC, Chad Jacob Milios
no flags Details
possible remedy (1.21 KB, patch)
2023-07-31 19:22 UTC, Chad Jacob Milios
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description embhd 2023-07-04 19:09:58 UTC
Created attachment 243205 [details]
patch
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-07-31 14:01:46 UTC
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(-)
Comment 2 Chad Jacob Milios 2023-07-31 19:18:39 UTC
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
Comment 3 Chad Jacob Milios 2023-07-31 19:22:56 UTC
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
Comment 4 Chad Jacob Milios 2023-08-05 03:22:15 UTC
(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