From owner-svn-ports-all@freebsd.org Thu Feb 20 08:15:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4046257D95; Thu, 20 Feb 2020 08:15:26 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48NS7y3hdKz44bh; Thu, 20 Feb 2020 08:15:26 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1j4gzS-000LGN-1m; Thu, 20 Feb 2020 09:15:22 +0100 Date: Thu, 20 Feb 2020 09:15:22 +0100 From: Kurt Jaeger To: Mathieu Arnold Cc: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r526543 - head/security/p5-IO-Socket-SSL Message-ID: <20200220081522.GP1860@fc.opsec.eu> References: <202002200635.01K6ZoX1072242@repo.freebsd.org> <20200220073752.qzfjeudh7fhjgrcy@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200220073752.qzfjeudh7fhjgrcy@atuin.in.mat.cc> X-Rspamd-Queue-Id: 48NS7y3hdKz44bh X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 20 Feb 2020 08:15:26 -0000 Hi! > > -BUILD_DEPENDS= ${RUN_DEPENDS} > > RUN_DEPENDS= p5-Net-SSLeay>=1.59:security/p5-Net-SSLeay \ > > p5-Mozilla-CA>=20130114:www/p5-Mozilla-CA > > +BUILD_DEPENDS= ${RUN_DEPENDS} > > > > The order is BUILD, then RUN, see https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html Dang. If I exchange the two lines, this happens: fc$ portlint -AC WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: no port directory /usr/ports/UIDN}_${ found, even though it is listed in BUILD_DEPENDS. WARN: Makefile: no port directory /usr/ports/UIPV6}_${ found, even though it is listed in BUILD_DEPENDS. Looks very strange. -- pi@FreeBSD.org +49 171 3101372 Now what ?