Date: Wed, 22 Aug 2018 14:58:55 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477793 - head/lang/opencoarrays Message-ID: <201808221458.w7MEwtjT018277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Aug 22 14:58:55 2018 New Revision: 477793 URL: https://svnweb.freebsd.org/changeset/ports/477793 Log: lang/opencoarrays: Commit missed part of patch PR: 230689 Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer) Reported by: Anton Shterenlikht <as@cmplx.uk> (maintainer) Pointyhat to: swills Modified: head/lang/opencoarrays/Makefile (contents, props changed) Modified: head/lang/opencoarrays/Makefile ============================================================================== --- head/lang/opencoarrays/Makefile Wed Aug 22 14:41:18 2018 (r477792) +++ head/lang/opencoarrays/Makefile Wed Aug 22 14:58:55 2018 (r477793) @@ -3,7 +3,7 @@ PORTNAME= opencoarrays DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel MAINTAINER= as@cmplx.uk @@ -45,7 +45,9 @@ OPENMPI2_CONFIGURE_ENV= MPI_HOME=${LOCALBASE}/mpi/open .include <bsd.port.options.mk> -.if ${GCC_DEFAULT} >= 7 +.if ${GCC_DEFAULT} >= 8 +PLIST_SUB+= SOVERSION=3 +.elif ${GCC_DEFAULT} == 7 PLIST_SUB+= SOVERSION=2 .elif ${GCC_DEFAULT} == 6 PLIST_SUB+= SOVERSION=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221458.w7MEwtjT018277>