ports/109862: [PATCH] graphics/ImageMagick: SVG support requires X11 libraries
chinsan
chinsan at FreeBSD.org
Sun Mar 4 20:40:05 UTC 2007
>Number: 109862
>Category: ports
>Synopsis: [PATCH] graphics/ImageMagick: SVG support requires X11 libraries
>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: Sun Mar 04 20:40:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST
>Description:
- SVG support requires X11 libraries, please unset WITHOUT_X11
Port maintainer (shaun at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- ImageMagick-6.3.2.0_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/ImageMagick/Makefile /usr/home/chinsan/project/ImageMagick/Makefile
--- /usr/ports/graphics/ImageMagick/Makefile Sun Feb 25 22:29:38 2007
+++ /usr/home/chinsan/project/ImageMagick/Makefile Mon Mar 5 04:36:42 2007
@@ -7,7 +7,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.3.2-0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \
ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
@@ -239,6 +239,9 @@
CONFIGURE_ARGS+= --without-xml
.endif
.if defined(WITH_IMAGEMAGICK_SVG)
+.if defined(WITHOUT_X11)
+IGNORE= SVG support requires X11 libraries, please unset WITHOUT_X11
+.endif
LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2
CONFIGURE_ARGS+= --with-rsvg
CONFIGURE_ENV+= RSVG_CFLAGS="-I${X11BASE}/include/librsvg-2" \
--- ImageMagick-6.3.2.0_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list