Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a323f6aa253a3c545c771c205c1a2c0eefbae02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a323f6aa253a3c545c771c205c1a2c0eefbae02)
  • Date: Thu, 30 Dec 2021 16:04:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/ftgl/BUILD | 3 ++-
graphics-libs/ftgl/DEPENDS | 11 +++++++++--
graphics-libs/ftgl/HISTORY | 3 +++
3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 3a323f6aa253a3c545c771c205c1a2c0eefbae02
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ftgl: Fix optional deps and add doxygen

The buildsystem is broken, and the only way to disable the dependencies is
to use the internal ac_cv_* variables.

diff --git a/graphics-libs/ftgl/BUILD b/graphics-libs/ftgl/BUILD
index 0475cbe..24627a3 100755
--- a/graphics-libs/ftgl/BUILD
+++ b/graphics-libs/ftgl/BUILD
@@ -1,2 +1,3 @@
OPTS+=" --with-gl-inc=/usr/include" &&
-LIBS+=" -lm -lGL -lGLU" default_build
+LIBS+=" -lm -lGL -lGLU" &&
+default_build
diff --git a/graphics-libs/ftgl/DEPENDS b/graphics-libs/ftgl/DEPENDS
index 0f5b54d..46b8ea2 100755
--- a/graphics-libs/ftgl/DEPENDS
+++ b/graphics-libs/ftgl/DEPENDS
@@ -3,5 +3,12 @@ depends -sub CXX gcc &&
depends freetype2 &&
depends libxext &&
depends zlib &&
-optional_depends texlive "" "" "to build documentation" &&
-optional_depends GLUT "" "" "for a demo program"
+optional_depends doxygen \
+ '' ac_cv_path_DOXYGEN=no \
+ 'to build API documentation (HTML)' &&
+optional_depends texlive \
+ '' ac_cv_path_LATEX=no \
+ 'to build documentation (PDFs)' &&
+optional_depends GLUT \
+ '' ac_cv_header_GL_glut_h=no \
+ 'to build a demo program'
diff --git a/graphics-libs/ftgl/HISTORY b/graphics-libs/ftgl/HISTORY
index 00cb47e..befadd2 100644
--- a/graphics-libs/ftgl/HISTORY
+++ b/graphics-libs/ftgl/HISTORY
@@ -1,5 +1,8 @@
2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl
+ * DEPENDS: added optional dependency on doxyen
+ fixed texlive optional dependency to allow disabling
+ fixed GLUT optional dependency to allow disabling

2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a323f6aa253a3c545c771c205c1a2c0eefbae02), Ismael Luceno, 12/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page