Date: Tue, 12 Apr 2016 20:56:27 +0000 (UTC) From: Niek <niekd@yahoo.com> To: "never@nevermind.kiev.ua" <never@nevermind.kiev.ua> Cc: "ports@FreeBSD.org" <ports@FreeBSD.org> Subject: FreeBSD Port: mariadb upgrade missing information in UPDATING Message-ID: <476489705.1582009.1460494587878.JavaMail.yahoo@mail.yahoo.com> References: <476489705.1582009.1460494587878.JavaMail.yahoo.ref@mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dear maintainer: I had several servers running mariadb53-server in the past. While trying to upgrade ports I ran into the issue:"pkg: No packages available to upgrade matching 'mariadb53-server' have been found in the repositories" I figured I had to replace mariadb53* ports by mariadb55* ports, but I was not informed by /usr/ports/UPDATING. As a matter of recommended practice I always read /usr/ports/UPDATING before doing upgrades. There is no mention in /usr/ports/UPDATING of mariadb53 being replaced by mariadb55. Please start maintaining the relevant information in /usr/ports/UPDATING going forward. From owner-freebsd-ports@freebsd.org Wed Apr 13 07:03:33 2016 Return-Path: <owner-freebsd-ports@freebsd.org> 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 99F1AB0DF78 for <freebsd-ports@mailman.ysv.freebsd.org>; Wed, 13 Apr 2016 07:03:33 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E6B41EB1 for <freebsd-ports@freebsd.org>; Wed, 13 Apr 2016 07:03:33 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (user-24-214-48-39.knology.net [24.214.48.39]) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3D73Um1030721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <freebsd-ports@freebsd.org>; Wed, 13 Apr 2016 02:03:31 -0500 Subject: Re: 'porting' AMD compiler suite References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> <570BAC56.5060008@hiwaay.net> <570D5A0B.3010703@hiwaay.net> <20160413015933.GA13695@neutralgood.org> Cc: FreeBSD ports list !!!! <freebsd-ports@freebsd.org> From: "William A. Mahaffey III" <wam@hiwaay.net> Message-ID: <570DEF42.30100@hiwaay.net> Date: Wed, 13 Apr 2016 02:09:00 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <20160413015933.GA13695@neutralgood.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 13 Apr 2016 07:03:33 -0000 On 04/12/16 21:05, Kevin P. Neal wrote: > On Tue, Apr 12, 2016 at 03:32:21PM -0453, William A. Mahaffey III wrote: >>> A bit of poking around yields a 'typedef __uintptr_t uintptr_t;' >>> statement as line 78 of /usr/include/sys/_stdint.h, where __uintptr_t >>> isn't defined anywhere .... Any clues ? TIA & have a good one. >>> >>> >> >> *C'mon* !!!! Someone throw me a bone :-). Whassup here, this can't be >> the 1st time this has happened .... where is __uintptr_t >> defined/typedef'ed ? > % find /usr/include/ -type f -print | xargs grep __uintptr_t > > You'll need to follow the includes backwards until you get to an include > that looks like it is meant to be directly included. That particular command > is left as an exercise to the reader. *Boooyah*, thanks. It looks like some GNU-ism, still chasing ;-). Thanks again. -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?476489705.1582009.1460494587878.JavaMail.yahoo>