Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

subversion_Portfile.patch (827 bytes) - added by mdickens@… 17 years ago.
patch to correct issues with subversion Portfile

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by mdickens@…

Attachment: subversion_Portfile.patch added

patch to correct issues with subversion Portfile

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to dluke@…

Assign to maintainer.

comment:2 Changed 16 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

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.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.