Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 20:03:32 -0500
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170099: [PATCH] accessibility/redshift: fix GUI build option
Message-ID:  <E1StTXA-0002qi-SA@feld.me>
Resent-Message-ID: <201207240110.q6O1ABXw007295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170099
>Category:       ports
>Synopsis:       [PATCH] accessibility/redshift: fix GUI build option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 01:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.0-STABLE FreeBSD 9.0-STABLE #3 r234963: Thu May  3 13:12:01
>Description:

fix python RUN_DEPENDS

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- redshift-1.7_1.patch begins here ---
diff -ruN --exclude=CVS ../redshift.orig/Makefile ./Makefile
--- ../redshift.orig/Makefile	2012-06-10 21:46:35.000000000 -0500
+++ ./Makefile	2012-07-23 20:01:56.788310013 -0500
@@ -58,8 +58,8 @@
 
 .if ${PORT_OPTIONS:MGUI}
 CONFIGURE_ARGS+=--enable-gui --enable-gnome-clock
-RUN_DEPENDS+=	py-gtk2:${PORTSDIR}/x11-toolkits/py-gtk2 \
-		py-xdg:${PORTSDIR}/devel/py-xdg
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
+		${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 PLIST_SUB+=	GUI=""
 .else
 CONFIGURE_ARGS+=--disable-gui --disable-gnome-clock
--- redshift-1.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1StTXA-0002qi-SA>