Bug 38685 - Update Port audio/glame to 0.6.3
Summary: Update Port audio/glame to 0.6.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 11:20 UTC by Tilman Linneweh
Modified: 2002-05-30 23:29 UTC (History)
1 user (show)

See Also:


Attachments
glame.diff (4.08 KB, patch)
2002-05-29 11:20 UTC, Tilman Linneweh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!