This Updates glame Port to 0.6.3. Added dependency on ladspa (PR ports/37965). Switched to USE_LIBTOOL. Fix: Please Remove patch-ltmain.sh New patch files: cat patch-glame_gui_utils.c --- src/gui/util/glame_gui_utils.c.orig Tue May 28 21:29:10 2002 +++ src/gui/util/glame_gui_utils.c Tue May 28 21:29:44 2002 @@ -22,7 +22,6 @@ */ #include <sys/param.h> -#include <values.h> #ifdef HAVE_CONFIG_H #include <config.h> #endif cat patch-gpsm.c --- src/glmid/gpsm.c.orig Sun Jan 27 16:44:09 2002 +++ src/glmid/gpsm.c Sun Apr 28 02:22:31 2002 @@ -26,8 +26,8 @@ #include <stdio.h> #include <errno.h> #include <string.h> -#include <xmlmemory.h> -#include <parser.h> +#include <libxml/xmlmemory.h> +#include <libxml/parser.h> #include "glame_types.h" #include "swapfile.h" #include "gpsm.h"
Responsible Changed From-To: freebsd-ports->sobomax over to maintainer
State Changed From-To: open->closed Committed, thanks!