CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/06/28 05:05:11
Modified files:
devel/openmpi : Makefile
devel/openmpi/patches:
patch-ompi_mca_io_romio321_romio_adio_common_ad_fstype_c
Log message:
Cleaner filesystem detection.
Our diff to convert statfs.f_type tests to statfs.f_fstypename was
broken, since it used pointer equality tests for strings.
Fortunately the default FS type is UFS and upstream tests for NFS using
statfs.f_fstypename, so we only need to neuter tests based on
statfs.f_type.
ok martin@ (maintainer)