Date: Wed, 21 Aug 2013 02:00:01 GMT From: Derek Kulinski <takeda@takeda.tk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/181248: [PATCH] print/cups-base Disable INSTALLS_ICONS for non-X11 Message-ID: <201308210200.r7L201Km001770@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/181248; it has been noted by GNATS. From: Derek Kulinski <takeda@takeda.tk> To: bug-followup@FreeBSD.org, john.marshall@riverwillow.com.au Cc: Subject: Re: ports/181248: [PATCH] print/cups-base Disable INSTALLS_ICONS for non-X11 Date: Tue, 20 Aug 2013 18:42:31 -0700 Thanks John, for the fix I noticed it when I tried to update cups and portmaster showed me a huge list of ports that it'll install. I too would like to have this patch included, though I'm wondering if there was a reason not moving INSTALLS_ICONS in XDG_OPEN block as follows: .if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && ${PORT_OPTIONS:MXDG_OPEN} RUN_DEPENDS+= xdg-open:${PORTSDIR}/devel/xdg-utils INSTALLS_ICONS=true .endif As I understand this the part which adds X11 dependency, and as I understand WITHOUT_X11 is a legacy option. It also possibly fixes what commit 324428 was trying to fix, which is to make sure that this variable should be only defined for the cups-base. Best regards, Derek
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308210200.r7L201Km001770>