pkgsrc/databases/gigabase/Makefile
obache c31bc416ff Update gigabase to 3.82.
per maintainer update request by PR#45076.

--- Release version 3.80 15.12.2010 -------------------------------------
1. Fix bug with preserving indices
2. Replace sprintf with strcat in ClassDescriptor constructor to avoid problems
   in SymbianOS
3. Fix problem with std_tmp_allocator in xml.cpp

--- Release version 3.81 29.03.2011 -------------------------------------
1. Change return type of select method to be able to selcet more than 2Gb
   records
2. Patch of SubSQL HTML dump done by Christen Volker improving visualisation of
   large arrays
3. Visual Studio 10 compatibilty fixes

--- Release version 3.82 06.05.2011 -------------------------------------
1. Fix bug with scheduled incremental backup
2. Fix namespace support
2011-06-18 02:45:13 +00:00

25 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/06/18 02:45:13 obache Exp $
#
DISTNAME= gigabase-3.82
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gigabase/}
MAINTAINER= gpr@mail.ru
HOMEPAGE= http://garret.ru/gigabase.html
COMMENT= Object-Relational Database Management System
#LICENSE= mit # like in the bottom of GigaBASE.htm
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/gigabase
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
PTHREAD_AUTO_VARS= yes
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"