Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2026 22:16:50 +0000
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8275a5a5c4f4 - main - audio/rhythmbox: temporarily enable PYTHON by default
Message-ID:  <6a0a3e52.44457.20c0c50e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8275a5a5c4f4c597540b09871353cf4bb47b6050

commit 8275a5a5c4f4c597540b09871353cf4bb47b6050
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-05-17 22:15:52 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-05-17 22:15:52 +0000

    audio/rhythmbox: temporarily enable PYTHON by default
    
    BROKEN only occurs when PYTHON is disabled
    
    Reference: https://gitlab.gnome.org/GNOME/rhythmbox/-/work_items/2135
---
 audio/rhythmbox/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 473858723432..4b70b38c425a 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rhythmbox
-PORTVERSION=	3.4.9
-PORTREVISION=	1
+DISTVERSION=	3.4.9
+PORTREVISION=	2
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -9,8 +9,6 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Music playback and management application for the GNOME desktop
 WWW=		https://gnome.pages.gitlab.gnome.org/rhythmbox/
 
-BROKEN=		fails to build, error: 'girepository.h' file not found
-
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -35,7 +33,7 @@ GLIB_SCHEMAS=	org.gnome.rhythmbox.gschema.xml
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	BRASERO DAAP GRILO IPOD LIRC MTP NLS NOTIFY PYTHON
-OPTIONS_DEFAULT=NOTIFY
+OPTIONS_DEFAULT=NOTIFY PYTHON
 BRASERO_DESC=	Brasero disc burning support
 BRASERO_MESON_ENABLED=	brasero
 BRASERO_LIB_DEPENDS=	libbrasero-media3.so:sysutils/brasero
@@ -65,5 +63,6 @@ PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FL
 			zeitgeist>0:sysutils/zeitgeist \
 			avahi-app>0:net/avahi-app
 PYTHON_BINARY_ALIAS=	python3=${PYTHON_CMD}
+PYTHON_BROKEN_OFF=	https://gitlab.gnome.org/GNOME/rhythmbox/-/work_items/2135
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0a3e52.44457.20c0c50e>