From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 11 00:30:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 3592016A404 for ; Thu, 11 May 2006 00:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D06443D53 for ; Thu, 11 May 2006 00:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4B0UHON082338 for ; Thu, 11 May 2006 00:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4B0UHWQ082337; Thu, 11 May 2006 00:30:17 GMT (envelope-from gnats) Resent-Date: Thu, 11 May 2006 00:30:17 GMT Resent-Message-Id: <200605110030.k4B0UHWQ082337@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, Bartosz Fabianowski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0211916A401 for ; Thu, 11 May 2006 00:20:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E6043D46 for ; Thu, 11 May 2006 00:20:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4B0KBoA058521 for ; Thu, 11 May 2006 00:20:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4B0KBhE058520; Thu, 11 May 2006 00:20:11 GMT (envelope-from nobody) Message-Id: <200605110020.k4B0KBhE058520@www.freebsd.org> Date: Thu, 11 May 2006 00:20:11 GMT From: Bartosz Fabianowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/97114: multimedia/avifile installs broken pkgconfig file 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: Thu, 11 May 2006 00:30:18 -0000 >Number: 97114 >Category: ports >Synopsis: multimedia/avifile installs broken pkgconfig file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 11 00:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Bartosz Fabianowski >Release: 6.1-RC >Organization: >Environment: FreeBSD takahe.local 6.1-RC FreeBSD 6.1-RC #2: Tue May 9 22:41:49 CEST 2006 root@takahe.local:/usr/obj/usr/src/sys/TAKAHE i386 >Description: multimedia/avifile's pkgconfig file claims that this port's includes are installed into ${PREFIX}/include/avifile-0.7. This is incorrect as the includes are located in ${PREFIX}/include/avifile. >How-To-Repeat: Install multimedia/avifile and then try installing multimedia/transcode - it will look for avifile.h in ${PREFIX}/include/avifile-0.7 and the configure script will fail. >Fix: Put the following into multimedia/avifile/files/patch-avifile.pc.in --- avifile.pc.in.orig Thu May 11 01:55:13 2006 +++ avifile.pc.in Thu May 11 01:55:21 2006 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/avifile-0.7 +includedir=@includedir@/avifile Name: avifile Description: A library for reading and writing of compressed video >Release-Note: >Audit-Trail: >Unformatted: