From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 11 06:10:11 2005 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 38BD216A41F for ; Sun, 11 Sep 2005 06:10:11 +0000 (GMT) (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 85F6B43D48 for ; Sun, 11 Sep 2005 06:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8B6AAOb010733 for ; Sun, 11 Sep 2005 06:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8B6AAio010732; Sun, 11 Sep 2005 06:10:10 GMT (envelope-from gnats) Resent-Date: Sun, 11 Sep 2005 06:10:10 GMT Resent-Message-Id: <200509110610.j8B6AAio010732@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, Yoshihiko Sarumaru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574B416A41F for ; Sun, 11 Sep 2005 06:06:10 +0000 (GMT) (envelope-from sarumaru@shimako.yamayuri.org) Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D6B43D48 for ; Sun, 11 Sep 2005 06:06:09 +0000 (GMT) (envelope-from sarumaru@shimako.yamayuri.org) Received: from shimako.yamayuri.org (localhost [127.0.0.1]) by shimako.yamayuri.org (8.13.4/8.13.4) with ESMTP id j8B66CNP022668 for ; Sun, 11 Sep 2005 15:06:12 +0900 (JST) (envelope-from sarumaru@shimako.yamayuri.org) Received: (from root@localhost) by shimako.yamayuri.org (8.13.4/8.13.4/Submit) id j8B66BCp022667; Sun, 11 Sep 2005 15:06:11 +0900 (JST) (envelope-from sarumaru) Message-Id: <200509110606.j8B66BCp022667@shimako.yamayuri.org> Date: Sun, 11 Sep 2005 15:06:11 +0900 (JST) From: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85966: graphics/librsvg2 build failed with WITH_MOZILLA_PLUGIN=true and WITH_MOZILLA=firefox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiko Sarumaru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 06:10:11 -0000 >Number: 85966 >Category: ports >Synopsis: graphics/librsvg2 build failed with WITH_MOZILLA_PLUGIN=true and WITH_MOZILLA=firefox >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 11 06:10:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 6.0-BETA3 i386 >Organization: >Environment: System: FreeBSD shimako.yamayuri.org 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Mon Aug 22 22:59:46 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: graphics/librsvg2 needs nspr include file to build with WITH_MOZILLA_PLUGIN=true. When WITH_MOZILLA equals to mozilla, nspr header files are exist under /usr/X11R6/include/mozilla/nspr and will be take cared by configure script of librsvg2, but WITH_MOZILLA=firefox, nspr header files are exist under /usr/local/include/nspr and configure script failed to grab it although firefox-config --cflags returns that directory. >How-To-Repeat: >Fix: I have two idea to fix this: 1. edit configure script of librsvg2 and change way to set MOZILLA_CFLAGS between mozilla and firefox 2. make a symlink /usr/X11R6/include/firefox/nspr -> /usr/local/include/nspr in Makefile of firefox (post-install) >Release-Note: >Audit-Trail: >Unformatted: