Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2003 22:15:22 -0800 (PST)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59785: [patch] www/wiliki: fix error in Makefile
Message-ID:  <200311290615.hAT6FMUd099821@freefall.freebsd.org>
Resent-Message-ID: <200311290620.hAT6K1XN099893@freefall.freebsd.org>

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

>Number:         59785
>Category:       ports
>Synopsis:       [patch] www/wiliki: fix error in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 28 22:20:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD freefall.freebsd.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #9: Tue Sep 16 16:58:42 PDT 2003 peter@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386
>Description:
	Once you have already installed this port, 'make describe' will
	fail due to a Makefile bug, thus causing 'make index' for the ports
	tree to fail.  The main index-building cron jobs don't catch this
	because the port isn't already installed when they check.

	This error was almost fixed in revision 1.2 but then reverted
	somehow in version 1.3.
>How-To-Repeat:
	cd /usr/ports/www/wiliki; make install; make describe.

	Or, if you do a make -V GAUCHE_VER, you'll see the following output:

		`gauche-config -V`

	rather than its evaluation, which is what is desired.
>Fix:

32c32
< GAUCHE_VER=	`gauche-config -V`
---
> GAUCHE_VER!=	gauche-config -V

>Release-Note:
>Audit-Trail:
>Unformatted:



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