Date: Sat, 15 May 2004 12:00:28 +0200 From: Roman Neuhauser <neuhauser@chello.cz> To: linimon@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: FreeBSD ports which are currently scheduled for deletion Message-ID: <20040515100028.GA1862@isis.wad.cz> In-Reply-To: <200405150337.i4F3bMhH069783@quark.rcs.purdue.edu> References: <200405150337.i4F3bMhH069783@quark.rcs.purdue.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040515100028.GA1862>