Skip to Content.
Sympa Menu

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

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 (973e7454be931e3774b940b15f409164690c13f0)
  • Date: Thu, 5 Jan 2023 21:42:43 +0000

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

gnome2-libs/glib2/DEPENDS | 2 +-
gnome2-libs/glib2/HISTORY | 3 +++
graphics-libs/tiff/DEPENDS | 4 ++++
graphics-libs/tiff/HISTORY | 3 +++
latex/texinfo/HISTORY | 3 ---
latex/texinfo/PRE_BUILD | 4 ----
video/mpv/HISTORY | 1 -
video/mpv/PRE_BUILD | 15 ---------------
xorg-proto/wayland-protocols/HISTORY | 3 ---
xorg-proto/wayland-protocols/PRE_BUILD | 5 -----
10 files changed, 11 insertions(+), 32 deletions(-)

New commits:
commit 973e7454be931e3774b940b15f409164690c13f0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

glib2: Remove deprecated iconv option

commit 4b945d3a3f5c8dd30d9aff14dc0a2e8f54c5a3f4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "mpv: Fix scripts interpreter path"

This reverts commit 7d3f14f4e14c5dc74a1438096ac37cead65dbe1a.

commit ebd6b0d62f7998f30474a916c089a963acdd157c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "wayland-protocols: Fix script interpreter path"

This reverts commit b310fca33dcdf8936e3201234f44a5035147c025.

commit 83c3a07d5c89d0b4d7557f2b8878095fea925d69
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "texinfo: Fix build script interpreter path"

This reverts commit 1c1b01a7c4902977ebf90675ee56689590faf4f6.

commit 30c36ce61c21b28a133f546b638c4de297014b66
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tiff: Add missing dep on python-sphinx

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 30aa1a4..820406c 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -11,7 +11,7 @@ depends xz-utils &&
case "$HOST" in
*-gnu) ;;
*)
- depends libiconv 'iconv=external'
+ depends libiconv
;;
esac &&

diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 85eac06..5b0be3b 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2023-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: removed deprecated iconv option
+
2022-12-25 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: now uses pcre2, python3

diff --git a/graphics-libs/tiff/DEPENDS b/graphics-libs/tiff/DEPENDS
index dee5563..719e1aa 100755
--- a/graphics-libs/tiff/DEPENDS
+++ b/graphics-libs/tiff/DEPENDS
@@ -1,5 +1,9 @@
depends automake &&

+optional_depends python-sphinx \
+ --{enable,disable}-sphinx \
+ 'to build API documentation' &&
+
optional_depends libice \
'' \
'' \
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index f317745..58cd1e6 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,6 @@
+2023-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing dependency on python-sphinx
+
2022-12-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.5.0

diff --git a/latex/texinfo/HISTORY b/latex/texinfo/HISTORY
index 536633a..f4e1bf1 100644
--- a/latex/texinfo/HISTORY
+++ b/latex/texinfo/HISTORY
@@ -1,6 +1,3 @@
-2022-12-14 Ismael Luceno <ismael AT sourcemage.org>
- * PRE_BUILD: added fix for script interpreter path
-
2022-11-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 7.0.1

diff --git a/latex/texinfo/PRE_BUILD b/latex/texinfo/PRE_BUILD
deleted file mode 100755
index e98907b..0000000
--- a/latex/texinfo/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-sed -s -i '1s@^#! */usr/bin/env @#!/bin/env @' \
- tp/maintain/regenerate_commands_perl_info.pl
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index b3cf7cd..b4f9815 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,7 +1,6 @@
2022-12-13 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: marked dvdnav as GPL
* CONFIGURE: made GPL build the default (match upstream)
- * PRE_BUILD: fixed scripts interpreter path

2022-12-04 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: on_cast libunibreak check self
diff --git a/video/mpv/PRE_BUILD b/video/mpv/PRE_BUILD
deleted file mode 100755
index 1d30655..0000000
--- a/video/mpv/PRE_BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# fix path to env
-sed -s -i '1s@^#!/usr/bin/env@#!/bin/env@' \
- TOOLS/dylib-unhell.py \
- TOOLS/file2string.py \
- TOOLS/macos-sdk-version.py \
- TOOLS/macos-swift-lib-directory.py \
- TOOLS/matroska.py \
- TOOLS/osxbundle.py \
- TOOLS/stats-conv.py \
- bootstrap.py \
- version.py \
- waftools/__init__.py \
- waftools/clang_compilation_database.py
diff --git a/xorg-proto/wayland-protocols/HISTORY
b/xorg-proto/wayland-protocols/HISTORY
index d1fa207..624918a 100644
--- a/xorg-proto/wayland-protocols/HISTORY
+++ b/xorg-proto/wayland-protocols/HISTORY
@@ -1,6 +1,3 @@
-2022-12-13 Ismael Luceno <ismael AT sourcemage.org>
- * PRE_BUILD: fixed wrong path in script interpreter
-
2022-11-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.31

diff --git a/xorg-proto/wayland-protocols/PRE_BUILD
b/xorg-proto/wayland-protocols/PRE_BUILD
deleted file mode 100755
index 7a0e865..0000000
--- a/xorg-proto/wayland-protocols/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# fix interpreter path
-sed -s -i '1s@^#!/usr/bin/env@#!/bin/env@' \
- tests/replace.py



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (973e7454be931e3774b940b15f409164690c13f0), Ismael Luceno, 01/05/2023

Archive powered by MHonArc 2.6.24.

Top of Page