From owner-freebsd-stable@FreeBSD.ORG Wed Apr 1 04:03:59 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 201C1D9B; Wed, 1 Apr 2015 04:03:59 +0000 (UTC) Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtpout001.mac.com [17.172.220.236]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64D64D85; Wed, 1 Apr 2015 04:03:58 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p02mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NM400F1D0MC1H40@st11p02mm-asmtp001.mac.com>; Wed, 01 Apr 2015 04:03:51 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-01_02:2015-03-31,2015-04-01,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504010039 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: [CFT] Call for testing pkg 1.5.0 From: Rui Paulo In-reply-to: Date: Tue, 31 Mar 2015 21:03:48 -0700 Content-transfer-encoding: quoted-printable Message-id: References: <20150331190323.GF30115@ivaldir.etoilebsd.net> <1427829555.3892.7.camel@hardenedbsd.org> <20150331192315.GH30115@ivaldir.etoilebsd.net> To: Sergei Vyshenski X-Mailer: Apple Mail (2.2070.6) Cc: pkg@freebsd.org, Baptiste Daroussin , current@freebsd.org, stable@freebsd.org, Shawn Webb , ports@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 04:03:59 -0000 On Mar 31, 2015, at 17:24, Sergei Vyshenski = wrote: > Instead, the following succeded: > # cd /usr/ports/ports-mgmt/pkg-devel > # make reinstall > ... > # pkg -v > 1.4.99.16 That is expected. WITH_PKG=3Ddevel is a make(1) option that only = affects ports (non-binary pkgs). -- Rui Paulo