summaryrefslogtreecommitdiffstats
path: root/databases/libgda
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* Fix build with GCC 3.3.1.marcus2003-08-041-0/+50
| | | | | PR: 55236 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
|
* Remove USE_GNOMENG.marcus2003-04-181-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-113-17/+7
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Get libgda compiling under -CURRENT again.marcus2002-06-169-0/+99
|
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-016-41/+56
| | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
* Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9marcus2002-04-241-0/+1
| | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax
* Update to 0.2.96.sobomax2002-03-042-2/+4
| | | | | PR: 35489 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 0.2.95.sobomax2002-01-283-2/+50
|
* Update to 0.2.94.sobomax2002-01-233-3/+41
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-191-8/+17
|
* Update checksums because distfiles were rerolled without version bump.sobomax2001-12-014-55/+2
| | | | | | Since there were some non-witespace changes bump PORTREVISIONs. Prompted by: many
* Add patch which I missed in the previous commit.sobomax2001-11-211-0/+14
| | | | Submitted by: Anders Andersson <anders@codefactory.se>
* Update checksum - the distfile has been rerolled without version bump. Sincesobomax2001-11-215-23/+12
| | | | | | | | there are significant differencies between old and new version bump PORTREVISION. RP: 32131 Submitted by: Takahiro Fujita <takfjt@anet.ne.jp>
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* Update to 0.2.93.sobomax2001-10-238-119/+97
|
* Forgot to `cvs add' this file.sobomax2001-08-201-0/+18
|
* Another checksum update w/o version bump - as it was correctly predicted insobomax2001-08-202-24/+2
| | | | | my previous update the GNOME folks rerolled distfile once more because previous one was lacking some files necessary for configure script to work properly.
* Remove lib*.la files after installation, because presence of this filessobomax2001-08-162-5/+8
| | | | | | breaks gnomedb build on 4-STABLE. Reported by: *many*
* <GNOME release management just sucks>sobomax2001-08-145-78/+33
| | | | | | | | | Another day, another version-bumpless distinfo update. This time distfile misses some files required by configure script, so expect another bumpless update RSN. </GNOME release management just sucks> Submitted by: bento
* Update WWW.sobomax2001-08-141-1/+1
|
* Update checksum. The distfile has been reroled without version bump.sobomax2001-08-133-1/+57
| | | | | | Bump PORTREVISION. Submitted by: many
* Update to 0.2.90.sobomax2001-08-068-153/+76
|
* - Fix a silly GNUism in the configure script (`==' instead of `='), thatsobomax2001-07-264-41/+73
| | | | | results in perl module not being built; - remove useless USE_LIBTOOL.
* Update to 0.2.10ade2001-06-199-30/+199
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-046-0/+188
bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
OpenPOWER on IntegriCloud