Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 1997 02:52:52 +1000
From:      David Nugent <davidn@unique.usn.blaze.net.au>
To:        Satoshi Asami <cvs-ports@freefall.freebsd.org>
Subject:   Re: cvs commit:  ports/audio/mxv Makefile
Message-ID:  <19970419025252.49644@usn.blaze.net.au>
In-Reply-To: <199704180937.CAA21532@freefall.freebsd.org>; from Satoshi Asami on Fri Apr 18 02:37:24 EST 1997
References:  <199704180937.CAA21532@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri Apr 18 02:37:24 EST 1997, Satoshi Asami writes:
> asami       97/04/18 02:37:22
> 
>   Modified:    audio/mxv  Makefile
>   Log:
>   Fix several bogons.

Sorry, it is my first port, and also my first serious look at
anything that uses InterViews (and probably my last, even if
the interface is fairly nice. :)).

>   This port still doesn't compile, though.  The build
>   target does nothing (if I go into work/ and type "make all" it doesn't
>   do anything, either).

The CPU environment variable must be set.

Oh, I see the problem. CPU=FREEBSD must also be set for
"make Makefiles". The problem is that the "makedepend"
part of 'ivmkmf -a' is broken, otherwise it would work
ok. What we need here is an IMAKE_ENV as well.

It looks like MAKE_ENV also needs CPU=FREEBSD.


>   (1) BUILD_DEPENDS is not supposed to be a single program name; it's a
>       program name:directory pair.  Please check other ports or the
>       handbook.
>   (2) Use NO_WRKSUBDIR.

Thanks.

>   (3) /usr/local/interviews/bin/FREEBSD is not in everyone's path, so
>       specify XMKMF with full pathname.

I'll fix the rest.


Regards,

David Nugent - Unique Computing Pty Ltd - Melbourne, Australia
Voice +61-3-9791-9547  Data/BBS +61-3-9792-3507  3:632/348@fidonet
davidn@freebsd.org davidn@blaze.net.au http://www.blaze.net.au/~davidn/



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