Bug 113184 - legacydoom on FreeBSD 6.2 not creating ~/.doomlegacy properly
Summary: legacydoom on FreeBSD 6.2 not creating ~/.doomlegacy properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 09:10 UTC by hip0
Modified: 2007-06-07 01:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hip0 2007-05-31 09:10:06 UTC
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.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2007-05-31 10:22:35 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Make it a ports PR.
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2007-06-05 10:48:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-07 01:00:36 UTC
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"
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2007-06-07 01:01:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!