Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2001 23:24:09 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        andreas@FreeBSD.org
Cc:        Ports Team <ports@FreeBSD.org>
Subject:   $WRKDIRPREFIX for zebra at scripts/configure
Message-ID:  <7mwv98irg6.wl@waterblue.imgsrc.co.jp>

next in thread | raw e-mail | index | archive | help
--Multipart_Thu_Mar_29_23:24:09_2001-1
Content-Type: text/plain; charset=US-ASCII


Hi Andreas,

The port for net/zebra fails if $PORSDIR is read-only because
scripts/configure writes to $WRKDIRPREFIX/$CURDIR but $WRKDIRPREFIX is
not defined.

It seems it requires a patch like attached.


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project

--Multipart_Thu_Mar_29_23:24:09_2001-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="zebra.diff"
Content-Transfer-Encoding: 7bit

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/zebra/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	2001/03/22 22:31:16	1.52
+++ Makefile	2001/03/29 14:20:55
@@ -14,6 +14,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
+SCRIPTS_ENV=	WRKDIRPREFIX=${WRKDIRPREFIX}
 
 MAN1=		vtysh.1
 MAN8=		bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8

--Multipart_Thu_Mar_29_23:24:09_2001-1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mwv98irg6.wl>