Bug 182502 - [MAINTAINER] lang/rust: update to 0.8
Summary: [MAINTAINER] lang/rust: update to 0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 03:20 UTC by Jyun-Yan You
Modified: 2013-10-06 04:40 UTC (History)
0 users

See Also:


Attachments
rust-0.8.patch (8.90 KB, patch)
2013-09-30 03:20 UTC, Jyun-Yan You
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2013-09-30 03:20:00 UTC
- Update to 0.8

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2013-10-01 17:38:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-06 04:32:38 UTC
Author: vanilla
Date: Sun Oct  6 03:32:29 2013
New Revision: 329526
URL: http://svnweb.freebsd.org/changeset/ports/329526

Log:
  Upgrade to 0.8.
  
  PR:		ports/182502
  Submitted by:	maintainer

Deleted:
  head/lang/rust/files/llvm.patch
  head/lang/rust/files/log2.patch
Modified:
  head/lang/rust/Makefile
  head/lang/rust/distinfo
  head/lang/rust/files/patch-configure
  head/lang/rust/pkg-plist

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Sun Oct  6 02:51:04 2013	(r329525)
+++ head/lang/rust/Makefile	Sun Oct  6 03:32:29 2013	(r329526)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rust
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	lang
 MASTER_SITES=	http://static.rust-lang.org/dist/:src \
 		http://static.rust-lang.org/stage0-snapshots/:boot
@@ -15,7 +15,7 @@ COMMENT=	A language with a focus on memo
 
 RUST_SOURCE=	${DISTNAME}${EXTRACT_SUFX}
 RUST_BOOT=	rust-stage0-${RUST_BOOT_SIG}.tar.bz2
-RUST_BOOT_SIG=	2013-06-23-f827561-freebsd-x86_64-a05bdda2d9ec0e66336d81b98bee8a95442a501f
+RUST_BOOT_SIG=	2013-09-23-348d844-freebsd-x86_64-8b99ec197e441f013c5ba0788f8bcfa689bfc75e
 RUST_TARGET=	x86_64-unknown-freebsd
 
 ONLY_FOR_ARCHS=	amd64
@@ -25,9 +25,11 @@ USES=		gmake perl5
 USE_PERL5=	build
 USE_PYTHON_BUILD=	2.6-2.7
 
-MAKE_JOBS_UNSAFE=	yes
-
-MAN1=	rustc.1
+MAN1=	rust.1 \
+	rustc.1 \
+	rustdoc.1 \
+	rusti.1 \
+	rustpkg.1
 
 OPTIONS_DEFINE=		RUSTPKG
 RUSTPKG_DESC=		Build with package manager
@@ -37,18 +39,13 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 900044
-EXTRA_PATCHES+=	${FILESDIR}/log2.patch \
-		${FILESDIR}/llvm.patch
+BROKEN=		Only compiles on 9.0-RELEASE and later
 .endif
 
-.if ${OSVERSION} >= 900044
 LIB_DEPENDS+=	unwind:${PORTSDIR}/devel/libunwind
 CC=		clang
 CXX=		clang++
 CONFIGURE_ARGS+=	--enable-clang
-.else
-USE_GCC=	yes
-.endif
 
 .if ${PORT_OPTIONS:MRUSTPKG}
 RUN_DEPENDS+=	git:${PORTSDIR}/devel/git

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Sun Oct  6 02:51:04 2013	(r329525)
+++ head/lang/rust/distinfo	Sun Oct  6 03:32:29 2013	(r329526)
@@ -1,4 +1,4 @@
-SHA256 (rust-0.7.tar.gz) = 0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0
-SIZE (rust-0.7.tar.gz) = 14494878
-SHA256 (rust-stage0-2013-06-23-f827561-freebsd-x86_64-a05bdda2d9ec0e66336d81b98bee8a95442a501f.tar.bz2) = 7fb723176c88539311692406f80817300f87560d47f96d229ab5efa527cc6fe2
-SIZE (rust-stage0-2013-06-23-f827561-freebsd-x86_64-a05bdda2d9ec0e66336d81b98bee8a95442a501f.tar.bz2) = 19028080
+SHA256 (rust-0.8.tar.gz) = 42f791ab1537357fe0f63d67ffe6bcb64ecf16b2bd3f1484ab589823f5914182
+SIZE (rust-0.8.tar.gz) = 16720822
+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

