Bug 281830 - [PATCH] x11-wm/picom fix compilation on 32-bit systems - bump portrevision
Summary: [PATCH] x11-wm/picom fix compilation on 32-bit systems - bump portrevision
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-03 04:29 UTC by José Maldonado
Modified: 2024-10-04 21:04 UTC (History)
1 user (show)

See Also:


Attachments
[PATCH] x11-wm/picom fix compilation on 32-bit systems - bump portrevision (3.16 KB, patch)
2024-10-03 04:29 UTC, José Maldonado
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description José Maldonado 2024-10-03 04:29:21 UTC
Created attachment 253974 [details]
[PATCH] x11-wm/picom fix compilation on 32-bit systems - bump portrevision

This patch fixes compilation problems in 32-bit systems, tested on poudriere (amd64 and i386) on 14.1-RELEASE.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-04 21:04:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a3215f732589cafae2c92735de60c7c98aace68

commit 7a3215f732589cafae2c92735de60c7c98aace68
Author:     José Maldonado <yukiteruamano@volfread.xyz>
AuthorDate: 2024-10-04 21:02:12 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-10-04 21:02:12 +0000

    x11-wm/picom: fix compilation on 32-bit systems

    - Bump PORTREVISION

    PR:             281830
    Reported by:    maintainer

 x11-wm/picom/Makefile                                  |  1 +
 x11-wm/picom/files/patch-src_transition_script.h (new) | 12 ++++++++++++
 x11-wm/picom/files/patch-src_vblank.c (new)            | 12 ++++++++++++
 x11-wm/picom/files/patch-src_wm_wm.h (new)             | 12 ++++++++++++
 4 files changed, 37 insertions(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-10-04 21:04:50 UTC
Committed thanks!