From owner-freebsd-questions@freebsd.org Thu Apr 7 05:31:18 2016 Return-Path: Delivered-To: freebsd-questions@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 E7E03B07FE6 for ; Thu, 7 Apr 2016 05:31:18 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from shopzeus.com (shopzeus.com [87.229.70.149]) by mx1.freebsd.org (Postfix) with ESMTP id A66251332 for ; Thu, 7 Apr 2016 05:31:18 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [127.127.127.127] (localhost [127.127.127.127]) (Authenticated sender: gandalf) by shopzeus.com (Postfix) with ESMTPSA id 94E62889C6C0 for ; Thu, 7 Apr 2016 01:31:14 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1460007074; bh=08dPojTA5zQ8dyZIxVHAEJturGlNm5A0ZIjEPzidjjo=; h=Subject:To:References:From:Date:In-Reply-To:From; b=UUnXUL5HXuNdE5FazJzZKb5lZt3RB6+OffzZltio1CVJPRxBAqsa/0ZfmwmXVapvR ZFULOCTd5uQSph2YZ5uZ4asVYov+oAcODJYMWDE5nTm0PZXz8LkH8a87lFZyfVZnNV QPG1RwIaXZhmABsyaZewCPjuvyqZugCy4O51RR0PUYnJq/jWXNDkpUcBKbZ0KzDlM6 AAoPpafEgu7/mF3W1jZO0xFclj6GfvuryZX1nxemRV8IrYBgm5fmI/YwwRt2ottnym KNG9yOx3RSlRe5K3+GcHHUK7DRBVFLVLQSMTidrmAeXddRR/bbv+6sotKMRLNegBKL HyS4C2LcFwCeg== Subject: Re: apache24 package broken in 10.3? To: freebsd-questions@freebsd.org References: <57052419.8010000@shopzeus.com> <20160406184823.2cda368a@max-BSD> From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Message-ID: <5705F0A6.1000303@shopzeus.com> Date: Thu, 7 Apr 2016 07:31:18 +0200 MIME-Version: 1.0 In-Reply-To: <20160406184823.2cda368a@max-BSD> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2016 05:31:19 -0000 > Try cleaning pkg's cache with: > pkg clan -ay > and then force the update of the repository: > pkg update -f > HTH Yes, this fixed the problem. Than you!