From owner-svn-ports-all@FreeBSD.ORG Thu Dec 11 15:40:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BB19593; Thu, 11 Dec 2014 15:40:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 169793F0; Thu, 11 Dec 2014 15:40:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBBFeC3v008606; Thu, 11 Dec 2014 15:40:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBBFeCSd008605; Thu, 11 Dec 2014 15:40:12 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201412111540.sBBFeCSd008605@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 11 Dec 2014 15:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374535 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 15:40:13 -0000 Author: danfe Date: Thu Dec 11 15:40:12 2014 New Revision: 374535 URL: https://svnweb.freebsd.org/changeset/ports/374535 QAT: https://qat.redports.org/buildarchive/r374535/ Log: - Use official spellings of SVN, Lua, etc. where appropriate - Remove trailing whitespace and fix couple of noticed typos Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Dec 11 15:03:32 2014 (r374534) +++ head/UPDATING Thu Dec 11 15:40:12 2014 (r374535) @@ -39,7 +39,7 @@ you update your ports collection, before Users who need to continue using Fedora 10 base and userland should do the following instead: - + 1. Add these lines to /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 @@ -108,7 +108,7 @@ you update your ports collection, before AUTHOR: mat@FreeBSD.org There was a nasty bug introduced in the update below, it was introduced in - svn revision 373476 and corrected in 373485. If you get errors looking like + SVN revision 373476 and corrected in 373485. If you get errors looking like this one: ===> Registering installation for p5-Params-Util-1.07_1 as automatic @@ -138,10 +138,10 @@ you update your ports collection, before With the recent split of multimedia/x264 in library and binary and library components, if an application that uses libx264 is updated before x264 itself, multimedia/libx264 will conflict with the existing x264 package. Delete - this package before continuing any update that depends on it: - - # pkg delete -f x264 - + this package before continuing any update that depends on it: + + # pkg delete -f x264 + Install the updated x264 and/or upgrade the other applications that depend on libx264, such as ffmpeg. @@ -431,7 +431,7 @@ you update your ports collection, before turned on by default to make such functionality available to users of binary packages. - Some care should be taken before upgrading by people not using lua + Some care should be taken before upgrading by people not using Lua to avoid the sample extensions.lua file from being loaded on reload after updating the asterisk port/pkg. @@ -439,7 +439,7 @@ you update your ports collection, before to disable the option before updating. People using binary packages(or not wanting to disable the LUA - option in the port) not using the lua functionality should add: + option in the port) not using the Lua functionality should add: noload => pbx_lua.so @@ -507,9 +507,9 @@ you update your ports collection, before (Replace libfoo\.la with the *.la file that is missing.) This command will print a list of *.la files that refer to the missing *.la - file and what package they belong to. First, where it says "not found in the - datatbase", remove the *.la file. After removing all such files, where it - says "installed by package X", rebuild X. Eventually the list printed by + file and what package they belong to. First, where it says "not found in + the database", remove the *.la file. After removing all such files, where + it says "installed by package X", rebuild X. Eventually the list printed by that command will be empty and the build error should be gone. 20140826: @@ -609,7 +609,7 @@ you update your ports collection, before or # portupgrade -fr graphics/ilmbase graphics/OpenEXR - The PORTREVISIONS of all ports that require ilmbase and/or OpenEXR + The PORTREVISIONs of all ports that require ilmbase and/or OpenEXR have been bumped. 20140810: @@ -1084,7 +1084,7 @@ you update your ports collection, before 20140526: AFFECTS: users of lang/lua - lang/lua has been relaced by lang/lua51 + lang/lua has been replaced by lang/lua51. For port builds system please follow the following instructions: