Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2009 00:44:28 +0100
From:      Max Laier <max@love2party.net>
To:        freebsd-current@freebsd.org
Cc:        Boris Kotzev <boris.kotzev@gmail.com>, ncvs@freebsd.org
Subject:   Re: usr.sbin/wpa/wpa_passphrase/Makefile not being updated?
Message-ID:  <200903030044.29028.max@love2party.net>
In-Reply-To: <200903030036.50691.boris.kotzev@gmail.com>
References:  <200903030036.50691.boris.kotzev@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Boris,

this is a good catch - seems like the svn exported might be choking on 
something.  The latest version in cvsweb is 1.2, too.  This should also be the 
reason why the tinderbox has been acting up.

On Monday 02 March 2009 23:36:50 Boris Kotzev wrote:
> Hi,
>
> Today I updated the source tree three times from from three different cvsup
> mirrors and each time received the following
> usr.sbin/wpa/wpa_passphrase/Makefile:
>
> # $FreeBSD: src/usr.sbin/wpa/wpa_passphrase/Makefile,v 1.2 2007/07/11
> 16:04:08 sam Exp $
>
> WPA_SUPPLICANT_DISTDIR?= ${.CURDIR}/../../../contrib/wpa_supplicant
> .PATH: ${WPA_SUPPLICANT_DISTDIR}
>
> PROG=	wpa_passphrase
> SRCS=	wpa_passphrase.c sha1.c md5.c
>
> CFLAGS+= -DINTERNAL_SHA1
> CFLAGS+= -DINTERNAL_MD5
>
> MAN=	wpa_passphrase.8
>
> .include <bsd.prog.mk>
>
> But should it not this file look like this?
> (see 
> http://lists.freebsd.org/pipermail/svn-src-head/2009-March/004401.html )?
>
> .include "${.CURDIR}/../Makefile.inc"
>
> .PATH.c:${WPA_SUPPLICANT_DISTDIR}
>
>
> PROG=	wpa_passphrase
> SRCS=	wpa_passphrase.c sha1.c md5.c
>
> CFLAGS+= -DINTERNAL_SHA1
> CFLAGS+= -DINTERNAL_MD5
>
> MAN=	wpa_passphrase.8
>
> .include <bsd.prog.mk>
>
> So, is something wrong with my installation or is something wrong the cvsup
> mirrors?
>
> Sincerely,
>
> Boris Kotzev

-- 
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News



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