pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/icecast1 Replaced /var with ${VARBASE} in patch-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5825a7ed6727
branches:  trunk
changeset: 514821:5825a7ed6727
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 11:07:36 2006 +0000

description:
Replaced /var with ${VARBASE} in patch-ab, which fixes all unprivileged
bulk builds. Bumped PKGREVISION.

diffstat:

 audio/icecast1/Makefile         |  8 ++++----
 audio/icecast1/distinfo         |  4 ++--
 audio/icecast1/patches/patch-ab |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 41763cc4979e -r 5825a7ed6727 audio/icecast1/Makefile
--- a/audio/icecast1/Makefile   Sun Jun 18 10:55:33 2006 +0000
+++ b/audio/icecast1/Makefile   Sun Jun 18 11:07:36 2006 +0000
@@ -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 @@
 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 -r 41763cc4979e -r 5825a7ed6727 audio/icecast1/distinfo
--- a/audio/icecast1/distinfo   Sun Jun 18 10:55:33 2006 +0000
+++ b/audio/icecast1/distinfo   Sun Jun 18 11:07:36 2006 +0000
@@ -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 -r 41763cc4979e -r 5825a7ed6727 audio/icecast1/patches/patch-ab
--- a/audio/icecast1/patches/patch-ab   Sun Jun 18 10:55:33 2006 +0000
+++ b/audio/icecast1/patches/patch-ab   Sun Jun 18 11:07:36 2006 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index