cvs commit: ports/lang/rust Makefile

2012-06-27 Thread Li-Wen Hsu
lwhsu   2012-06-28 02:09:38 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile 
  Log:
  - Use empty() to check if an option is not set
  
  PR: ports/169051
  Submitted by:   Jyun-Yan You jy...@cs.nctu.edu.tw (maintainer)
  
  Revision  ChangesPath
  1.7   +1 -1  ports/lang/rust/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/lang/rust Makefile

2012-06-13 Thread Li-Wen Hsu
lwhsu   2012-06-13 17:01:04 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile 
  Log:
  - Use the new options framework
  
  PR: ports/168703
  Submitted by:   Jyun-Yan You jy...@cs.nctu.edu.tw (maintainer)
  
  Revision  ChangesPath
  1.6   +9 -7  ports/lang/rust/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/lang/rust Makefile distinfo

2012-05-22 Thread Armin Pirkovitsch
sperber 2012-05-22 17:49:35 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile distinfo 
  Log:
  This patch fixes the problem that it attempts to fetch a file during building.
  It adds snapshot to distfiles and removes code for downloading.
  
  PR:ports/168223
  Submitted by:  Jyun-Yan You jyyou _at_ cs.nctu.edu.tw (maintainer)
  Reported by:   pointyhat-west
  Approved by:   decke (mentor)
  
  Revision  ChangesPath
  1.5   +19 -1 ports/lang/rust/Makefile
  1.4   +2 -0  ports/lang/rust/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/lang/rust Makefile distinfo pkg-plist ports/lang/rust/files patch-configure patch-mk__rustllvm.mk patch-mk_platform.mk patch-src_cargo_cargo.rs patch-src_libcore_cmath.rs patch-src_l

2012-04-07 Thread Michael Scheidell
scheidell2012-04-07 16:22:24 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile distinfo pkg-plist 
lang/rust/files  patch-mk_platform.mk 
 patch-src_libcore_cmath.rs 
 patch-src_libcore_f32.rs 
  Removed files:
lang/rust/files  patch-configure patch-mk__rustllvm.mk 
 patch-src_cargo_cargo.rs 
 patch-src_rt_rust__unwind.h 
  Log:
  - Update to 0.2
  - The bootstrap compiler needs cc to link objects.
  
  PR: ports/166551
  Submitted by:   Jyun-Yan You jy...@cs.nctu.edu.tw (maintainer)
  Feature safe:   yes
  
  Revision  ChangesPath
  1.4   +12 -24ports/lang/rust/Makefile
  1.3   +2 -8  ports/lang/rust/distinfo
  1.3   +0 -40 ports/lang/rust/files/patch-configure (dead)
  1.2   +0 -11 ports/lang/rust/files/patch-mk__rustllvm.mk (dead)
  1.2   +16 -7 ports/lang/rust/files/patch-mk_platform.mk
  1.2   +0 -12 ports/lang/rust/files/patch-src_cargo_cargo.rs (dead)
  1.2   +3 -3  ports/lang/rust/files/patch-src_libcore_cmath.rs
  1.2   +6 -6  ports/lang/rust/files/patch-src_libcore_f32.rs
  1.2   +0 -17 ports/lang/rust/files/patch-src_rt_rust__unwind.h (dead)
  1.2   +7 -8  ports/lang/rust/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/lang/rust Makefile

2012-03-15 Thread Gerald Pfeifer
gerald  2012-03-15 15:28:13 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile 
  Log:
  Replace USE_GCC=4.4+ by USE_GCC=4.6+, a noop on the build cluster.
  
  Approved by:maintainer (jy...@cs.nctu.edu.tw)
  Feature safe:   yes
  
  Revision  ChangesPath
  1.3   +1 -1  ports/lang/rust/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/lang/rust Makefile distinfo ports/lang/rust/files patch-configure patch-mk__rustllvm.mk patch-src_libcore_cmath.rs patch-src_libcore_f32.rs

2012-02-02 Thread Jason Helfman
jgh 2012-02-02 18:17:31 UTC

  FreeBSD ports repository

  Modified files:
lang/rustMakefile distinfo 
lang/rust/files  patch-configure 
  Added files:
lang/rust/files  patch-mk__rustllvm.mk 
 patch-src_libcore_cmath.rs 
 patch-src_libcore_f32.rs 
  Log:
  - fix linker errors for systems that have installed llvm
  - let clang build llvm
  - fix build on ${OSVERSION}  800107
  
  PR: ports/164467
  Submitted by: maintainer, jyyou at cs.nctu.edu.tw
  Approved by:crees (mentor)
  
  Revision  ChangesPath
  1.2   +10 -5 ports/lang/rust/Makefile
  1.2   +6 -2  ports/lang/rust/distinfo
  1.2   +31 -11ports/lang/rust/files/patch-configure
  1.1   +11 -0 ports/lang/rust/files/patch-mk__rustllvm.mk (new)
  1.1   +10 -0 ports/lang/rust/files/patch-src_libcore_cmath.rs (new)
  1.1   +22 -0 ports/lang/rust/files/patch-src_libcore_f32.rs (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org