View | Details | Raw Unified | Return to bug 35555
Collapse All | Expand All

(-)xmms/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	xmms
8
PORTNAME=	xmms
9
PORTVERSION=	1.2.6
9
PORTVERSION=	1.2.7
10
PORTREVISION=	1
11
CATEGORIES+=	audio
10
CATEGORIES+=	audio
12
MASTER_SITES=	ftp://ftp.xmms.org/xmms/1.2.x/ \
11
MASTER_SITES=	ftp://ftp.xmms.org/xmms/1.2.x/ \
13
		http://www.xmms.org/files/1.2.x/ \
12
		http://www.xmms.org/files/1.2.x/ \
(-)xmms/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xmms-1.2.6.tar.bz2) = 705fe02278aaee095fb9f5ebaa318a6c
1
MD5 (xmms-1.2.7.tar.bz2) = 9bec488842920df359516b7d062d15dc
(-)xmms/files/patch-ad (-3 / +3 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/audio/xmms/files/patch-ad,v 1.10 2002/01/14 13:38:33 sobomax Exp $
2
$FreeBSD: ports/audio/xmms/files/patch-ad,v 1.10 2002/01/14 13:38:33 sobomax Exp $
3
3
4
--- configure	2002/01/14 11:54:47	1.1
4
--- configure.orig	Mon Mar  4 22:57:01 2002
5
+++ configure	2002/01/14 11:54:16
5
+++ configure	Tue Mar  5 11:16:25 2002
6
@@ -12577,10 +12577,6 @@
6
@@ -12673,10 +12673,6 @@
7
       *) # Relative path.
7
       *) # Relative path.
8
         ac_sub_cache_file="$ac_dots$cache_file" ;;
8
         ac_sub_cache_file="$ac_dots$cache_file" ;;
9
       esac
9
       esac
(-)xmms/files/patch-ltmain.sh (-7 / +7 lines)
Lines 1-19 Link Here
1
1
2
$FreeBSD: ports/audio/xmms/files/patch-ltmain.sh,v 1.1 2002/01/14 13:38:33 sobomax Exp $
2
$FreeBSD: ports/audio/xmms/files/patch-ltmain.sh,v 1.1 2002/01/14 13:38:33 sobomax Exp $
3
3
4
--- ltmain.sh	2001/08/27 09:51:26	1.1
4
--- ltmain.sh.orig	Mon Sep 24 14:12:50 2001
5
+++ ltmain.sh	2001/08/27 09:51:42
5
+++ ltmain.sh	Tue Mar  5 11:16:25 2002
6
@@ -2408,6 +2408,9 @@
6
@@ -2444,6 +2444,9 @@
7
 	  *-*-netbsd*)
7
 	  *-*-openbsd*)
8
 	    # Don't link with libc until the a.out ld.so is fixed.
8
 	    # Do not include libc due to us having libc/libc_r.
9
 	    ;;
9
 	    ;;
10
+	  *-*-freebsd*)
10
+	  *-*-freebsd*)
11
+	    # FreeBSD doesn't need this...
11
+	    # FreeBSD doesn't need this...
12
+	    ;;
12
+	    ;;
13
 	  *)
13
 	  *)
14
 	    # Add libc to deplibs on all other systems if necessary.
14
 	    # Add libc to deplibs on all other systems if necessary.
15
 	    if test "$build_libtool_need_lc" = "yes"; then
15
 	    if test $build_libtool_need_lc = "yes"; then
16
@@ -4175,10 +4178,12 @@
16
@@ -4210,10 +4213,12 @@
17
 	fi
17
 	fi
18
 
18
 
19
 	# Install the pseudo-library for information purposes.
19
 	# Install the pseudo-library for information purposes.
(-)xmms/pkg-descr (-5 / +1 lines)
Lines 1-9 Link Here
1
XMMS --- X Multimedia System. XMMS is a multimedia player based on the look of
1
XMMS --- X Multimedia System. XMMS is a multimedia player based on the look of
2
Winamp. Currently it plays mpeg layer 1/2/3, wav, au, CD audio, etc.
2
Winamp.  Currently it plays mpeg layer 1/2/3, wav, au, CD audio, etc.
3
4
The Vorbis plugin included here (if you don't specify WITHOUT_VORBIS) is the
5
one that is included in the XMMS distribution.  If you have the vorbis-xmms
6
port installed, the plugin from that port will be overwritten by this one.
7
3
8
WWW: http://www.xmms.org/
4
WWW: http://www.xmms.org/

Return to bug 35555