Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3611d67aaae688085b45b30e3d6119001f0c557)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3611d67aaae688085b45b30e3d6119001f0c557)
  • Date: Sat, 30 Jan 2010 11:29:49 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 ++
database/dbd-interbase/DEPENDS | 2 -
database/dbd-interbase/HISTORY | 3 ++
database/firebird/CONFLICTS | 1
database/firebird/DETAILS | 6 ----
database/firebird/HISTORY | 6 ++++
database/firebird/PREPARE | 8 -----
database/firebird/PROVIDES | 2 -
database/firebird/fb2.5.patch.bz2 | 0
database/firebird25/BUILD | 51
+++++++++++++++++++++++++++++++++++
database/firebird25/CONFIGURE | 7 ++++
database/firebird25/CONFLICTS | 1
database/firebird25/DEPENDS | 22 +++++++++++++++
database/firebird25/DETAILS | 20 +++++++++++++
database/firebird25/FINAL | 27 ++++++++++++++++++
database/firebird25/HISTORY | 4 ++
database/firebird25/INSTALL | 19 +++++++++++++
database/firebird25/PRE_BUILD | 21 ++++++++++++++
database/firebird25/PROVIDES | 2 +
database/firebird25/UP_TRIGGERS | 16 ++++++++++
database/firebird25/configs | 3 ++
database/firebird25/excluded | 1
database/firebird25/fb25.patch.bz2 |binary
database/firebird25/init.d/firebird2 | 45 ++++++++++++++++++++++++++++++
database/firebird25/volatiles | 3 ++
database/flamerobin/DEPENDS | 2 -
database/flamerobin/HISTORY | 3 ++
dev/null |binary
gnome2-libs/libgda2/DEPENDS | 2 -
gnome2-libs/libgda2/HISTORY | 3 ++
gnome2-libs/libgda3/DEPENDS | 2 -
gnome2-libs/libgda3/HISTORY | 3 ++
python-pypi/kinterbasdb/DEPENDS | 2 -
python-pypi/kinterbasdb/HISTORY | 3 ++
x11-toolkits/qt-x11/DEPENDS | 2 -
x11-toolkits/qt-x11/HISTORY | 3 ++
x11-toolkits/qt4/DEPENDS | 2 -
x11-toolkits/qt4/HISTORY | 3 ++
38 files changed, 282 insertions(+), 21 deletions(-)

New commits:
commit 584862773f650801725b0e3bb2d05ab71d801ff3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

database/firebird25 - new spell

commit 26c3af30b4ee859378b01f99f3c6f7e6984d474d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird - remove fb2.5 stuff

commit 67d168000f6baed9c8cc62a3f87d4aae68169500
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgda3 - depends FIREBIRD

commit d0d086beb7810e27ca17e383bcc92fc3082d9a01
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgda2 - depends FIREBIRD

commit d249ce246f882a6ce4325d0f99e59313a4c4f920
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

flamerobin - depends FIREBIRD

commit 5d9c2568c5b26499865f21c4910fd20b02fb908e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kinterbasdb - depends FIREBIRD

commit 3cf982772f6b5b55db2693c42e96f91de2a2e0b7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qt-x11 - depends FIREBIRD

commit 548603c01dd787bf2c032354ac781d3c9a7cf630
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qt4 - depends FIREBIRD

commit e8a1ddab6bbe8ccfc876dd2ddad47c7bac1e74cf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dbd-interbase - depends FIREBIRD

commit d7100979cbffb2e58805eb5e6f791a556ceeca42
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird -add FIREBIRD provider

diff --git a/ChangeLog b/ChangeLog
index 6f0e045..5bb7f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * database/firebird25: added, separate versions of firebird
+
2010-01-29 Finn Haedicke <finn AT sourcemage.org>
* python-pypi/gtg: new spell, a gtk based todo organizer

diff --git a/database/dbd-interbase/DEPENDS b/database/dbd-interbase/DEPENDS
index dece8a8..16694b9 100755
--- a/database/dbd-interbase/DEPENDS
+++ b/database/dbd-interbase/DEPENDS
@@ -1,4 +1,4 @@
depends perl &&
depends dbi &&
-depends firebird
+depends FIREBIRD

