From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 14:02:52 2014 Return-Path: Delivered-To: svn-ports-head@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 36872336 for ; Fri, 21 Feb 2014 14:02:52 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A00E311E5 for ; Fri, 21 Feb 2014 14:02:51 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id l4so2342060lbv.5 for ; Fri, 21 Feb 2014 06:02:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=prfT4WqRHLkUiteOqRkECPT4X1eRUHx5T9OQALPv8Qc=; b=KoiEvCa9t3sHhXWy19dogJ8Y1ajaxwFjQNMfkg7sxhsOF1Iy77A4t9SMIIVoDR2Kld N9ekiUgnLVUScpElPNtFqEdCTh3/emY/0/GIfXL4/aj9wYuX2aVjEx6YHrSOK5ePHLHJ yNrl/58EvaGw688WybpLuaKD86Cb8/OXF4XqpThBOEJOzQMaIgKf3Df2Ouw66XPl8yMa Keli6N271GLcGhqz5TAlFhI5Flm0hfpCqqKKpLG8NOZXUn1f0lgwDxGBhyF7wxRdc4Sl u4/08+EeU5LN1zRKc31gb/QAlmKnGHFZckPG6KiK32GamnSSU589DZndBR51Nf0+Zmsn fHGQ== X-Gm-Message-State: ALoCoQktC5GIRDaGcSYHdbJ57gjj2K3PpNbgTMjKEuJkqrRXdNHFwh3ZK95drV4sEwlvYBlrAjj4 X-Received: by 10.153.8.225 with SMTP id dn1mr4463321lad.17.1392991018781; Fri, 21 Feb 2014 05:56:58 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.2.200 with HTTP; Fri, 21 Feb 2014 05:56:38 -0800 (PST) In-Reply-To: <53070491.3010403@marino.st> References: <201402210102.s1L12Frs051795@svn.freebsd.org> <53070491.3010403@marino.st> From: Sunpoet Po-Chuan Hsieh Date: Fri, 21 Feb 2014 21:56:38 +0800 X-Google-Sender-Auth: CRok5pJyP8xQdRj6HaBxeqk381A Message-ID: Subject: Re: svn commit: r345279 - head/sysutils/monit To: John Marino Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Mark Felder , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 21 Feb 2014 14:02:52 -0000 On Fri, Feb 21, 2014 at 3:47 PM, John Marino wrote: > On 2/21/2014 08:39, Sunpoet Po-Chuan Hsieh wrote: > > On Fri, Feb 21, 2014 at 9:02 AM, Mark Felder > > wrote: > > > > Author: feld > > Date: Fri Feb 21 01:02:15 2014 > > New Revision: 345279 > > URL: http://svnweb.freebsd.org/changeset/ports/345279 > > QAT: https://qat.redports.org/buildarchive/r345279/ > > > > Log: > > Update to 5.7 > > STAGE support > > > > PR: ports/186930 > > > > PORTDOCS= CHANGES COPYING README > > > > -NO_STAGE= yes > > .include > > > > > .if ! ${PORT_OPTIONS:MSSL} > > @@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --without-ssl > > .endif > > > > post-install: > > - ${INSTALL} -m 600 ${WRKSRC}/monitrc > ${PREFIX}/etc/monitrc.sample > > + ${INSTALL} -m 600 ${WRKSRC}/monitrc > > ${STAGEDIR}${PREFIX}/etc/monitrc.sample > > .if ${PORT_OPTIONS:MDOCS} > > > > > > For staged ports, we install PORTDOCS/PORTEXAMPLES unconditionally > > unless it brings significant I/O overhead. > It would be more precise to use "documentation / examples" here. :) > > To be pedantic, for DOCS this is only true if PORTDOCS is defined (which > it is in this case). I don't don't see how it's true if OPTIONS_DEFINE > includes EXAMPLES though. How does that work? > > John > For the examples/PORTEXAMPLES part, of course we do nothing if there's no examples in the port. Regards, sunpoet