Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (99656a9306192314ac7db3654f7f7314836c94f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (99656a9306192314ac7db3654f7f7314836c94f2)
  • Date: Thu, 9 Feb 2023 19:16:20 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/freetype2/0001-fix-make-detection.patch | 34
------------------
graphics-libs/freetype2/DETAILS | 2 -
graphics-libs/freetype2/HISTORY | 4 ++
graphics-libs/freetype2/PRE_BUILD | 5 --
4 files changed, 5 insertions(+), 40 deletions(-)

New commits:
commit 99656a9306192314ac7db3654f7f7314836c94f2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/freetype2: version 2.13.0

diff --git a/graphics-libs/freetype2/0001-fix-make-detection.patch
b/graphics-libs/freetype2/0001-fix-make-detection.patch
deleted file mode 100644
index f1c4609..0000000
--- a/graphics-libs/freetype2/0001-fix-make-detection.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a4d2aa2467ba081b77312e39fbf24df453003bf0 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Sat, 24 Oct 2020 16:13:39 +0200
-Subject: [PATCH] fix make detection
-
----
- configure | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure b/configure
-index 63ce1b9..4c7f597 100755
---- a/configure
-+++ b/configure
-@@ -18,7 +18,7 @@ rm -f config.mk builds/unix/unix-def.mk
builds/unix/unix-cc.mk
- # respect GNUMAKE environment variable for backward compatibility
- if test "x$GNUMAKE" = x; then
- if test "x$MAKE" = x; then
-- if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
-+ if test "x`make -v 2>/dev/null | grep -E 'GNU|makepp'`" = x; then
- MAKE=gmake
- else
- MAKE=make
-@@ -30,7 +30,7 @@ fi
-
- echo $MAKE
-
--if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
-+if test "x`$MAKE -v 2>/dev/null | grep -E 'GNU|makepp'`" = x; then
- echo "GNU make (>= 3.81) or makepp (>= 2.0) is required to build
FreeType2." >&2
- echo "Please try" >&2
- echo >&2
---
-2.29.0
-
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index defe7e9..5938f54 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.12.1
+ VERSION=2.13.0
SECURITY_PATCH=12
SOURCE=freetype-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index bc42be3..f18d72a 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2023-02-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.13.0
+ * PRE_BUILD, 0001-fix-make-detection.patch: dropped, no need anymore
+
2023-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: drop pcre

diff --git a/graphics-libs/freetype2/PRE_BUILD
b/graphics-libs/freetype2/PRE_BUILD
deleted file mode 100755
index 4bf0403..0000000
--- a/graphics-libs/freetype2/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p1 < "$SPELL_DIRECTORY/0001-fix-make-detection.patch"
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (99656a9306192314ac7db3654f7f7314836c94f2), Pavel Vinogradov, 02/09/2023

Archive powered by MHonArc 2.6.24.

Top of Page