aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-08-05 06:52:02 +0800
committerKoop Mast <kwm@FreeBSD.org>2012-08-05 06:52:02 +0800
commit5aa7246575084f0aefcffe71d7305d0b36b2ed33 (patch)
treea3b9f3e6c4e41379a4ad771026302ecf0ad0ae1b /deskutils
parent2d4609c1309d60a953f0d9a6be96d373ca6ccfc6 (diff)
downloadfreebsd-ports-gnome-5aa7246575084f0aefcffe71d7305d0b36b2ed33.tar.gz
freebsd-ports-gnome-5aa7246575084f0aefcffe71d7305d0b36b2ed33.tar.zst
freebsd-ports-gnome-5aa7246575084f0aefcffe71d7305d0b36b2ed33.zip
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.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kmatrix3d/Makefile4
-rw-r--r--deskutils/kmatrix3d/files/patch-src__Makefile.am11
2 files changed, 13 insertions, 2 deletions
diff --git a/deskutils/kmatrix3d/Makefile b/deskutils/kmatrix3d/Makefile
index 982bd4bfa853..ac708c7e58ea 100644
--- a/deskutils/kmatrix3d/Makefile
+++ b/deskutils/kmatrix3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kmatrix3d
PORTVERSION= 0.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= deskutils
MASTER_SITES= SF
@@ -20,7 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/HTML/en/kmatrix3d
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_GL= glut
+USE_GL= glu glut
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool automake:env autoheader:env
diff --git a/deskutils/kmatrix3d/files/patch-src__Makefile.am b/deskutils/kmatrix3d/files/patch-src__Makefile.am
new file mode 100644
index 000000000000..4a5bdea8b32c
--- /dev/null
+++ b/deskutils/kmatrix3d/files/patch-src__Makefile.am
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig 2012-07-22 11:54:01.000000000 +0200
++++ src/Makefile.am 2012-07-22 11:54:12.000000000 +0200
+@@ -11,7 +11,7 @@
+
+ kmatrix3d_kss_SOURCES = kmatrix3dui.ui kmatrix3d.cpp camera.cpp \
+ effet_particule.cpp ligne3d1.cpp vector3f.cpp
+-kmatrix3d_kss_LDADD = -lpng -lglut $(LIB_QT) $(LIB_KDECORE) $(LDADD) \
++kmatrix3d_kss_LDADD = -lpng -lGLU -lglut $(LIB_QT) $(LIB_KDECORE) $(LDADD) \
+ $(LIB_KSYCOCA)
+
+ #datadir = $(kde_datadir)/kmatrix3d