FreeBSD ports which are currently scheduled for deletion

Roman Neuhauser neuhauser at chello.cz
Sat May 15 03:00:34 PDT 2004


# linimon at FreeBSD.org / 2004-05-14 22:37:22 -0500:
> portname:           audio/snd
> description:        Multitracking sound editor and utilities
> maintainer:         trevor at 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
-------------- next part --------------
--- /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);


More information about the freebsd-ports mailing list