Modified: head/lang/rust/files/patch-configure
==============================================================================
--- head/lang/rust/files/patch-configure	Sun Oct  6 02:51:04 2013	(r329525)
+++ head/lang/rust/files/patch-configure	Sun Oct  6 03:32:29 2013	(r329526)
@@ -1,14 +1,14 @@
---- configure.orig	2013-04-06 12:44:15.918202587 +0800
-+++ configure	2013-04-06 12:45:10.302044128 +0800
-@@ -401,7 +401,6 @@
+--- configure.orig	2013-09-27 13:30:39.473857288 +0800
++++ configure	2013-09-27 13:30:56.427856617 +0800
+@@ -405,7 +405,6 @@
  step_msg "looking for build programs"
  
  probe_need CFG_PERL        perl
--probe_need CFG_CURL        curl
+-probe_need CFG_CURLORWGET  curl wget
  probe_need CFG_PYTHON      python2.7 python2.6 python2 python
  
  python_version=$($CFG_PYTHON -V 2>&1)
-@@ -511,15 +510,6 @@
+@@ -520,15 +519,6 @@
      fi
  fi
  

Modified: head/lang/rust/pkg-plist
==============================================================================
--- head/lang/rust/pkg-plist	Sun Oct  6 02:51:04 2013	(r329525)
+++ head/lang/rust/pkg-plist	Sun Oct  6 03:32:29 2013	(r329526)
@@ -3,26 +3,27 @@ bin/rustc
 bin/rustdoc
 bin/rusti
 %%RUSTPKG%%bin/rustpkg
-lib/libextra-a7c050cfd46b2c9a-0.7.so
-lib/librust-8d2fe0c0fe8188b-0.7.so
-lib/librustc-d3cb8c2ccd84a7a7-0.7.so
-lib/librustdoc-6b49af4948607d84-0.7.so
-lib/librusti-53e0ef2ae196aaff-0.7.so
+lib/libextra-a7c050cfd46b2c9a-0.8.so
+lib/librust-5828c92a27389871-0.8.so
+lib/librustc-d3cb8c2ccd84a7a7-0.8.so
+lib/librustdoc-a437806a76c5f37a-0.8.so
+lib/librusti-53e0ef2ae196aaff-0.8.so
 lib/librustllvm.so
-lib/librustpkg-38a86178bd95e7e1-0.7.so
+lib/librustpkg-45c3eae3148fd21-0.8.so
 lib/librustrt.so
-lib/libstd-6c65cf4b443341b1-0.7.so
-lib/libsyntax-64629f7f0c6a9bc-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/libextra-a7c050cfd46b2c9a-0.7.so
+lib/libstd-6c65cf4b443341b1-0.8.so
+lib/libsyntax-64629f7f0c6a9bc-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/libextra-a7c050cfd46b2c9a-0.8.so
 lib/rustc/x86_64-unknown-freebsd/lib/libmorestack.a
-lib/rustc/x86_64-unknown-freebsd/lib/librust-8d2fe0c0fe8188b-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/librustc-d3cb8c2ccd84a7a7-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/librustdoc-6b49af4948607d84-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/librusti-53e0ef2ae196aaff-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/librustpkg-38a86178bd95e7e1-0.7.so
+lib/rustc/x86_64-unknown-freebsd/lib/librust-5828c92a27389871-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/librustc-d3cb8c2ccd84a7a7-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/librustdoc-a437806a76c5f37a-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/librusti-53e0ef2ae196aaff-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/librustllvm.so
+lib/rustc/x86_64-unknown-freebsd/lib/librustpkg-45c3eae3148fd21-0.8.so
 lib/rustc/x86_64-unknown-freebsd/lib/librustrt.so
-lib/rustc/x86_64-unknown-freebsd/lib/libstd-6c65cf4b443341b1-0.7.so
-lib/rustc/x86_64-unknown-freebsd/lib/libsyntax-64629f7f0c6a9bc-0.7.so
+lib/rustc/x86_64-unknown-freebsd/lib/libstd-6c65cf4b443341b1-0.8.so
+lib/rustc/x86_64-unknown-freebsd/lib/libsyntax-64629f7f0c6a9bc-0.8.so
 @dirrm lib/rustc/x86_64-unknown-freebsd/lib
 @dirrm lib/rustc/x86_64-unknown-freebsd
 @dirrm lib/rustc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2013-10-06 04:32:43 UTC
State Changed
From-To: open->closed

Committed, thanks.