Hi! On Wed, 22 Jan 2020 10:41:46 -0500 Brian Callahan wrote:
> Hi ports -- > > Attached is an update to GNU sed. The version we have is >7 years old. > > Some notes: > * Tarball is now an xz not a bz2 > * The existing patches go away > * A new patch is added. Our makeinfo is too old to regen the info > file, but the info file is already there, so avoid needlessly > regenerating it, which we can't do anyway. > * Added debug packages because it's an easy addition. But am fine if > it's not desirable. > > Tested on amd64, arm64, and mips64. One test fails, > test-vc-list-files-cvs.sh, but it's not a sed test, it's a gnulib > test. Not sure how much it matters. The test fails with: > cvs [checkout aborted]: can't chdir(/gsed-4.8_writes_to_HOME): No > such file or directory > cvs [checkout aborted]: can't chdir(/gsed-4.8_writes_to_HOME): No > such file or directory > FAIL test-vc-list-files-cvs.sh (exit status: 1) It can be circumvented with: PORTHOME = ${WRKDIR} > I then built everything that depends on gsed. Everything built OK. > > OK? It builds and works fine on powerpc as well. OK cwen@ with or without the PORTHOME addition. > ~Brian >