lang/tclX port has been marked as BROKEN. This is a fix. Since lang/tcl84 was changed not to install man pages by default, you have to check if the man pages exists or not.
Maintainer of lang/tclX, Please note that PR ports/133555 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133555 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I was looking at this problem at a different angle -- if the top-level Makefile does not see Tcl's man-pages, it will treat the situation as if NOPORTDOCS were specified. Can you check the attached diff, please? I think, it is simpler than yours... The diff also includes two new patches, which quite down some warnings (perhaps, even fix bugs). Thank you! Yours, -mi P.S. Sadly, simply switching to Tcl 8.5 is not an option -- one of the self-tests crashes with seg-fault, which is very bad... I wish, somebody fixed /that/...
> I was looking at this problem at a different angle -- if the top-level > Makefile does not see Tcl's man-pages, it will treat the situation as if > NOPORTDOCS were specified. Can you check the attached diff, please? I > think, it is simpler than yours... The diff also includes two new > patches, which quite down some warnings (perhaps, even fix bugs). It works. Thank you! -mitsuru
mi 2009-04-21 07:52:36 UTC FreeBSD ports repository Modified files: lang/tclX Makefile Added files: lang/tclX/files patch-const patch-intptr Log: Ubreak by making the port check for availability of Tcl's man-pages. Tcl-8.4 does not install those by default any more... Approved by: portmgr (erwin) PR: ports/133555 Revision Changes Path 1.61 +9 -7 ports/lang/tclX/Makefile 1.1 +184 -0 ports/lang/tclX/files/patch-const (new) 1.1 +124 -0 ports/lang/tclX/files/patch-intptr (new) _______________________________________________ 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: feedback->closed Close forgotten PR