ports/85966: graphics/librsvg2 build failed with WITH_MOZILLA_PLUGIN=true and WITH_MOZILLA=firefox

Yoshihiko Sarumaru mistral at imasy.or.jp
Sun Sep 11 06:10:11 UTC 2005


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



More information about the freebsd-ports-bugs mailing list