From owner-svn-ports-all@FreeBSD.ORG Sat Jul 28 09:01:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2015106564A; Sat, 28 Jul 2012 09:01:54 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8D7518FC15; Sat, 28 Jul 2012 09:01:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6S91sJr005195; Sat, 28 Jul 2012 09:01:54 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6S91sKL005193; Sat, 28 Jul 2012 09:01:54 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201207280901.q6S91sKL005193@svn.freebsd.org> From: Florian Smeets Date: Sat, 28 Jul 2012 09:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301643 - head X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 28 Jul 2012 09:01:54 -0000 Author: flo Date: Sat Jul 28 09:01:53 2012 New Revision: 301643 URL: http://svn.freebsd.org/changeset/ports/301643 Log: Add an UPDATING entry to make sure people have the right OPTIONS turned on to build the gecko ports. Submitted by: Jan Beich Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jul 28 09:00:18 2012 (r301642) +++ head/UPDATING Sat Jul 28 09:01:53 2012 (r301643) @@ -6,6 +6,18 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20120726: + AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul + AUTHOR: gecko@FreeBSD.org + + Gecko ports were switched to use system libraries. Some of them + must be built with certain options set (default). + + - graphics/png has to be installed with APNG option + + - databases/sqlite3 has to be installed with SECURE_DELETE, THREADSAFE, + FTS3, UNLOCK_NOTIFY options + +20120726: AFFECTS: users of devel/pkg-config AUTHOR: bapt@FreeBSD.org