From owner-freebsd-gnome@FreeBSD.ORG Sun May 23 05:40:06 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 587361065670 for ; Sun, 23 May 2010 05:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 478578FC0C for ; Sun, 23 May 2010 05:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4N5e3TP036324 for ; Sun, 23 May 2010 05:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4N5e34A036323; Sun, 23 May 2010 05:40:03 GMT (envelope-from gnats) Date: Sun, 23 May 2010 05:40:03 GMT Message-Id: <201005230540.o4N5e34A036323@freefall.freebsd.org> To: gnome@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/146197: [patch] security/nss: respect LOCALBASE for system sqlite3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 05:40:06 -0000 The following reply was made to PR ports/146197; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146197: [patch] security/nss: respect LOCALBASE for system sqlite3 Date: Sun, 23 May 2010 09:34:14 +0400 The bug is still there as in nss-3.12.6_2. Just the place moved. --- a.diff begins here --- Index: security/nss/files/patch-lib_softoken_manifest.mn =================================================================== RCS file: /a/.cvsup/ports/security/nss/files/patch-lib_softoken_manifest.mn,v retrieving revision 1.1 diff -u -p -r1.1 patch-lib_softoken_manifest.mn --- security/nss/files/patch-lib_softoken_manifest.mn 20 May 2010 10:01:55 -0000 1.1 +++ security/nss/files/patch-lib_softoken_manifest.mn 23 May 2010 05:29:47 -0000 @@ -7,7 +7,7 @@ -ifdef MOZILLA_CLIENT -INCLUDES += -I$(DIST)/include/sqlite3 -endif -+INCLUDES += -I/usr/local/include ++INCLUDES += -I$(LOCALBASE)/include EXPORTS = \ secmodt.h \ --- a.diff ends here ---