svn commit: r413503 - head/lang/rust/files

Thomas Zander riggs at FreeBSD.org
Sun Apr 17 10:33:48 UTC 2016


Author: riggs
Date: Sun Apr 17 10:33:47 2016
New Revision: 413503
URL: https://svnweb.freebsd.org/changeset/ports/413503

Log:
  Make recent stage0 snapshot known to build system on DragonFly
  
  Language changes require very recent stage0 snapshots to build
  rust 1.8.0. Upstream forgot to make these snapshots known to the
  build system. While this was patched for FreeBSD in r413501, it
  was missed for DragonFly. This changeset fixes this.

Modified:
  head/lang/rust/files/patch-src_snapshots.txt

Modified: head/lang/rust/files/patch-src_snapshots.txt
==============================================================================
--- head/lang/rust/files/patch-src_snapshots.txt	Sun Apr 17 10:22:50 2016	(r413502)
+++ head/lang/rust/files/patch-src_snapshots.txt	Sun Apr 17 10:33:47 2016	(r413503)
@@ -1,6 +1,12 @@
 --- src/snapshots.txt.orig	2016-04-11 21:22:04 UTC
 +++ src/snapshots.txt
-@@ -6,6 +6,8 @@ S 2016-02-17 4d3eebf
+@@ -1,4 +1,5 @@
+ S 2016-02-17 4d3eebf
++  dragonfly-x86_64 765bb5820ad406e966ec0ac51c8070b656459b02
+   linux-i386 5f194aa7628c0703f0fd48adc4ec7f3cc64b98c7
+   linux-x86_64 d29b7607d13d64078b6324aec82926fb493f59ba
+   macos-i386 4c8e42dd649e247f3576bf9dfa273327b4907f9c
+@@ -6,6 +7,8 @@ S 2016-02-17 4d3eebf
    winnt-i386 0c336d794a65f8e285c121866c7d59aa2dd0d1e1
    winnt-x86_64 27e75b1bf99770b3564bcebd7f3230be01135a92
    openbsd-x86_64 ac957c6b84de2bd67f01df085d9ea515f96e22f3


More information about the svn-ports-all mailing list