Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

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

Portfile.diff (865 bytes) - added by markd@… 18 years ago.
Portfile diff
Portfile.2.diff (864 bytes) - added by markd@… 18 years ago.
Revised Portfile.diff

Download all attachments as: .zip

Change History (6)

comment:1 Changed 18 years ago by markd@…

Cc: markd@… added

(In reply to comment #0)

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

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?

Changed 18 years ago by markd@…

Attachment: Portfile.diff added

Portfile diff

Changed 18 years ago by markd@…

Attachment: Portfile.2.diff added

Revised Portfile.diff

comment:2 Changed 18 years ago by markd@…

attachments.isobsolete: 01

comment:3 Changed 18 years ago by markd@…

I committed a fix for this. It now installs app-defaults within ${prefix}/lib/X11 with no errrors and I opened a GIF file with it as an operational test. Test conducted on 10.4.5. This bug can be closed.

comment:4 Changed 18 years ago by matt@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.