Opened 18 years ago

Closed 17 years ago

Last modified 8 years ago

#10584 closed defect (worksforme)

BUG: gtkglarea2 unnecessarily requires XFree86

Reported by: springer.jonathan@… Owned by: erickt@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: erickt@…, markd@…
Port: gtkglarea2

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Apple provides all the needed libraries. Patch is:

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/x11/gtkglarea2/Portfile        2006-06-15 14:59:42.000000000 -0400
+++ ./Portfile  2006-08-26 18:14:11.000000000 -0400
@@ -18,6 +18,5 @@
 use_bzip2               yes
 checksums               md5 cd69f77240ae8038f95a2e5e0b7e5f25 \
                         sha1 5a4e7f37a7cbf628cde948ac0f95d8d810b1a007
-depends_lib             lib:libGL.1:XFree86 \
-                        lib:libgtk.2:gtk2
+depends_lib             lib:libgtk.2:gtk2
 configure.post_args     --with-GL-prefix=/usr/X11R6

Change History (6)

comment:1 Changed 18 years ago by markd@…

Owner: changed from macports-tickets@… to erickt@…
Summary: gtkglarea2 unnecessarily requires XFree86BUG: gtkglarea2 unnecessarily requires XFree86

Assign to maintainer.

comment:2 Changed 18 years ago by markd@…

Cc: erickt@… markd@… added

comment:3 Changed 17 years ago by markd@…

Cc: markd@… added; markd@… removed

But the port won't install XFree86 unless you don't have Apple's X11 installed. The lib: method of specifying dependencies is used for X11 so that it won't pull down MacPorts' X11 if you have Apple's installed.

comment:4 Changed 17 years ago by markd@…

So can this be closed? I don't see anything to fix.

comment:5 Changed 17 years ago by erickt@…

Resolution: worksforme
Status: newclosed

closing

comment:6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gtkglarea2 added
Note: See TracTickets for help on using tickets.