2016-12-26 15:29:06 +01:00
|
|
|
# Created by: lbartoletti <lbartoletti@tuxfamily.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libopencad
|
|
|
|
PORTVERSION= 0.2.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 2
|
2016-12-26 15:29:06 +01:00
|
|
|
CATEGORIES= cad graphics geography
|
|
|
|
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
|
|
COMMENT= Library which provides a way to read/write CAD (DWG/DXF/DXFB) files
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2017-05-21 23:55:08 +02:00
|
|
|
BROKEN_armv6= fails to compile: cadheader.cpp: ambiguous conversion for functional-style cast from 'time_t' to 'CADVariant'
|
|
|
|
BROKEN_powerpc64= fails to compile: r2000.cpp: 'to_string' was not declared in this scope
|
|
|
|
|
2016-12-26 15:29:06 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= sandyre
|
|
|
|
|
|
|
|
USES= cmake compiler:c++11-lib
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|