From nobody@FreeBSD.org  Mon Aug 28 20:20:53 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B5AD16A60D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Aug 2006 20:20:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 53C2443D55
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Aug 2006 20:20:41 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7SKKevL075495
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Aug 2006 20:20:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7SKKe8e075494;
	Mon, 28 Aug 2006 20:20:40 GMT
	(envelope-from nobody)
Message-Id: <200608282020.k7SKKe8e075494@www.freebsd.org>
Date: Mon, 28 Aug 2006 20:20:40 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] audio/kid3: fix build on 4.x
X-Send-Pr-Version: www-2.3

>Number:         102618
>Category:       ports
>Synopsis:       [maintainer] audio/kid3: fix build on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 28 20:30:20 GMT 2006
>Closed-Date:    Sun Sep 03 20:06:17 GMT 2006
>Last-Modified:  Sun Sep  3 20:10:21 GMT 2006
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun  5 18:46:21 MSD 2006     makc@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Try to fix build on freebsd 4.x
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/kid3/Makefile /home/makc/porting/ports/audio/kid3/Makefile
--- /usr/ports/audio/kid3/Makefile	Sun Aug 27 21:36:01 2006
+++ /home/makc/porting/ports/audio/kid3/Makefile	Tue Aug 29 00:10:09 2006
@@ -26,4 +26,11 @@
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+USE_GCC=	3.4+
+.endif
+
+.include <bsd.port.post.mk>
+
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Aug 28 20:30:28 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102618 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Sep 3 15:31:42 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102618 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Sun Sep 3 15:32:05 UTC 2006 
State-Changed-Why:  
http://sce-tindy.tecnik93.com/tb/errors/4-STABLE-i386-myPT/kid3-0.7.log 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102618 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Sep 3 20:06:15 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: "M. Yu. Brazhnikov" <makc@issp1.issp.ac.ru>
To: bug-followup@freebsd.org, itetcu@freebsd.org
Cc:  
Subject: Re: ports/102618: [maintainer] audio/kid3: fix build on 4.x
Date: Mon, 4 Sep 2006 00:04:54 +0400 (MSD)

 I'm not familiar with FreeBSD 4.x at all, so ignore building port.
 
 diff -ruN --exclude=CVS /usr/ports//audio/kid3/Makefile /home/makc/porting/ports/audio/kid3/Makefile
 --- /usr/ports//audio/kid3/Makefile	Sun Aug 27 21:36:01 2006
 +++ /home/makc/porting/ports/audio/kid3/Makefile	Sun Sep  3 23:35:39 2006
 @@ -26,4 +26,11 @@
  USE_GETTEXT=	yes
  GNU_CONFIGURE=	yes
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} < 500000
 + IGNORE=	does not compile on FreeBSD 4.x
 +.endif
 +
 +.include <bsd.port.post.mk>
 +
>Unformatted:
