Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12172 closed defect (fixed)

bash-completion 20060301 (partly?) broken

Reported by: jmpp@… Owned by: yeled@…
Priority: Normal Milestone:
Component: ports Version: 1.4.40
Keywords: Cc: yeled@…, jmpp@…
Port:

Description

Stand alone installation of the port seems to work just fine, accessing the following instruction works:

xinstall -m 644 -c ${filesdir}/port.cmd ${destroot}${prefix}/etc/bash_completion.d/port

However, when installing as a dependency of another port (like subversion +bash_completion), accessing the port.cmd file through the ${filesdir} variable fails because it refers to files/ with respect to the current port{dir,path} (which is subversion's in this case, though MacPorts should cd into the port{dir,path} of the dependency currently being handled) and therefore port.cmd cannot be found.

I'd say this is a bug in MacPorts itself (not cd'ing into the port{dir,path} of the depedency being handled?), but for the time being here's a quicker fix to get bash-completion installing as a dependency of another port:

 xinstall -m 644 -c ${filespath}/port.cmd ${destroot}${prefix}/etc/bash_completion.d/port

That is, exchange ${filesdir} for ${filespath} and the reference to port.cmd will be its full path. The attached patch does exactly that.

-jmpp

Attachments (1)

Portfile.diff (607 bytes) - added by jmpp@… 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by jmpp@…

Attachment: Portfile.diff added

comment:1 Changed 17 years ago by jmpp@…

Resolution: fixed
Status: newclosed

Committed in r26619 due to maintainer timeout.

-jmpp

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.