FreeBSD Port: mediawiki-1.4.4

Justin Bennett justin at z-axis.com
Tue May 10 19:19:32 PDT 2005


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.



More information about the freebsd-ports mailing list