svn commit: r440602 - head/net/freediameter

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:50:49 UTC 2017


Author: antoine
Date: Wed May 10 21:50:47 2017
New Revision: 440602
URL: https://svnweb.freebsd.org/changeset/ports/440602

Log:
  Mark BROKEN: fails to configure
  
  CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  Please set them or make sure they are set and tested correctly in the CMake files:
  IDNA_INCLUDE_DIR (ADVANCED)
     used as include directory in directory /wrkdirs/usr/ports/net/freediameter/work/freeDiameter-1.2.0/libfdproto
  
  Reported by:	pkg-fallout

Modified:
  head/net/freediameter/Makefile

Modified: head/net/freediameter/Makefile
==============================================================================
--- head/net/freediameter/Makefile	Wed May 10 21:49:42 2017	(r440601)
+++ head/net/freediameter/Makefile	Wed May 10 21:50:47 2017	(r440602)
@@ -10,6 +10,8 @@ COMMENT=	Open source Diameter protocol i
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to configure
+
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgnutls.so:security/gnutls
 


More information about the svn-ports-all mailing list