After installing the doomlegacy port from package for FreeBSD 6.2 and trying to start here is the output as it speaks more of the problem %doomlegacy Creating ~/.doomlegacy directory. ln: /home/hipo/.doomlegacy/legacy.dat: No such file or directory ln: /home/hipo/.doomlegacy/llsndserv: No such file or directory ln: /home/hipo/.doomlegacy/lsdldoom: No such file or directory ln: /home/hipo/.doomlegacy/r_opengl.so: No such file or directory cd: can't cd to /home/hipo/.doomlegacy % When I create the missing .doomlegacy directory and links to the /usr/local/lib/doomlegacy/legacy.dat, /usr/local/lib/doomlegacy/llsndserv, /usr/local/lib/doomlegacy/lsdldoom, /usr/local/lib/doomlegacy/r_opengl.so in .doomlegacy the game works okay. There is something wrong in the script making the directory .doomlegacy and the links. The script doing this is /usr/local/bin/doomlegacy. I hope the port maintainer will fix this big soon. How-To-Repeat: Install FreeBSD 6.2. pkg_add -vr doomlegacy. try to run /usr/local/bin/doomlegacy.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Make it a ports PR.
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it.
alepulver 2007-06-07 00:00:31 UTC FreeBSD ports repository Modified files: games/doomlegacy Makefile games/doomlegacy/files legacy.in Added files: games/doomlegacy/files patch-byteptr.h Log: - Bump PORTREVISION. - Fix wrapper script not correctly creating ~/.doomlegacy [1]. - Fix building with GCC 4.2 and remove BROKEN on FreeBSD 7.x. - Take maintainership. PR: ports/113184 Submitted by: Georgi Georgiev <roots_bg@yahoo.com> [1] Revision Changes Path 1.15 +23 -31 ports/games/doomlegacy/Makefile 1.3 +2 -2 ports/games/doomlegacy/files/legacy.in 1.1 +208 -0 ports/games/doomlegacy/files/patch-byteptr.h (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: open->closed Committed. Thanks!