Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/tora/Makefile

[BACK] Up to [FreeBSD] / ports / databases / tora

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:52 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Nov 8 18:17:53 2010 UTC (15 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
- Update to 2.1.3

PR:		ports/151877
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:51:53 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Punt autoconf267->autoconf268

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:28 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Round one migration of ports from automake{19,110} to automake111

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:03 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jul 5 19:42:31 2010 UTC (19 months, 1 week ago) by jpaetzel
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +16 -17 lines
Update databases/tora to 2.1.2
Add OPTIONS for SQL backends
Disable Oracle support by default (so tora can be compiled for amd64 with other SQL backends)

PR:	ports/148328
Submitted by:	Cezary Morga <cm@therek.net>
Approved by:	itetcu@ (mentor) implicit
Feature safe: yes

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:32:19 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Aug 14 10:22:03 2009 UTC (2 years, 5 months ago) by makc
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -0 lines
Fix build after Qt4 ports update.

Approved by:	portmgr (miwi)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:51 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 22 10:13:20 2009 UTC (2 years, 8 months ago) by dhn
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +31 -39 lines
- Update to 2.0.0
- Pass maintainership to submitter

PR:		ports/134429
Submitted by:	Cezary Morga <cm@therek>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 5 17:27:28 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -8 lines
- Remove conditional checks relevant only on FreeBSD 5.x and older

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:31 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:31 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jul 11 08:46:00 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -2 lines
- Update to 1.3.22

PR:		125333
Submitted by:	José García Juanino <jjuanino@gmail.com>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:17:10 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat May 3 16:18:02 2008 UTC (3 years, 9 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
- Update cppunit to 1.12.0
- Update all related ports

PR:		120489
Submitted by:	leeym
Approved by:	maintainer timeout

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:47:24 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
- Remove unneeded dependency from gtk12/gtk20 [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)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Apr 4 16:44:55 2008 UTC (3 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
The tarball has been rerolled: it now includes all the generated stuff
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.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Apr 2 21:28:59 2008 UTC (3 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -1 lines
Fix when NOPORTDOCS is set.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 1 22:04:01 2008 UTC (3 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +14 -7 lines
Upgrade to 1.3.23, also known as 1.3-"end-of-life".

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=586904>.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 30 11:32:02 2008 UTC (3 years, 10 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -0 lines
Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 10 16:08:53 2008 UTC (3 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +9 -5 lines
Update to 1.3.22.

PR:		116673
Submitted by:	Thierry Thomas

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 13 20:26:36 2007 UTC (4 years, 2 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -5 lines
Fix build with gcc 4.2.

Approved by:	portmgr (pav)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:21:24 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -5 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 26 19:54:40 2007 UTC (4 years, 4 months ago) by thierry
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Release maintainership: I'm still working with Oracle databases on a
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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 19 20:01:18 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 16 14:40:42 2006 UTC (5 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Chase qscintilla's upgrade.

Reported by:	pointyhat via Kris
Pointyhat to:	miwi

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:10:55 2006 UTC (5 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1 lines
Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.

Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG.

Reported by:	pointyhat via Kris

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Apr 8 19:39:47 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -1 lines
Mark broken on FreeBSD-4.

Reported by:	Ports-i386 via Kris

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 22 20:48:37 2006 UTC (5 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +43 -38 lines
Since we have a native Net8, resurrect TOra.

Revision 1.9
Mon Aug 16 05:36:42 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
FILE REMOVED
Changes since revision 1.8: +1 -1 lines
As previously announced, remove these broken/insecure/obsolete ports.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 17 09:30:46 2004 UTC (7 years, 8 months ago) by arved
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -0 lines
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED

Suggested by:   eik

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:09 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:58:31 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 23 21:22:53 2003 UTC (9 years ago) by anders
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Use USE_REINPLACE & REINPLACE_CMD instead of PERL.

Requested by:	Ulrich Spoerlein <q@uni.de>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 25 21:34:30 2002 UTC (9 years, 5 months ago) by anders
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update to 1.2.4.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 7 01:29:47 2002 UTC (9 years, 10 months ago) by anders
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to version 1.2.3.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 24 14:13:36 2002 UTC (9 years, 11 months ago) by anders
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update to 1.2.2.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 3 23:06:51 2002 UTC (10 years, 1 month ago) by anders
Branches: MAIN
CVS tags: RELEASE_4_5_0
Add TOra version 1.2.1, Toolkit for Oracle.

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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options