From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 28 22:20:01 2013 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 ESMTP id A51552F0 for ; Sun, 28 Jul 2013 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 8DFFB2D67 for ; Sun, 28 Jul 2013 22:20:01 +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 r6SMK1Q0089147 for ; Sun, 28 Jul 2013 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6SMK10j089146; Sun, 28 Jul 2013 22:20:01 GMT (envelope-from gnats) Date: Sun, 28 Jul 2013 22:20:01 GMT Message-Id: <201307282220.r6SMK10j089146@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/180168: [maintainer update] net/Sockets 2.3.9.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 22:20:01 -0000 The following reply was made to PR ports/180168; it has been noted by GNATS. From: Raphael Kubo da Costa To: Andrea Venturoli Cc: bug-followup@FreeBSD.org Subject: Re: ports/180168: [maintainer update] net/Sockets 2.3.9.9 Date: Mon, 29 Jul 2013 01:09:57 +0300 (Re-adding bug-followup@ to the CC list). Andrea Venturoli writes: > On 07/04/13 12:21, Andrea Venturoli wrote: > > Today I finally found a case where libxml2 is needed. > > So I think I could put > > USE_GNOME=libxml2 > > in the Makefile. > > Ok? > If so, I'll send another patch. Sorry for taking so long :-( Yes, please send another patch. Also note that if libxml is only needed at build-time, you should use USE_GNOME=libxml2:build. Going back to the three points I mentioned originall, I guess this would solve all of them, right?