From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 8 09:10:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3008116A403 for ; Sat, 8 Apr 2006 09:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B5343D48 for ; Sat, 8 Apr 2006 09:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k389AFcj077291 for ; Sat, 8 Apr 2006 09:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k389AFt4077286; Sat, 8 Apr 2006 09:10:15 GMT (envelope-from gnats) Resent-Date: Sat, 8 Apr 2006 09:10:15 GMT Resent-Message-Id: <200604080910.k389AFt4077286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D126316A402 for ; Sat, 8 Apr 2006 09:07:03 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E2B443D66 for ; Sat, 8 Apr 2006 09:06:59 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id C7785998C07; Sat, 8 Apr 2006 11:06:56 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Oe8+hqd1RGtt; Sat, 8 Apr 2006 11:06:51 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 0) id 81D0B998C2F; Sat, 8 Apr 2006 11:06:51 +0200 (CEST) Message-Id: <20060408090651.81D0B998C2F@server.t-hosting.hu> Date: Sat, 8 Apr 2006 11:06:51 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/95510: [maintainer update] audio/shoutcast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 09:10:18 -0000 >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: