Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 08:35:27 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Eitan Adler <eadler@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd
Message-ID:  <201203190835.27561.jhb@freebsd.org>
In-Reply-To: <201203190041.q2J0femX042684@svn.freebsd.org>
References:  <201203190041.q2J0femX042684@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, March 18, 2012 8:41:40 pm Eitan Adler wrote:
> Author: eadler
> Date: Mon Mar 19 00:41:40 2012
> New Revision: 233136
> URL: http://svn.freebsd.org/changeset/base/233136
> 
> Log:
>   X11BASE is not used any more and has been killed by the x11 team.
>   
>   Reviewed by:	???
>   Approved by:	???
>   MFC after:	3 days
> 
> Modified:
>   head/secure/usr.bin/ssh/Makefile
>   head/secure/usr.sbin/sshd/Makefile

This looks wrong.  While X11BASE is certainly dead, LOCALBASE is not, so the 
existing code should have been changed, but not removed.  Something like this:

.if defined(LOCALBASE)
CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
.endif

-- 
John Baldwin



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