Date: Thu, 4 Jul 2013 09:50:01 GMT From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/180168: [maintainer update] net/Sockets 2.3.9.9 Message-ID: <201307040950.r649o1sM016869@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180168; it has been noted by GNATS. From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: Andrea Venturoli <ml@netfence.it> 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307040950.r649o1sM016869>