Date: Tue, 26 Aug 2014 01:21:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193004] New: graphics/ImageMagick-nox11 should depends on print/ghostscript9-nox11 not print/ghostscript9 Message-ID: <bug-193004-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193004 Bug ID: 193004 Summary: graphics/ImageMagick-nox11 should depends on print/ghostscript9-nox11 not print/ghostscript9 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: meta+ports@vmeta.jp Created attachment 146284 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146284&action=edit patch % make -C /usr/ports/graphics/ImageMagick-nox11 all-depends-list | grep ghost /usr/ports/print/ghostscript9 graphics/ImageMagick-nox11 now depends on print/ghostscript9 but this is not user friendly because when people want to install ImageMagick-nox11, they don't want to install X11 relevant ports. According to Mk/bsd.port.mk around line 1954, ghostscript with -nox11 suffix will be installed if WITHOUT_X11 variable is defined. I think WITHOUT_X11 should be defined when X11 option is disabled. -- 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-193004-13>