Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 00:07:30 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52571: Update port: audio/rebler
Message-ID:  <20030523000730.4463bbd6.tkato@prontomail.com>
Resent-Message-ID: <200305221510.h4MFADC7051954@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52571
>Category:       ports
>Synopsis:       Update port: audio/rebler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 08:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030523000730.4463bbd6.tkato>