From tkato@prontomail.com  Thu May 22 08:08:52 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D114B37B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 22 May 2003 08:08:52 -0700 (PDT)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3EB43F75
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 22 May 2003 08:08:52 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.223.247]) by hfep06.dion.ne.jp with SMTP
          id <20030522150849160.CEDG@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Fri, 23 May 2003 00:08:49 +0900
Message-Id: <20030523000730.4463bbd6.tkato@prontomail.com>
Date: Fri, 23 May 2003 00:07:30 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/rebler

>Number:         52571
>Category:       ports
>Synopsis:       Update port: audio/rebler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 08:10:13 PDT 2003
>Closed-Date:    Sun Jun 22 14:29:22 PDT 2003
>Last-Modified:  Sun Jun 22 14:29:22 PDT 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build on -stable

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/rebler/Makefile audio/rebler/Makefile
--- /usr/ports/audio/rebler/Makefile	Sun May 18 22:32:06 2003
+++ audio/rebler/Makefile	Wed May 21 18:56:50 2003
@@ -19,18 +19,18 @@
 		aviplay.0:${PORTSDIR}/multimedia/avifile \
 		popt:${PORTSDIR}/devel/popt
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
-
 USE_BZIP2=	yes
 AVIFILE_CONFIG?=	${LOCALBASE}/bin/avifile-config
 CFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
 		`${AVIFILE_CONFIG} --cflags`
 LIBS+=		-L${LOCALBASE}/lib -lm -lmpeg2 ${PTHREAD_LIBS} \
 		`${AVIFILE_CONFIG} --libs` -lpopt
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN=         "Does not compile (bad C++ code)"
+.endif
 
 do-build:
 	@(cd ${WRKSRC} ; \
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sun Jun 22 14:29:12 PDT 2003 
State-Changed-Why:  
Already fixed by kris, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52571 
>Unformatted:
