Skip to Content.
Sympa Menu

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

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 (9422ae29051dfbe661bfe09a45c8bb572d594cf6)
  • Date: Mon, 5 Jan 2015 04:45:14 -0600

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

ftp/wget/DEPENDS | 6 +++++-
ftp/wget/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 9422ae29051dfbe661bfe09a45c8bb572d594cf6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wget: Make pcre optional

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index ae541e4..33a1edf 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -1,7 +1,11 @@
depends gnupg &&
-depends pcre &&
depends smgl-fhs &&

+optional_depends pcre \
+ --enable-pcre \
+ --disable-pcre \
+ 'for Perl-style regular expressions' &&
+
optional_depends libidn \
"--enable-iri" \
"--disable-iri" \
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index b7721a0..7f425a0 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Made pcre optional
+
2014-12-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.16.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9422ae29051dfbe661bfe09a45c8bb572d594cf6), Ismael Luceno, 01/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page