Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2005 19:19:25 -0700
From:      Justin Bennett <justin@z-axis.com>
To:        tux@pinguru.net
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: mediawiki-1.4.4
Message-ID:  <42816BAD.5000907@z-axis.com>

next in thread | raw e-mail | index | archive | help
Just to let you know, there is an issue with the current Makefile for 
version 1.4.4.

Here is the section:

### Current Makefile ###

PORT_DBDIR?=    /var/db/ports
NO_LATEST_LINK= yes
OPTIONSFILE?=   ${PORT_DBDIR}/${LATEST_LINK}/options

### End Current Makefile ###

### Changed Makefile ###

PORT_DBDIR?=    /var/db/ports
NO_LATEST_LINK= yes
OPTIONSFILE?=   ${PORT_DBDIR}/mediawiki/options

### End Changed Makefile ###

Since LATEST_LINK is not defined, OPTIONSFILE becomes /var/db//options, 
which obviously doesn't work. Changing LATEST_LINK to mediawiki, fixes 
the problem.

Thanks,

Justin

PS - Thanks for so quickly getting the port up to v. 1.4.x. The Gallery 
Tag is MOST useful.



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