From araujo@bsdmail.org  Tue Apr 17 16:57:03 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 27C2016A403
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2007 16:57:03 +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 9445513C483
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2007 16:57:02 +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 E0E352DA4BE;
	Tue, 17 Apr 2007 13:57:00 -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 rZVJAr2j3c5E; Tue, 17 Apr 2007 13:56:55 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 6D7082DA4E0;
	Tue, 17 Apr 2007 13:56:55 -0300 (BRT)
Received: (nullmailer pid 57717 invoked by uid 0);
	Tue, 17 Apr 2007 16:56:57 -0000
Message-Id: <1176829017.597021.57716.nullmailer@bsdmail.org>
Date: Tue, 17 Apr 2007 13:56:57 -0300
From: Marcelo Araujo <araujo@island.freebsd.org> (araujo@bsdmail.org)
To: FreeBSD-gnats-submit@freebsd.org
Cc: oliver.bantke@t-g-p.org
Subject: [PATCH] sysutils/i855vidctl: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111771
>Category:       ports
>Synopsis:       [PATCH] sysutils/i855vidctl: 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:08 GMT 2007
>Closed-Date:    Sat Jun 16 16:41:28 GMT 2007
>Last-Modified:  Sat Jun 16 16:50:03 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 versions 4.x (EOL)

Removed file(s):
- pkg-plist

Port maintainer (oliver.bantke@t-g-p.org) is cc'd.

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

--- i855vidctl-1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/i855vidctl10/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	21 May 2005 18:04:44 -0000	1.5
+++ Makefile	17 Apr 2007 16:55:55 -0000
@@ -14,13 +14,6 @@
 MAINTAINER=	oliver.bantke@t-g-p.org
 COMMENT=	Resolution tool for Centrino based laptops
 
-ONLY_FOR_ARCHS=	i386
+PLIST_FILES=	bin/i855vidctl
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC=	3.4
-BROKEN=		"Does not compile on FreeBSD 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	23 Dec 2004 06:40:13 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-bin/i855vidctl
--- i855vidctl-1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Apr 17 17:17:50 UTC 2007 
Responsible-Changed-Why:  
itetcu handle marcelo pr's :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111771 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Wed Apr 18 21:15:45 UTC 2007 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111771 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Jun 16 16:41:26 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111771: commit references a PR
Date: Sat, 16 Jun 2007 16:41:09 +0000 (UTC)

 itetcu      2007-06-16 16:41:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/i855vidctl10 Makefile 
   Removed files:
     sysutils/i855vidctl10 pkg-plist 
   Log:
   - drop 4.x support (EOL)
   - use PLIST_FILE instead of one line pkg-plist
   
   PR:             ports/111771
   Submitted by:   araujo@
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.6       +2 -7      ports/sysutils/i855vidctl10/Makefile
   1.2       +0 -1      ports/sysutils/i855vidctl10/pkg-plist (dead)
 _______________________________________________
 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:
