Port details |
- firebird20-server Firebird-2 relational database (server)
- 2.0.7_1 databases
=1 2.0.7_1Version of this port present on the latest quarterly branch.
- DEPRECATED: firebird20 has been discontinued. Use firebird21-* or firebird25-* instead
This port expired on: 2014-04-23
- Maintainer: acm@FreeBSD.org
- Port Added: 2008-11-24 06:23:07
- Last Update: 2014-05-11 21:39:03
- SVN Revision: 353739
- People watching this port, also watch:: portupgrade
- License: not specified in port
- WWW:
- http://www.firebirdsql.org/
- Description:
- Firebird is a relational database offering many ANSI SQL-99 features
that runs on Linux, Windows, and a variety of Unix platforms. Firebird
offers excellent concurrency, high performance, and powerful language
support for stored procedures and triggers. It has been used in
production systems, under a variety of names since 1981.
Firebird is completely free of any registration, licensing or deployment
fees. It may be deployed freely for use with any third-party software,
whether commercial or not.
WWW: http://sourceforge.net/projects/firebird/
WWW: http://www.firebirdsql.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- firebird20-server>0:databases/firebird20-server
- No installation instructions:
- This port has been deleted.
- PKGNAME: firebird20-server
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- gmake : devel/gmake
- automake-1.14 : devel/automake
- autoconf-2.69 : devel/autoconf
- libtool>=2.4 : devel/libtool
- Library dependencies:
-
- libicuuc.so : devel/icu
- libfbembed.so : databases/firebird20-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.7_1 11 May 2014 21:39:03 |
bapt |
Using git svn for removal is a bad idea |
2.0.7_1 11 May 2014 21:22:47 |
bapt |
Remove EOLed firebird 2.0 |
2.0.7_1 24 Mar 2014 00:17:31 |
acm |
- Mark DEPRECATED. Firebird 2.0 has been discontinued. Use firebird21 or
firebird25 instead |
2.0.7_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
2.0.7 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
2.0.7 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.0.7 09 Oct 2013 19:56:42 |
acm |
- Fix build on amd64
Reported by: pkg-fallout |
2.0.7 03 Oct 2013 07:46:07 |
acm |
- Add CONFLICTS with another firebird versions |
2.0.7 03 Oct 2013 06:57:24 |
acm |
- Remove LATEST_LINK [1]
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1] |
2.0.7 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.0.7 16 Jul 2013 05:42:37 |
ade |
- Update devel/automake to 1.14
- 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 |
2.0.7 30 Mar 2013 04:33:49 |
acm |
- Fix build on all version of firebird2*-client
- Rename pkg-install to pkg-install-server. It only must be used by firebird
server ports
Reported by: miwiw |
2.0.7 24 Mar 2013 04:29:26 |
acm |
- Update to 2.0.7
- Move files/pkg-install.in to pkg-install
- Add new warning message when it is building as root
- Remove obsolete patch files |
2.0.6_2 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
2.0.6_2 18 Dec 2012 23:09:07 |
bapt |
Chase icu, graphite2 and libexttextcat bump |
2.0.6_1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
2.0.6_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.0.6_1 10 Jul 2011 21:06:39 |
bapt |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines |
2.0.6 20 Dec 2010 20:49:07 |
acm |
- Fix MASTERSITES
Reported by: erwin |
2.0.6 20 Dec 2010 09:01:34 |
acm |
- Update to 2.0.6
- Take maintainership
- Avoid conflicts with GEOM and sysutils/coreutils [1] gstat commands
- Clean up
Reported by: Jan Henrik Sylvester <me at janh.de> [1] |
2.0.3_6 15 Dec 2010 11:37:49 |
bapt |
Chase devel/icu upgrade
Add an updating note |
2.0.3_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.3_5 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.0.3_5 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
2.0.3_5 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.0.3_4 15 Aug 2010 07:01:44 |
acm |
- Remove conflict with databases/unixODBC and databases/virtuoso. isql binary
was renamed to isql-fb
- Bump PORTREVISION |
2.0.3_3 12 Jun 2010 07:28:11 |
dinoex |
- add sysvipc check for cleint
- CONFLICTS in slave ports now working |
2.0.3_3 24 Apr 2010 05:35:58 |
dinoex |
- warn when if no SYSVIPC
- fix coredump
PR: 140365
Submitted by: Dan Lukes |
2.0.3_2 03 Sep 2009 15:12:35 |
skv |
Reset maintainership (ENOTIME). |
2.0.3_2 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.0.3_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
2.0.3_2 07 Apr 2009 23:25:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: David Naylor <naylor.b.david@gmail.com> |
2.0.3_2 24 Nov 2008 06:22:36 |
skv |
Rename databases/firebird2-* to databases/firebird20-* |