From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 4 09:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4B207CBF for ; Thu, 4 Jul 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7441BA3 for ; Thu, 4 Jul 2013 09:50: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 r649o191016880 for ; Thu, 4 Jul 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r649o1sM016869; Thu, 4 Jul 2013 09:50:01 GMT (envelope-from gnats) Date: Thu, 4 Jul 2013 09:50:01 GMT Message-Id: <201307040950.r649o1sM016869@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: Thu, 04 Jul 2013 09:50: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: Thu, 04 Jul 2013 12:47:02 +0300 Thank you. I've got a few additional comments after looking at the port's Makefile: o Instead of the BUILD_DEPENDS line you added, you can use USE_GNOME=libxml2:build instead. o libxml2 does not seem to be a build-dependency, but rather a generic library dependency (ie. LIB_DEPENDS). The pkg-config files generated by the port depend on it, for example. o There's a section in the Makefile that says #Not needed without execinfo or xml #CFLAGS+= -I${LOCALBASE}/include #LDFLAGS+= -L${LOCALBASE}/lib Now that xml support has been added, do you need to uncomment out those lines?