Date: Sun, 04 Nov 2012 17:34:57 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Josh Berkus <josh@agliodbs.com> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/173339: graphics/ImageMagick Port tries to build the universe Message-ID: <1452074.7COSZf393d@mocha.verizon.net> In-Reply-To: <5096D215.3040401@agliodbs.com> References: <201211032200.qA3M013K012554@freefall.freebsd.org> <21464979.ul7sfrYTA6@mocha.verizon.net> <5096D215.3040401@agliodbs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, November 04, 2012 12:37:41 Josh Berkus wrote: > Hmmm, I actually had WITHOUT_X11=yes in the configuration file, but it > built with X11 anyway. I didn't have OPTIONS_UNSET=X11. > > Is that the expected behavior? No. If you kept the default options and had WITHOUT_X11=yes in /etc/make.conf from the beginning, it shouldn't have pulled in any X11 dependencies. Maybe an option was turned on for another dependency that would pull them in? I think graphics/jasper has a non-default OPENGL option that would pull in X11. But, I am a little perplexed as to why graphics/ImageMagick would be pulled in as a dependency rather than graphics/ImageMagick-nox11 for pecl-imagick. What is the output of: $ cd /usr/ports/graphics/pecl-imagick && make run-depends-list and $ cd /usr/ports/graphics/ImageMagick-nox11 && make all-depends-list -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1452074.7COSZf393d>