Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2003 04:53:25 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        Edwin Groothuis <edwin@mavetju.org>
Cc:        Mica Telodico <maria_libera2000@yahoo.it>
Subject:   Re: Change all xmms.3 in xmms.4 in dipendecies
Message-ID:  <86he3bnqdm.wl@gray.plala.or.jp>
In-Reply-To: <20030916140241.GH825@k7.mavetju>
References:  <20030916133546.GH830@k7.mavetju> <20030916135108.10366.qmail@web41903.mail.yahoo.com> <20030916140241.GH825@k7.mavetju>

next in thread | previous in thread | raw e-mail | index | archive | help
As far as I can find these six ports are left unchanged.
(xosd: add missed xosd_set_bar_length.3)

Index: ports/deskutils/logjam2/Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/logjam2/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/deskutils/logjam2/Makefile	31 Aug 2003 20:24:09 -0000	1.9
+++ ports/deskutils/logjam2/Makefile	17 Sep 2003 19:48:26 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	logjam2
 PORTVERSION=	4.2.4
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://logjam.danga.com/download/
 DISTNAME=	logjam-${PORTVERSION}
@@ -34,7 +35,7 @@
 .endif
 
 .if defined(WITH_XMMS)
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 .else
 CONFIGURE_ARGS+=	--without-xmms
 .endif
Index: ports/games/fuhquake/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/fuhquake/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/games/fuhquake/Makefile	5 Sep 2003 09:06:04 -0000	1.3
+++ ports/games/fuhquake/Makefile	17 Sep 2003 19:48:30 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	fuhquake
 PORTVERSION=	0.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.fuhquake.net/files/source/:src \
 		http://www.fuhquake.net/files/releases/:dat \
@@ -34,7 +34,7 @@
 WITH_SVGA=	yes
 .endif
 
-.if exists(${X11BASE}/lib/libxmms.so.3)
+.if exists(${X11BASE}/lib/libxmms.so.4)
 WITH_XMMS=	yes
 .endif
 
@@ -66,7 +66,7 @@
 .endif
 
 .if !defined(WITHOUT_XMMS) && defined(WITH_XMMS) && !(defined(WITHOUT_X11) && defined(WITHOUT_GLX))
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 MAKE_ARGS+=	-DWITH_XMMS
 .endif
 
@@ -86,7 +86,7 @@
 .if defined(WITH_SHAREWARE_DATA)
 	@${ECHO_MSG} "Define WITH_SHAREWARE_DATA to install demo version game data"
 .endif
-.if !defined(WITHOUT_XMMS) && exists(${X11BASE}/lib/libxmms.so.3)
+.if !defined(WITHOUT_XMMS) && exists(${X11BASE}/lib/libxmms.so.4)
 	@${ECHO_MSG} "Define WITHOUT_XMMS to build without \`\`MP3 Player'' feature"
 .endif
 .if !defined(WITH_OPTIMIZED_CFLAGS)
Index: ports/games/quakeforge/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/quakeforge/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- ports/games/quakeforge/Makefile	8 Aug 2003 13:23:07 -0000	1.36
+++ ports/games/quakeforge/Makefile	17 Sep 2003 19:48:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	QuakeForge
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:qf/} \
 		ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw
@@ -63,7 +64,7 @@
 WITH_SVGALIB=	yes
 .endif
 
-.if exists(${X11BASE}/lib/libxmms.so.3)
+.if exists(${X11BASE}/lib/libxmms.so.4)
 WITH_XMMS=	yes
 .endif
 
@@ -117,7 +118,7 @@
 .endif
 
 .if !defined(WITHOUT_XMMS) && defined(WITH_XMMS)
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 CONFIGURE_ARGS+=--with-xmms-prefix=${X11BASE}
 PLIST_SUB+=	XMMS:=""
 .else
Index: ports/irc/bitchx/Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- ports/irc/bitchx/Makefile	11 May 2003 22:20:03 -0000	1.60
+++ ports/irc/bitchx/Makefile	17 Sep 2003 19:48:45 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	BitchX
 PORTVERSION=	1.0c19
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES+=	irc gnome
 MASTER_SITES=	ftp://ftp.bitchx.com/pub/BitchX/source/ \
 		ftp://ftp.bitchx.org/pub/BitchX/source/ \
@@ -25,7 +25,7 @@
 COMMENT?=	"An alternative ircII color client with optional GTK/GNOME support"
 
 .if defined(WITH_XMMS)
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 .endif
 
 WRKSRC=		${WRKDIR}/BitchX
Index: ports/misc/xosd/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/xosd/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- ports/misc/xosd/Makefile	14 Jul 2003 02:53:00 -0000	1.22
+++ ports/misc/xosd/Makefile	17 Sep 2003 19:48:49 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	xosd
 PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://www.ignavus.net/ \
 		${MASTER_SITE_LOCAL}
@@ -18,7 +18,7 @@
 
 LIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
 .if !defined(WITHOUT_XMMS)
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 .endif
 
 XMMS_CONFIG?=	${X11BASE}/bin/xmms-config
@@ -42,10 +42,12 @@
 .endif
 
 MAN1=		osd_cat.1 xosd-config.1
-MAN3=		xosd_destroy.3 xosd_is_onscreen.3 xosd_set_shadow_offset.3 \
-		xosd_display.3 xosd_set_align.3 xosd_set_vertical_offset.3 \
-		xosd.3 xosd_get_number_lines.3 xosd_set_horizontal_offset.3 \
-		xosd_show.3 xosd_create.3 xosd_hide.3 xosd_set_pos.3 xosd_uninit.3
+MAN3= 		xosd.3 xosd_create.3 xosd_destroy.3 xosd_display.3 \
+		xosd_get_number_lines.3 xosd_hide.3 xosd_is_onscreen.3 \
+		xosd_set_align.3 xosd_set_bar_length.3 \
+		xosd_set_horizontal_offset.3 xosd_set_pos.3 \
+		xosd_set_shadow_offset.3 xosd_set_vertical_offset.3 \
+		xosd_show.3 xosd_uninit.3
 
 pre-patch:
 	${REINPLACE_CMD} -e 's,-lc_r,-lblahblah,g' ${WRKSRC}/ltmain.sh
Index: ports/multimedia/gstreamer-plugins/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gstreamer-plugins/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- ports/multimedia/gstreamer-plugins/Makefile	16 Jun 2003 01:08:19 -0000	1.23
+++ ports/multimedia/gstreamer-plugins/Makefile	17 Sep 2003 19:48:52 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	gstreamer
 PORTVERSION=	0.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio
 #MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 #MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -590,7 +590,7 @@
 CONFIGURE_ARGS+=	--disable-xmms
 PLIST_SUB+=	XMMS="@comment "
 .else
-LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 
 CONFIGURE_ARGS+=	--with-xmms-prefix=${X11BASE} \
 			--with-xmms-exec-prefix=${X11BASE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86he3bnqdm.wl>