Ticket #14116 (closed enhancement: fixed)
ENHANCEMENT: graphics/xfig
| Reported by: | brad.froehle@… | Owned by: | pguyot@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | xfig | Cc: | |
| Port: |
Description
Update xfig Portfile to eliminate a (clumsy) hack, by replacing
post-destroot {
# Remove the /usr/X11R6/lib/X11/app-defaults symlink
# (this could be done by handling symlinks better on images)
file delete ${destroot}/usr/X11/lib/X11/app-defaults
}
with the simpler
xmkmf.args-append -DUseSeparateConfDir=NO
as well as a few other aesthetic changes.
Attachments
Change History
Changed 5 years ago by brad.froehle@…
- Attachment xfig_Portfile.diff added
comment:1 Changed 5 years ago by ryandesign@…
- Owner changed from macports-tickets@… to pguyot@…
- Cc pguyot@… removed
Assigning to xfig's maintainer.
Note: See
TracTickets for help on using
tickets.


graphics/xfig/Portfile patch