Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 15:06:11 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85966: graphics/librsvg2 build failed with WITH_MOZILLA_PLUGIN=true and WITH_MOZILLA=firefox
Message-ID:  <200509110606.j8B66BCp022667@shimako.yamayuri.org>
Resent-Message-ID: <200509110610.j8B6AAio010732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509110606.j8B66BCp022667>