summaryrefslogtreecommitdiff
path: root/databases/firebird-server/files/patch-src%jrd%gds.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-07-27Change layout for firebird-server accordingly to hier(7) spirit.Sergey Skvortsov1-5/+4
See UPDATING for the details.
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
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