From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 27 18:00:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39EEF16A556 for ; Fri, 27 Aug 2004 18:00:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB0143D54 for ; Fri, 27 Aug 2004 18:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7RI0lc5007731 for ; Fri, 27 Aug 2004 18:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7RI0los007730; Fri, 27 Aug 2004 18:00:47 GMT (envelope-from gnats) Resent-Date: Fri, 27 Aug 2004 18:00:47 GMT Resent-Message-Id: <200408271800.i7RI0los007730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FF216A4CE for ; Fri, 27 Aug 2004 17:50:38 +0000 (GMT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32F943D5A for ; Fri, 27 Aug 2004 17:50:33 +0000 (GMT) (envelope-from ahze@gentoo.ahze.net) Received: from gentoo.ahze.net ([68.209.163.3]) by imf18aec.mail.bellsouth.netESMTP <20040827175033.GYEU1792.imf18aec.mail.bellsouth.net@gentoo.ahze.net> for ; Fri, 27 Aug 2004 13:50:33 -0400 Received: (from root@localhost) by gentoo.ahze.net (8.13.1/8.13.1/Submit) id i7RHoW6w032961; Fri, 27 Aug 2004 13:50:32 -0400 (EDT) (envelope-from ahze) Message-Id: <200408271750.i7RHoW6w032961@gentoo.ahze.net> Date: Fri, 27 Aug 2004 13:50:32 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71041: [MAINTAINER] audio/faad2: [Fix SDL support with WITHOUT_MPEG4IP] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 18:00:49 -0000 >Number: 71041 >Category: ports >Synopsis: [MAINTAINER] audio/faad2: [Fix SDL support with WITHOUT_MPEG4IP] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 18:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004 >Description: - Only use sdl support if WITHOUT_MPEG4IP is not defined pointed out by ingmar.gebert@stud.uni-rostock.de Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- faad2-2.0_4.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/opt/cvs/freebsd-src/ports/audio/faad/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 9 Jul 2004 17:41:51 -0000 1.21 +++ Makefile 27 Aug 2004 17:46:12 -0000 @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes -USE_SDL= yes +WANT_SDL= yes CONFIGURE_ARGS= --with-mp4v2 --with-drm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ @@ -42,6 +42,7 @@ PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " .else LIB_DEPENDS+= mp4.0:${PORTSDIR}/multimedia/mpeg4ip +USE_SDL= sdl PLIST_SUB+= WITHOUT_MPEG4IP="@comment " PLUGIN="" .endif @@ -67,8 +68,10 @@ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ ${WRKSRC}/aclocal.m4 +.if !defined(WITHOUT_MPEG4IP) @${REINPLACE_CMD} -e 's| \ ${WRKSRC}/Makefile.am .if ${OSVERSION} < 500000 --- faad2-2.0_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: