Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#357 closed defect (fixed)

jakarta-ant .mpkg contain a bad symlink

Reported by: lucbelanger@… Owned by: sean@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: bchesneau@…, sean@…
Port:

Description

the symlink /op/local/bin/ant point at the wrong place

/Users/Shared/darwinports/dports/devel/jakarta-ant/work/destroot/opt/local/java/jakarta-ant/bin/ant

which should just point to /opt/local/java/jakarta-ant/bin/ant

The workaround is to change the line

system "ln -fs ${path}${name}/bin/ant ${destroot}${prefix}/bin/ant"

of the install phase in the Portfile by "maybe" dropping the ${destroot} variable

Attachments (3)

patch-ant-portfile (1.6 KB) - added by bchesneau@… 21 years ago.
patch to correct symbolic link and upgrade to 1.5.2
Portfile (1.5 KB) - added by bchesneau@… 21 years ago.
New portfile for ant
Portfile.patch (1.9 KB) - added by sean@… 21 years ago.
patch to pull sources from correct location + various issues fixed

Download all attachments as: .zip

Change History (9)

Changed 21 years ago by bchesneau@…

Attachment: patch-ant-portfile added

patch to correct symbolic link and upgrade to 1.5.2

comment:1 Changed 21 years ago by bchesneau@…

Cc: bchesneau@… added

add bchesneau@…

Changed 21 years ago by bchesneau@…

Attachment: Portfile added

New portfile for ant

comment:2 Changed 21 years ago by sean@…

Cc: sean@… added
Status: newassigned

I'm the mainter, and here. RL intervened for a while. The updates in the portfile look good, I'll incorporate them and get things back up to speed.

comment:3 Changed 21 years ago by sean@…

Owner: changed from kevin@… to sean@…
Status: assignednew

Changed 21 years ago by sean@…

Attachment: Portfile.patch added

patch to pull sources from correct location + various issues fixed

comment:4 Changed 21 years ago by sean@…

attachments.isobsolete: 01

comment:5 Changed 21 years ago by sean@…

attachments.description: patch to pull sources from correct various issuespatch to pull sources from correct location + various issues fixed

comment:6 Changed 21 years ago by jpm@…

Resolution: fixed
Status: newclosed

reviewed and committed -- thanks for both of your work!

Note: See TracTickets for help on using tickets.