summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4minskim1-5/+4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd. Changes since 0.8: - converted fully to Tcl_Obj's - able to handle keys and data with embedded NUL's - deal with Tcl's internal UTF string encoding - put in own namespace tclgdbm::gdbm - remerge of changes from tcl+gdbm-0.4 - remerge of changes from tcl+gdbm-0.4 (insert/store accept multiple args for data) - updated man pages - add test driver tclshgdbm - add gdbm.test which uses standard tcltest package - repackage Dave's changes into rpm
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz1-2/+3
2001-05-18LDFLAGS is already set to -L... -Wl,-R..., and CFLAGS and LDFLAGS arejlam1-7/+6
already added to CONFIGURE_ENV by bsd.pkg.mk. Also some minor cosmetic changes.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe1-2/+2
is bumped to tcl-8.3.2nb1.
2000-08-29tcl-8.3.2 is, of course, in ../../lang/tcl, not ../../lang/tcl80jwise1-2/+2
I guess a cup of coffee is in order before I continue...
2000-08-29Slight fix to previous -- goose CONFIGURE_ENV with proper LDFLAGS forjwise1-1/+4
ELF.
2000-08-29Update tcl-gdbm to 0.8, as the old distfile had disappeared from thejwise1-6/+8
master site. While here, USE_LIBTOOL and LTCONFIG_OVERRIDE, and adapt to tcl-8.3.2.
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-3/+3
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
1999-07-07pkglint.bouyer1-2/+2
1999-07-07tcl interface to gdbm.bouyer1-0/+16