ports/180168: [maintainer update] net/Sockets 2.3.9.9

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jul 4 09:50:01 UTC 2013


The following reply was made to PR ports/180168; it has been noted by GNATS.

From: Raphael Kubo da Costa <rakuco at FreeBSD.org>
To: Andrea Venturoli <ml at netfence.it>
Cc: bug-followup at 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?


More information about the freebsd-ports-bugs mailing list