Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9df867bc269d329cb08eb574e88dc2cc4626544)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9df867bc269d329cb08eb574e88dc2cc4626544)
  • Date: Mon, 16 Sep 2019 08:16:03 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

xorg-lib/libxfont2/DEPENDS | 1 +
xorg-lib/libxfont2/HISTORY | 2 ++
xorg-lib/libxfont2/PRE_BUILD | 5 +++++
3 files changed, 8 insertions(+)

New commits:
commit a9df867bc269d329cb08eb574e88dc2cc4626544
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxfont2 - fix for libbsd

diff --git a/xorg-lib/libxfont2/DEPENDS b/xorg-lib/libxfont2/DEPENDS
index 1f055cc..3d8d110 100755
--- a/xorg-lib/libxfont2/DEPENDS
+++ b/xorg-lib/libxfont2/DEPENDS
@@ -7,6 +7,7 @@ depends zlib &&
depends util-macros &&
depends xtrans &&
depends libfontenc &&
+optional_depends libbsd '' '' 'for strlcat' &&

optional_depends freetype2 \
"--enable-freetype" \
diff --git a/xorg-lib/libxfont2/HISTORY b/xorg-lib/libxfont2/HISTORY
index 8ab8669..cee0d01 100644
--- a/xorg-lib/libxfont2/HISTORY
+++ b/xorg-lib/libxfont2/HISTORY
@@ -1,5 +1,7 @@
2019-09-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.4
+ * PRE_BUILD: aded, fix when libbsd is present
+ * DEPENDS: add optional libbsd

2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto
diff --git a/xorg-lib/libxfont2/PRE_BUILD b/xorg-lib/libxfont2/PRE_BUILD
new file mode 100755
index 0000000..2edf8ba
--- /dev/null
+++ b/xorg-lib/libxfont2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if spell_ok libbsd; then
+ echo '#define HAVE_LIBBSD 1' >> config.h.in
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9df867bc269d329cb08eb574e88dc2cc4626544), Treeve Jelbert, 09/16/2019

Archive powered by MHonArc 2.6.24.

Top of Page