FreeBSD Bugzilla – Attachment 128063 Details for
Bug 171960
audio/ices: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
tkato432
on 2012-09-25 19:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:10:09 UTC
Size:
1.61 KB
patch
obsolete
>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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171960
: 128063
Working