#1485 closed defect (fixed)
Problems building teTeX
Reported by: | darwin@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | VERIFIED | Cc: | |
Port: |
Description
I had some problems building the teTeX package on one of my systems. I believe the reason is that this package has a dependency on XFree, but doesn't actually list it in the Portfile. Since I didn't have X11 (or the SDK) installed on the system, compilation failed with the errors seen at the URL above. On a system with X11 (and the SDK) and a clean DarwinPorts install, compilation was successful. Attached is a patch for the Portfile to add the X11 dependency.
Attachments (2)
Change History (5)
Changed 21 years ago by darwin@…
Attachment: | Portile.diff added |
---|
comment:1 Changed 21 years ago by darwin@…
attachments.isobsolete: | 0 → 1 |
---|---|
attachments.ispatch: | 1 → 0 |
(From update of attachment 1103) Not unidiff
comment:2 Changed 21 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
I added the depends_lib statement and also wrote a nox11 variant for people who don't want X. Building with X remains the default.
Thanks to Jason Deraleau for pointing this out.
Note: See
TracTickets for help on using
tickets.
Portfile patch