From 5aa7246575084f0aefcffe71d7305d0b36b2ed33 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 4 Aug 2012 22:52:02 +0000 Subject: Switch from libglut to freeglut and retire libglut. Libglut hasn't been developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. --- x11-clocks/glclock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-clocks') diff --git a/x11-clocks/glclock/Makefile b/x11-clocks/glclock/Makefile index 0abc54bac5d5..ca72653eb9a7 100644 --- a/x11-clocks/glclock/Makefile +++ b/x11-clocks/glclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= glclock DISTVERSION= 6.0b6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= http://www.daionet.gr.jp/~masa/archives/ -- cgit v1.2.3