From owner-freebsd-ports@FreeBSD.ORG Tue Aug 7 22:22:58 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A531C1065680 for ; Tue, 7 Aug 2012 22:22:58 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4588FC17 for ; Tue, 7 Aug 2012 22:22:58 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=BV1LJn +pkmB0DjV33GHAvB4DPHwxpv2jS0wDDTpHjttPqusn6Hl/GopkNCg/uXxAzJIa2i CyXOs4++MReXB0lGJSiHbSiyxSmFQE+bsVhixYeUSqVz79TUHZopaZakGjZs2IfR kD18VGCDLkeO8OBiH6kPnCWLtNfgpmb0EeM/g= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=LcU/Rv4DnjBq Xghdpm+89U2AB1/gLkRRhIQ2/Db7Lnc=; b=fuJrxe4HMZTFMUhTu2B9IjPL1sg2 ZYYRX5/+1D41C2Rp4SQjjK3NELia0Em0DjmbdYEdq+LuJB+70xR+oryAOG1v5MZK an0SSJrHNbA44TmW1oh5kPJYRGG9h6fvKo5sqVog9OdQrafmru6snAk8TwSkggdU miJ7ZVt3ZTfagT8= Received: (qmail 12755 invoked from network); 7 Aug 2012 17:22:56 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 7 Aug 2012 17:22:56 -0500 Message-ID: <50219545.4040108@shatow.net> Date: Tue, 07 Aug 2012 17:23:01 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: AN References: <20120804053857.E07EA1065708@hub.freebsd.org> <50219518.8010009@shatow.net> In-Reply-To: <50219518.8010009@shatow.net> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Problem upgrading graphics/libglut 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: Tue, 07 Aug 2012 22:22:58 -0000 On 8/7/2012 5:22 PM, Bryan Drewery wrote: > On 8/7/2012 5:17 PM, AN wrote: >> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r238959: Tue Jul 31 >> 19:51:57 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 >> >> Trying to update graphics/libglut on current as per UPDATING, and >> nothing happens. >> >> "20120804: >> AFFECTS: users of graphics/libglut >> AUTHOR: x11@FreeBSD.org >> >> The libglut library is replaced by the freeglut library. >> Due to shlib version bump all glut users should be rebuild. >> Please follow the instructions below to upgrade. >> # env DISABLE_CONFLICTS=1 portupgrade -vfo graphics/freeglut >> graphics/libglut >> # portupgrade -vfrx freeglut freeglut" >> >> # portsnap fetch update >> Looking up portsnap.FreeBSD.org mirrors... 9 mirrors found. >> Fetching snapshot tag from geodns-1.portsnap.freebsd.org... done. >> Ports tree hasn't changed since last snapshot. >> No updates needed. >> Ports tree is already up to date. >> >> >> # env DISABLE_CONFLICTS=1 portupgrade -vfo graphics/freeglut >> graphics/libglut >> ---> Session started at: Tue, 07 Aug 2012 18:07:13 -0400 >> ** None has been installed or upgraded. >> ---> Session ended at: Tue, 07 Aug 2012 18:07:13 -0400 (consumed 00:00:00) >> >> # pkg_info |grep glut >> libglut-7.6.1 OpenGL utility toolkit >> > > Can you try this: > env DISABLE_CONFLICTS=1 portupgrade -vfo libglut\* > Meant of course: env DISABLE_CONFLICTS=1 portupgrade -vfo graphics/freeglut libglut\* Bryan