Skip to Content.
Sympa Menu

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

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 (81bf924d19b5cc2aa78c03655a56f59230a56b77)
  • Date: Thu, 15 Jun 2017 00:27:08 +0000

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

devel/rust/BUILD | 2 +-
devel/rust/DETAILS | 2 +-
devel/rust/HISTORY | 4 ++++
http/firefox/BUILD | 2 --
http/firefox/HISTORY | 3 +++
5 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 81bf924d19b5cc2aa78c03655a56f59230a56b77
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: removed disabling of rust

commit 17faa355a57d8942baa39c8e5e1435d204a43028
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/rust: version 1.18.0

diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 31783ea..d5e8ede 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -3,5 +3,5 @@ CXXFLAGS="${CXXFLAGS//-DPIC}" &&
if spell_ok $SPELL;then
OPTS+=" --local-rust-root==$INSTALL_ROOT/usr"
fi &&
-./configure --prefix="$INSTALL_ROOT"/usr --disable-docs
--enable-llvm-link-shared $OPTS &&
+./configure --prefix="$INSTALL_ROOT"/usr --enable-extended --disable-docs
--enable-llvm-link-shared $OPTS &&
make
diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index f225e43..1717896 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,6 +1,6 @@
SPELL=rust
SPELLX=rustc
- VERSION=1.17.0
+ VERSION=1.18.0
SOURCE=$SPELLX-$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION-src
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 2e9a8bf..d78623b 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2017-06-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.18.0
+ * BUILD: added option to build extra tools (cargo, etc.)
+
2017-04-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.17.0
* DETAILS: add gpg checking
diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 7f0f4ee..0236daf 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -46,8 +46,6 @@ if [[ $gccmajor == "4" ]] && [[ $gccminor -ge "6" ]]; then
CXXFLAGS="${CXXFLAGS//-mavx} -mno-avx"
fi

-OPTS+=" --disable-rust" &&
-
for option in $OPTS; do
echo "ac_add_options $option" >> .mozconfig
done &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1d8f9cd..a0ed9c3 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2017-06-14 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: removed obsolete rusty flag
+
2017-06-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 54.0, SECURITY_PATCH++,
(CVE-2017-5472, CVE-2017-7749, CVE-2017-7750, CVE-2017-7751,



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (81bf924d19b5cc2aa78c03655a56f59230a56b77), Pavel Vinogradov, 06/15/2017

Archive powered by MHonArc 2.6.24.

Top of Page