summaryrefslogtreecommitdiff
path: root/databases/firebird2-server/files/patch-src%jrd%gds.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-24Rename databases/firebird2-* to databases/firebird20-*Sergey Skvortsov1-11/+0
Notes: svn path=/head/; revision=223317
2006-09-18Add Firebird 2.0.0 (RC4)Sergey Skvortsov1-6/+6
Notes: svn path=/head/; revision=173329
2006-03-17Update to 1.5.3Sergey Skvortsov1-10/+10
* move "intl/" and "UDF/" from "/var/db/firebird" into "libexec/firebird/" * add support for amd64 (UNSTABLE) Notes: svn path=/head/; revision=157484
2005-07-27Change layout for firebird-server accordingly to hier(7) spirit.Sergey Skvortsov1-5/+4
See UPDATING for the details. Notes: svn path=/head/; revision=140241
2005-05-23Unbreak firebird-client (firebird-server seems to be still broken):Sergey Skvortsov1-10/+10
* fix patch-src::jrd::gds.cpp * use "libdata/firebird" for *.msg * install all *.msg files (not only firebird.msg) * fix pkg-plist * use more strict permissions * use INSTALL_DATA instead of INSTALL_PROGRAM to install shared libs and similar files * clean Makefile * update RELNOTES PR: ports/81363 Submitted by: skv Approved by: maintainer Notes: svn path=/head/; revision=135951
2005-05-21- Fix problem with firebird.conf. It was not installed.Sergey Matveychuk1-0/+12
- Fix problem with firebird.msg. It was installed only for -server, but it's necessary for -client too (thanks to skv@ for pointing this out). - Utilize PORTDOCS and SUBFILES, respect NOPORTDOCS. - Utilize DOCSDIR and EXAMPLESDIR. - Back to use do-build. - Add $FreeBSD$ tag to pkg-plist* and pkg-install. - Remove code that changes automatically /etc/services and /etc/inetd.conf and change pkg-message to reflect this. PR: ports/81214 Submitted by: maintainer Notes: svn path=/head/; revision=135746