Date: Mon, 20 Jan 2014 18:00:56 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: ports/185922: [PATCH] x11-toolkits/libwnck: disable g-ir-scanner cache, support staging Message-ID: <20140120140056.EA3B591C6@hades.panopticon> Resent-Message-ID: <201401201410.s0KEA6ZA039115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185922 >Category: ports >Synopsis: [PATCH] x11-toolkits/libwnck: disable g-ir-scanner cache, support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 14:10:06 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Disable g-ir-scanner cache to not pollute /root/.cache on build - Support staging - Use new OPTIONS features Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libwnck-2.30.6_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 340395) +++ Makefile (working copy) @@ -27,21 +27,15 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP STARTUP_DESC= Startup notification support -NO_STAGE= yes -.include <bsd.port.options.mk> +STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +STARTUP_CONFIGURE_ENABLE=startup-notification -.if ${PORT_OPTIONS:MSTARTUP} -LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification -CONFIGURE_ARGS+=--enable-startup-notification -.else -CONFIGURE_ARGS+=--disable-startup-notification -.endif - .include <bsd.port.mk> .endif --- libwnck-2.30.6_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?20140120140056.EA3B591C6>