Recent changes of bsd.openssl.mk on the default value of OPENSSL_LDFLAGS confuses the build of japanese/mozc-server and its slave ports (japanese/mozc-el and japanese/mozc-tool). This reason is that the new OPENSSL_LDFLAGS value includes a string "-Wl," while Makefile of japanese/mozc-server invokes it into sed commands where "," is used as the delimiter. So I propose a patch to escape problematic characters in variable values invoked in sed commands. I also include codes for escaping LOCALBASE values invoked in sed commands just in case as well. Fix: Apply the following patch. japanese:mozc-server-1.6.1187.102_2.patch ================================================================ How-To-Repeat: In the current ports tree (updated at 4:08, 11 Dec 2012, +9:00), execute make -C /usr/ports/japanese/mozc-server Then the build fails by complaining about the above matter.
Responsible Changed From-To: freebsd-ports-bugs->daichi Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed committed. thanks!