Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043A737B401 for ; Mon, 10 Feb 2003 06:00:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFED43FD7 for ; Mon, 10 Feb 2003 06:00:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1AE0ONS041184 for ; Mon, 10 Feb 2003 06:00:24 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1AE0Oks041183; Mon, 10 Feb 2003 06:00:24 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3590937B401; Mon, 10 Feb 2003 05:51:18 -0800 (PST) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E58243FB1; Mon, 10 Feb 2003 05:51:17 -0800 (PST) (envelope-from vs@foldr.org) Received: from theater.foldr.org (root@pD9509C99.dip.t-dialin.net [217.80.156.153]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id h1ADpDNB009794 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Mon, 10 Feb 2003 14:51:15 +0100 (CET) (envelope-from vs@foldr.org) Received: from monster.theater.foldr.org (vs@monster.ipv6.foldr.org [IPv6:3ffe:b80:2de:3:2e0:29ff:fe98:abca]) by theater.foldr.org (8.12.5/8.12.5) with ESMTP id h1ADq3Xh068942 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 10 Feb 2003 14:52:06 +0100 (CET) (envelope-from vs@monster.theater.foldr.org) Received: (from vs@localhost) by monster.theater.foldr.org (8.12.6/8.12.6/Submit) id h1ADp7Yc001967; Mon, 10 Feb 2003 14:51:07 +0100 (CET) (envelope-from vs) Message-Id: <200302101351.h1ADp7Yc001967@monster.theater.foldr.org> Date: Mon, 10 Feb 2003 14:51:07 +0100 (CET) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org Cc: trevor@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48139: [patch] audio/opmixer: endl->std::endl (bento) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48139 >Category: ports >Synopsis: [patch] audio/opmixer: endl->std::endl (bento) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 10 06:00:24 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386 >Description: Wow, opmixer is an almost perfect C++ program. Fix last remnant of missing std:: for -current. >How-To-Repeat: >Fix: New patch-file: patch-volset.cc --- volset.cc.orig Mon Feb 10 14:44:42 2003 +++ volset.cc Mon Feb 10 14:45:40 2003 @@ -22,6 +22,6 @@ int pcmvol = atoi(argv[2]); myMixer->SetLevel("vol",mainvol); myMixer->SetLevel("pcm",pcmvol); - std::cout << "Main : " << mainvol << " PCM : " << pcmvol << endl; + std::cout << "Main : " << mainvol << " PCM : " << pcmvol << std::endl; }; }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message