Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 00:02:41 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440985 - head/net/freediameter
Message-ID:  <201705160002.v4G02fGJ004293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue May 16 00:02:41 2017
New Revision: 440985
URL: https://svnweb.freebsd.org/changeset/ports/440985

Log:
  net/freediameter: Fix build and unbreak port
  
  Add new dependency dns/libidn for fix build [1]
  
  While here, add LICENSE_FILE and bump PORTREVISION.
  
  PR:		219145
  Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer) [1]
  Reported by:	Vikash Badal <vikashb@where-ever.za.net>
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10697

Modified:
  head/net/freediameter/Makefile

Modified: head/net/freediameter/Makefile
==============================================================================
--- head/net/freediameter/Makefile	Mon May 15 22:55:13 2017	(r440984)
+++ head/net/freediameter/Makefile	Tue May 16 00:02:41 2017	(r440985)
@@ -2,6 +2,7 @@
 
 PORTNAME=	freeDiameter
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.freediameter.net/hg/freeDiameter/archive/
 
@@ -9,11 +10,11 @@ MAINTAINER=	koue@chaosophia.net
 COMMENT=	Open source Diameter protocol implementation
 
 LICENSE=	BSD3CLAUSE
-
-BROKEN=		fails to configure
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
-		libgnutls.so:security/gnutls
+		libgnutls.so:security/gnutls \
+		libidn.so:dns/libidn
 
 USES=		cmake bison
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705160002.v4G02fGJ004293>