When I try to install devel/swig13 port after I have already installed lang/plt-scheme-4.1.4_1 port the Swig compilation breaks with the following error: "Makefile", line 191: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 The problem is in Swig sources, in Source/Makefile: 190: MZDYNOBJ = /usr/local/bin/mzscheme: bad switch: --mute-banner 191: Use the --help or -h flag for help. Apparently, the mzscheme executable does not support the --mute-banner flag anymore which results into two line error messages which is substituted into the Makefile.in verbatim, including the new-line character which results into bad line 191.
Responsible Changed From-To: freebsd-ports-bugs->rafan Fix synopsis and assign.
State Changed From-To: open->closed Fix committed. Please update your ports. Thanks!
rafan 2009-02-14 13:29:29 UTC FreeBSD ports repository Modified files: devel/swig13 Makefile distinfo Log: - Fix build when plt-scheme is installed PR: ports/131668 Reported by: Vaclav Haisman <v.haisman at sh.cvut.cz> Revision Changes Path 1.86 +3 -2 ports/devel/swig13/Makefile 1.36 +3 -3 ports/devel/swig13/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"