From owner-freebsd-ports@freebsd.org Sun Feb 19 11:28:00 2017 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 ED8C3CE5651 for ; Sun, 19 Feb 2017 11:28:00 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8786CE95; Sun, 19 Feb 2017 11:28:00 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id c85so9666136wmi.1; Sun, 19 Feb 2017 03:28:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=yHaPvRwH+9Syvf27ofq/zkxzgipJu8F59L2RwSZOFVI=; b=LOW61QRTsHDtg2Bou4Tp7fh1nNYAU7LUWgjew/xtiteXbKzX3wYv78cpYQo+G8biFY wsBdBTdcmok3RVKSW5XOtzwubAlsNiJYw0qDTJ4R3UWVmeKRKqbwTIIaa+Q23et09KFk dJzdxHBwsQultd/BsDTNA+0OFeTLIoDzfFpFC6sq4zgPqjE+VidEMe1FUiNycKDZFZnb NErGLJQedGxvV5K74wbmoLfd4ZhnNXr1FyX4CfkhwA3Oozfsk+EmrfDUtBefLUMfTkoI Oi/3XMZND5h1uBiTk99183Oc7qhebZck2aKnuNSg0RouY98STqo6tz237tg3kuAh4g/z JTGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=yHaPvRwH+9Syvf27ofq/zkxzgipJu8F59L2RwSZOFVI=; b=qqRGMenjkLeFhBxQUbAPRGd5c3OacPpYX2E9TH7m693YUQw74IuySSfCedl08k6KxM keBg6fSa9df4wyni5DrViotnmrkSNxhiXFE5m69sW37HITti4oTNvd9pTNzPQEcHReZM 1zfBZe1ZG/q2ZmqbS10drpwkRPtvVs7A2aEs94M9OVWMIujrRn2CNIpJkxv+Zh4bG1vM H2UEERNmoLpg8P8IBTBmNDuFEHofgLEzeIVUzAtycI5Ai9jWvayP0CMAlHs7opKOTcSU B4gLRKglP/QhmuDDi2qTWy6EAUq1lGpTxAwc03pGmg0kvxRx0yny7QMETE685O52SlmT H81g== X-Gm-Message-State: AMke39mjFtqOGQWvYLDZfJL/mz3+Jr49wvKenVRc3nsIB7eCcDg3hy+zO/ypcc8/lJyYig== X-Received: by 10.28.134.76 with SMTP id i73mr13555955wmd.51.1487503678031; Sun, 19 Feb 2017 03:27:58 -0800 (PST) Received: from orwell.gmail.com (i200241.upc-i.chello.nl. [62.195.200.241]) by smtp.gmail.com with ESMTPSA id 10sm9125131wmi.23.2017.02.19.03.27.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 19 Feb 2017 03:27:57 -0800 (PST) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Robert Burmeister Cc: , , , , , , kde-freebsd@kde.org Subject: Re: Fwd: 2017-02-18 Update to Qt 4 and Qt 5 References: <58A918E6.7080504@UToledo.edu> Date: Sun, 19 Feb 2017 12:25:47 +0100 In-Reply-To: <58A918E6.7080504@UToledo.edu> (Robert Burmeister's message of "Sat, 18 Feb 2017 23:02:46 -0500") Message-ID: <86bmtyo210.fsf@orwell> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 19 Feb 2017 11:28:01 -0000 Robert Burmeister writes: > kde@FreeBSD.org is not accepting mail > >> UPDATING >> Following what is already done in Qt 5, the Qt 4 ports no longer install >> their binaries into ${LOCALBASE}/bin (which is "/usr/local/bin" in most >> cases). Additionally, the "-qt4" suffix has been dropped from the file names >> of the binaries that had it, such as "qmake-qt4". >> > > Could we have portupgrade instructions? We'd be more than glad to add those if someone can provide them; I have not used portupgrade myself since at least 2009, so it's hard for me to provide any instructions. > Neither QT4 nor QT5 will build on my FreeBSD 11 i386 system. Can you clarify? What errors are you seeing?