summaryrefslogtreecommitdiff
path: root/databases/libgda3/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename databases/firebird2-* to databases/firebird20-*Sergey Skvortsov2008-11-241-1/+1
| | | | Notes: svn path=/head/; revision=223317
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 3.0.4.Joe Marcus Clarke2008-04-201-2/+2
| | | | Notes: svn path=/head/; revision=211636
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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) Notes: svn path=/head/; revision=211584
* libgda3:Koop Mast2008-03-251-1/+1
| | | | | | | | | | | | | | Correct typo. So libgda3-mdb build. libgda3-*: Correct stupid copy-paste error. Point to the correct subdir. Correct plist for libgda3-freetds Extra Large Pointyhat awarded to: kwm Notes: svn path=/head/; revision=209793
* - Fix plistPav Lucistnik2008-03-251-1/+1
| | | | Notes: svn path=/head/; revision=209780
* Update libgda3 to 3.0.2, and split out the various database backends asJoe Marcus Clarke2008-03-241-113/+37
| | | | | | | | | slave ports. Submitted by: kwm Notes: svn path=/head/; revision=209659
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+4
| | | | | | | | | | 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
* Move the libgda3 programming reference to the libgda3-reference port.Jean-Yves Lefort2006-05-111-5/+11
| | | | Notes: svn path=/head/; revision=162058
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix PLIST_SUB after the libgda2 --> libgda3 move.Joe Marcus Clarke2006-03-271-1/+1
| | | | Notes: svn path=/head/; revision=158231
* This port conflicts with libgda2.Joe Marcus Clarke2006-03-261-0/+2
| | | | Notes: svn path=/head/; revision=158220
* Add USE_GETTEXT to make portlint happy.Joe Marcus Clarke2006-03-261-0/+1
| | | | Notes: svn path=/head/; revision=158216
* Repocopy libgda2 to libgda3 in order to resurrect the 1.2.x version ofJoe Marcus Clarke2006-03-261-2/+2
| | | | | | | libgda needed by ports such as planner, libdamm, and glom. Notes: svn path=/head/; revision=158213
* Update to 1.9.102.Joe Marcus Clarke2006-03-251-2/+1
| | | | Notes: svn path=/head/; revision=158089
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 1.9.100.Joe Marcus Clarke2005-11-051-9/+9
| | | | Notes: svn path=/head/; revision=147278
* Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.Jeremy Messenger2005-06-161-2/+3
| | | | | | | Submitted by: Peter Czanik <pczanik@fang.fa.gau.hu> (in freebsd-ports list) Notes: svn path=/head/; revision=137529
* Update to 1.2.2.Joe Marcus Clarke2005-06-151-2/+1
| | | | Notes: svn path=/head/; revision=137470
* - Fix after databases/firebird splitSergey Matveychuk2005-05-181-3/+4
| | | | | | | Reminded by: netchild Notes: svn path=/head/; revision=135562
* Fix INDEX build if WITH_SQLITE is defined.Mark Linimon2005-03-141-1/+1
| | | | | | | Forgotten by: nork Notes: svn path=/head/; revision=131150
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-121-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-23/+6
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-1/+2
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-231-0/+1
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* Fix WITHOUT_FIREBIRD case.Alexander Leidinger2004-11-071-1/+1
| | | | | | | | Noticed by: Peter Czanik <pczanik@fang.fa.gau.hu> Pointy hat to: netchild (rev 1.42) Notes: svn path=/head/; revision=121051
* Update to 1.0.4.Joe Marcus Clarke2004-04-181-2/+1
| | | | 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
* 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-171-1/+6
| | | | Notes: svn path=/head/; revision=98367
* Udpate to 1.0.2.Adam Weinberger2004-01-031-2/+1
| | | | | | | 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
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93101
* Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.Alexander Nedotsukov2003-11-011-0/+1
| | | | | | | This complete --libs list and fixes link failures in dependant ports. Notes: svn path=/head/; revision=92766
* s/pqeasy/pgeasy/Joe Marcus Clarke2003-10-131-1/+1
| | | | | | | Submitted by: Sebastian Schaffert <wastl@wastl.net> Notes: svn path=/head/; revision=91071
* Update to 1.0.1.Adam Weinberger2003-10-121-2/+1
| | | | Notes: svn path=/head/; revision=90939
* Fix reference in .omf file to html documentation. So it can be navigatedAlexander Nedotsukov2003-10-021-0/+1
| | | | | | | via Yelp. Notes: svn path=/head/; revision=90014
* Update to 1.0.0.Adam Weinberger2003-09-251-3/+3
| | | | | | | Obtained from: marcuscom Notes: svn path=/head/; revision=89285
* * Use USE_MYSQL [1]Joe Marcus Clarke2003-08-301-37/+11
| | | | | | | | | | * Handle OMF files properly * Use %%DOCSDIR%% in the plist Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1] Notes: svn path=/head/; revision=88044
* Depend on openldap20-client as openldap20 no longer exists.Joe Marcus Clarke2003-08-161-1/+1
| | | | | | | Pointed out by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87082
* Update to 0.91.0.Joe Marcus Clarke2003-08-061-2/+2
| | | | Notes: svn path=/head/; revision=86379
* Update to 0.90.Joe Marcus Clarke2003-07-031-2/+2
| | | | Notes: svn path=/head/; revision=84175
* * Update to 0.12.1 [1]Joe Marcus Clarke2003-06-121-18/+168
| | | | | | | | | | * 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
* Update to 0.12.0.Joe Marcus Clarke2003-06-011-13/+13
| | | | Notes: svn path=/head/; revision=81796
* Remove dependency on gbdm. libgda2 does not use it.Joe Marcus Clarke2003-05-171-3/+3
| | | | | | | Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=81160