Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2012 03:06:12 -0400
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        <freebsd-ports@freebsd.org>
Subject:   Re: devel/git-subversion needed fix
Message-ID:  <4FBB3AE4.1020208@FreeBSD.org>
In-Reply-To: <20120522065908.GA65363@DataIX.net>
References:  <20120522020647.GA17218@DataIX.net>	<26570a5c34236547cff5c749bfac2b6a@frozen-zone.org> <20120522065908.GA65363@DataIX.net>

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


On 5/22/12 2:59 AM, Jason Hellenthal wrote:
> Read it again... Its not fine. You are not building or verifying the
> chksum for htmldocs at all here...
>
> The checksum has never been generated for this version because the
> maintainer or committer never has done so...
>
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/git/distinfo?rev=1.99;content-type=text%2Fplain
>
what jason has neglected to tell anyone is that he selected the optional 
'HTMLDOCS' during make config.

I am sure he now understands that information like this is critical for 
helping diagnose and fix his problem.

(in Makefile.. not in distfiles)

.ifdef (WITH_HTMLDOCS)
DISTFILES+=	${PORTNAME}-htmldocs-${PORTVERSION}${EXTRACT_SUFX}
PLIST_SUB+=	HTMLDOCS=""
.else
PLIST_SUB+=	HTMLDOCS="@comment "
.endif


a patch would be trivial if someone would open a pr, I am sure wxs will 
fix it.

-- 
Michael Scheidell, CTO
 >*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell



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