From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 30 20:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73A7F1065678 for ; Wed, 30 Jul 2008 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 546688FC15 for ; Wed, 30 Jul 2008 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6UKU1qi007399 for ; Wed, 30 Jul 2008 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6UKU1v6007398; Wed, 30 Jul 2008 20:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 30 Jul 2008 20:30:01 GMT Resent-Message-Id: <200807302030.m6UKU1v6007398@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, Diego Depaoli Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49D811065675 for ; Wed, 30 Jul 2008 20:28:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7DF8FC16 for ; Wed, 30 Jul 2008 20:28:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6UKS1KL051979 for ; Wed, 30 Jul 2008 20:28:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6UKS16a051978; Wed, 30 Jul 2008 20:28:01 GMT (envelope-from nobody) Message-Id: <200807302028.m6UKS16a051978@www.freebsd.org> Date: Wed, 30 Jul 2008 20:28:01 GMT From: Diego Depaoli To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126104: [PATCH] multimedia/smilutils fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2008 20:30:01 -0000 >Number: 126104 >Category: ports >Synopsis: [PATCH] multimedia/smilutils fix build >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: Wed Jul 30 20:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Diego Depaoli >Release: FreeBSD Current >Organization: >Environment: >Description: Fix pkg-plist. Fix build on i386 (and amd64 I hope). Reported by erwin@ and pav@ >How-To-Repeat: >Fix: diff -ruN smilutils/Makefile smilutils.bak/Makefile --- smilutils/Makefile 2008-07-30 22:14:53.000000000 +0200 +++ smilutils.bak/Makefile 2008-07-30 22:12:56.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= smilutils DISTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 2 DISTVERSIONSUFFIX= cvs CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -41,8 +41,8 @@ LDFLAGS="-L${LOCALBASE}/lib/libquicktime -L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-avcodec=${LOCALBASE}/include/ffmpeg --enable-mp3lame \ - --enable-vorbis --with-ffmpeg=${LOCALBASE}/lib --with-x +CONFIGURE_ARGS= --with-avcodec --enable-mp3lame --enable-vorbis \ + --with-ffmpeg=${LOCALBASE}/lib --with-x MAN1= image2raw.1 ppm2raw.1 ppm2webcam.1 raw2dv.1 \ raw2image.1 raw2webcam.1 raw2yuv.1 rawmultiply.1 \ diff -ruN smilutils/pkg-plist smilutils.bak/pkg-plist --- smilutils/pkg-plist 2008-07-30 22:21:11.000000000 +0200 +++ smilutils.bak/pkg-plist 2008-07-30 22:12:56.000000000 +0200 @@ -6,6 +6,8 @@ bin/ppmfilter bin/raw2dv bin/raw2image +bin/raw2dv +bin/raw2image bin/raw2webcam bin/raw2yuv bin/rawmultiply >Release-Note: >Audit-Trail: >Unformatted: