Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2004 21:55:45 +0100 (CET)
From:      g.gonter@ieee.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        g.gonter@ieee.org
Subject:   ports/74486: new revision for ports/audio/xmradio
Message-ID:  <200411282055.iASKtjh5083691@alcoholix.wu-wien.ac.at>
Resent-Message-ID: <200411282050.iASKoTuu054383@freefall.freebsd.org>

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

>Number:         74486
>Category:       ports
>Synopsis:       new revision for ports/audio/xmradio
>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:   Sun Nov 28 20:50:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Gonter <g.gonter@ieee.org>
>Release:        FreeBSD 5.3-RC1 i386
>Organization:
WU-Wien
>Environment:
System: FreeBSD alcoholix.wu-wien.ac.at 5.3-RC1 FreeBSD 5.3-RC1 #0: Sun Oct 17 01:25:37 UTC 2004 root@wv1u.samsco.home:/usr/obj/usr/src/sys/GENERIC i386

	FreeBSD 6.0-CURRENT

>Description:

	ia64 port does not work because of missing header, change
	ONLY_FOR_ARCHS to fix this.
	Update for WWW site.

>How-To-Repeat:

>Fix:


diff -ruN xmradio.orig/Makefile xmradio/Makefile
--- xmradio.orig/Makefile	Sat Aug 21 20:09:03 2004
+++ xmradio/Makefile	Sun Nov 28 21:37:37 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	xmradio
 PORTVERSION=	1.2
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://core.de/~coto/radio/
 
@@ -28,7 +29,7 @@
 .if ${OSVERSION} < 500000
 ONLY_FOR_ARCHS=	i386
 .else
-ONLY_FOR_ARCHS=	alpha i386 ia64
+ONLY_FOR_ARCHS=	alpha i386
 .endif
 
 #
diff -ruN xmradio.orig/pkg-descr xmradio/pkg-descr
--- xmradio.orig/pkg-descr	Mon Apr  2 12:10:46 2001
+++ xmradio/pkg-descr	Sun Nov 28 11:18:55 2004
@@ -1,7 +1,7 @@
 This is a simple radio application for FM tuners built into
 some TV cards, such as the Hauppauge Win/TV.
 
-WWW: http://core.de/~coto/xmradio.html
+WWW: http://core.de/~coto/projects/xmradio/
 
 - Tom
 runge@rostock.zgdv.de
>Release-Note:
>Audit-Trail:
>Unformatted:



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