Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2012 23:49:20 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301050 - head/dns/nsd
Message-ID:  <201207172349.q6HNnKOT007536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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