From tkato432@yahoo.com  Tue Sep 25 18:00:54 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 01C6D106566C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:00:45 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id C6AA88FC17
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:00:44 +0000 (UTC)
Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 2B20223C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2012 03:00:42 +0900 (JST)
Message-Id: <20120926022029.c3b31ea89cad3766451f1911@yahoo.com>
Date: Wed, 26 Sep 2012 02:20:29 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/ices: Update MASTER_SITES

>Number:         171960
>Category:       ports
>Synopsis:       audio/ices: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:09 UTC 2012
>Closed-Date:    Tue Nov 06 20:44:18 UTC 2012
>Last-Modified:  Tue Nov 06 20:44:18 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Add option for ALSA support

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ices/Makefile audio/ices/Makefile
--- /usr/ports/audio/ices/Makefile	2012-09-20 09:01:35.000000000 +0900
+++ audio/ices/Makefile	2012-09-25 03:16:19.000000000 +0900
@@ -1,28 +1,39 @@
-# New ports collection makefile for: ices
-# Date created:         11 Nov 2002
-# Whom:                 Michael Nottebrock <michaelnottebrock@gmx.net>
-#
+# Created by: Michael Nottebrock <michaelnottebrock@gmx.net>
 # $FreeBSD: ports/audio/ices/Makefile,v 1.25 2012/09/20 00:01:35 jase Exp $
-#
 
 PORTNAME=	ices
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio net
-MASTER_SITES=	http://svn.xiph.org/releases/ices/
+MASTER_SITES=	http://downloads.xiph.org/releases/ices/ \
+		http://svn.xiph.org/releases/ices/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A vorbis streaming source client for icecast 2
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	shout:${PORTSDIR}/audio/libshout2 \
-		vorbis:${PORTSDIR}/audio/libvorbis \
-		xml2:${PORTSDIR}/textproc/libxml2
+		vorbis:${PORTSDIR}/audio/libvorbis
+
+OPTIONS_DEFINE=	ALSA
 
-CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
-LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
-CONFIGURE_ARGS+=	--disable-alsa --disable-roaraudio --disable-sun-audio
+USE_BZIP2=	yes
+USE_GNOME=	libxml2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
+CONFIGURE_ARGS=	--disable-roaraudio --disable-sun-audio
+MAKE_JOBS_SAFE=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MALSA}
+LIB_DEPENDS+=	asound:${PORTSDIR}/audio/alsa-lib
+.else
+CONFIGURE_ARGS+=--disable-alsa
+.endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 25 18:10:56 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171960 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:51:16 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171960 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Tue Nov 6 20:44:18 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171960 
>Unformatted:
