FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:46 AM GMT
Port details
gnome-db 0.2.96_14 databases on this many watch lists=2 search for ports that depend on this port
Provide uniform access to data sources for the GNOME environment
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 May 2006 04:10:30
Also Listed In: gnome
License: not specified in port
gnome-db can be considered as an extension of the libgda project.

Its aims are the same: to provide universal data source access for
client applications, as well as development tools and libraries
for doing so. gnome-db; is an extension to libgda; because it adds
support to the architecture for the GNOME project.

WWW: http://www.gnome-db.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/libtool, devel/pkg-config
Required To Run: misc/gnomehier, devel/pkg-config
Required Libraries: devel/gettext, audio/esound, devel/bonobo, devel/gconf, graphics/gdk-pixbuf, devel/glib12, graphics/gnomecanvas, x11/gnome-libs, print/gnome-print, x11-toolkits/gtk12, databases/libgda, textproc/libxml, graphics/imlib, devel/oaf, devel/ORBit
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gnome-db/0.2/
http://ftp.acc.umu.se/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gnome-db/0.2/
http://ftp.unina.it/pub/linux/GNOME/sources/gnome-db/0.2/
http://fr2.rpmfind.net/linux/gnome.org/sources/gnome-db/0.2/
http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gnome-db/0.2/
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/gnome-db/0.2/
http://linorg.usp.br/gnome/sources/gnome-db/0.2/
http://mirror.aarnet.edu.au/pub/gnome/sources/gnome-db/0.2/
http://ring.nict.go.jp/archives/X/gnome/sources/gnome-db/0.2/
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gnome-db/0.2/
http://ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.2.96_14
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
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.2.96_14
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.2.96_14
ade search for other commits by this committer
Sync to new bsd.autotools.mk
31 May 2010 02:01:56
Original commit files touched by this commit  0.2.96_14
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.2.96_13
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.2.96_12
dinoex search for other commits by this committer
- update to jpeg-8
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.2.96_11
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
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.2.96_11
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
02 Feb 2009 01:36:16
Original commit files touched by this commit  0.2.96_10
araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.2.96_10
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:17:10
Original commit files touched by this commit  0.2.96_10
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.2.96_9
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
24 Oct 2007 23:37:25
Original commit files touched by this commit  0.2.96_8
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 May 2007 20:32:57
Original commit files touched by this commit  0.2.96_7
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
02 Mar 2007 18:59:29
Original commit files touched by this commit  0.2.96_6
mezz search for other commits by this committer
Fix the build with objformat removal on -CURRENT.

PR:             ports/109754, ports/109755
Submitted by:   rafan
14 Oct 2006 08:54:54
Original commit files touched by this commit  0.2.96_6
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
04 Jun 2006 21:17:26
Original commit files touched by this commit  0.2.96_5
mezz search for other commits by this committer
Fix the plist, bump the PORTREVISION.

Reported by:    krismail
28 May 2006 04:06:27
Original commit files touched by this commit  0.2.96_4
mezz search for other commits by this committer
Change the PORTNAME:

        gnomemag -> gnome-mag
        gnomespeech -> gnome-speech
        fileroller -> file-roller
        gnomeaudio -> gnome-audio
        gnomemedia2 -> gnome-media
        gnomedb -> gnome-db
        gnomeblog -> gnome-blog
        gnomepim -> gnome-pim
        gnomeutils2 -> gnome-utils
        bugbuddy -> bug-buddy
        gnomebuild -> gnome-build
        gnomecommon -> gnome-common
        gnomecrash -> gnome-crash

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours7
new 7 days45
new fortnight70
new month141

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.157 seconds.