ports/59785: [patch] www/wiliki: fix error in Makefile

Mark Linimon linimon at FreeBSD.org
Sat Nov 29 06:20:03 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list