From araujo@bsdmail.org  Fri Apr 20 14:05:22 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 ED7DB16A40B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 14:05:22 +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 909B913C448
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 14:05:22 +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 908F52DA46A;
	Fri, 20 Apr 2007 11:05:21 -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 PSdBLx3oeg2c; Fri, 20 Apr 2007 11:05:08 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 6B1562DA42B;
	Fri, 20 Apr 2007 11:05:08 -0300 (BRT)
Received: (nullmailer pid 38921 invoked by uid 0);
	Fri, 20 Apr 2007 14:05:07 -0000
Message-Id: <1177077907.642598.38920.nullmailer@bsdmail.org>
Date: Fri, 20 Apr 2007 11:05:07 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: joe@joeholden.co.uk
Subject: [PATCH] comms/spandsp-devel: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: joe@joeholden.co.uk

>Number:         111948
>Category:       ports
>Synopsis:       [PATCH] comms/spandsp-devel: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 14:10:13 GMT 2007
>Closed-Date:    Mon Apr 23 08:19:45 GMT 2007
>Last-Modified:  Mon Apr 23 08:20:04 GMT 2007
>Originator:     Marcelo Araujo
>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:

- removed support to FreeBSD 4.x (EOL)
- fixed pkg-plist also.

Port maintainer (joe@joeholden.co.uk) is cc'd.

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

--- spandsp-devel-0.0.3.p27.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/spandsp-devel/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	28 Jan 2007 09:07:36 -0000	1.14
+++ Makefile	20 Apr 2007 14:03:30 -0000
@@ -31,10 +31,4 @@
 
 CONFLICTS=	spandsp-[0-9]*
 
-.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>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/comms/spandsp-devel/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	18 Jan 2007 08:51:20 -0000	1.5
+++ pkg-plist	20 Apr 2007 14:03:30 -0000
@@ -70,8 +70,8 @@
 lib/libspandsp.la
 lib/libspandsp.so
 lib/libspandsp.so.0
-share/spandsp/global-tones.xml
-share/spandsp/tones.dtd
+%%DATADIR%%/global-tones.xml
+%%DATADIR%%/tones.dtd
 @dirrm share/spandsp
 @dirrm share/nls/en_US.US-ASCII
 @dirrm share/nls/POSIX
--- spandsp-devel-0.0.3.p27.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 20 14:10:41 UTC 2007 
Responsible-Changed-Why:  
itetcu@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111948 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 20 14:10:56 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Joe Holden <joe@joeholden.co.uk>
To: bug-followup@FreeBSD.org,  araujo@bsdmail.org
Cc:  
Subject: Re: ports/111948: [PATCH] comms/spandsp-devel: cleanup non-supported
 FreeBSD versions
Date: Fri, 20 Apr 2007 16:31:11 +0100

 This patch looks fine, however there is a new version out, which I 
 haven't submitted yet, so i'll leave it up to the submitter whether he 
 wants it to be committed now, or wait until i've upgraded it, and added 
 the patch.
 
 Thanks,
 J
State-Changed-From-To: feedback->open 
State-Changed-By: itetcu 
State-Changed-When: Fri Apr 20 21:57:11 UTC 2007 
State-Changed-Why:  
maintinaine approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111948 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Apr 23 08:19:42 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111948: commit references a PR
Date: Mon, 23 Apr 2007 08:19:38 +0000 (UTC)

 miwi        2007-04-23 08:19:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/spandsp-devel  Makefile pkg-plist 
   Log:
   - Remove 4.X gruft
   
   PR:             111948
   Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.15      +1 -7      ports/comms/spandsp-devel/Makefile
   1.6       +2 -4      ports/comms/spandsp-devel/pkg-plist
 _______________________________________________
 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:
