Opened 21 years ago

Closed 20 years ago

Last modified 19 years ago

#1006 closed defect (fixed)

tgif is installed at wrong destroot

Reported by: hideishi@… Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

tgif port is installed at wrong destroot. For example, suppose tgif's port tree is at "/Users/hideishi/darwinports/dports/graphics/tgif", then the program will be destroot'ed to "/User/hideishi/darwinprots/dports/graphics/tgif/work/destroot/User/hideishi/darwinprots/dports/graphics/tgif/work/destroot/opt/local". This means, $destroot is taken twice.

This Bug is due to the following lines in Portfile, -- pre-destroot {

set path "${worksrcpath}" reinplace "s|${prefix}|${destroot}${prefix}|g" "${path}/Makefile"

} --

This reinplace is not needed.

To fix, remove these four lines.

Change History (5)

comment:1 Changed 21 years ago by waqar@…

This also installs tgif.1.html in /usr/X11R6/lib/X11/doc/html/, I dont think it should be installed there. Prehaps /opt/local/lib/X11/doc/html?

Root permission is required to install the binary.

comment:2 Changed 21 years ago by fkr@…

Cc: darwinports-bugs@… added; mdales@… removed
Owner: changed from darwinports-bugs@… to mdales@…

bugs against a certain port, should *always* be assigned to the maintainer

comment:3 Changed 20 years ago by rshaw@…

Cc: hideishi@… darwinports-bugs@… removed
Owner: changed from mdales@… to rshaw@…

I will fix this. -rshaw

comment:4 Changed 20 years ago by rshaw@…

Status: newassigned

comment:5 Changed 20 years ago by rshaw@…

Resolution: fixed
Status: assignedclosed

Fixed and committed. Thanks -rshaw

Note: See TracTickets for help on using tickets.