From owner-svn-ports-all@freebsd.org Sun Jan 21 00:42:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B98ED11A8; Sun, 21 Jan 2018 00:42:53 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAED67289F; Sun, 21 Jan 2018 00:42:52 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id n132so3067156vke.2; Sat, 20 Jan 2018 16:42:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HZw5EGq91GEYNKJ0c4KP2OnR3JDeYWAe/JIZMjXcRt0=; b=vByxaTFG5RRBJNxcuAkdaNcPXVy067nvF39OisdQvfKFOPREBn/P4gasuS64RvjPVn iw4oFjhMR5kNf9QWkSYfFoJtnQ5N8B7xGchfykRCceqt/NjkHhSacLNyvroeYzK2WUGY M504DJnQg2p+X3GoCTeqk3EqpWKXudrnKGKE9Q9gfdbkD+oaFOv8CCJX30L/m8eLfD6o fUxzHN23pWB3JYajERA6DBNTqBlIyoLOAH9vVVzePRSHU6QFWwW23r5XwkRqbfmEBVSf HDPBWRGM5U/wVFOHeYjZvpIcT31kXuyrP2FYMfqHoTGUJvq/czkk40Gnc5TuFPcK20Qt PxBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HZw5EGq91GEYNKJ0c4KP2OnR3JDeYWAe/JIZMjXcRt0=; b=EuRkTnLicpz7NO1/Hq6q7Zni+ldW9ki84R0Bn/Q9bIwxm4RcqdTEx2qo3/P8DZxNCp lJGfzt/LuX5+ujJdj+pPleVsraNNdd7ODJO3Y4phYH1fgNNCjlEpE7c5GwFHQGLj4GVG 5y0NlODYByNPXSuFWXlMlPTSkF71JpM19BhK38SneOH4XZicQANMKRu32FRIaSs+Ve4k N6N02AI81BB1fkNHQcgtKJ+tUXTDPT0N7k2Iv3w405EHSb43z7cffkt4JZQNf3XKOwEF eN+wdwG8R2q+r1g01eSJbCk1RW6HBPD8gyQp5NvwIRHXPslilA8jcWaBKwAcutuo+l5g CQ6g== X-Gm-Message-State: AKwxytdpxTaKymTr5TWyWEgzluWM3lCrWlboLbnRrWv4C1GTzbaJkzw1 S60WltzwtzGZx3X2umQgKwTAT4Wb5iQBK/0bf8hO2g== X-Google-Smtp-Source: AH8x224Yh8B2sIcp8pcBQjYwVfea59S9Zwaz2+MtnErsiZXq2K5TlSKYFAtngIsc8rRjZhN6qSNPSrMU6ijS3JwBcA4= X-Received: by 10.31.15.149 with SMTP id 143mr1905293vkp.126.1516495371615; Sat, 20 Jan 2018 16:42:51 -0800 (PST) MIME-Version: 1.0 References: <201801200120.w0K1KKHE017963@repo.freebsd.org> <20180120161117.GA27594@aragorn.in.absolight.net> In-Reply-To: <20180120161117.GA27594@aragorn.in.absolight.net> From: Ben Woods Date: Sun, 21 Jan 2018 00:42:40 +0000 Message-ID: Subject: Re: svn commit: r459492 - in head: . net-p2p/transmission-daemon To: Mathieu Arnold Cc: Ben Woods , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 21 Jan 2018 00:42:53 -0000 On Sun, 21 Jan 2018 at 12:11 am, Mathieu Arnold wrote: > On Sat, Jan 20, 2018 at 01:20:20AM +0000, Ben Woods wrote: > > +PKGMESSAGE= ${.CURDIR}/pkg-message > > That is not required. If the file exists, it is picked up. > > -- > Mathieu Arnold > Hi Mathieu, I think it is required in this case. This is a slave port, and therefore the pkg-message normally has to live in the master port directory. I did not want the message printed out for the master port or any of the other slaves of the master port - only for this one. So I put the pkg-message in the slave directory and set PKGMESSAGE in the slave Makefile to tell it to look in its directory instead of the master ports directory. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com