Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2006 21:53:33 +0900 (JST)
From:      Soren Dossing <netcom@sauber.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95226: multimedia/freevo update
Message-ID:  <200604021253.k32CrX83017175@amber.sauber.net>
Resent-Message-ID: <200604021300.k32D0VPn022886@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95226
>Category:       ports
>Synopsis:       multimedia/freevo update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 02 13:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soren Dossing
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD amber.sauber.net 5.4-STABLE FreeBSD 5.4-STABLE #10: Tue Mar 21 17:57:52 JST 2006 root:/usr/src/sys/i386/compile/AMBER i386


	
>Description:
	- Bug fix from Alexander Nedotsukov to stop a constantly flashing read indicator.
	- Moved pkg-message to files/
>How-To-Repeat:
	
>Fix:


diff -Pru --new-file multimedia/freevo.orig/Makefile multimedia/freevo/Makefile
--- multimedia/freevo.orig/Makefile	Sun Apr  2 21:18:00 2006
+++ multimedia/freevo/Makefile	Sun Apr  2 21:32:59 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	freevo
 PORTVERSION=	1.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	freevo
@@ -17,6 +17,7 @@
 
 NO_BUILD=	yes
 SUB_LIST+=	PORTVERSION=${PORTVERSION}
+SUB_FILES=	pkg-message
 
 RUN_DEPENDS=	aumix:${PORTSDIR}/audio/aumix \
 		${PYTHON_SITELIBDIR}/pyosd/__init__.py:${PORTSDIR}/misc/py-osd \
diff -Pru --new-file multimedia/freevo.orig/files/patch-src-plugins-rom_drives.py multimedia/freevo/files/patch-src-plugins-rom_drives.py
--- multimedia/freevo.orig/files/patch-src-plugins-rom_drives.py	Sun Apr  2 21:18:09 2006
+++ multimedia/freevo/files/patch-src-plugins-rom_drives.py	Sun Apr  2 21:07:16 2006
@@ -1,5 +1,14 @@
 --- src/plugins/rom_drives.py.orig	Sun Jan 23 20:40:19 2005
 +++ src/plugins/rom_drives.py	Tue Sep 20 20:26:48 2005
+@@ -70,7 +70,7 @@
+         # FreeBSD ioctls - there is no CDROM.py...
+         CDIOCEJECT = 0x20006318
+         CDIOCCLOSE = 0x2000631c
+-        CDIOREADTOCENTRYS = 0xc0086305
++        CDIOREADTOCENTRYS = -1073192187
+         CD_LBA_FORMAT = 1
+         CD_MSF_FORMAT = 2
+         CDS_NO_DISC = 1
 @@ -415,9 +415,19 @@
                      data = array.array('c', '\000'*4096)
                      (address, length) = data.buffer_info()
diff -Pru --new-file multimedia/freevo.orig/files/pkg-message.in multimedia/freevo/files/pkg-message.in
--- multimedia/freevo.orig/files/pkg-message.in	Thu Jan  1 09:00:00 1970
+++ multimedia/freevo/files/pkg-message.in	Sun Apr  2 21:29:07 2006
@@ -0,0 +1,23 @@
+***********************************************************************
+
+  Freevo is now installed.  It might be a good idea to read the docs
+  in %%PREFIX%%/share/doc/freevo-%%PORTVERSION%%
+
+  By default Freevo is configured with a single VFS in /var/db/cache.
+  You can use this by adding users to the freevo group.
+
+  To get up and running quickly try: freevo setup && freevo --help
+
+  Freevo can be configured to start on boot by using the sample
+  startup script in %%PREFIX%%/etc/rc.d/freevo.sh.sample
+
+***********************************************************************
+
+  IMPORTANT: Freevo requires procfs to be mounted on /proc. You can
+  do this by adding the following entry to your /etc/fstab:
+
+    proc	/proc	procfs	rw	1 1
+
+  WITHOUT THIS FREEVO WILL NOT SHUT DOWN CORRECTLY!
+
+***********************************************************************
diff -Pru --new-file multimedia/freevo.orig/pkg-message multimedia/freevo/pkg-message
--- multimedia/freevo.orig/pkg-message	Wed Feb  8 07:48:19 2006
+++ multimedia/freevo/pkg-message	Thu Jan  1 09:00:00 1970
@@ -1,23 +0,0 @@
-***********************************************************************
-
-  Freevo is now installed.  It might be a good idea to read the docs
-  in %%PREFIX%%/share/doc/freevo-1.5.4
-
-  By default Freevo is configured with a single VFS in /var/db/cache.
-  You can use this by adding users to the freevo group.
-
-  To get up and running quickly try: freevo setup && freevo --help
-
-  Freevo can be configured to start on boot by using the sample
-  startup script in %%PREFIX%%/etc/rc.d/freevo.sh.sample
-
-***********************************************************************
-
-  IMPORTANT: Freevo requires procfs to be mounted on /proc. You can
-  do this by adding the following entry to your /etc/fstab:
-
-    proc	/proc	procfs	rw	1 1
-
-  WITHOUT THIS FREEVO WILL NOT SHUT DOWN CORRECTLY!
-
-***********************************************************************

>Release-Note:
>Audit-Trail:
>Unformatted:



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