From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 13:05:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF75DFDB; Mon, 7 Jul 2014 13:05:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCAD82327; Mon, 7 Jul 2014 13:05:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67D5qun072572; Mon, 7 Jul 2014 13:05:52 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67D5qPi072571; Mon, 7 Jul 2014 13:05:52 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407071305.s67D5qPi072571@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Jul 2014 13:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361079 - head/print/gutenprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 13:05:52 -0000 Author: vanilla Date: Mon Jul 7 13:05:52 2014 New Revision: 361079 URL: http://svnweb.freebsd.org/changeset/ports/361079 QAT: https://qat.redports.org/buildarchive/r361079/ Log: Stagify, use options helper function. Approved by: portmgr@ (blanket) Modified: head/print/gutenprint/Makefile Modified: head/print/gutenprint/Makefile ============================================================================== --- head/print/gutenprint/Makefile Mon Jul 7 12:55:49 2014 (r361078) +++ head/print/gutenprint/Makefile Mon Jul 7 13:05:52 2014 (r361079) @@ -16,32 +16,17 @@ RUN_DEPENDS= gutenprint-base>0:${PORTSDI OPTIONS_DEFINE= CUPS GIMP IJS FOOMATIC OPTIONS_DEFAULT= IJS -CUPS_DESC= GutenPrint (gimp-print) Cups Drivers -GIMP_DESC= GIMP Gutenprint printing plugin -IJS_DESC= IJS GhostScript Drivers +CUPS_DESC= GutenPrint (gimp-print) Cups Drivers +GIMP_DESC= GIMP Gutenprint printing plugin +IJS_DESC= IJS GhostScript Drivers FOOMATIC_DESC= Foomatic data files +CUPS_RUN_DEPENDS= gutenprint-cups>0:${PORTSDIR}/print/gutenprint-cups +GIMP_RUN_DEPENDS= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint +IJS_RUN_DEPENDS= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs +FOOMATIC_RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic NO_BUILD= yes -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MCUPS} -RUN_DEPENDS+= gutenprint-cups>0:${PORTSDIR}/print/gutenprint-cups -.endif - -.if ${PORT_OPTIONS:MGIMP} -RUN_DEPENDS+= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint -.endif - -.if ${PORT_OPTIONS:MIJS} -RUN_DEPENDS+= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs -.endif - -.if ${PORT_OPTIONS:MFOOMATIC} -RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic -.endif - do-install: # empty -.include +.include