svn commit: r445123 - in head/net-mgmt/ccnet-client: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 7 12:01:52 UTC 2017


On Thu, Jul 06, 2017 at 02:21:23AM +0000, Richard Gallamore wrote:
> New Revision: 445123
> URL: https://svnweb.freebsd.org/changeset/ports/445123
> 
> Log:
>   * Add patch to fix build for libressl
>   * Removed --enable-ldap, not a valid configure arg
>   
> [...]
> @@ -21,19 +22,17 @@ LIB_DEPENDS=	libsearpc.so:devel/libsearpc \
>  
>  CONFLICTS=	ccnet-server-[0-9]*
>  
> -USE_GITHUB=	yes
> -GH_ACCOUNT=	haiwen
> -GH_PROJECT=	ccnet
> -
>  USES=		autoreconf gettext libtool localbase pathfix pkgconfig \
>  		python:-2.7 ssl
>  USE_GNOME=	glib20
>  USE_LDCONFIG=	yes
>  USE_OPENLDAP=	yes
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	haiwen
> +GH_PROJECT=	ccnet

Please try to avoid these gratuitous changes.  GitHub-related knobs are
often grouped together and put closer to the top because they are more
related to obtaining the distfile (think MASTER_SITES) rather than the
configuring/building/etc. steps of software itself.

In any case, this move should've been reflected in the commit log with
proper explanation.

./danfe


More information about the svn-ports-all mailing list