This is so frustrating: I just updated my ports tree and tried to upgrade ZenPhoto. The
. . .I don't want to go through six or seven thousand lines of "make" code to fix this. Anyone know what the problem is?
make build immediately crashes as follows:
Code:
# pwd
/usr/ports/www/zenphoto
# make build
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mgd} != "")
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mgettext} != "")
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mjson} != "")
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mmbstring} != "")
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mmysql} != "")
"/usr/ports/Mk/bsd.php.mk", line 383: if-less else
"/usr/ports/Mk/bsd.php.mk", line 395: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Mpcre} != "")
"/usr/ports/Mk/bsd.php.mk", line 383: if-less else
"/usr/ports/Mk/bsd.php.mk", line 395: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 376: Malformed conditional (${_USE_PHP_VER${PHP_VER}:Msession} != "")
"/usr/ports/Mk/bsd.php.mk", line 383: if-less else
"/usr/ports/Mk/bsd.php.mk", line 395: if-less endif
"/usr/ports/Mk/bsd.php.mk", line 397: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 1915: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6658: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6661: if-less endif
make: fatal errors encountered -- cannot continue
. . .I don't want to go through six or seven thousand lines of "make" code to fix this. Anyone know what the problem is?