2013-01-04 18:51:39 +01:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-03-27 23:06:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gpclib
|
2013-05-01 17:54:31 +02:00
|
|
|
DISTVERSION= 1.5-5
|
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 22:46:53 +02:00
|
|
|
PORTREVISION= 9
|
2009-03-27 23:06:44 +01:00
|
|
|
CATEGORIES= math
|
2011-04-30 09:59:12 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
2009-03-27 23:06:44 +01:00
|
|
|
|
2010-04-24 09:39:40 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-03-27 23:06:44 +01:00
|
|
|
COMMENT= General Polygon Clipping Library for R
|
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2009-03-27 23:06:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|