Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

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

Portfile (1.4 KB) - added by raphael@… 16 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Type: defectenhancement

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

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 as lib:libX11.6:XFree86.

comment:3 Changed 16 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 16 years ago by raphael@…

Attachment: Portfile added

comment:4 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

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 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:6 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.