pointyhat reports the following: ====================<phase 4: make build>==================== add_pkg tcl-8.4.19,1.tbz adding dependencies pkg_add tcl-8.4.19,1.tbz ===> tclsyslog-2.1 depends on shared library: tcl84 - found ===> Configuring for tclsyslog-2.1 ===> Building for tclsyslog-2.1 cc -O2 -pipe -fno-strict-aliasing-Wall -fPIC -I/usr/local/include/tcl8.4 -DVERSION=\"2.1\" -c tclsyslog.c cc1: error: unrecognized command line option "-fno-strict-aliasing-Wall" *** Error code 1 Stop in /work/a/ports/sysutils/tclsyslog/work/tclsyslog. *** Error code 1 Stop in /a/ports/sysutils/tclsyslog. ================================================================ I am unsure, why the space between the two options is missing when pointyhat builds the port, but is in place when building this port on my 6.2 and 7.0 servers. I attached a patch that simply adds a space in that position. I could not verify if this actually fixes the problem since I can not reproduce it. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants his PRs (via the GNATS Auto Assign Tool)
beech 2008-07-24 19:45:23 UTC FreeBSD ports repository Modified files: sysutils/tclsyslog Makefile Log: - Fix reinplace CFLAGS line PR: ports/125908 Submitted by: Frank Fenor <frank@fenor.de> (maintainer) Reported by: pointyhat Revision Changes Path 1.2 +1 -1 ports/sysutils/tclsyslog/Makefile _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!