diff --git a/database/dbd-interbase/HISTORY b/database/dbd-interbase/HISTORY
index 63a9321..6da9ec7 100644
--- a/database/dbd-interbase/HISTORY
+++ b/database/dbd-interbase/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD, Makefile.PL.bz2: firebird is now in /opt/firebird
* DETAILS: PATCHLEVEL=1
diff --git a/database/firebird/CONFLICTS b/database/firebird/CONFLICTS
new file mode 100755
index 0000000..3fab6ef
--- /dev/null
+++ b/database/firebird/CONFLICTS
@@ -0,0 +1 @@
+conflicts firebird25
diff --git a/database/firebird/DETAILS b/database/firebird/DETAILS
index b73c17e..b6a1206 100755
--- a/database/firebird/DETAILS
+++ b/database/firebird/DETAILS
@@ -1,11 +1,5 @@
SPELL=firebird
case $FB_VER in
- 2.5)
- VERSION=2.5.0.25784-ReleaseCandidate1
-
SOURCE_HASH=sha512:7227b39cd73477dc50123999f819b52cdaaf19a37bc583bae77b4ae68743a7fff51b67eebab28e4faa8ba15af47e9560b94d5284fac639ac74e882879f652fd0
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/f/F}-${VERSION/-0\.RC?/}
- SECURITY_PATCH=1
-;;
2.0)
VERSION=2.0.5.13206-0

SOURCE_HASH=sha512:8b463631e8708f2e28d7088f9f9d25cda270f924c650d6d4d231c721ef1e4ff5456975ec207ae874a19b00c4e8b273243311d2383551539479ab0d6da04ccd78
diff --git a/database/firebird/HISTORY b/database/firebird/HISTORY
index a0fe66c..3f0600f 100644
--- a/database/firebird/HISTORY
+++ b/database/firebird/HISTORY
@@ -1,3 +1,9 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * PROVIDES: add FIREBIRD
+ * CONFLICTS: added
+ * PREPARE, DETAILS, BUILD: remove fb2.5 support - now a separate spell
+ * fb2.5.patch.bz2: deleted
+
2009-11-28 Treeve Jelbert <treeve AT sourcemage.org>
* init.d/firebird2: fic typo

diff --git a/database/firebird/PREPARE b/database/firebird/PREPARE
index b610bb6..3909b51 100755
--- a/database/firebird/PREPARE
+++ b/database/firebird/PREPARE
@@ -7,7 +7,7 @@ cat <<EOF
After installing firebird, you should change the default password for the
SYSDBA user
by means of the script /usr/firebird/bin/changeDBAPassword.sh
EOF
-config_query_list FB_VER "which version to build?" 2.1 2.0 2.5
+config_query_list FB_VER "which version to build?" 2.1 2.0

