From crees@FreeBSD.org  Wed May 23 20:10:28 2012
Return-Path: <crees@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6AE6110656D4
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 20:10:28 +0000 (UTC)
	(envelope-from crees@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 55F518FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 20:10:28 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4NKASvP030102
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 20:10:28 GMT
	(envelope-from crees@freefall.freebsd.org)
Received: (from crees@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4NKAS2O030100;
	Wed, 23 May 2012 20:10:28 GMT
	(envelope-from crees)
Message-Id: <201205232010.q4NKAS2O030100@freefall.freebsd.org>
Date: Wed, 23 May 2012 20:10:28 GMT
From: Chris Rees <crees@freebsd.org>
Reply-To: Chris Rees <crees@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bsdkaffee@gmail.com

>Number:         168282
>Category:       ports
>Synopsis:       [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 20:20:02 UTC 2012
>Closed-Date:    Tue May 29 16:03:37 UTC 2012
>Last-Modified:  Tue May 29 16:03:37 UTC 2012
>Originator:     Chris Rees
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
FreeBSD ports tree doesn't support <7.x, so this check is unnecessary.
>How-To-Repeat:
	
>Fix:

	

--- sysutils-gapcmon.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/gapcmon/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	28 Mar 2010 06:43:39 -0000	1.14
+++ Makefile	23 May 2012 19:55:19 -0000
@@ -22,12 +22,6 @@
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL README
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 601103
-IGNORE=		needs gethostbyname_r(3)
-.endif
-
 post-extract:
 	@${REINPLACE_CMD} 's|install-gapcmondocDATA \\|\\|' \
 		${WRKSRC}/Makefile.in
@@ -39,4 +33,4 @@
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- sysutils-gapcmon.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed May 23 20:20:27 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bsdkaffee@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168282: [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION
Date: Wed, 23 May 2012 20:20:25 UT

 Maintainer of sysutils/gapcmon,
 
 Please note that PR ports/168282 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/168282
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Jason E. Hale" <bsdkaffee@gmail.com>
To: bug-followup@freebsd.org,
 crees@freebsd.org
Cc:  
Subject: Re: ports/168282: [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION
Date: Wed, 23 May 2012 17:22:27 -0400

 Approved.
 
 Thanks,
 Jason

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168282: commit references a PR
Date: Tue, 29 May 2012 15:48:55 +0000 (UTC)

 ak          2012-05-29 15:48:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/gapcmon     Makefile 
   Log:
   - Remove obsolete OSVERSION check
   
   PR:     ports/168282
   Submitted by:   Chris Rees <crees@freebsd.org>
   Approved by:    "Jason E. Hale" <bsdkaffee@gmail.com> (maintainer), eadler, itetcu (mentors, implicit)
   
   Revision  Changes    Path
   1.15      +1 -7      ports/sysutils/gapcmon/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: feedback->closed 
State-Changed-By: ak 
State-Changed-When: Tue May 29 16:03:35 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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