When I tried to build apache-worker-2.2.0_5, I got: # make WITH_MPM=worker "/usr/ports/www/apache22/Makefile.modules", line 118: Malformed conditional (${WITH_PTHREAD_LIBS} != "c_r" && ${OSVERSION} > 500023) "/usr/ports/www/apache22/Makefile.modules", line 121: Malformed conditional (${ARCH} == i386) "/usr/ports/www/apache22/Makefile.modules", line 124: if-less else "/usr/ports/www/apache22/Makefile.modules", line 126: if-less endif "/usr/ports/www/apache22/Makefile.modules", line 127: if-less endif make: fatal errors encountered -- cannot continue Fix: my patch follows: How-To-Repeat: # cd ports/www/apache22 # make WITH_MPM=worker or perchild, threadpool, event, prefork
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer
State Changed From-To: open->closed Logic has been corrected with latest cleanups. Thanks for your patch and your report.