[Midnightbsd-cvs] mports [18279] trunk/dns/nss_mdns/Makefile: nss_mdns was having issues with autoconf.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 22 10:58:26 EDT 2015


Revision: 18279
          http://svnweb.midnightbsd.org/mports/?rev=18279
Author:   laffer1
Date:     2015-03-22 10:58:26 -0400 (Sun, 22 Mar 2015)
Log Message:
-----------
nss_mdns was having issues with autoconf.

Modified Paths:
--------------
    trunk/dns/nss_mdns/Makefile

Modified: trunk/dns/nss_mdns/Makefile
===================================================================
--- trunk/dns/nss_mdns/Makefile	2015-03-22 14:53:25 UTC (rev 18278)
+++ trunk/dns/nss_mdns/Makefile	2015-03-22 14:58:26 UTC (rev 18279)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nss_mdns
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://0pointer.de/lennart/projects/nss-mdns/
 DISTNAME=	nss-mdns-${PORTVERSION}
@@ -10,15 +11,18 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	NSS module implementing multicast DNS name resolution
 
-LICENSE=	lgpl2
+LICENSE=	lgpl2.1
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	autoconf automake libtool
-USE_GMAKE=	yes
+LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app
+
+CONFLICTS_INSTALL=	mDNSResponder_nss-[0-9]*
+
+GNU_CONFIGURE=	yes
+USES=	autoreconf gmake  libtool
 USE_LDCONFIG=	yes
 AUTOTOOLSFILES=	aclocal.m4
 
-LIB_DEPENDS+=	avahi-client:${PORTSDIR}/net/avahi-app
-
 OPTIONS_DEFINE=	SEARCH_DOMAINS DOCS
 SEARCH_DOMAINS_DESC=	Honour search domains in resolv.conf
 



More information about the Midnightbsd-cvs mailing list