git: 6fb01cd31fb9 - main - science/mdynamix: drop BROKEN after 68552883830e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 22:37:39 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb01cd31fb9103d142dcea7cd1ef83797636799 commit 6fb01cd31fb9103d142dcea7cd1ef83797636799 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-18 22:24:16 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-18 22:37:20 +0000 science/mdynamix: drop BROKEN after 68552883830e Only builds Fortran files, so the actual error was: mpif77 -O -Wl,-rpath=/usr/local/lib/gcc11 -fallow-argument-mismatch -ffast-math -c -o util.o util.f gfortran -O -Wl,-rpath=/usr/local/lib/gcc11 -fallow-argument-mismatch -ffast-math -c -o util.o util.f [...] gfortran -Wl,-rpath=/usr/local/lib/gcc11 -L/usr/local/lib/gcc11 -B/usr/local/bin -fstack-protector-strong -o md aver.o cpu_intel.o input.o forces.o main.o mdee.o mdstep.o restart.o scalar.o service.o setup.o util.o util.o: file not recognized: file format not recognized collect2: error: ld returned 1 exit status https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-December/294928.html This reverts commit 5a6b6b37458fa3b3678d95247fb90772ae3a64e9. --- science/mdynamix/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/science/mdynamix/Makefile b/science/mdynamix/Makefile index aee6bb718628..70e120df0093 100644 --- a/science/mdynamix/Makefile +++ b/science/mdynamix/Makefile @@ -11,8 +11,6 @@ WWW= http://www.fos.su.se/~sasha/mdynamix/ LICENSE= GPLv2+ -BROKEN_FreeBSD_12= error: invalid value 'gnu++2b' in '-std=gnu++2b' - LIB_DEPENDS= libmpich.so:net/mpich USES= fortran gmake