9461 FreshPorts -- databases/firebird20-server
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
firebird20-server 2.0.7 databases on this many watch lists=1 search for ports that depend on this port
Firebird-2 relational database (server)
Maintained by: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Nov 2008 06:23:07
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. databases/firebird20-client

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. devel/gmake
  3. devel/automake
  4. devel/autoconf
  5. devel/libtool
Required Libraries:
  1. devel/icu
  2. databases/firebird20-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/databases/firebird20-server/ && make install clean
To add the package: pkg_add -r firebird20-server


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/firebird/
  2. http://aarnet.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  3. http://freefr.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  4. http://garr.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  5. http://heanet.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  6. http://hivelocity.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  7. http://ignum.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  8. http://internode.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  9. http://iweb.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  10. http://jaist.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  11. http://kaz.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  12. http://kent.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  13. http://master.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  14. http://nchc.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  15. http://ncu.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  16. http://netcologne.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  17. http://sunet.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  18. http://superb-dca3.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  19. http://switch.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  20. http://tenet.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  21. http://ufpr.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
  22. http://waix.dl.sourceforge.net/project/firebird/firebird/2.0.7-Release/
Port Moves

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 Mar 2013 04:33:49
Original commit files touched by this commit  2.0.7
acm search for other commits by this committer
- 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
24 Mar 2013 04:29:26
Original commit files touched by this commit  2.0.7
acm search for other commits by this committer
- 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
08 Mar 2013 11:32:12
Original commit files touched by this commit  2.0.6_2
bapt search for other commits by this committer
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
18 Dec 2012 23:09:07
Original commit files touched by this commit  2.0.6_2
bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
09 Oct 2012 22:12:14
Original commit files touched by this commit  2.0.6_1
linimon search for other commits by this committer
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.
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.0.6_1
amdmi3 search for other commits by this committer
- 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
10 Jul 2011 21:06:39
Original commit files touched by this commit  2.0.6_1
bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
20 Dec 2010 20:49:07
Original commit files touched by this commit  2.0.6
acm search for other commits by this committer
- Fix MASTERSITES

Reported by:    erwin
20 Dec 2010 09:01:34
Original commit files touched by this commit  2.0.6
acm search for other commits by this committer
- 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]
15 Dec 2010 11:37:49
Original commit files touched by this commit  2.0.3_6
bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.0.3_5
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.0.3_5
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:57:56
Original commit files touched by this commit  2.0.3_5
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.0.3_5
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
15 Aug 2010 07:01:44
Original commit files touched by this commit  2.0.3_4
acm search for other commits by this committer
- Remove conflict with databases/unixODBC and databases/virtuoso. isql binary
  was renamed to isql-fb
- Bump PORTREVISION
12 Jun 2010 07:28:11
Original commit files touched by this commit  2.0.3_3
dinoex search for other commits by this committer
- add sysvipc check for cleint
- CONFLICTS in slave ports now working
24 Apr 2010 05:35:58
Original commit files touched by this commit  2.0.3_3
dinoex search for other commits by this committer
- warn when if no SYSVIPC

- fix coredump
PR:             140365
Submitted by:   Dan Lukes
03 Sep 2009 15:12:35
Original commit files touched by this commit  2.0.3_2
skv search for other commits by this committer
Reset maintainership (ENOTIME).
22 Aug 2009 00:18:43
Original commit files touched by this commit  2.0.3_2
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.0.3_2
mezz search for other commits by this committer
-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
07 Apr 2009 23:25:43
Original commit files touched by this commit  2.0.3_2
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    David Naylor <naylor.b.david@gmail.com>
24 Nov 2008 06:22:36
Original commit files touched by this commit  2.0.3_2
  Sanity Test Failure
skv search for other commits by this committer
Rename databases/firebird2-* to databases/firebird20-*

Number of commits found: 22

2873
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 475
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 513
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days32
new fortnight65
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0