#14269 closed submission (fixed)
xforms-1.0.90 new port
Reported by: | raphael@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
new port: xforms-1.0.90
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Type: | defect → enhancement |
---|
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:3 Changed 17 years ago by raphael@…
The only reason for taking Xorg instead of XFree86 was that I unfortunately took the gtk2 port as an example for an X11 dependency. Here is a new port file with XFree86.
Changed 17 years ago by raphael@…
comment:4 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Cimmited in r34143 after some modifications:
configure.args --mandir=${prefix}/share/man
to avoid storing the man pages directly into /opt/local/man
configure.cppflags-append -I${x11prefix}/include platform darwin 9 { configure.ldflags-append "-dylib_file \ /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" }
to make configure detect OpenGL and to apply the workaround to Leopard's linker suggested by Apple.
Thanks!
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:6 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Note: See
TracTickets for help on using
tickets.
Out of curiosity, why depend on
lib:libX11.6:xorg
? There is only one other port in MacPorts that currently depends on the X libraries like that (gtk2) while there are 120 ports declaring the dependency aslib:libX11.6:XFree86
.