Ticket #2843 (closed defect: fixed)
BUG: xli 1.17.0
| Reported by: | yves@… | Owned by: | fenner@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | markd@… | |
| Port: |
Description
destroot failed while trying to install in usr/X11R6/lib/X11/app-defaults
destroot/usr/X11R6 did not exist
however, I don't think it is possible to use this directory because xorg's lib/X11/app-defaults is a symlink and activate will choke on it. I installed it in /etc/X11/app-defaults and did rm -rf destroot/ usr (manually) and everything went smoothly. don't know how to write that in a Portfile though.
it also seems this port depends on X11
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


(In reply to comment #0)
I don't know this app or how X11 should behave, but this patch makes it build and puts everything within ${prefix}. Can someone please test the attached Portfile patch and determine if this makes this port work?