From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 20 14:10:06 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00BED369 for ; Mon, 20 Jan 2014 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0129133E for ; Mon, 20 Jan 2014 14:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0KEA5wS039094 for ; Mon, 20 Jan 2014 14:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0KEA5gM039093; Mon, 20 Jan 2014 14:10:05 GMT (envelope-from gnats) Resent-Date: Mon, 20 Jan 2014 14:10:05 GMT Resent-Message-Id: <201401201410.s0KEA5gM039093@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99C44188; Mon, 20 Jan 2014 14:01:00 +0000 (UTC) Received: from smtpout6.timeweb.ru (smtpout6.timeweb.ru [92.53.117.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 546861278; Mon, 20 Jan 2014 14:01:00 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1W5FPO-00031v-Go; Mon, 20 Jan 2014 18:00:58 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 38000E74; Mon, 20 Jan 2014 18:00:58 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 33E3391C8; Mon, 20 Jan 2014 18:00:58 +0400 (MSK) Message-Id: <20140120140058.33E3391C8@hades.panopticon> Date: Mon, 20 Jan 2014 18:00:58 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185920: [PATCH] devel/libsoup: disable g-ir-scanner cache Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 14:10:06 -0000 >Number: 185920 >Category: ports >Synopsis: [PATCH] devel/libsoup: disable g-ir-scanner cache >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:05 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 - Use new LIB_DEPENDS syntax Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libsoup-2.40.3_2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 340395) +++ Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking \ python2:${PORTSDIR}/lang/python2 -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking USE_XZ= yes @@ -30,13 +30,14 @@ CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes PLIST_SUB= VERSION="2.4" .if defined(SOUP_SLAVE) USE_SQLITE= yes -LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring CONFIGURE_ARGS+=--with-gnome .else BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection --- libsoup-2.40.3_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: