Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 07:55:07 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479586 - head/print/muttprint
Message-ID:  <201809120755.w8C7t7OY007398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Wed Sep 12 07:55:07 2018
New Revision: 479586
URL: https://svnweb.freebsd.org/changeset/ports/479586

Log:
  Make X-Face support optional and disable it by default
  
  X-Face support is disabled in the default configuration of muttprint, and the
  support for this option requires mail/faces which in turn requires devel/glib12
  and x11-toolkits/gtk12.  Make it possible for users who really care about this
  feature to get it, and remove these old dependencies for others.

Modified:
  head/print/muttprint/Makefile

Modified: head/print/muttprint/Makefile
==============================================================================
--- head/print/muttprint/Makefile	Wed Sep 12 06:35:13 2018	(r479585)
+++ head/print/muttprint/Makefile	Wed Sep 12 07:55:07 2018	(r479586)
@@ -3,7 +3,7 @@
 
 PORTNAME=	muttprint
 PORTVERSION=	0.73
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print mail
 MASTER_SITES=	SF/muttprint/muttprint/muttprint-${PORTVERSION}
 
@@ -15,7 +15,6 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	docbook2pdf:textproc/docbook-utils \
 		docbook-sgml>0:textproc/docbook-sgml
 RUN_DEPENDS=	psnup:print/psutils \
-		uncompface:mail/faces \
 		p5-TimeDate>=0:devel/p5-TimeDate \
 		p5-Text-Iconv>=0:converters/p5-Text-Iconv
 
@@ -26,11 +25,13 @@ USE_TEX=	latex dvipsk
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ""
 
-OPTIONS_DEFINE=		CUPS X11 DOCS
+OPTIONS_DEFINE=		CUPS X11 DOCS XFACE
 OPTIONS_DEFAULT=	X11
 X11_DESC=		graphics/ImageMagick[-nox11] dependency
+XFACE_DESC=		mail/faces dependency (requires gtk12)
 
 CUPS_RUN_DEPENDS=	lpr-cups:print/cups
+XFACE_RUN_DEPENDS=	uncompface:mail/faces
 
 .if !defined(PAPERSIZE)
 PAPERSIZE=	letter



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