From owner-freebsd-ports@freebsd.org Sat Nov 5 15:25:29 2016 Return-Path: Delivered-To: freebsd-ports@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 1D24AAF65A8 for ; Sat, 5 Nov 2016 15:25:29 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0E3DA99 for ; Sat, 5 Nov 2016 15:25:27 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id 36E831A37A for ; Sat, 5 Nov 2016 16:25:26 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id 17A681A36C for ; Sat, 5 Nov 2016 16:25:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478359516; bh=Lbj+ZYqmPlAWAFnSy40SglcxVO2CnSnxQX0Tu08tN3A=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=OsS6WrBpChCl56vwLF1MlAlB36iXr62kSwLSXxTPWGJRPxZBkOX07NzFLCRa5yIqS nh6pql+4XKrEsMbdFJbTcxjviKhI/6zXnPP6iDg/FEiVx0GlPFAmCWF4GwytOpDebM w10Z7oo3ldbVvRffEdKgDEB/dhrsDZ4w9Arhb8ao= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> From: Piotr Szafarczyk Message-ID: <5ca62d48-c457-4857-402c-3a6187b5bc7b@netexpert.pl> Date: Sat, 5 Nov 2016 16:25:16 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 15:25:29 -0000 On 2016-11-05 15:33, tech-lists wrote: > On 05/11/2016 14:18, Tijl Coosemans wrote: >> It's probably caused by pkg not copying hardlinks: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 > What version of pkg are we using? > Mine is 1.9.3 My problems were because of 1.8.7. With 1.9.3 (and 1.9.1) everything seems fine.