diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:07:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:07:36 +0000 |
commit | 3a9e0dcc41b7cd9f0cc25cbf8cca0f7918aa5d6e (patch) | |
tree | 7eb2021ffb55b59a26fb0c0066cd794f47e55526 /audio/icecast1 | |
parent | 2d90ef253b87f24b27be0082922e6893e94e8894 (diff) | |
download | pkgsrc-3a9e0dcc41b7cd9f0cc25cbf8cca0f7918aa5d6e.tar.gz |
Replaced /var with ${VARBASE} in patch-ab, which fixes all unprivileged
bulk builds. Bumped PKGREVISION.
Diffstat (limited to 'audio/icecast1')
-rw-r--r-- | audio/icecast1/Makefile | 8 | ||||
-rw-r--r-- | audio/icecast1/distinfo | 4 | ||||
-rw-r--r-- | audio/icecast1/patches/patch-ab | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index 61e6f4ea0df..0eb5f9498e8 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/04/30 21:26:54 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/18 11:07:36 rillig Exp $ # DISTNAME= icecast-1.3.12 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.icecast.org/releases/ @@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icecast.org/ COMMENT= Internet broadcasting system using Mpeg Layer III streaming -GNU_CONFIGURE= yes - RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast +GNU_CONFIGURE= yes +CONFIGURE_ENV+= VARBASE=${VARBASE} CONFIGURE_ARGS+= --with-readline \ --with-libwrap \ --with-python \ diff --git a/audio/icecast1/distinfo b/audio/icecast1/distinfo index a2898ec8469..31925bb8188 100644 --- a/audio/icecast1/distinfo +++ b/audio/icecast1/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.4 2005/11/11 17:21:11 joerg Exp $ +$NetBSD: distinfo,v 1.5 2006/06/18 11:07:36 rillig Exp $ SHA1 (icecast-1.3.12.tar.gz) = bacb760390453718de536b85979ff3a9a73c7710 RMD160 (icecast-1.3.12.tar.gz) = 7b576dbc16103c01b5393880ab51c532662334a9 Size (icecast-1.3.12.tar.gz) = 269822 bytes SHA1 (patch-aa) = 169202f563e4e2812d8d532264dcdb4f9ffc8df2 -SHA1 (patch-ab) = de33a89e6078721a7e9c3a09515846752e76680e +SHA1 (patch-ab) = 28dc8d9416b606aca4861df80332f9bf50458b45 SHA1 (patch-ac) = 4775c84b910f9b19134f66a57f5196b572daf3cc SHA1 (patch-ad) = 787838025c33a2b84bc0dd20ac6442e5d8cc24c0 SHA1 (patch-ae) = 43eccb3d3b71ae589dde96042ba580124f9e19e5 diff --git a/audio/icecast1/patches/patch-ab b/audio/icecast1/patches/patch-ab index a07f4171005..6d318e837ce 100644 --- a/audio/icecast1/patches/patch-ab +++ b/audio/icecast1/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $ +$NetBSD: patch-ab,v 1.2 2006/06/18 11:07:36 rillig Exp $ --- configure.orig 2002-04-11 00:50:20.000000000 +0200 +++ configure @@ -13,7 +13,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $ ICECAST_SHAREDIR=${prefix} ICECAST_LOGDIR=logs - ICECAST_LOGDIR_INST=${prefix}/logs -+ ICECAST_LOGDIR_INST=/var/log/icecast ++ ICECAST_LOGDIR_INST=${VARBASE}/log/icecast ICECAST_TEMPLATEDIR=templates - ICECAST_TEMPLATEDIR_INST=${prefix}/templates + ICECAST_TEMPLATEDIR_INST=${prefix}/share/icecast/templates |