From owner-cvs-all@FreeBSD.ORG Mon May 21 17:59:13 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55ABC106566B; Mon, 21 May 2012 17:59:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4170D8FC1D; Mon, 21 May 2012 17:59:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4LHxCgj088611; Mon, 21 May 2012 17:59:12 GMT (envelope-from rakuco@repoman.freebsd.org) Received: (from rakuco@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4LHxCFd088610; Mon, 21 May 2012 17:59:12 GMT (envelope-from rakuco) Message-Id: <201205211759.q4LHxCFd088610@repoman.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 21 May 2012 17:59:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/layouteditor/files patch-src__fileformats__oasis.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 17:59:13 -0000 rakuco 2012-05-21 17:59:12 UTC FreeBSD ports repository Added files: cad/layouteditor/files patch-src__fileformats__oasis.cpp Log: Make the port build with the upcoming Qt 4.8.1 release. The QPoint overloads for operator*() were changed in the 4.8.0 release [1], so we need to add a patch to adjust a cast here. No PORTREVISION bump since there were no dependency changes and things are still building fine with Qt 4.7. [1] http://qt.gitorious.org/qt/qt/commit/a562fd2d201e3b618ed99a316275f20385cc5c25 Approved by: miwi (Qt 4.8.1 exp-run) Revision Changes Path 1.1 +11 -0 ports/cad/layouteditor/files/patch-src__fileformats__oasis.cpp (new)