From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 14:04:07 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 21D05741 for ; Fri, 21 Feb 2014 14:04:07 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A44F11FF for ; Fri, 21 Feb 2014 14:04:06 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id z11so2347633lbi.40 for ; Fri, 21 Feb 2014 06:04:04 -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=e6161K4wBqkkITbiUl8xBb7zwXQvdAtGOjW1thsd0Zg49cSP45YBMBfVIZrUWALKNt ditb7xYUfGf9AMf+VrjhLSUKkIMzxtUiSRhxkzFwBRp/JUFayCB+FJ/v8e/GNj7E/e0G o8iU2gw83URbDzuwsm3zqfGkzrnQO3sGo9mbhd4gTovSotRL/IO9kO7P1/CPbwGIfNOD 8E19bcoYvO2gaegCeNV4OVhV+LvTDVMvhdPg9s0uv2SB6dVuhBDLnJZbpnE6SqtgeZKt ndS/dJGW4G5/GTuRiD+aDrDKtGG0avPJvVTPlKfK63rtyFIcoRfrWP/DStfyaoftXb+v pPeA== X-Gm-Message-State: ALoCoQnaclqP7Eeu39P3J9U1KNPSbTch5tm6VtfN3RGXUZXkoCQjDnof37lBdJ7+ooXAq8iKXS0+ 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 21 Feb 2014 14:04:07 -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