Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 05:34:24 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408845 - head/print/cups-base
Message-ID:  <201602140534.u1E5YOiv011798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Feb 14 05:34:24 2016
New Revision: 408845
URL: https://svnweb.freebsd.org/changeset/ports/408845

Log:
  print/cups-base: revert change for ICONS option
  
  - This does not really solve the problem
  
  PR:		190434
  Pointy hat to:	pi

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Sun Feb 14 04:09:50 2016	(r408844)
+++ head/print/cups-base/Makefile	Sun Feb 14 05:34:24 2016	(r408845)
@@ -64,18 +64,18 @@ PORTREVISION=	2
 CUPS_SUFFIX=	-image
 LICENSE=	LGPL21
 .else
-PORTREVISION=	4
+PORTREVISION=	3
 CUPS_SUFFIX=	-base
 # No DOCS option.  Files are needed by web interface.
-OPTIONS_DEFINE=		DBUS LIBPAPER LIBUSB PAM X11 XDG_OPEN
+OPTIONS_DEFINE=		DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
 OPTIONS_GROUP=		WEB
 OPTIONS_GROUP_WEB=	JAVA PERL PHP PYTHON
 OPTIONS_RADIO=		ZEROCONF
 OPTIONS_RADIO_ZEROCONF=	AVAHI MDNSRESPONDER
-OPTIONS_DEFAULT+=	LIBPAPER MDNSRESPONDER X11
+OPTIONS_DEFAULT+=	LIBPAPER MDNSRESPONDER ICONS
 .endif
 
-X11_DESC=		Desktop icons
+ICONS_DESC=		Desktop icons
 LIBUSB_DESC=		USB support
 WEB_DESC=		Interpreters for web interfaces
 XDG_OPEN_DESC=		Build with XDG_OPEN as browser
@@ -179,7 +179,7 @@ CONFIGURE_ARGS+=	--disable-libusb
 PLIST_SUB+=		LIBUSB="@comment "
 . endif
 
-. if ${PORT_OPTIONS:MX11}
+. if ${PORT_OPTIONS:MICONS}
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS+=	--with-icondir=${PREFIX}/share/icons
 . endif



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