From araujo@bsdmail.org  Tue Apr 17 16:59:55 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4A2E016A404
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2007 16:59:55 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id B81BF13C46E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2007 16:59:54 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id CABFA2DA427;
	Tue, 17 Apr 2007 13:59:53 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id fGKAvNPT5YIC; Tue, 17 Apr 2007 13:59:46 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id DA6832DA4B6;
	Tue, 17 Apr 2007 13:59:46 -0300 (BRT)
Received: (nullmailer pid 58483 invoked by uid 0);
	Tue, 17 Apr 2007 16:59:49 -0000
Message-Id: <1176829189.321371.58482.nullmailer@bsdmail.org>
Date: Tue, 17 Apr 2007 13:59:49 -0300
From: Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To: FreeBSD-gnats-submit@freebsd.org
Cc: wmoran@collaborativefusion.com
Subject: [PATCH] sysutils/jailme: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: wmoran@collaborativefusion.com

>Number:         111772
>Category:       ports
>Synopsis:       [PATCH] sysutils/jailme: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 17 17:00:09 GMT 2007
>Closed-Date:    Wed Apr 18 20:00:05 GMT 2007
>Last-Modified:  Wed Apr 18 20:00:24 GMT 2007
>Originator:     Marcelo Araujo (araujo@bsdmail.org)
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- cleanup non-supported FreeBSD version 4.x (EOL)

Port maintainer (wmoran@collaborativefusion.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- jailme-0.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/jailme/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 Jan 2007 09:13:00 -0000	1.3
+++ Makefile	17 Apr 2007 16:58:49 -0000
@@ -17,10 +17,4 @@
 
 USE_BZIP2=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- jailme-0.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Apr 17 17:00:20 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111772 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Apr 17 17:17:56 UTC 2007 
Responsible-Changed-Why:  
itetcu handle marcelo pr's :) 

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

From: Bill Moran <wmoran@collaborativefusion.com>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/111772: [PATCH] sysutils/jailme: cleanup non-supported
 FreeBSD versions
Date: Tue, 17 Apr 2007 13:14:14 -0400

 Correct me if I'm wrong, but isn't this adding cruft?  It's my
 understanding that 4.X is no longer supported by ports and the effort
 is to remove 4.X-specific stuff from the tree.
 
 -- 
 Bill Moran
 Collaborative Fusion Inc.
 
 wmoran@collaborativefusion.com
 Phone: 412-422-3463x4023

From: Bill Moran <wmoran@collaborativefusion.com>
To: bug-followup@FreeBSD.org, araujo@island.freebsd.org
Cc:  
Subject: Re: ports/111772: [PATCH] sysutils/jailme: cleanup non-supported
 FreeBSD versions
Date: Tue, 17 Apr 2007 14:01:21 -0400

 Never mind, I misread the patch.  This looks good to me.
 
 -- 
 Bill Moran
 Collaborative Fusion Inc.
 http://people.collaborativefusion.com/~wmoran/
 
 wmoran@collaborativefusion.com
 Phone: 412-422-3463x4023
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Wed Apr 18 20:00:00 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111772: commit references a PR
Date: Wed, 18 Apr 2007 19:59:15 +0000 (UTC)

 itetcu      2007-04-18 19:59:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/jailme      Makefile 
   Log:
   Remove 4.x support.
   
   PR:             ports/111772
   Submitted by:   Marcelo Araujo (araujo@bsdmail.org)
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +1 -7      ports/sysutils/jailme/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"
 
>Unformatted:
