summaryrefslogtreecommitdiff
path: root/databases/libgda (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-246-56/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-23/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix the build with objformat removal on -CURRENT.Jeremy Messenger2007-03-021-0/+1
| | | | | | | | PR: ports/109754, ports/109755 Submitted by: rafan Notes: svn path=/head/; revision=186366
* Add conflicts with libgda2.Alexander Leidinger2007-01-061-1/+3
| | | | | | | Approved by: gnome (mezz) Notes: svn path=/head/; revision=181641
* Add a patch which lets this compile on my -current system.Alexander Leidinger2007-01-061-0/+18
| | | | | | | Approved by: gnome (mezz) Notes: svn path=/head/; revision=181640
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-3/+26
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* portlint:Jeremy Messenger2006-05-162-13/+14
| | | | | | | | -Use DOCSDIR in plist. -Add INSTALLS_OMF, bump the PORTREVISION. Notes: svn path=/head/; revision=162516
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104457
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* Fix build with GCC 3.3.1.Joe Marcus Clarke2003-08-041-0/+50
| | | | | | | | PR: 55236 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=86292
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-2/+0
| | | | Notes: svn path=/head/; revision=82858
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-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. Notes: svn path=/head/; revision=66862
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-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 Notes: svn path=/head/; revision=62821
* Get libgda compiling under -CURRENT again.Joe Marcus Clarke2002-06-169-0/+99
| | | | Notes: svn path=/head/; revision=61333
* - Move misc documentation into share/doc where it belongs;Maxim Sobolev2002-05-016-41/+56
| | | | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. Notes: svn path=/head/; revision=58418
* Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9Joe Marcus Clarke2002-04-241-0/+1
| | | | | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax Notes: svn path=/head/; revision=58062
* Update to 0.2.96.Maxim Sobolev2002-03-042-2/+4
| | | | | | | | PR: 35489 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=55506
* Update to 0.2.95.Maxim Sobolev2002-01-283-2/+50
| | | | Notes: svn path=/head/; revision=53918
* Update to 0.2.94.Maxim Sobolev2002-01-233-3/+41
| | | | Notes: svn path=/head/; revision=53639
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Update checksums because distfiles were rerolled without version bump.Maxim Sobolev2001-12-014-55/+2
| | | | | | | | | Since there were some non-witespace changes bump PORTREVISIONs. Prompted by: many Notes: svn path=/head/; revision=50797
* Add patch which I missed in the previous commit.Maxim Sobolev2001-11-211-0/+14
| | | | | | | Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=50334
* Update checksum - the distfile has been rerolled without version bump. SinceMaxim Sobolev2001-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> Notes: svn path=/head/; revision=50328
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 0.2.93.Maxim Sobolev2001-10-238-119/+97
| | | | Notes: svn path=/head/; revision=49117
* Forgot to `cvs add' this file.Maxim Sobolev2001-08-201-0/+18
| | | | Notes: svn path=/head/; revision=46516
* Another checksum update w/o version bump - as it was correctly predicted inMaxim Sobolev2001-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. Notes: svn path=/head/; revision=46515
* Remove lib*.la files after installation, because presence of this filesMaxim Sobolev2001-08-162-5/+8
| | | | | | | | | breaks gnomedb build on 4-STABLE. Reported by: *many* Notes: svn path=/head/; revision=46319
* <GNOME release management just sucks>Maxim Sobolev2001-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 Notes: svn path=/head/; revision=46230
* Update WWW.Maxim Sobolev2001-08-141-1/+1
| | | | Notes: svn path=/head/; revision=46221
* Update checksum. The distfile has been reroled without version bump.Maxim Sobolev2001-08-133-1/+57
| | | | | | | | | Bump PORTREVISION. Submitted by: many Notes: svn path=/head/; revision=46168
* Update to 0.2.90.Maxim Sobolev2001-08-068-153/+76
| | | | Notes: svn path=/head/; revision=45866
* - Fix a silly GNUism in the configure script (`==' instead of `='), thatMaxim Sobolev2001-07-264-41/+73
| | | | | | | | results in perl module not being built; - remove useless USE_LIBTOOL. Notes: svn path=/head/; revision=45507
* Update to 0.2.10Ade Lovett2001-06-199-30/+199
| | | | Notes: svn path=/head/; revision=44207
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527