(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
28 lines
592 B
Makefile
28 lines
592 B
Makefile
# Created by: Sergey A. Osokin <osa@FreeBSD.org.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gigabase
|
|
PORTVERSION= 3.91
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
|
|
http://www.garret.ru/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Object-Relational Database Management System
|
|
|
|
LICENSE= MIT
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf dos2unix gmake libtool
|
|
DOS2UNIX_FILES= Makefile.in configure.in *.cpp *.h
|
|
USE_GCC= any
|
|
USE_CXXSTD= gnu++98
|
|
USE_LDCONFIG= yes
|
|
|
|
post-build:
|
|
${STRIP_CMD} ${WRKSRC}/.libs/*.so
|
|
|
|
.include <bsd.port.mk>
|