# warn of major changes
if spell_ok firebird;then
@@ -38,12 +38,6 @@ EOF
/usr/firebird/upgrade/metadata_charset.txt
EOF
;;
- 2.5)
- cat <<EOF
- Firebird 2.5 includes ODS 11.2 changes. Very experimental!
- You are recommended to back up you firebird installation and
databases
-EOF
- ;;
esac
if ! query "do you really want to upgrade firebird?";then
return 1
diff --git a/database/firebird/PROVIDES b/database/firebird/PROVIDES
index e59f87a..64d8727 100755
--- a/database/firebird/PROVIDES
+++ b/database/firebird/PROVIDES
@@ -1,2 +1,2 @@
SQL
-
+FIREBIRD
diff --git a/database/firebird/fb2.5.patch.bz2
b/database/firebird/fb2.5.patch.bz2
deleted file mode 100644
index db885b4..0000000
Binary files a/database/firebird/fb2.5.patch.bz2 and /dev/null differ
diff --git a/database/firebird25/BUILD b/database/firebird25/BUILD
new file mode 100755
index 0000000..4e9e1dc
--- /dev/null
+++ b/database/firebird25/BUILD
@@ -0,0 +1,51 @@
+ local FF DB LL &&
+ persistent_add FB_PREFIX &&
+ FB_PREFIX=${INSTALL_ROOT}/opt/firebird &&
+ OPTS="${OPTS} ${FB_SS}" &&
+ make_single &&
+# prepare optional language support
+ for LL in $FB_GPRE; do
+ if [[ $LL != none ]]; then
+ OPTS="${OPTS} --with-gpre-${LL}"
+ fi
+ done &&
+ OPTS="${OPTS} ${FB_STAT}" &&
+ LDFLAGS="$LDFLAGS -lpthread" &&
+ ./configure \
+ --prefix=$FB_PREFIX \
+ $OPTS &&
+if [[ $FB_CLIENT == n ]]; then
+ make &&
+ cd $SOURCE_DIRECTORY/gen/firebird &&
+# fix ownership and permissions
+ chown -R root:root ./ &&
+ chmod -R uga-w ./ &&
+# Everyone may execute clients
+ chmod 0555 bin/* &&
+# Shell scripts changing security attributes are for root only
+ chmod 0500 bin/*.sh &&
+# Security database
+ FF=security2.fdb &&
+ if [[ -e $FB_PREFIX/$FF ]];then
+ mv $FF $FF.new
+ else
+# Nobody except firebird permitted to even read this file
+ chown firebird:firebird $FF &&
+ chmod 0600 $FF
+ fi &&
+# all database should be owned by firebird
+# cd $SOURCE_DIRECTORY/gen/ &&
+ for DB in `ls examples/empbuild/*.fdb`
+ do
+ chmod ug+w $DB &&
+ chown firebird:firebird $DB
+ done
+else
+ cd gen &&
+ make includes &&
+ make -f Makefile.boot.gpre &&
+ make -f Makefile.libfbclient &&
+ make -f Makefile.client.isql
+# probably need to build gbak and then restore messages and help fdb
+# make -f Makefile.client.gbak
+fi
diff --git a/database/firebird25/CONFIGURE b/database/firebird25/CONFIGURE
new file mode 100755
index 0000000..3afa864
--- /dev/null
+++ b/database/firebird25/CONFIGURE
@@ -0,0 +1,7 @@
+#source $GRIMOIRE/FUNCTIONS &&
+config_query FB_CLIENT "Build only client library?" n
+if [ $FB_CLIENT == n ]; then
+ config_query_multi FB_GPRE "which additional GPRE languages to support?" \
+ none ada cobol pascal fortran &&
+ config_query_option FB_STAT "build static libraries?" n "--enable-static"
"--disable-static"
+fi
diff --git a/database/firebird25/CONFLICTS b/database/firebird25/CONFLICTS
new file mode 100755
index 0000000..df70b78
--- /dev/null
+++ b/database/firebird25/CONFLICTS
@@ -0,0 +1 @@
+conflicts firebird
diff --git a/database/firebird25/DEPENDS b/database/firebird25/DEPENDS
new file mode 100755
index 0000000..12f8074
--- /dev/null
+++ b/database/firebird25/DEPENDS
@@ -0,0 +1,22 @@
+depends g++ &&
+depends libtool &&
+depends openssl &&
+depends libmcrypt &&
+depends ncurses &&
+case $FB_VER in
+ 2.0) depends bison &&
+ depends icu &&
+ optional_depends libedit \
+ "--with-editline" \
+ "--without-editline" \
+ "for fancy line editing"
+ ;;
+ 2.1 | 2.5)
+ depends btyacc &&
+ depends icu '--with-system-icu' &&
+ optional_depends libedit \
+ "-with-system-editline" \
+ "--without-editline" \
+ "for fancy line editing"
+ ;;
+esac
diff --git a/database/firebird25/DETAILS b/database/firebird25/DETAILS
new file mode 100755
index 0000000..8f32056
--- /dev/null
+++ b/database/firebird25/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=firebird25
+ SPELLX=Firebird
+ VERSION=2.5.0.25784-ReleaseCandidate1
+
SOURCE_HASH=sha512:7227b39cd73477dc50123999f819b52cdaaf19a37bc583bae77b4ae68743a7fff51b67eebab28e4faa8ba15af47e9560b94d5284fac639ac74e882879f652fd0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION/-0\.RC?/}
+ SOURCE=${SPELLX}-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
+ SOURCE_URL[1]=$SOURCEFORGE_URL/firebird/$SOURCE
+ WEB_SITE=http://www.firebirdsql.org
+ LICENSE=IDPL
+ ENTERED=20031111
+ GATHER_DOCS=off
+ KEYWORDS="database engine"
+ SHORT="a very powerful relational dbms"
+cat << EOF
+Firebird is a relational database offering many ANSI SQL-92 features
+that runs on Linux, Windows, and a variety of Unix platforms.
+Firebird offers excellent concurrency, high performance, and powerful
+language support for stored procedures and triggers.
+EOF
diff --git a/database/firebird25/FINAL b/database/firebird25/FINAL
new file mode 100755
index 0000000..b9ad338
--- /dev/null
+++ b/database/firebird25/FINAL
@@ -0,0 +1,27 @@
+if [[ $FB_CLIENT == n ]]; then
+
+# we do this here, so that things are not tracked, as these files are
+# constantly modified in normal use
+local FF FileName LCK LOG &&
+
+cd $FB_PREFIX &&
+# create lock files
+ LCK=$INSTALL_ROOT/var/lock/firebird &&
+ mkdir -p $LCK &&
+ for FF in isc_init1 isc_lock1 isc_event1 isc_guard1
+ do
+ FileName=$LCK/$FF.`hostname` &&
+ touch $FileName &&
+ chown firebird:firebird $FileName &&
+ chmod u+w $FileName &&
+ ln -sf $FileName ./
+ done &&
+
+# log file
+ mkdir -p $INSTALL_ROOT/var/log/ &&
+ LOG=$INSTALL_ROOT/var/log/firebird.log &&
+ touch $LOG &&
+ chown firebird:firebird $LOG &&
+ chmod o=,ug=rw $LOG &&
+ ln -sf $LOG ./
+fi
diff --git a/database/firebird25/HISTORY b/database/firebird25/HISTORY
new file mode 100644
index 0000000..44bdf16
--- /dev/null
+++ b/database/firebird25/HISTORY
@@ -0,0 +1,4 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * PROVIDES: add FIREBIRD
+ create separate firebird25 spell
+
diff --git a/database/firebird25/INSTALL b/database/firebird25/INSTALL
new file mode 100755
index 0000000..d3947dd
--- /dev/null
+++ b/database/firebird25/INSTALL
@@ -0,0 +1,19 @@
+local FF FBDEST &&
+mkdir -p ${FB_PREFIX}/intl &&
+if [[ $FB_CLIENT == n ]]; then
+# prepare an install image
+ cd $SOURCE_DIRECTORY/gen &&
+ ./install/makeInstallImage.sh &&
+# config files
+ cd $SOURCE_DIRECTORY/gen/install/misc &&
+ install_config_file firebird.conf $FB_PREFIX/firebird.conf &&
+ install_config_file aliases.conf $FB_PREFIX/aliases.conf &&
+ install_config_file fbintl.conf $FB_PREFIX/intl/fbintl.conf
+else
+ cd $SOURCE_DIRECTORY/gen/firebird &&
+ for FF in bin include lib;do
+ FBDEST=$FB_PREFIX/$FF &&
+ mkdir -p $FBDEST &&
+ cp -ar $FF/* $FBDEST/$FF
+ done
+fi
diff --git a/database/firebird25/PRE_BUILD b/database/firebird25/PRE_BUILD
new file mode 100755
index 0000000..9ac431a
--- /dev/null
+++ b/database/firebird25/PRE_BUILD
@@ -0,0 +1,21 @@
+ check for running server
+ (ps -u firebird | grep fb*) &&
+ message ${PROBLEM_COLOR}please stop the firebird server and try again\
+ ${DEFAULT_COLOR} &&
+ return 1
+
+ create_account firebird &&
+ default_pre_build &&
+ cd $SOURCE_DIRECTORY &&
+
+# at present the build only works for everything in one directory
+# tree /opt/firebird
+
+# remove supplied ICU & editline packages
+ rm -rf extern/{SfIO,btyacc,editline,icu} &&
+# fix for gcc4 and smgl issues
+#apply patches
+ bzcat ${SPELL_DIRECTORY}/fb25.patch.bz2 | patch -p1 &&
+# regenerate files
+libtoolize -f -i &&
+autoreconf
diff --git a/database/firebird25/PROVIDES b/database/firebird25/PROVIDES
new file mode 100755
index 0000000..64d8727
--- /dev/null
+++ b/database/firebird25/PROVIDES
@@ -0,0 +1,2 @@
+SQL
+FIREBIRD
diff --git a/database/firebird25/UP_TRIGGERS b/database/firebird25/UP_TRIGGERS
new file mode 100755
index 0000000..e9e98d5
--- /dev/null
+++ b/database/firebird25/UP_TRIGGERS
@@ -0,0 +1,16 @@
+# up_trigger everything on major version updates
+
+local OLD_SPELL_VERSION=""
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if test "${VERSION:0:1}" != "${OLD_SPELL_VERSION:0:1}"; then
+ message "This is a possibly incompatible update of firebird..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL 1); do
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libfbclient.so.${OLD_SPELL_VERSION:0:1}"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/database/firebird25/configs b/database/firebird25/configs
new file mode 100644
index 0000000..dffac13
--- /dev/null
+++ b/database/firebird25/configs
@@ -0,0 +1,3 @@
+^/opt/firebird/aliases.conf$
+^/opt/firebird/firebird.conf$
+^/opt/firebird/intl/fbintl.conf$
diff --git a/database/firebird25/excluded b/database/firebird25/excluded
new file mode 100644
index 0000000..b6c039b
--- /dev/null
+++ b/database/firebird25/excluded
@@ -0,0 +1 @@
+^/opt/firebird/.*fdb$
diff --git a/database/firebird25/fb25.patch.bz2
b/database/firebird25/fb25.patch.bz2
new file mode 100644
index 0000000..db885b4
Binary files /dev/null and b/database/firebird25/fb25.patch.bz2 differ
diff --git a/database/firebird25/init.d/firebird2
b/database/firebird25/init.d/firebird2
new file mode 100755
index 0000000..e68436e
--- /dev/null
+++ b/database/firebird25/init.d/firebird2
@@ -0,0 +1,45 @@
+#!/bin/bash
+
+# description: Start/Stop firebird2 database server
+#
+# This file belongs in /etc/init.d where it will be run
+# on system startup and shutdown to start the background
+# Firebird2 database Super server daemon
+
+FB_DIR=/opt/firebird/bin
+FB=fbserver
+if [[ ! -f $FB_DIR/$FB ]];then
+# 2.5 has a combined classic-super server using libfbembed.so
+ FB=fb_smp_server
+fi
+# as of rc2, preferred method of stopping is to kill the process
+
+source /etc/init.d/smgl_functions
+
+PROGRAM=/bin/false
+RUNLEVEL=3
+NEEDS="+network +remote_fs"
+
+case $1 in
+ start)
+ echo "Starting Firebird Super Server"
+ su -s "/bin/sh" -m -c "$FB_DIR/$FB" -l "firebird" &
+ evaluate_retval
+ ;;
+ stop)
+ echo "Stopping Firebird server"
+ pkill $FB
+ evaluate_retval
+ ;;
+
+ restart)
+ echo "Restarting Firebird server"
+ $0 stop
+ $0 start
+ evaluate_retval
+ ;;
+ *)
+ echo "Usage: $0 {start|stop|restart}"
+ exit 1
+ ;;
+esac
diff --git a/database/firebird25/volatiles b/database/firebird25/volatiles
new file mode 100644
index 0000000..dffac13
--- /dev/null
+++ b/database/firebird25/volatiles
@@ -0,0 +1,3 @@
+^/opt/firebird/aliases.conf$
+^/opt/firebird/firebird.conf$
+^/opt/firebird/intl/fbintl.conf$
diff --git a/database/flamerobin/DEPENDS b/database/flamerobin/DEPENDS
index 634e001..595094f 100755
--- a/database/flamerobin/DEPENDS
+++ b/database/flamerobin/DEPENDS
@@ -1,4 +1,4 @@
-depends firebird &&
+depends FIREBIRD &&
depends g++ &&
if [[ $FL_VER == svn ]];then
depends subversion
diff --git a/database/flamerobin/HISTORY b/database/flamerobin/HISTORY
index 45f1970..4d1197c 100644
--- a/database/flamerobin/HISTORY
+++ b/database/flamerobin/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2009-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add subversion

diff --git a/gnome2-libs/libgda2/DEPENDS b/gnome2-libs/libgda2/DEPENDS
index a9e3e6c..97ed36c 100755
--- a/gnome2-libs/libgda2/DEPENDS
+++ b/gnome2-libs/libgda2/DEPENDS
@@ -28,7 +28,7 @@ optional_depends xbase \
"--without-xbase" \
"Enable Xbase DB Support" &&

-optional_depends firebird \
+optional_depends FIREBIRD \
"--with-firebird=/opt/firebird" \
"--without-firebird" \
"Enable Firebird DB Support" &&
diff --git a/gnome2-libs/libgda2/HISTORY b/gnome2-libs/libgda2/HISTORY
index b1b1d5d..fcdf345 100644
--- a/gnome2-libs/libgda2/HISTORY
+++ b/gnome2-libs/libgda2/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: firebird has moved

diff --git a/gnome2-libs/libgda3/DEPENDS b/gnome2-libs/libgda3/DEPENDS
index 24ee772..5c87f46 100755
--- a/gnome2-libs/libgda3/DEPENDS
+++ b/gnome2-libs/libgda3/DEPENDS
@@ -28,7 +28,7 @@ optional_depends xbase \
"--without-xbase" \
"Enable Xbase DB Support" &&

-optional_depends firebird \
+optional_depends FIREBIRD \
"--with-firebird=/opt/firebird" \
"--without-firebird" \
"Enable Firebird DB Support" &&
diff --git a/gnome2-libs/libgda3/HISTORY b/gnome2-libs/libgda3/HISTORY
index 1edcec8..6194250 100644
--- a/gnome2-libs/libgda3/HISTORY
+++ b/gnome2-libs/libgda3/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: firebird has moved

diff --git a/python-pypi/kinterbasdb/DEPENDS b/python-pypi/kinterbasdb/DEPENDS
index a3839a3..0138521 100755
--- a/python-pypi/kinterbasdb/DEPENDS
+++ b/python-pypi/kinterbasdb/DEPENDS
@@ -1,2 +1,2 @@
-depends firebird &&
+depends FIREBIRD &&
depends python
diff --git a/python-pypi/kinterbasdb/HISTORY b/python-pypi/kinterbasdb/HISTORY
index 4b62047..b7e9f8e 100755
--- a/python-pypi/kinterbasdb/HISTORY
+++ b/python-pypi/kinterbasdb/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2009-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.0
extra url
diff --git a/x11-toolkits/qt-x11/DEPENDS b/x11-toolkits/qt-x11/DEPENDS
index 9b92b7e..264e9ed 100755
--- a/x11-toolkits/qt-x11/DEPENDS
+++ b/x11-toolkits/qt-x11/DEPENDS
@@ -27,7 +27,7 @@ optional_depends stlport \
"" \
"for stlport support" &&

-optional_depends firebird \
+optional_depends FIREBIRD \
"-plugin-sql-ibase -I/opt/firebird/include \
-L/opt/firebird/lib -lfbclient" \
"" \
diff --git a/x11-toolkits/qt-x11/HISTORY b/x11-toolkits/qt-x11/HISTORY
index 951c517..7732646 100644
--- a/x11-toolkits/qt-x11/HISTORY
+++ b/x11-toolkits/qt-x11/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ DEPENDS: firebird => FIREBIRD
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
DEPENDS: firebird has moved

diff --git a/x11-toolkits/qt4/DEPENDS b/x11-toolkits/qt4/DEPENDS
index 46addd9..fa768c1 100755
--- a/x11-toolkits/qt4/DEPENDS
+++ b/x11-toolkits/qt4/DEPENDS
@@ -33,7 +33,7 @@ optional_depends libpng \
'-qt-libpng' \
'to use the system png library' &&

-optional_depends firebird \
+optional_depends FIREBIRD \
"-plugin-sql-ibase -I$INSTALL_ROOT/opt/firebird/include \
-L$INSTALL_ROOT/opt/firebird/lib" \
'-no-sql-ibase' \
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 570e16a..04aa80f 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2010-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: firebird => FIREBIRD
+
2010-01-21 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Looks like qt4 needs to conflict even for minor revisions




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f3611d67aaae688085b45b30e3d6119001f0c557), Treeve Jelbert, 01/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page