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)
Change History (2)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | clisp-no-home.diff added |
---|
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r120489 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
proposed patch