2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Sergey A. Osokin <osa@FreeBSD.org.ru>
|
2000-08-20 12:37:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gigabase
|
2014-06-18 09:41:51 +02:00
|
|
|
PORTVERSION= 3.91
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +02:00
|
|
|
PORTREVISION= 3
|
2000-08-20 12:37:54 +02:00
|
|
|
CATEGORIES= databases
|
2012-05-03 18:04:11 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
|
|
|
|
http://www.garret.ru/
|
2000-08-20 12:37:54 +02:00
|
|
|
|
2014-02-06 04:17:07 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Object-Relational Database Management System
|
2000-08-20 12:37:54 +02:00
|
|
|
|
2014-06-18 09:41:51 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2000-08-20 12:37:54 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2002-11-20 13:24:10 +01:00
|
|
|
|
2015-04-18 21:09:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= autoreconf dos2unix gmake libtool
|
|
|
|
DOS2UNIX_FILES= Makefile.in configure.in *.cpp *.h
|
2014-06-18 09:41:51 +02:00
|
|
|
USE_GCC= any
|
2007-07-24 00:49:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-10-20 17:36:29 +02:00
|
|
|
|
2015-06-07 17:23:23 +02:00
|
|
|
post-build:
|
|
|
|
${STRIP_CMD} ${WRKSRC}/.libs/*.so
|
|
|
|
|
2011-11-07 04:25:29 +01:00
|
|
|
.include <bsd.port.mk>
|