From owner-freebsd-ports@FreeBSD.ORG Sat May 15 03:00:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6256F16A4CF for ; Sat, 15 May 2004 03:00:34 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FEE943D4C for ; Sat, 15 May 2004 03:00:30 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 49247 invoked by uid 0); 15 May 2004 10:00:29 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 15 May 2004 10:00:28 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id BCBFD2FDA03; Sat, 15 May 2004 12:00:28 +0200 (CEST) Date: Sat, 15 May 2004 12:00:28 +0200 From: Roman Neuhauser To: linimon@FreeBSD.org Message-ID: <20040515100028.GA1862@isis.wad.cz> Mail-Followup-To: linimon@FreeBSD.org, ports@FreeBSD.org References: <200405150337.i4F3bMhH069783@quark.rcs.purdue.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <200405150337.i4F3bMhH069783@quark.rcs.purdue.edu> User-Agent: Mutt/1.5.6i cc: ports@FreeBSD.org Subject: Re: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 10:00:34 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline # linimon@FreeBSD.org / 2004-05-14 22:37:22 -0500: > portname: audio/snd > description: Multitracking sound editor and utilities > maintainer: trevor@FreeBSD.org > status: BROKEN > deprecated because: Does not compile > expiration date: 2004-06-18 > build errors: > http://bento.FreeBSD.org/errorlogs/i386-5-full/snd-5.5_3.log (Apr 16 04:18:52 GMT 2004) > http://bento.FreeBSD.org/errorlogs/i386-4-full/snd-5.5_3.log (Apr 25 14:36:58 GMT 2004) > http://bento.FreeBSD.org/errorlogs/alpha-4-full/snd-5.5_3.log (Apr 27 10:29:05 GMT 2004) > overview: http://portsmon.firepipe.net/portoverview.py?category=audio&portname=snd does the attached patch help? the software has many dependencies, I'm not interested enough to build it all. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="audio::snd.stack_fluid_var.patch" --- /dev/null Sat May 15 11:52:34 2004 +++ audio/snd/files/patch-snd-xen_c Sat May 15 11:47:30 2004 @@ -0,0 +1,11 @@ +--- snd-xen.c.orig Sat May 15 11:46:03 2004 ++++ snd-xen.c Sat May 15 11:46:08 2004 +@@ -192,7 +192,7 @@ + #if HAVE_SCM_C_DEFINE + stack = scm_fluid_ref(VARIABLE_REF(scm_the_last_stack_fluid_var)); + #else +- stack = scm_fluid_ref(XEN_CDR(scm_the_last_stack_fluid)); ++ stack = scm_fluid_ref(XEN_CDR(scm_the_last_stack_fluid_var)); + #endif + if (XEN_NOT_FALSE_P(stack)) + scm_display_backtrace(stack, port, XEN_UNDEFINED, XEN_UNDEFINED); --d6Gm4EdcadzBjdND--