From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 15:10:01 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 9765C40D for ; Fri, 14 Mar 2014 15:10:01 +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 82DBF752 for ; Fri, 14 Mar 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EFA1kJ030001 for ; Fri, 14 Mar 2014 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2EFA1be030000; Fri, 14 Mar 2014 15:10:01 GMT (envelope-from gnats) Date: Fri, 14 Mar 2014 15:10:01 GMT Message-Id: <201403141510.s2EFA1be030000@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Olivier Duchateau Subject: Re: ports/187376: [UPDATE] x11/slim to 1.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Olivier Duchateau List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 15:10:01 -0000 The following reply was made to PR ports/187376; it has been noted by GNATS. From: Olivier Duchateau To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187376: [UPDATE] x11/slim to 1.3.6 Date: Fri, 14 Mar 2014 15:57:29 +0000 On Thu, 13 Mar 2014 19:38:31 -0400 Henry Hu wrote: > This patch seems fine, but I have a question: why do you make it depend on > gcrypt? > I can't find any clue that it depends on gcrypt. grep -ir gcrypt * yields > nothing in the work dir. > Moreover, if I remove the gcrypt dependency, it still builds fine on > redports. > From "ldd /usr/local/bin/slim" I also can't find libgcrypt.so. You're right, I remove this dependency. > > > -- > Cheers, > Henry -- olivier