ports/185868: [PATH] Update lang/rust to 0.9
Oleksii Tsai
oleksii.tsai at googlemail.com
Sat Jan 18 20:40:01 UTC 2014
>Number: 185868
>Category: ports
>Synopsis: [PATH] Update lang/rust to 0.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 18 20:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Oleksii Tsai
>Release: 9.2
>Organization:
>Environment:
FreeBSD panda 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #3 r259301M: Thu Jan 16 20:17:26 PST 2014 lyuts at panda:/usr/obj/usr/src/sys/LYUTS amd64
>Description:
Update rust from 0.8 to 0.9. Updated configure script patch as compiler choice has been accepted to upstream repo.
>How-To-Repeat:
>Fix:
Attached patch.
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 340200)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rust
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= lang
MASTER_SITES= http://static.rust-lang.org/dist/:src \
http://static.rust-lang.org/stage0-snapshots/:boot
Index: distinfo
===================================================================
--- distinfo (revision 340200)
+++ distinfo (working copy)
@@ -1,4 +1,4 @@
-SHA256 (rust-0.8.tar.gz) = 42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182
-SIZE (rust-0.8.tar.gz) = 16720822
+SHA256 (rust-0.9.tar.gz) = c0911c3545b797a1ca16f3d76bf5ed234754b828efd1e22c182c7300ac7dd5d1
+SIZE (rust-0.9.tar.gz) = 17152912
SHA256 (rust-stage0-2013-09-23-348d844-freebsd-x86_64-8b99ec197e441f013c5ba0788f8bcfa689bfc75e.tar.bz2) = 5e55044af98f5d7489cd2231736f48c18fa945639de75d1a0cf5565f17eabd01
SIZE (rust-stage0-2013-09-23-348d844-freebsd-x86_64-8b99ec197e441f013c5ba0788f8bcfa689bfc75e.tar.bz2) = 21350020
Index: files/patch-configure
===================================================================
--- files/patch-configure (revision 340200)
+++ files/patch-configure (working copy)
@@ -8,19 +8,3 @@
probe_need CFG_PYTHON python2.7 python2.6 python2 python
python_version=$($CFG_PYTHON -V 2>&1)
-@@ -520,15 +519,6 @@
- fi
- fi
-
--# Force freebsd to build with clang; gcc doesn't like us there
--if [ $CFG_OSTYPE = unknown-freebsd ]
--then
-- step_msg "on FreeBSD, forcing use of clang"
-- CFG_ENABLE_CLANG=1
-- putvar CFG_ENABLE_CLANG
--fi
--
--
- if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ]
- then
- err "either clang or gcc is required"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list