From owner-svn-ports-head@FreeBSD.ORG Wed Jan 22 08:18:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E96F4F8 for ; Wed, 22 Jan 2014 08:18:10 +0000 (UTC) Received: from relay.andxor.it (firewall.andxor.it [78.134.40.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54E001D23 for ; Wed, 22 Jan 2014 08:18:08 +0000 (UTC) Received: (qmail 91641 invoked from network); 22 Jan 2014 08:18:06 -0000 Received: from alex.andxor.it (a.premoli@andxor.it@192.168.2.30) by relay.andxor.it with ESMTPSA; 22 Jan 2014 08:18:06 -0000 Message-ID: <52DF7EBE.3080103@FreeBSD.org> Date: Wed, 22 Jan 2014 09:18:06 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r340618 - head/security/cryptlib References: <201401211633.s0LGXRLP049969@svn.freebsd.org> <20140122013352.GA12715@FreeBSD.org> In-Reply-To: <20140122013352.GA12715@FreeBSD.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Wed, 22 Jan 2014 08:18:10 -0000 Alexey Dokuchaev ha scritto: >> +OPTIONS_DEFINE= DOCS > > Couple of observations. :) > > OPTIONS are normally placed below all other knobs (traditionally). Hmm, no :-) >> + ${LN} -sf ${PREFIX}/lib/libcl.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libcl.so.3 >> + ${LN} -sf ${PREFIX}/lib/libcl.so.3 ${STAGEDIR}${PREFIX}/lib/libcl.so > > Per our own wiki.freebsd.org/ports/StageDir: > > "When creating a symlink, prepend ${STAGEDIR} to the target path only (and > generally try to avoid using absolute paths in source). [...] You are right here, but I didn't change the source. Improved. -- Alex Dupre