Bug 38685

Summary: Update Port audio/glame to 0.6.3
Product: Ports & Packages Reporter: Tilman Linneweh <tilman>
Component: Individual Port(s)Assignee: Maxim Sobolev <sobomax>
Status: Closed FIXED    
Severity: Affects Only Me CC: sobomax
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
glame.diff none

Description Tilman Linneweh 2002-05-29 11:20:01 UTC
	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"
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-05-29 18:58:35 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

over to maintainer
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2002-05-30 23:29:39 UTC
State Changed
From-To: open->closed

Committed, thanks!