CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2022/12/05 11:55:27

Modified files:
        sysutils/borgbackup/1.2: Tag: OPENBSD_7_2 Makefile 
        net/py-msgpack : Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
Fix msgpack runtime on sparc64

Same fix as the borg 1.1 one except that borg 1.2 uses ports py-msgpack
which has more consumers than borg 1.2, hence the separate commit.

$ borg init -e none ./repo ; echo $?
Unknown integrity data version 0 in integrity.1
0

msgpack-python messed up __BYTE_ORDER handling, but only on sparc64 using
ports GCC 8.4.0;  macppc base clang 13 is fine.

msgpack-python got fixed, pull the PR and bump borg 1.2.

Teste on little endian amd64/base-clang and big endian macppc/base-clang,
sparc64/ports-gcc.

OK bket

Reply via email to