Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 18:45:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195227] New: [graphics/ImageMagick] Enable basic SVG support or make the SVG option clearer about it's requirements
Message-ID:  <bug-195227-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195227

            Bug ID: 195227
           Summary: [graphics/ImageMagick] Enable basic SVG support or
                    make the SVG option clearer about it's requirements
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kwm@FreeBSD.org
          Reporter: software-freebsd@interfasys.ch
          Assignee: kwm@FreeBSD.org
             Flags: maintainer-feedback?(kwm@FreeBSD.org)

The Makefile silently disables SVG support by removing XML support if X11 is
not available, but Imagemagick features an internal, basic SVG reader which
should stay enabled for people without X11 and who have ticked the SVG option
unless it is made clear in the option panel that SVG support in this port
requires both librsvg2 and X11.

I have succesfully tested MSVG support by making this change as a test:
#CONFIGURE_ARGS+=    --without-rsvg --without-xml
CONFIGURE_ARGS+=    --with-xml

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer kwm@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



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