[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / rust

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/rust/Makefile between version 1.194 and 1.195

version 1.194, 2020/09/24 11:01:51 version 1.195, 2020/09/25 12:21:02
Line 527  stage0-bootstrap: install
Line 527  stage0-bootstrap: install
 DEPENDS+=       compat80>=0:../../emulators/compat80  DEPENDS+=       compat80>=0:../../emulators/compat80
 # Bootstrap kits use openssl, which on NetBSD 8 comes from pkgsrc.  # Bootstrap kits use openssl, which on NetBSD 8 comes from pkgsrc.
 # Therefore the pkgsrc openssl libs need to be present as well.  # Therefore the pkgsrc openssl libs need to be present as well.
 # Observed on i386, and presumed true on the other  # (Observed on i386, and presumed true on the other
 # bootstrap-built-for-8 systems.  It also is linked against by cargo,  # bootstrap-built-for-8 systems.)  Then, when the package is built,
 # so it must be a run-time dependency as well.  # cargo links against pkgsrc openssl, so it must be a run-time
 .include "../../security/openssl/buildlink3.mk"  # dependency as well.  Forcing USE_BUILTIN.openssl=no results in a
   # mysterious heimdal error, but straight DEPENDS seems to result in a
   # satisfactory package build.
   # While this is icky, it is for the time being better than no rust package.
   DEPENDS+=       openssl>=1.1:../../security/openssl
 .endif  .endif
   
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

CVSweb <webmaster@jp.NetBSD.org>