2019-06-06 21:37:35 +00:00
|
|
|
PORTNAME= plexil
|
|
|
|
DISTVERSION= 4.5.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 1
|
2019-06-06 21:37:35 +00:00
|
|
|
DISTVERSIONSUFFIX= RC2
|
|
|
|
CATEGORIES= lang devel
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2019-06-06 21:40:39 +00:00
|
|
|
COMMENT= PLan EXecution Interchange Language from NASA for robot control
|
2019-06-06 21:37:35 +00:00
|
|
|
|
2019-06-06 21:40:39 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
2019-06-06 21:37:35 +00:00
|
|
|
|
|
|
|
USES= gmake libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-static --disable-gantt --disable-ipc --disable-sas --disable-test-exec --disable-udp
|
2019-06-11 15:55:37 +00:00
|
|
|
USE_GCC= yes # clang fails: undefined symbol: std::__1::unique_ptr
|
2019-06-06 21:37:35 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
|
|
|
|
BINARY_ALIAS= gcc=${CC}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|