#12574 closed defect (fixed)
subversion 'tools' option bug and fix
Reported by: | mdickens@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | subversion, tools | Cc: | mdickens@… |
Port: |
Description
When doing destroot for 'subversion +tools' on OSX 10.4.10, the install errors out due to a file ("mucc.lo") not being available to be deleted. The check "if {[file exists ${f}]} {" should be added to the "post-destroot" part of "variant tools", so that if the files doesn't exist the delete won't error out.
Also, it's probably better to first install everything in destroot, then delete it from there instead of deleting it from the "work" directory then copying.
I will attach a patch for both of these issues. - MLD
Attachments (1)
Change History (4)
Changed 17 years ago by mdickens@…
Attachment: | subversion_Portfile.patch added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to dluke@… |
---|
Assign to maintainer.
comment:2 Changed 17 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry I didn't see this 4 months ago when it was filed. The current code does a glob to find the files to remove, so it won't have this error.
Note: See
TracTickets for help on using
tickets.
patch to correct issues with subversion Portfile