From nobody@FreeBSD.org  Thu Jun 12 16:54:50 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C0CC106567C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Jun 2008 16:54:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1FB768FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Jun 2008 16:54:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5CGsnbI042398
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Jun 2008 16:54:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5CGsnHf042397;
	Thu, 12 Jun 2008 16:54:49 GMT
	(envelope-from nobody)
Message-Id: <200806121654.m5CGsnHf042397@www.freebsd.org>
Date: Thu, 12 Jun 2008 16:54:49 GMT
From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Mk/bsd.port.mk Remove stale comment about USE_GETOPT_LONG
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124521
>Category:       ports
>Synopsis:       [patch] Mk/bsd.port.mk Remove stale comment about USE_GETOPT_LONG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 12 17:00:12 UTC 2008
>Closed-Date:    Mon Jul 21 22:50:59 UTC 2008
>Last-Modified:  Mon Jul 21 22:50:59 UTC 2008
>Originator:     Alex Kozlov
>Release:        FreeBSD 6.3
>Organization:
private
>Environment:
>Description:
USE_GETOPT_LONG not exist any more. Remove stale comment about it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Mk/bsd.port.mk
@@ -312,9 +312,6 @@
 # GMAKE			- Set to path of GNU make if not in $PATH.
 #				  Default: gmake
 ##
-# USE_GETOPT_LONG
-#				- If set, this port uses getopt_long.  May be obsolete.
-##
 # USE_ICONV		- If set, this port uses libiconv.
 # USE_GETTEXT	- If set, this port uses GNU gettext (libintl).
 ##


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 12 17:00:18 UTC 2008 
Responsible-Changed-Why:  
bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124521 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124521: commit references a PR
Date: Mon, 21 Jul 2008 22:29:39 +0000 (UTC)

 pav         2008-07-21 22:29:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.port.mk 
     dns/bind9-dlz        Makefile 
     mail/postfix1        Makefile 
     security/seahorse    Makefile 
   Added files:
     Mk                   bsd.ldap.mk 
   Log:
   - Separate OpenLDAP related code into bsd.ldap.mk
   - Change default OpenLDAP version to 2.4
   - Remove OpenLDAP 2.2 support, the port has been gone for some time now
   - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports
   
   PR:             ports/123602, ports/124115, ports/125605
   Submitted by:   delphij, Jens Rehsack <rehsack@web.de>,
                   Yuri Pankov <yuri.pankov@gmail.com>
   
   - Remove USE_GTK, it's no longer used
   
   PR:             ports/123528
   Submitted by:   mezz
   
   - Use PATCH_WRKSRC instead of WRKSRC in do-patch target
   
   PR:             ports/124169
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
   
   - Remove USE_XPM, it's been replaced by USE_XORG+=xpm
   
   PR:             ports/124506
   Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
   
   - Minor fixups for bsd.port.mk
   
   PR:             ports/122675
   Submitted by:   linimon
   
   - Remove stale comment about USE_GETOPT_LONG
   
   PR:             ports/124521
   Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
   
   - Correct comment about default fetch arguments
   
   PR:             ports/125334
   Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com>
   
   Revision  Changes    Path
   1.1       +95 -0     ports/Mk/bsd.ldap.mk (new)
   1.598     +15 -39    ports/Mk/bsd.port.mk
   1.46      +1 -1      ports/dns/bind9-dlz/Makefile
   1.93      +0 -3      ports/mail/postfix1/Makefile
   1.71      +0 -3      ports/security/seahorse/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Jul 21 22:50:06 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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