ports/133709: [PATCH] graphics/librsvg2: Permit build with libxul
Renato Botelho
garga at FreeBSD.org
Mon Apr 13 17:20:01 UTC 2009
>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 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list