[PATCH] graphics/librsvg2: Permit build with libxul

Renato Botelho garga at FreeBSD.org
Mon Apr 13 17:39:20 UTC 2009


>Submitter-Id:	current-users
>Originator:	Renato Botelho
>Organization:	FreeBSD.org
>Confidential:	no 
>Synopsis:	[PATCH] graphics/librsvg2: Permit build with libxul
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-CURRENT i386
>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 at 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 ---



More information about the freebsd-gnome mailing list