summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove EOLed firebird 2.0Baptiste Daroussin2014-05-1117-383/+0
| | | | Notes: svn path=/head/; revision=353736
* - Update devel/automake to 1.14Ade Lovett2013-07-161-43/+16
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Update to 2.0.7Jose Alonso Cardenas Marquez2013-03-243-82/+34
| | | | | | | | | - Move files/pkg-install.in to pkg-install - Add new warning message when it is building as root - Remove obsolete patch files Notes: svn path=/head/; revision=315091
* - Update to 2.0.6Jose Alonso Cardenas Marquez2010-12-203-29/+59
| | | | | | | | | | | - Take maintainership - Avoid conflicts with GEOM and sysutils/coreutils [1] gstat commands - Clean up Reported by: Jan Henrik Sylvester <me at janh.de> [1] Notes: svn path=/head/; revision=266633
* - warn when if no SYSVIPCDirk Meyer2010-04-241-1/+10
| | | | | | | | | - fix coredump PR: 140365 Submitted by: Dan Lukes Notes: svn path=/head/; revision=253144
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-0/+11
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix security2.fdb while installing from packageSergey Skvortsov2008-01-291-1/+1
| | | | | | | | PR: ports/119570 Submitted by: Philippe Makowski <makowski xx firebird-fr.eu.org> Notes: svn path=/head/; revision=206356
* Update to 2.0.3 in response of a remotely exploitableXin LI2007-10-053-21/+20
| | | | | | | | | | | vulnerability. PR: ports/116940 Security: 91ed69f9-72c7-11dc-981a-001921ab2fa4 Approved by: secteam (remko) Notes: svn path=/head/; revision=200972
* Update to 2.0.1Sergey Skvortsov2007-04-011-11/+11
| | | | Notes: svn path=/head/; revision=188936
* Fix "fbintl not found" issue for embedded mode.Sergey Skvortsov2006-11-211-0/+11
| | | | Notes: svn path=/head/; revision=177735
* * fix services issueSergey Skvortsov2006-11-151-5/+14
| | | | | | | * change library symlinks: now libgds points to libfbembed Notes: svn path=/head/; revision=177321
* Minor cleans in pkg-messageSergey Skvortsov2006-11-071-3/+4
| | | | Notes: svn path=/head/; revision=176725
* Add Firebird 2.0.0 (RC4)Sergey Skvortsov2006-09-1818-298/+219
| | | | Notes: svn path=/head/; revision=173329
* Update to 1.5.3Sergey Skvortsov2006-03-1712-29/+199
| | | | | | | | | | * move "intl/" and "UDF/" from "/var/db/firebird" into "libexec/firebird/" * add support for amd64 (UNSTABLE) Notes: svn path=/head/; revision=157484
* - Fix pkg-messageRenato Botelho2005-08-021-2/+1
| | | | | | | Approved by: portmgr (clement), skv (maintainer) Notes: svn path=/head/; revision=140734
* Change layout for firebird-server accordingly to hier(7) spirit.Sergey Skvortsov2005-07-2711-38/+71
| | | | | | | See UPDATING for the details. Notes: svn path=/head/; revision=140241
* Unbreak firebird-client (firebird-server seems to be still broken):Sergey Skvortsov2005-05-232-12/+12
| | | | | | | | | | | | | | | | | | * 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-214-60/+86
| | | | | | | | | | | | | | | | | - 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
* - Split databases/firebird in -client and -server portsSergey Matveychuk2005-05-175-42/+120
| | | | | | | | | | - Install libs and includes on ${LOCALBASE} instead ${LOCALBASE}/firebird PR: ports/79337 Submitted by: maintainer Notes: svn path=/head/; revision=135483
* - Don't be too smart and don't change /etc/services and /etc/inetd.confSergey Matveychuk2005-05-011-0/+42
| | | | | | | | | | | It fix problem with extra files on pointyhat - Add message for usr how to run PR: ports/80358 Submitted by: maintainer Notes: svn path=/head/; revision=134437
* Fix malformed patch.Sergey Matveychuk2004-07-261-11/+11
| | | | | | | Noticed by: Renato Botelho <rbgarga@gmail.com> Notes: svn path=/head/; revision=114764
* Add patch to fix broken build.Sergey Matveychuk2004-07-241-0/+11
| | | | | | | | | PR: ports/69430 Submitted by: Renato Botelho <renato@galle.com.br> Fixed by: maintainer Notes: svn path=/head/; revision=114576
* Update to version 1.5.1Kirill Ponomarev2004-07-221-2/+2
| | | | | | | | PR: ports/69320 Submitted by: maintainer Notes: svn path=/head/; revision=114412
* - Update to 1.5 ReleaseKirill Ponomarev2004-02-281-3/+3
| | | | | | | | PR: ports/63479 Submitted by: maintainer Notes: svn path=/head/; revision=102471
* - Update to 1.5 RC9 [1]Alex Dupre2004-02-122-96/+4
| | | | | | | | | | | - don't use USE_LIBTOOL if the port don't want patch-libtool PR: ports/62716 Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100753
* Relax file permissionsClement Laforet2004-01-161-2/+2
| | | | | | | | | PR: 61417 Submitted by: Chris Knight <chris@e-easy.com.au> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98324
* - Update to 1.5 RC8. [1] [2]Alex Dupre2004-01-134-103/+142
| | | | | | | | | | | | | | - Note that libgds.so is now symlinked to libfbembed.so rather than libfbclient.so. This restores Firebird 1.0.x shared library compatibility and fixes PHP build. [2] PR: ports/61276 [1], ports/61310 [2] Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> [1], Chris Knight <chris@e-easy.com.au> (maintainer) [2] Approved by: nork (mentor) Notes: svn path=/head/; revision=98080
* Fix bento build by adding the missing patch.Alexander Leidinger2003-12-141-0/+26
| | | | | | | | | Submitted by: maintainer Noticed by: kris (bento) Pointy hat to: netchild Notes: svn path=/head/; revision=95774
* Add missing patches for the 1.5.r7 update.Alexander Leidinger2003-12-041-0/+49
| | | | Notes: svn path=/head/; revision=95038
* - Update to 1.5.r7.Alexander Leidinger2003-12-048-123/+0
| | | | | | | | | | | - Previous maintainer is now the actual maintainer again. - No package at the moment. PR: 58999 Submitted by: chris@e-easy.com.au Notes: svn path=/head/; revision=95035
* [MAINTAINER UPDATE]: databases/firebird - Update to 1.0.2Edwin Groothuis2003-01-1614-299/+23
| | | | | | | | | | | Disabled package building for -current because of NFS locking problems. ^^ hopefully did it okay. PR: ports/46926 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=73245
* Maintainer updateEdwin Groothuis2002-11-221-4/+4
| | | | | | | | | | (also added WWW-field to pkg-descr to make portlint happy) PR: ports/45582 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=70779
* fix build on -currentYing-Chieh Liao2002-11-201-0/+11
| | | | | | | | PR: 45464 Submitted by: maintainer Notes: svn path=/head/; revision=70599
* 1. fix memory allocatorYing-Chieh Liao2002-11-131-4/+12
| | | | | | | | | | 2. remove extra files I forgot last commit PR: 45253 Submitted by: maintainer Notes: svn path=/head/; revision=69999
* Add SuperServer buildYing-Chieh Liao2002-11-1113-1/+332
| | | | | | | | | | | Remove perl from scripts Remove scripts + consolidate into pkg-install PR: 45185 Submitted by: maintainer Notes: svn path=/head/; revision=69904
* Unbreak on -current.Maxim Sobolev2002-10-211-0/+10
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68506
* Add missing patchesDavid W. Chapman Jr.2002-05-106-0/+34
| | | | | | | Delete empty patches Notes: svn path=/head/; revision=58862
* Update to latest releaseDavid W. Chapman Jr.2002-05-105-97/+16
| | | | | | | | PR: 35982 Submitted by: maintainer Notes: svn path=/head/; revision=58861
* Minor updates from MAINTAINER.Dmitry Sivachenko2001-12-022-0/+14
| | | | | | | | PR: 32423 Submitted by: chris@aims.com.au Notes: svn path=/head/; revision=50867
* Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-offWill Andrews2001-03-104-0/+158
(Classic version). PR: 24313 Submitted by: Geoffrey C. Speicher <geoff@sea-incorporated.com> Notes: svn path=/head/; revision=39463