From edwin@mavetju.org  Mon Apr 16 01:35:54 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8385F16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:35:54 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.freebsd.org (Postfix) with ESMTP id 462F813C457
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:35:54 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id 6B30437CFEB; Mon, 16 Apr 2007 11:35:53 +1000 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id 235B94226E7
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:35:53 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id CC28037CFB5
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:35:52 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id BA2F0F5; Mon, 16 Apr 2007 11:35:52 +1000 (EST)
Message-Id: <20070416013552.BA2F0F5@k7.mavetju>
Date: Mon, 16 Apr 2007 11:35:52 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] audio/amarok - cleanup non-supported FreeBSD versions
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111647
>Category:       ports
>Synopsis:       [patch] audio/amarok - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mich
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 01:40:03 GMT 2007
>Closed-Date:    Thu Apr 19 11:19:00 GMT 2007
>Last-Modified:  Thu Apr 19 11:20:02 GMT 2007
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:
>How-To-Repeat:
>Fix:

deleted files: files/extra-amarok_src_expression.h

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/amarok/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile	2 Apr 2007 15:46:55 -0000	1.70
+++ Makefile	16 Apr 2007 01:35:26 -0000
@@ -39,10 +39,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES+=	${PATCHDIR}/extra-amarok_src_expression.h
-.endif
-
 CONFIGURE_ARGS+=--without-exscalibar \
 		--with-mp4v2 \
 		--with-mp4v2-dir=${PREFIX} \
Index: files/extra-amarok_src_expression.h
===================================================================
RCS file: files/extra-amarok_src_expression.h
diff -N files/extra-amarok_src_expression.h
--- files/extra-amarok_src_expression.h	2 Aug 2006 12:09:59 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-
-$FreeBSD: ports/audio/amarok/files/extra-amarok_src_expression.h,v 1.1 2006/08/02 12:09:59 mich Exp $
-
---- amarok/src/expression.h.orig
-+++ amarok/src/expression.h
-@@ -27,8 +27,8 @@
- {
-     QString field;
-     QString text;
--    bool negate: 1;
--    enum { Contains, Less, More } match: 2;
-+    bool negate;
-+    enum { Contains, Less, More } match;
-     expression_element(): negate( false ), match( Contains ) { }
- };
- typedef QValueVector<expression_element> or_list;
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mich 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 16 01:40:37 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111647 
State-Changed-From-To: open->closed 
State-Changed-By: mich 
State-Changed-When: Thu Apr 19 11:18:47 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

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

 mich        2007-04-19 11:18:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/amarok         Makefile 
   Removed files:
     audio/amarok/files   extra-amarok_src_expression.h 
   Log:
   - Cleanup non-supported FreeBSD versions
   
   Submitted by:           edwin
   PR:                     ports/111647
   
   Revision  Changes    Path
   1.71      +0 -4      ports/audio/amarok/Makefile
   1.2       +0 -16     ports/audio/amarok/files/extra-amarok_src_expression.h (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:
