Date: Thu, 20 Apr 2000 13:36:45 +0100 From: Roger Hardiman <roger@cs.strath.ac.uk> To: Satoshi - Ports Wraith - Asami <asami@freebsd.org> Cc: ports@freebsd.org Subject: opengatekeeper cannot find openh323 working direry - tried WRKDIRPREFIX PORTSDIR Message-ID: <38FEF9DD.4B9D3C3@cs.strath.ac.uk> References: <38F9FE5A.C6BCFE84@cs.strath.ac.uk> <vqcya6940ky.fsf@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi and the Ports Team, I have another openh323 and opengatekeeper problem. I am trying to use ${WRKDIRPREFIX}${PORTSDIR} to point into the working directory of another port, but bento complains about this. OpenGatekeeper currently builds (but does not install) openh323, using the Makefile entry BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build OpenGatekeeper then sets an environment variable to point into the extracted and compiled openh323 directory. It uses MAKE_ENV= PWLIBDIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \ Bento complains about this. Bento extracts openh323 to /tmp/a/ports/net/openh323/ But WRKDIRPREFIX PORTSDIR /net/openh323/work/pwlib evaluates to /tmp/usr/ports/net/openh323/work/pwlib What do I need in my OpenGatekeeper Makefile to find the location of the openh323 port it extracts and compiles? Thanks Roger 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?38FEF9DD.4B9D3C3>