svn commit: r420039 - head/net/openslp

Palle Girgensohn girgen at FreeBSD.org
Wed Aug 10 21:20:53 UTC 2016


Author: girgen
Date: Wed Aug 10 21:20:51 2016
New Revision: 420039
URL: https://svnweb.freebsd.org/changeset/ports/420039

Log:
  A change in openslp gets openldap into problems:
  
  http://www.openldap.org/lists/openldap-bugs/201510/msg00045.html
  
  Let openslp port add CPPFLAGS=-DHAVE_STRNCASECMP until
  openldap fixes this.
  
  Approved by: maintainer

Modified:
  head/net/openslp/Makefile

Modified: head/net/openslp/Makefile
==============================================================================
--- head/net/openslp/Makefile	Wed Aug 10 21:07:06 2016	(r420038)
+++ head/net/openslp/Makefile	Wed Aug 10 21:20:51 2016	(r420039)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openslp
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/${PORTVERSION}%20Release
 
@@ -16,6 +17,7 @@ USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/openslp \
 		--localstatedir=/var
+CPPFLAGS+=	-DHAVE_STRNCASECMP
 
 USE_RC_SUBR=	slpd
 


More information about the svn-ports-all mailing list