Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2004 05:45:42 +0200
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-current@FreeBSD.org
Cc:        mi@aldan.algebra.com
Subject:   port breakage with recent make
Message-ID:  <200408210545.46358.michaelnottebrock@gmx.net>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
science/hdf breaks with the latest make(1). What it does seems innocent 
enough: It passes PREFIX via MAKE_ARGS to the main Makefile (MAKE_ARGS=      
PREFIX="${PREFIX}") and the main Makefile has:

LIBDIR  ?= ${PREFIX}/lib
BINDIR  ?= ${PREFIX}/bin

.MAKEFLAGS: PREFIX=${PREFIX} LIBDIR=${LIBDIR} BINDIR=${BINDIR}

It does some more redefinitions of LIBDIR and BINDIR (with references to 
PREFIX ...) in Makefiles further down (the ports seems to replace the 
autotools Makefiles rather completely with custom-made ones), but there's 
nothing that looks like it should undefine or change PREFIX. Is the port 
wrong or make?

-- 
   ,_,   | Michael Nottebrock               | lofi@freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQBBJsVqXhc68WspdLARAgUBAJ9DU0cpuEzoFV7FirpSsG78aSipZACgnEaR
AYuhSU0+g01A0cfWcPkUYHo=
=osPX
-----END PGP SIGNATURE-----

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