summaryrefslogtreecommitdiff
path: root/databases/firebird2-server/files/patch-src::jrd::gds.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak firebird-client (firebird-server seems to be still broken):Sergey Skvortsov2005-05-231-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
* - Fix problem with firebird.conf. It was not installed.Sergey Matveychuk2005-05-211-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