From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 2 08:40:24 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 17BFC16A4CE for ; Fri, 2 Apr 2004 08:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF25043D3F for ; Fri, 2 Apr 2004 08:40:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i32GeNbv033589 for ; Fri, 2 Apr 2004 08:40:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i32GeNrc033588; Fri, 2 Apr 2004 08:40:23 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 2 Apr 2004 08:40:23 -0800 (PST) Resent-Message-Id: <200404021640.i32GeNrc033588@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDAAF16A4D6 for ; Fri, 2 Apr 2004 08:33:02 -0800 (PST) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 534D343D41 for ; Fri, 2 Apr 2004 08:33:02 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.70.232]) by hfep01.dion.ne.jp with SMTP id <20040402163300344.XELH@hfep01.dion.ne.jp> for ; Sat, 3 Apr 2004 01:33:00 +0900 Message-Id: <20040403013043.08e0487d.tkato@prontomail.com> Date: Sat, 3 Apr 2004 01:30:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65087: Update port: graphics/swfdec 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, 02 Apr 2004 16:40:24 -0000 >Number: 65087 >Category: ports >Synopsis: Update port: graphics/swfdec >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: Fri Apr 02 08:40:23 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on i386 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/swfdec/Makefile graphics/swfdec/Makefile --- /usr/ports/graphics/swfdec/Makefile Mon Mar 29 19:40:35 2004 +++ graphics/swfdec/Makefile Fri Apr 2 21:34:11 2004 @@ -33,7 +33,9 @@ .include post-patch: - @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/libswfdec/jpeg/sl_types.h + @${REINPLACE_CMD} -e 's|-Werror||g ; \ + s|sdl-config|${SDL_CONFIG:T}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|malloc\.h|stdlib.h|g' ${WRKSRC}/libswfdec/jpeg/sl_types.h .include >Release-Note: >Audit-Trail: >Unformatted: