Skip to Content.
Sympa Menu

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

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 (0763af1d5177baadd8ae261396b4751934d320d5)
  • Date: Mon, 17 Oct 2016 22:41:47 +0000

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

http/w3m/DETAILS | 1 +
http/w3m/HISTORY | 6 +++++-
http/w3m/PRE_BUILD | 1 +
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 0763af1d5177baadd8ae261396b4751934d320d5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

w3m: Disable EGD (fixes build against libressl), PATCHLEVEL++

diff --git a/http/w3m/DETAILS b/http/w3m/DETAILS
index 357d84f..e6d868e 100755
--- a/http/w3m/DETAILS
+++ b/http/w3m/DETAILS
@@ -1,5 +1,6 @@
SPELL=w3m
VERSION=0.5.3
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/w3m/$SOURCE
diff --git a/http/w3m/HISTORY b/http/w3m/HISTORY
index 0b72847..2eced88 100644
--- a/http/w3m/HISTORY
+++ b/http/w3m/HISTORY
@@ -1,3 +1,7 @@
+2016-10-17 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Disabled EGD, fixes build against LibreSSL
+ * DETAILS: PATCHLEVEL++
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

@@ -29,7 +33,7 @@
with X, since Imlib2.h itself will include X11/Xlib.h if imlib2 is
built with X support)

-2008-04-14 Ismael Luceno <ismael AT sourcemage.org>
+2008-04-14 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: libgc isn't optional

2007-09-22 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
diff --git a/http/w3m/PRE_BUILD b/http/w3m/PRE_BUILD
index 9ecd88a..dd52d43 100755
--- a/http/w3m/PRE_BUILD
+++ b/http/w3m/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+sedit '/^#define USE_EGD$/s/[^ ]*/#undef/' config.h.in &&
sedit "s:CFLAGS = \$(OPTS):CFLAGS =:g" Makefile.in &&
sedit "s:CFLAGS=\$(OPTS):CFLAGS =:g" w3mimg/fb/Makefile.in &&
sedit "s:CFLAGS=\$(OPTS):CFLAGS =:g" w3mimg/Makefile.in &&



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0763af1d5177baadd8ae261396b4751934d320d5), Ismael Luceno, 10/17/2016

Archive powered by MHonArc 2.6.24.

Top of Page