From owner-cvs-all@FreeBSD.ORG Sun Jun 3 15:45:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DACEF16A41F; Sun, 3 Jun 2007 15:45:31 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B549413C46C; Sun, 3 Jun 2007 15:45:31 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l53FjVw8001537; Sun, 3 Jun 2007 15:45:31 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l53FjVHt001533; Sun, 3 Jun 2007 15:45:31 GMT (envelope-from se) Message-Id: <200706031545.l53FjVHt001533@repoman.freebsd.org> From: Stefan Esser Date: Sun, 3 Jun 2007 15:45:31 +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/multimedia/dvbcut/files patch-playaudio.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2007 15:45:32 -0000 se 2007-06-03 15:45:31 UTC FreeBSD ports repository Added files: multimedia/dvbcut/files patch-playaudio.cpp Log: Unreak compilation with gcc-4.2: There is one expression containing a binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2. I did not find the definition of this operator and do not know whether it is an extension found in g++-3.x, but I assume that it is a maximum value operator (a >? b) <==> max(a, b) and this patch implements this operation explicitly instead of via the (unknown in g++-4.2) operator. Submitted by: pointyhat via kris Revision Changes Path 1.1 +14 -0 ports/multimedia/dvbcut/files/patch-playaudio.cpp (new)