ports/78831: [Maintainer fix] multimedia/xmms gcc 3.4 related problems

Espen Skoglund esk at ira.uka.de
Mon Mar 14 17:30:04 UTC 2005


>Number:         78831
>Category:       ports
>Synopsis:       [Maintainer fix] multimedia/xmms gcc 3.4 related problems
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 14 17:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Karlsruhe University
>Environment:


>Description:

- Added patches to enable 3rd party C++ apps to compile with gcc 3.4
- Bumped PORTREVISION

>How-To-Repeat:


>Fix:


diff -ruN xmms.orig/Makefile xmms/Makefile
--- xmms.orig/Makefile	Mon Mar 14 18:12:12 2005
+++ xmms/Makefile	Tue Nov 23 03:05:24 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	xmms
 PORTVERSION=	1.2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES+=	multimedia audio ipv6
 MASTER_SITES=	http://www.xmms.org/files/1.2.x/ \
 		ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
diff -ruN xmms.orig/files/patch-libxmms-configfile.h xmms/files/patch-libxmms-configfile.h
--- xmms.orig/files/patch-libxmms-configfile.h	Thu Jan  1 01:00:00 1970
+++ xmms/files/patch-libxmms-configfile.h	Mon Mar 14 18:07:28 2005
@@ -0,0 +1,11 @@
+--- libxmms/configfile.h.orig	Mon Mar 14 18:06:38 2005
++++ libxmms/configfile.h	Mon Mar 14 18:06:55 2005
+@@ -66,7 +66,7 @@
+ void xmms_cfg_remove_key(ConfigFile * cfg, gchar * section, gchar * key);
+ 
+ #ifdef __cplusplus
+-};
++}
+ #endif
+ 
+ #endif
diff -ruN xmms.orig/files/patch-libxmms-dirbrowser.h xmms/files/patch-libxmms-dirbrowser.h
--- xmms.orig/files/patch-libxmms-dirbrowser.h	Thu Jan  1 01:00:00 1970
+++ xmms/files/patch-libxmms-dirbrowser.h	Mon Mar 14 18:08:55 2005
@@ -0,0 +1,11 @@
+--- libxmms/dirbrowser.h.orig	Mon Mar 14 18:08:23 2005
++++ libxmms/dirbrowser.h	Mon Mar 14 18:08:30 2005
+@@ -27,7 +27,7 @@
+ GtkWidget *xmms_create_dir_browser(gchar * title, gchar * current_path, GtkSelectionMode mode, void (*handler) (gchar *));
+ 
+ #ifdef __cplusplus
+-};
++}
+ #endif
+ 
+ 
diff -ruN xmms.orig/files/patch-libxmms-titlestring.h xmms/files/patch-libxmms-titlestring.h
--- xmms.orig/files/patch-libxmms-titlestring.h	Thu Jan  1 01:00:00 1970
+++ xmms/files/patch-libxmms-titlestring.h	Mon Mar 14 18:06:04 2005
@@ -0,0 +1,11 @@
+--- libxmms/titlestring.h.orig	Mon Mar 14 18:05:21 2005
++++ libxmms/titlestring.h	Mon Mar 14 18:05:31 2005
+@@ -80,7 +80,7 @@
+ GtkWidget* xmms_titlestring_descriptions(char* tags, int rows);
+ 
+ #ifdef __cplusplus
+-};
++}
+ #endif
+ 
+ #endif /* !XMMS_TITLESTRING_H */
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list