From nobody@FreeBSD.org  Sat Aug  3 17:30:00 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 2E88BFF3
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Aug 2013 17:30:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1BD3B2837
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Aug 2013 17:30:00 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r73HTxYF012465
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 3 Aug 2013 17:29:59 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r73HTxjV012464;
	Sat, 3 Aug 2013 17:29:59 GMT
	(envelope-from nobody)
Message-Id: <201308031729.r73HTxjV012464@oldred.freebsd.org>
Date: Sat, 3 Aug 2013 17:29:59 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ftp/curl fails to compile out of the box when WITHOUT_GSSAPI specified in the base system
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181004
>Category:       ports
>Synopsis:       ftp/curl fails to compile out of the box when WITHOUT_GSSAPI specified in the base system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 03 17:40:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Sat Nov 02 19:25:40 UTC 2013
>Originator:     Garrett Cooper
>Release:        10-CURRENT
>Organization:
EMC Isilon
>Environment:
FreeBSD fuji-current.local 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r+b278358-dirty: Sun Jun  9 16:05:39 PDT 2013     root@fuji-current.local:/usr/obj/usr/src/sys/FUJI-NOCOMPAT  i386
>Description:
ftp/curl sets ./configure knobs based on the options passed to the port, and the port was changed to options-NG, which means it no longer uses the knobs in the base system as defaults.

Some knobs really should have sane defaults based on the base system knobs, in particular:

NOPORTDOCS -> ${MK_DOCS} != "no"
NOPORTEXAMPLES -> ${MK_EXAMPLES} != "no"

GSSAPI -> ${MK_GSSAPI} != "no"
IPV6 -> ${MK_INET6} != "no"

etc.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 3 17:40:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181004 
Responsible-Changed-From-To: sunpoet->portmgr 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Nov 2 19:25:39 UTC 2013 
Responsible-Changed-Why:  
options framework is portmgr territory. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181004 
>Unformatted:
