From owner-cvs-all@FreeBSD.ORG Thu Mar 18 08:27:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE9FB16A4D3; Thu, 18 Mar 2004 08:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FDD43D31; Thu, 18 Mar 2004 08:27:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2IGRZGe019540; Thu, 18 Mar 2004 08:27:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2IGRZ0T019539; Thu, 18 Mar 2004 08:27:35 -0800 (PST) (envelope-from pav) Message-Id: <200403181627.i2IGRZ0T019539@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 18 Mar 2004 08:27:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/tclmidi Makefile ports/audio/tclmidi/files smf.patch song.patch strstream.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 18 Mar 2004 16:27:36 -0000 pav 2004/03/18 08:27:35 PST FreeBSD ports repository Modified files: audio/tclmidi Makefile Added files: audio/tclmidi/files smf.patch song.patch strstream.h Log: - Fix build with modern gcc Add placeholder strstream.h file in the workdir, and patch some of the Makefile.in's to use the workdir in their include path. Rewriting this port to use ISO C++ would maybe be better, but will make the diff a lot larger. Also, the tclmidi program doesn't really seem to be actively maintained anyway. PR: ports/64310 Submitted by: Dimitry Andric Revision Changes Path 1.14 +4 -1 ports/audio/tclmidi/Makefile 1.1 +12 -0 ports/audio/tclmidi/files/smf.patch (new) 1.1 +11 -0 ports/audio/tclmidi/files/song.patch (new) 1.1 +44 -0 ports/audio/tclmidi/files/strstream.h (new)