Skip site navigation (1)Skip section navigation (2)
Date:      13 Apr 2009 14:12:33 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/133709: [PATCH] graphics/librsvg2: Permit build with libxul
Message-ID:  <20090413171233.68193.qmail@botelhor.bluepex.com>
Resent-Message-ID: <200904131720.n3DHK180092385@freefall.freebsd.org>

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

>Number:         133709
>Category:       ports
>Synopsis:       [PATCH] graphics/librsvg2: Permit build with libxul
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 13 17:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #64 r190843M: Thu Apr  9 11:12:11
>Description:
- Permit build with libxul
- Fix a typo s/no/on/

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- librsvg2-2.26.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/librsvg2/Makefile,v
retrieving revision 1.72
diff -u -u -r1.72 Makefile
--- Makefile	10 Apr 2009 05:55:59 -0000	1.72
+++ Makefile	13 Apr 2009 17:07:08 -0000
@@ -40,12 +40,12 @@
 
 MAN1=		rsvg.1
 
-OPTIONS=	MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
+OPTIONS=	MOZILLA_PLUGIN "Enable the SVG browser plug-in" on
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MOZILLA_PLUGIN)
-USE_GECKO=	firefox mozilla seamonkey xulrunner
+USE_GECKO=	xulrunner libxul firefox mozilla seamonkey
 USE_WEBPLUGINS=	gecko*
 WEBPLUGINS_FILES=libmozsvgdec.so
 .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
--- librsvg2-2.26.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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