From jgh@FreeBSD.org  Sun Jan 20 22:37:48 2013
Return-Path: <jgh@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 80749FA6
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jan 2013 22:37:48 +0000 (UTC)
	(envelope-from jgh@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	by mx1.freebsd.org (Postfix) with ESMTP id 73673923
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jan 2013 22:37:48 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0KMbm8x093157
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jan 2013 22:37:48 GMT
	(envelope-from jgh@freefall.freebsd.org)
Received: (from jgh@localhost)
	by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0KMbmuj093156;
	Sun, 20 Jan 2013 22:37:48 GMT
	(envelope-from jgh)
Message-Id: <201301202237.r0KMbmuj093156@freefall.freebsd.org>
Date: Sun, 20 Jan 2013 22:37:48 GMT
From: Jason Helfman <jgh@FreeBSD.org>
Reply-To: Jason Helfman <jgh@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] net/nss-pam-ldapd: drop unnecessary patch
X-Send-Pr-Version: 3.114
X-GNATS-Notify: rflynn@acsalaska.net

>Number:         175462
>Category:       ports
>Synopsis:       [patch] net/nss-pam-ldapd: drop unnecessary patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 20 22:40:00 UTC 2013
>Closed-Date:    Wed Jan 23 23:34:44 UTC 2013
>Last-Modified:  Wed Jan 23 23:40:00 UTC 2013
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
Arthur de Jong, author of this software, indicated in a personal mail after I
had submitted a bug report that the following patch in the attached patch is
no longer necessary.
>How-To-Repeat:
	
>Fix:

Index: files/patch-nss__prototypes.h
===================================================================
--- files/patch-nss__prototypes.h	(revision 310636)
+++ files/patch-nss__prototypes.h	(working copy)
@@ -1,16 +0,0 @@
---- nss/prototypes.h.orig	2011-03-09 13:39:24.000000000 -0900
-+++ nss/prototypes.h	2012-02-29 17:15:19.000000000 -0900
-@@ -125,11 +125,13 @@
- nss_status_t _nss_ldap_getservent_r(struct servent *result,char *buffer,size_t buflen,int *errnop);
- nss_status_t _nss_ldap_endservent(void);
- 
-+#ifdef HAVE_SHADOW_H
- /* shadow - extended user information */
- nss_status_t _nss_ldap_getspnam_r(const char *name,struct spwd *result,char *buffer,size_t buflen,int *errnop);
- nss_status_t _nss_ldap_setspent(int stayopen);
- nss_status_t _nss_ldap_getspent_r(struct spwd *result,char *buffer,size_t buflen,int *errnop);
- nss_status_t _nss_ldap_endspent(void);
-+#endif
- 
- #endif /* NSS_FLAVOUR_GLIBC */
-
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 20 22:40:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175462 
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Sun Jan 20 22:48:46 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: rflynn@acsalaska.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175462: [patch] net/nss-pam-ldapd: drop unnecessary patch
Date: Sun, 20 Jan 2013 22:40:07 UT

 Maintainer of net/nss-pam-ldapd,
 
 Please note that PR ports/175462 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175462
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Wed Jan 23 09:47:23 UTC 2013 
State-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175462 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Wed Jan 23 23:34:43 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175462: commit references a PR
Date: Wed, 23 Jan 2013 23:34:25 +0000 (UTC)

 Author: jgh
 Date: Wed Jan 23 23:34:12 2013
 New Revision: 310907
 URL: http://svnweb.freebsd.org/changeset/ports/310907
 
 Log:
   - drop unnecessary patch (per software author)
   
   PR:		175462
   Submitted by:	jgh@
 
 Deleted:
   head/net/nss-pam-ldapd/files/patch-nss__prototypes.h
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
