Opened 10 years ago

Closed 10 years ago

#43816 closed defect (fixed)

clisp: don't manually create home directory

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: haspatch Cc:
Port: clisp

Description

clisp manually creates a private home directory:

post-extract {
    file mkdir ${workpath}/home
}
build.env-append    HOME=${workpath}/home

MacPorts does the equivalent automatically now, so these lines should be removed.

Attachments (1)

clisp-no-home.diff (601 bytes) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.
proposed patch

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: clisp-no-home.diff added

proposed patch

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

Resolution: fixed
Status: newclosed

r120489 (maintainer timeout)

Note: See TracTickets for help on using tickets.