aboutsummaryrefslogtreecommitdiff
path: root/databases/tora
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Fix build after Qt4 ports update.Max Brazhnikov2009-08-141-0/+3
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=239510
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Update to 2.0.0Dennis Herrmann2009-05-2210-379/+99
| | | | | | | | | | - Pass maintainership to submitter PR: ports/134429 Submitted by: Cezary Morga <cm@therek> Notes: svn path=/head/; revision=234388
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-8/+1
| | | | Notes: svn path=/head/; revision=225288
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Update to 1.3.22Martin Wilke2008-07-113-5/+17
| | | | | | | | PR: 125333 Submitted by: José García Juanino <jjuanino@gmail.com> Notes: svn path=/head/; revision=216687
* 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 cppunit to 1.12.0Yen-Ming Lee2008-05-031-2/+2
| | | | | | | | | | | - Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=212548
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - 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
* Fix build when knob WITHOUT_KDE is set.Thierry Thomas2008-04-051-0/+13
| | | | | | | | PR: ports/122466 Submitted by: José García Juanino <jjuanino (at) gmail com> Notes: svn path=/head/; revision=210618
* The tarball has been rerolled: it now includes all the generated stuffThierry Thomas2008-04-042-3/+5
| | | | | | | | | | | | | by the autotools (Makefile.in, configure, etc.), and some other patches. Full diff at <http://people.freebsd.org/~thierry/ports/tora-1-3-end-of-life_080325_080403.diff.bz2> Note: I could have removed the autotools and use the pre-generated stuff but I keep it as-is. Notes: svn path=/head/; revision=210527
* Fix when NOPORTDOCS is set.Thierry Thomas2008-04-021-1/+3
| | | | Notes: svn path=/head/; revision=210408
* Upgrade to 1.3.23, also known as 1.3-"end-of-life".Thierry Thomas2008-04-016-57/+51
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=586904>. Notes: svn path=/head/; revision=210341
* Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem.Max Khon2008-03-301-0/+5
| | | | Notes: svn path=/head/; revision=210163
* Update to 1.3.22.Max Khon2008-03-109-291/+483
| | | | | | | | PR: 116673 Submitted by: Thierry Thomas Notes: svn path=/head/; revision=208740
* Fix build with gcc 4.2.Max Khon2007-11-132-5/+12
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=202692
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+0
| | | | Notes: svn path=/head/; revision=200769
* Release maintainership: I'm still working with Oracle databases on aThierry Thomas2007-09-261-1/+1
| | | | | | | | | | daily basis, but I'm no more allowed to connect my laptop (for security reasons!). I'm sending a PR to upgrade to TOra to the latest 1.3.22. Notes: svn path=/head/; revision=200139
* - 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
* Chase qscintilla's upgrade.Thierry Thomas2006-12-161-1/+2
| | | | | | | | Reported by: pointyhat via Kris Pointyhat to: miwi Notes: svn path=/head/; revision=179948
* Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.Thierry Thomas2006-11-071-1/+5
| | | | | | | | | Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG. Reported by: pointyhat via Kris Notes: svn path=/head/; revision=176752
* No functional change: just add "-v" to investigate a linkage failureThierry Thomas2006-07-261-1/+10
| | | | | | | reported by linimon on pointyhat. Notes: svn path=/head/; revision=168829
* Mark broken on FreeBSD-4.Thierry Thomas2006-04-081-1/+8
| | | | | | | Reported by: Ports-i386 via Kris Notes: svn path=/head/; revision=159151
* Since we have a native Net8, resurrect TOra.Thierry Thomas2006-03-227-0/+335
| | | | Notes: svn path=/head/; revision=157982
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-165-416/+0
| | | | Notes: svn path=/head/; revision=116348
* Start the QT2 deorbit by marking all ports that depend non-optionalTilman Keskinoz2004-05-171-0/+3
| | | | | | | | | on qt23 DEPRECATED Suggested by: eik Notes: svn path=/head/; revision=109327
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* 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
* Use USE_REINPLACE & REINPLACE_CMD instead of PERL.Anders Nordby2003-01-231-1/+2
| | | | | | | Requested by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=73884
* Update to 1.2.4.Anders Nordby2002-08-252-2/+2
| | | | Notes: svn path=/head/; revision=64998
* Update to version 1.2.3.Anders Nordby2002-04-072-2/+2
| | | | Notes: svn path=/head/; revision=57397
* Update to 1.2.2.Anders Nordby2002-02-242-2/+2
| | | | Notes: svn path=/head/; revision=55184
* Add TOra version 1.2.1, Toolkit for Oracle.Anders Nordby2002-01-036-0/+410
TOra is a well-featured QT based GUI database administration toolkit. It has some, limited support for MySQL. Due to the lack of native Oracle libraries for FreeBSD, this port only supports MySQL (and a limited set of features). It's still a very polished application with a lot of potential. Notes: svn path=/head/; revision=52546