Skip to Content.
Sympa Menu

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

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 (23fe01d761df66d4a38948623a6e02e5c2dab25b)
  • Date: Fri, 15 Feb 2019 00:25:17 +0000

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

graphics-libs/giflib5/HISTORY | 4 ++++
graphics-libs/giflib5/PRE_BUILD | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 23fe01d761df66d4a38948623a6e02e5c2dab25b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/giflib5: made it possible to respect our *FLAGS and
fixed man pages installation

diff --git a/graphics-libs/giflib5/HISTORY b/graphics-libs/giflib5/HISTORY
index b540af6..cb358f9 100644
--- a/graphics-libs/giflib5/HISTORY
+++ b/graphics-libs/giflib5/HISTORY
@@ -1,3 +1,7 @@
+2019-02-14 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: also improved support for our *FLAGS and corrected
+ man pages installation
+
2019-02-14 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: do not install to /usr/local

diff --git a/graphics-libs/giflib5/PRE_BUILD b/graphics-libs/giflib5/PRE_BUILD
index b5bdb51..caaed33 100755
--- a/graphics-libs/giflib5/PRE_BUILD
+++ b/graphics-libs/giflib5/PRE_BUILD
@@ -4,4 +4,9 @@ cd "${SOURCE_DIRECTORY}" &&
if ! is_depends_enabled "${SPELL}" "xmlto"; then
apply_patch_dir patches
fi &&
-sed -i '/PREFIX/s|/local||' Makefile
+
+sed -e "/OFLAGS =/s|= .*$|= ${CFLAGS}|" \
+ -e "/LDFLAGS =/s|= .*$|= ${LDFLAGS}|" \
+ -e "/PREFIX/s|/local||" \
+ -e "/MANDIR/s|/man|&&1|" \
+ -i Makefile



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (23fe01d761df66d4a38948623a6e02e5c2dab25b), Pavel Vinogradov, 02/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page