Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:07:55 UTC Now

2018-10-13 10:03:37 UTC MAIN commitmail json YAML

Add the bits required to build rust on NetBSD/powerpc ports, and
point to the bootstrap kit for NetBSD/powerpc I'm hosting at the
moment.

Also add the bits I used when cross-building the NetBSD/powerpc
rust on amd64, commented out, as well as the gcc / c++ wrapper
script I used in the process.

The changes affecting other ports are:
* We now add LD_LIBRARY_PATH in the make environment, so that
  if the bootstrap kit binaries and shared libraries don't have
  the $ORIGIN-style RPATH entries, it will still work
* The bootstrap.py script has been changed to turn off the
  generation of debuginfo in "RUSTFLAGS"; for some so far unknown
  reason, the NetBSD/powerpc rust will not build if you ask for
  debug info.  This could perhaps have been made OS-variant dependent,
  but isn't at the moment.

So .. bump PKGREVISION.

(he)