Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Apr 2006 11:06:51 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/95510: [maintainer update] audio/shoutcast
Message-ID:  <20060408090651.81D0B998C2F@server.t-hosting.hu>
Resent-Message-ID: <200604080910.k389AFt4077286@freefall.freebsd.org>

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

>Number:         95510
>Category:       ports
>Synopsis:       [maintainer update] audio/shoutcast
>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:   Sat Apr 08 09:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 5.3-RELEASE-p17 amd64
>Organization:
n/a
>Environment:
>Description:

- amd64 and ia64 machines can run i386 binaries
- remove obsolete USE_REINPLACE
- portlint cleanups

>How-To-Repeat:
>Fix:

--- shoutcast.diff begins here ---
Index: ports/audio/shoutcast/Makefile
===================================================================
RCS file: /usr/cvs/ports/audio/shoutcast/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/audio/shoutcast/Makefile	18 Nov 2005 16:20:58 -0000	1.4
+++ ports/audio/shoutcast/Makefile	8 Apr 2006 09:03:43 -0000
@@ -13,15 +13,14 @@
 MAINTAINER=	gkovesdan@t-hosting.hu
 COMMENT=	Nullsoft's streaming audio server (binary port)
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64 ia64
 NO_BUILD=	YES
-NO_PACKAGE=	"Redistribution of the software isn\'t allowed"
+NO_PACKAGE=	Redistribution of the software isn\'t allowed
 
 USE_RC_SUBR=	shoutcast.sh
 PLIST_FILES=	sbin/sc_serv etc/shoutcast/sc_serv.conf.sample
 PLIST_DIRS=	etc/shoutcast
 PORTDOCS=	README.TXT
-USE_REINPLACE=	YES
 
 SUB_FILES=	pkg-message
 
@@ -35,7 +34,7 @@
 .elif ${OSVERSION} >= 400000
 DISTNAME=	${PORTNAME}-1-9-5-freebsd4-elf
 .else
-BROKEN=		"unsupported FreeBSD version"
+BROKEN=		unsupported FreeBSD version
 .endif
 
 post-patch:
--- shoutcast.diff ends here ---


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



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