games/tuxracer use lang/tcl83, but if lang/tcl83 is installed, i see vuxml Security Warnings: http://www.vuxml.org/freebsd/a058d6fa-7325-11dc-ae10-0016179b2dd5.html So i try to compile games/tuxracer with lang/tcl85 and it run fine for me. Fix: Made 2 little diffs for patching: ==> games/tuxracer/Makefile ==> gmaes/tuxracer/files/patch-configure.in so i can use lang/tcl85 instead lang/tcl83. Dont know how to upload 2 patches in 1 PR, so i use the diffs that i have pasted in german BSDGroup.de forum: games/tuxracer/Makefile.diff: http://bsdpaste.bsdgroup.de/1148 games/tuxracer/files/patch-configure.in.diff: http://bsdpaste.bsdgroup.de/1149 Paste are downloadable using the Down Arrow Icon on the top, right side.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Responsible Changed From-To: miwi->dhn my mentee is boring so can he deal with that
dhn 2009-05-17 15:11:22 UTC FreeBSD ports repository Modified files: games/tuxracer Makefile games/tuxracer/files patch-configure.in Log: - Fix build with lang/tcl85 - Bump PORTREVISION PR: ports/134076 Submitted by: fusselbaer <e-ports@gmx.de> Approved by: miwi (mentor implicit) Revision Changes Path 1.31 +3 -3 ports/games/tuxracer/Makefile 1.3 +37 -5 ports/games/tuxracer/files/patch-configure.in _______________________________________________ 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!