svn commit: r301050 - head/dns/nsd

Jase Thew jase at FreeBSD.org
Tue Jul 17 23:49:20 UTC 2012


Author: jase
Date: Tue Jul 17 23:49:20 2012
New Revision: 301050
URL: http://svn.freebsd.org/changeset/ports/301050

Log:
  - Fix LARGEFILE option typo that resulted in largefile support being
    constantly disabled.
  
  PR:		ports/169952
  Spotted by:	Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
  Approved by:	flo (mentor)

Modified:
  head/dns/nsd/Makefile

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Tue Jul 17 22:37:35 2012	(r301049)
+++ head/dns/nsd/Makefile	Tue Jul 17 23:49:20 2012	(r301050)
@@ -7,6 +7,7 @@
 
 PORTNAME=	nsd
 PORTVERSION=	3.2.11
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
@@ -70,7 +71,7 @@ MAXIPS_DESC=		Raise max-ips from 8 to ${
 CONFIGURE_ARGS+=	--enable-root-server
 .endif
 
-.if empty(PORT_OPTIONS:MLARGFILE)
+.if empty(PORT_OPTIONS:MLARGEFILE)
 CONFIGURE_ARGS+=	--disable-largefile
 .endif
 



More information about the svn-ports-all mailing list