From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 18:42:31 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B09106566B for ; Wed, 17 Nov 2010 18:42:31 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 551BF8FC1E for ; Wed, 17 Nov 2010 18:42:31 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 890E42210E34 for ; Wed, 17 Nov 2010 21:42:29 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1290019349; bh=WY/M8F8icJo6ZCs+aEbFHn2GlgXqa7QyNmonaFFdIqY=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=a0r1X0SzWhNhF+3uHnKM11EUh4X0oTwwd3FLCxd61azcX2r+7DnNdRoXYzg7MtMYk A1tWnWxHaNVU3dZBwygJ2xW9f0QpNw/+vxCYPl++piVGrYk68Dq30S1aQGENGQGc/7 HbqY2tfO2VoIiVqsCieXiFmyFYa+x7UwdhWzN3Ys= Received: from smeshariki2.local (unknown [77.66.145.223]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 5DD5813E808A for ; Wed, 17 Nov 2010 21:42:29 +0300 (MSK) Message-ID: <4CE42208.6040207@yandex.ru> Date: Wed, 17 Nov 2010 21:42:16 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: pixman update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 18:42:31 -0000 Hi! Xorg could not start after pixman update. It exists with: """ Fatal server error: xf86OpenPccons: CONSOLE_X_MODE_OFF failed (Inappropriate ioctl for device) Was expecting pccons driver with X support Check your kernel's console driver configuration and /dev entries """ All is now fine after x11-servers/xorg-server rebuilding. Shuldn't we bump PORTREVISION for xorg-server? -- Regards, Ruslan