pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/radmind The package's configure script insert...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a65b08a3adbe
branches:  trunk
changeset: 532687:a65b08a3adbe
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Aug 29 13:52:43 2007 +0000

description:
The package's configure script inserts echo(1) with full path into
ra.sh, which is the buildlinked tool unless we provide the correct
value. The configure script allows to tweak {echo_path} from the
environment, but wants to see a full path in that variable, which is
why we have to set {ac_cv_path_echopath} here.

Remove the USE_TOOLS setting, since both are already added according
to 'make show-vars VARNAMES=USE_TOOLS'.

diffstat:

 sysutils/radmind/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c1b184f85e47 -r a65b08a3adbe sysutils/radmind/Makefile
--- a/sysutils/radmind/Makefile Wed Aug 29 12:45:57 2007 +0000
+++ b/sysutils/radmind/Makefile Wed Aug 29 13:52:43 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2007/08/23 14:10:29 hauke Exp $
+# $NetBSD: Makefile,v 1.15 2007/08/29 13:52:43 hauke Exp $
 #
 
 DISTNAME=      radmind-1.9.0
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=radmind/}
 
@@ -13,7 +14,9 @@
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --with-radminddir=${RADMINDDIR}
 CONFIGURE_ENV+=                diffpath=${TOOLS_DIFF:Q}
-USE_TOOLS+=            diff
+# XXX configure script checks for path to echo, which pkgsrc does not
+# provide, so we need to side-step {echopath}.
+CONFIGURE_ENV+=        ac_cv_path_echopath=${TOOLS_ECHO:Q}
 
 BUILD_TARGET=          all man rash
 RADMINDDIR=            ${VARBASE}/radmind



Home | Main Index | Thread Index | Old Index