From owner-svn-ports-head@freebsd.org Wed Sep 12 07:55:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1141C108A8B7; Wed, 12 Sep 2018 07:55:08 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8F7976C97; Wed, 12 Sep 2018 07:55:07 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 952F323B37; Wed, 12 Sep 2018 07:55:07 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8C7t7Bi007399; Wed, 12 Sep 2018 07:55:07 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8C7t7OY007398; Wed, 12 Sep 2018 07:55:07 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201809120755.w8C7t7OY007398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Wed, 12 Sep 2018 07:55:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479586 - head/print/muttprint X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: head/print/muttprint X-SVN-Commit-Revision: 479586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 07:55:08 -0000 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