summaryrefslogtreecommitdiff
path: root/databases/libgnomedb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-8/+42
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Move the libgnomedb programming reference to the libgnomedb-reference port.Jean-Yves Lefort2006-05-112-112/+10
| | | | Notes: svn path=/head/; revision=162094
* Switch to using a libgda3 dependency.Joe Marcus Clarke2006-03-261-1/+2
| | | | Notes: svn path=/head/; revision=158217
* Update to 1.9.102.Joe Marcus Clarke2006-03-255-227/+81
| | | | Notes: svn path=/head/; revision=158089
* Conversion to a single libtool environment.Ade Lovett2006-02-232-10/+25
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Fix some C99'isms for 4.xVolker Stolz2005-11-104-0/+74
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=147844
* Update to 1.9.100.Joe Marcus Clarke2005-11-056-164/+390
| | | | Notes: svn path=/head/; revision=147278
* Update to 1.2.2.Joe Marcus Clarke2005-06-152-3/+3
| | | | Notes: svn path=/head/; revision=137470
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-129-157/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy! Notes: svn path=/head/; revision=130972
* Use new GCONF_SCHEMAS.Jeremy Messenger2004-11-232-3/+2
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=122241
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Fix build with gcc 3.4.Adam Weinberger2004-08-022-0/+21
| | | | Notes: svn path=/head/; revision=115266
* 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
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-12/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Fix a crash when trying to login to any database.Joe Marcus Clarke2004-04-192-0/+38
| | | | Notes: svn path=/head/; revision=107507
* Update to 1.0.4.Joe Marcus Clarke2004-04-184-4/+19
| | | | Notes: svn path=/head/; revision=107490
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* - 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-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 1.0.3.Adam Weinberger2004-01-173-13/+4
| | | | Notes: svn path=/head/; revision=98367
* Udpate to 1.0.2.Adam Weinberger2004-01-033-51/+51
| | | | | | | Use %%DOCSDIR%%. Notes: svn path=/head/; revision=97244
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 1.0.1.Adam Weinberger2003-10-122-3/+2
| | | | Notes: svn path=/head/; revision=90939
* Fix reference in .omf file to html documentation. So it can be navigatedAlexander Nedotsukov2003-10-022-0/+12
| | | | | | | via Yelp. Notes: svn path=/head/; revision=90014
* Update to 1.0.0.Adam Weinberger2003-09-252-3/+3
| | | | | | | Obtained from: marcuscom Notes: svn path=/head/; revision=89285
* Update to 0.91.0.Joe Marcus Clarke2003-08-063-7/+7
| | | | Notes: svn path=/head/; revision=86379
* Update to 0.90.Joe Marcus Clarke2003-07-033-4/+6
| | | | Notes: svn path=/head/; revision=84175
* Revert the gtksourceview changes. The 0.3.0 version has an API change.Joe Marcus Clarke2003-06-152-40/+2
| | | | Notes: svn path=/head/; revision=83076
* Add a dependency on gtksourceview, and fix the detection of said newJoe Marcus Clarke2003-06-152-4/+43
| | | | | | | | | module. Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=83046
* Update to 0.12.2.Adam Weinberger2003-06-132-2/+2
| | | | Notes: svn path=/head/; revision=82951
* * Update to 0.12.1 [1]Joe Marcus Clarke2003-06-123-3/+6
| | | | | | | | | | * Add support for for database options in libgda2 [2] Submitted by: netchild [1] (based on) netchild [2] Notes: svn path=/head/; revision=82890
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Remove two stale plist entries.Joe Marcus Clarke2003-06-021-1/+0
| | | | | | | Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=82033
* Update to 0.12.0.Joe Marcus Clarke2003-06-013-6/+8
| | | | Notes: svn path=/head/; revision=81796
* Use new GNOME 2 infrastructure.Adam Weinberger2003-04-211-4/+1
| | | | | | | Submitted by: Mezz Notes: svn path=/head/; revision=79391
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* Update to 0.11.0.Joe Marcus Clarke2003-04-044-15/+6
| | | | Notes: svn path=/head/; revision=78128
* 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
* Properly handle OMF files.Joe Marcus Clarke2003-02-081-0/+2
| | | | Notes: svn path=/head/; revision=75086
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-073-9/+14
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Update to 0.9.0.Joe Marcus Clarke2003-01-193-3/+4
| | | | Notes: svn path=/head/; revision=73536
* Update to 0.8.199.Joe Marcus Clarke2002-10-253-2/+13
| | | | Notes: svn path=/head/; revision=68774
* 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