git: 7b646412921c - main - x11/polybar: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jan 2026 00:38:12 UTC
The branch main has been updated by jbo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b646412921ca5336de59e051bc0ccc08ad65b37
commit 7b646412921ca5336de59e051bc0ccc08ad65b37
Author: Joel Bodenmann <jbo@FreeBSD.org>
AuthorDate: 2026-01-08 00:11:10 +0000
Commit: Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2026-01-08 00:37:40 +0000
x11/polybar: Fix build
Fix build error due to missing libfreetype by pulling in upstream patch.
---
x11/polybar/Makefile | 5 ++++-
x11/polybar/distinfo | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile
index 396bc946c16f..54c7253d15de 100644
--- a/x11/polybar/Makefile
+++ b/x11/polybar/Makefile
@@ -1,9 +1,12 @@
PORTNAME= polybar
DISTVERSION= 3.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= https://github.com/polybar/polybar/releases/download/${DISTVERSION}/
+PATCH_SITES= https://github.com/polybar/${PORTNAME}/commit/
+PATCHFILES= 455d63611a695ffe4fe372272be28f4f6d9b90d3.patch:-p1 # https://github.com/polybar/polybar/pull/3221
+
MAINTAINER= jbo@FreeBSD.org
COMMENT= Fast and easy-to-use status bar
WWW= https://github.com/polybar/polybar
diff --git a/x11/polybar/distinfo b/x11/polybar/distinfo
index 1c111758b454..56048d49afab 100644
--- a/x11/polybar/distinfo
+++ b/x11/polybar/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1723925892
+TIMESTAMP = 1767830027
SHA256 (polybar-3.7.2.tar.gz) = e2feacbd02e7c94baed7f50b13bcbf307d95df0325c3ecae443289ba5b56af29
SIZE (polybar-3.7.2.tar.gz) = 494383
+SHA256 (455d63611a695ffe4fe372272be28f4f6d9b90d3.patch) = fbd0ff540e769284b4abcee9b4067bee7b0bad1c2ee9cca9f146e2faaa89e45c
+SIZE (455d63611a695ffe4fe372272be28f4f6d9b90d3.patch) = 895