aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-13 09:34:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-13 09:34:49 +0000
commit599ff655c9017c6cd721160b78002cea99823f6e (patch)
tree8d53b105a2ff298eb1db9f66889b3509ef3eebab /databases
parent456b96ca3f5e11b8177cee110c1ae3eda574c582 (diff)
downloadports-599ff655c9017c6cd721160b78002cea99823f6e.tar.gz
ports-599ff655c9017c6cd721160b78002cea99823f6e.zip
Update checksum. The distfile has been reroled without version bump.
Bump PORTREVISION. Submitted by: many
Notes
Notes: svn path=/head/; revision=46168
Diffstat (limited to 'databases')
-rw-r--r--databases/gnome-db/Makefile3
-rw-r--r--databases/gnome-db/distinfo2
-rw-r--r--databases/gnome-db/files/patch-configure25
-rw-r--r--databases/gnome-db/pkg-plist1
-rw-r--r--databases/gnomedb/Makefile3
-rw-r--r--databases/gnomedb/distinfo2
-rw-r--r--databases/gnomedb/files/patch-configure25
-rw-r--r--databases/gnomedb/pkg-plist1
-rw-r--r--databases/gnomedb2/Makefile3
-rw-r--r--databases/gnomedb2/distinfo2
-rw-r--r--databases/gnomedb2/files/patch-configure25
-rw-r--r--databases/gnomedb2/pkg-plist1
-rw-r--r--databases/libgda/Makefile2
-rw-r--r--databases/libgda/distinfo2
-rw-r--r--databases/libgda/pkg-plist54
-rw-r--r--databases/libgda2/Makefile2
-rw-r--r--databases/libgda2/distinfo2
-rw-r--r--databases/libgda2/pkg-plist54
-rw-r--r--databases/libgda3/Makefile2
-rw-r--r--databases/libgda3/distinfo2
-rw-r--r--databases/libgda3/pkg-plist54
21 files changed, 210 insertions, 57 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index dc406cf049cc..dbcaa70ef09d 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -21,9 +22,9 @@ USE_GNOMECTRL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo
index 3c01e2f0a760..3a11942e2f7f 100644
--- a/databases/gnome-db/distinfo
+++ b/databases/gnome-db/distinfo
@@ -1 +1 @@
-MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
+MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure
index 4c28f6fa60f3..7421be776293 100644
--- a/databases/gnome-db/files/patch-configure
+++ b/databases/gnome-db/files/patch-configure
@@ -1,28 +1,23 @@
$FreeBSD$
---- configure.orig Thu Jul 26 16:38:59 2001
-+++ configure Thu Jul 26 16:50:40 2001
-@@ -8821,7 +8836,7 @@
-
-
+--- configure.orig Mon Aug 13 11:48:19 2001
++++ configure Mon Aug 13 11:49:44 2001
+@@ -17257,7 +17257,7 @@
+ fi
+ fi
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
-@@ -8831,11 +8846,11 @@
-
- GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`"
+@@ -17269,7 +17269,7 @@
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
--GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\""
-
-
+ GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf
-
-
++GNOMEDB_oafdir="${prefix}/share/gnome/oaf"
+ ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h"
+ ac_config_commands="$ac_config_commands default"
diff --git a/databases/gnome-db/pkg-plist b/databases/gnome-db/pkg-plist
index da9b0e73cb23..c2061a71d69f 100644
--- a/databases/gnome-db/pkg-plist
+++ b/databases/gnome-db/pkg-plist
@@ -88,7 +88,6 @@ share/locale/sl/LC_MESSAGES/gnome-db.mo
share/locale/sv/LC_MESSAGES/gnome-db.mo
share/locale/tr/LC_MESSAGES/gnome-db.mo
share/locale/uk/LC_MESSAGES/gnome-db.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
@dirrm share/gnome/help/gnome-db/pt_BR/images
@dirrm share/gnome/help/gnome-db/pt_BR
@dirrm share/gnome/help/gnome-db/it/images
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile
index dc406cf049cc..dbcaa70ef09d 100644
--- a/databases/gnomedb/Makefile
+++ b/databases/gnomedb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -21,9 +22,9 @@ USE_GNOMECTRL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/gnomedb/distinfo b/databases/gnomedb/distinfo
index 3c01e2f0a760..3a11942e2f7f 100644
--- a/databases/gnomedb/distinfo
+++ b/databases/gnomedb/distinfo
@@ -1 +1 @@
-MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
+MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
diff --git a/databases/gnomedb/files/patch-configure b/databases/gnomedb/files/patch-configure
index 4c28f6fa60f3..7421be776293 100644
--- a/databases/gnomedb/files/patch-configure
+++ b/databases/gnomedb/files/patch-configure
@@ -1,28 +1,23 @@
$FreeBSD$
---- configure.orig Thu Jul 26 16:38:59 2001
-+++ configure Thu Jul 26 16:50:40 2001
-@@ -8821,7 +8836,7 @@
-
-
+--- configure.orig Mon Aug 13 11:48:19 2001
++++ configure Mon Aug 13 11:49:44 2001
+@@ -17257,7 +17257,7 @@
+ fi
+ fi
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
-@@ -8831,11 +8846,11 @@
-
- GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`"
+@@ -17269,7 +17269,7 @@
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
--GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\""
-
-
+ GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf
-
-
++GNOMEDB_oafdir="${prefix}/share/gnome/oaf"
+ ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h"
+ ac_config_commands="$ac_config_commands default"
diff --git a/databases/gnomedb/pkg-plist b/databases/gnomedb/pkg-plist
index da9b0e73cb23..c2061a71d69f 100644
--- a/databases/gnomedb/pkg-plist
+++ b/databases/gnomedb/pkg-plist
@@ -88,7 +88,6 @@ share/locale/sl/LC_MESSAGES/gnome-db.mo
share/locale/sv/LC_MESSAGES/gnome-db.mo
share/locale/tr/LC_MESSAGES/gnome-db.mo
share/locale/uk/LC_MESSAGES/gnome-db.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
@dirrm share/gnome/help/gnome-db/pt_BR/images
@dirrm share/gnome/help/gnome-db/pt_BR
@dirrm share/gnome/help/gnome-db/it/images
diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile
index dc406cf049cc..dbcaa70ef09d 100644
--- a/databases/gnomedb2/Makefile
+++ b/databases/gnomedb2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -21,9 +22,9 @@ USE_GNOMECTRL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/gnomedb2/distinfo b/databases/gnomedb2/distinfo
index 3c01e2f0a760..3a11942e2f7f 100644
--- a/databases/gnomedb2/distinfo
+++ b/databases/gnomedb2/distinfo
@@ -1 +1 @@
-MD5 (gnome-db-0.2.90.tar.gz) = d76e7e9574d5c5a1cfd3a19035f1c423
+MD5 (gnome-db-0.2.90.tar.gz) = 7aebcc5791e99671aaccd23a397322aa
diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure
index 4c28f6fa60f3..7421be776293 100644
--- a/databases/gnomedb2/files/patch-configure
+++ b/databases/gnomedb2/files/patch-configure
@@ -1,28 +1,23 @@
$FreeBSD$
---- configure.orig Thu Jul 26 16:38:59 2001
-+++ configure Thu Jul 26 16:50:40 2001
-@@ -8821,7 +8836,7 @@
-
-
+--- configure.orig Mon Aug 13 11:48:19 2001
++++ configure Mon Aug 13 11:49:44 2001
+@@ -17257,7 +17257,7 @@
+ fi
+ fi
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
-@@ -8831,11 +8846,11 @@
-
- GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`"
+@@ -17269,7 +17269,7 @@
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
--GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\""
-
-
+ GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf
-
-
++GNOMEDB_oafdir="${prefix}/share/gnome/oaf"
+ ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h"
+ ac_config_commands="$ac_config_commands default"
diff --git a/databases/gnomedb2/pkg-plist b/databases/gnomedb2/pkg-plist
index da9b0e73cb23..c2061a71d69f 100644
--- a/databases/gnomedb2/pkg-plist
+++ b/databases/gnomedb2/pkg-plist
@@ -88,7 +88,6 @@ share/locale/sl/LC_MESSAGES/gnome-db.mo
share/locale/sv/LC_MESSAGES/gnome-db.mo
share/locale/tr/LC_MESSAGES/gnome-db.mo
share/locale/uk/LC_MESSAGES/gnome-db.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
@dirrm share/gnome/help/gnome-db/pt_BR/images
@dirrm share/gnome/help/gnome-db/pt_BR
@dirrm share/gnome/help/gnome-db/it/images
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 9d56ac93c295..dc4502eb3442 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo
index 5e2402338dd8..55b7ab4742a7 100644
--- a/databases/libgda/distinfo
+++ b/databases/libgda/distinfo
@@ -1 +1 @@
-MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
+MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
diff --git a/databases/libgda/pkg-plist b/databases/libgda/pkg-plist
index 0c0e37f2c5bd..bae674a538c8 100644
--- a/databases/libgda/pkg-plist
+++ b/databases/libgda/pkg-plist
@@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
share/gnome/help/libgda/C/providers.html
share/gnome/help/libgda/C/reports.html
share/gnome/help/libgda/C/topic.dat
+share/gnome/help/libgda/es/architecture.html
+share/gnome/help/libgda/es/clients-building-corba.html
+share/gnome/help/libgda/es/clients-building.html
+share/gnome/help/libgda/es/clients.html
+share/gnome/help/libgda/es/docbook.css
+share/gnome/help/libgda/es/gda-client-batch.html
+share/gnome/help/libgda/es/gda-client-meta.html
+share/gnome/help/libgda/es/gda-client-objects.html
+share/gnome/help/libgda/es/gda-client-types.html
+share/gnome/help/libgda/es/gda-client.html
+share/gnome/help/libgda/es/gda-common-logs.html
+share/gnome/help/libgda/es/gda-common-xml-databases.html
+share/gnome/help/libgda/es/gda-common-xml-queries.html
+share/gnome/help/libgda/es/gda-common.html
+share/gnome/help/libgda/es/index.html
+share/gnome/help/libgda/es/installation-configuring.html
+share/gnome/help/libgda/es/installation-installing.html
+share/gnome/help/libgda/es/installation.html
+share/gnome/help/libgda/es/introduction.html
+share/gnome/help/libgda/es/ln47.html
+share/gnome/help/libgda/es/providers-actual-implementation.html
+share/gnome/help/libgda/es/providers-examples.html
+share/gnome/help/libgda/es/providers-implementation.html
+share/gnome/help/libgda/es/providers.html
+share/gnome/help/libgda/es/reports.html
share/gnome/help/libgda/es/topic.dat
+share/gnome/help/libgda/pt_BR/architecture.html
+share/gnome/help/libgda/pt_BR/c162.html
+share/gnome/help/libgda/pt_BR/c182.html
+share/gnome/help/libgda/pt_BR/c323.html
+share/gnome/help/libgda/pt_BR/c350.html
+share/gnome/help/libgda/pt_BR/clients-building-corba.html
+share/gnome/help/libgda/pt_BR/clients-building.html
+share/gnome/help/libgda/pt_BR/docbook.css
+share/gnome/help/libgda/pt_BR/gda-client-batch.html
+share/gnome/help/libgda/pt_BR/gda-client-meta.html
+share/gnome/help/libgda/pt_BR/gda-client-objects.html
+share/gnome/help/libgda/pt_BR/gda-client-types.html
+share/gnome/help/libgda/pt_BR/gda-common-logs.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
+share/gnome/help/libgda/pt_BR/index.html
+share/gnome/help/libgda/pt_BR/installation-configuring.html
+share/gnome/help/libgda/pt_BR/installation-installing.html
+share/gnome/help/libgda/pt_BR/installation.html
+share/gnome/help/libgda/pt_BR/introduction.html
+share/gnome/help/libgda/pt_BR/libgda.html
+share/gnome/help/libgda/pt_BR/ln38.html
+share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
+share/gnome/help/libgda/pt_BR/providers-examples.html
+share/gnome/help/libgda/pt_BR/providers-implementation.html
share/gnome/help/libgda/pt_BR/topic.dat
+share/gnome/html/libgda-client-decl.txt
share/gnome/html/libgda-client-sections.txt
share/gnome/html/libgda-client.args
share/gnome/html/libgda-client.hierarchy
+share/gnome/html/libgda-client.signals
share/gnome/html/libgda-client.types
+share/gnome/html/libgda-common-decl.txt
share/gnome/html/libgda-common-sections.txt
share/gnome/html/libgda-common.args
share/gnome/html/libgda-common.hierarchy
+share/gnome/html/libgda-common.signals
share/gnome/html/libgda-common.types
share/gnome/idl/GDA.idl
share/gnome/idl/GDA_Command.idl
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 9d56ac93c295..dc4502eb3442 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo
index 5e2402338dd8..55b7ab4742a7 100644
--- a/databases/libgda2/distinfo
+++ b/databases/libgda2/distinfo
@@ -1 +1 @@
-MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
+MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
diff --git a/databases/libgda2/pkg-plist b/databases/libgda2/pkg-plist
index 0c0e37f2c5bd..bae674a538c8 100644
--- a/databases/libgda2/pkg-plist
+++ b/databases/libgda2/pkg-plist
@@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
share/gnome/help/libgda/C/providers.html
share/gnome/help/libgda/C/reports.html
share/gnome/help/libgda/C/topic.dat
+share/gnome/help/libgda/es/architecture.html
+share/gnome/help/libgda/es/clients-building-corba.html
+share/gnome/help/libgda/es/clients-building.html
+share/gnome/help/libgda/es/clients.html
+share/gnome/help/libgda/es/docbook.css
+share/gnome/help/libgda/es/gda-client-batch.html
+share/gnome/help/libgda/es/gda-client-meta.html
+share/gnome/help/libgda/es/gda-client-objects.html
+share/gnome/help/libgda/es/gda-client-types.html
+share/gnome/help/libgda/es/gda-client.html
+share/gnome/help/libgda/es/gda-common-logs.html
+share/gnome/help/libgda/es/gda-common-xml-databases.html
+share/gnome/help/libgda/es/gda-common-xml-queries.html
+share/gnome/help/libgda/es/gda-common.html
+share/gnome/help/libgda/es/index.html
+share/gnome/help/libgda/es/installation-configuring.html
+share/gnome/help/libgda/es/installation-installing.html
+share/gnome/help/libgda/es/installation.html
+share/gnome/help/libgda/es/introduction.html
+share/gnome/help/libgda/es/ln47.html
+share/gnome/help/libgda/es/providers-actual-implementation.html
+share/gnome/help/libgda/es/providers-examples.html
+share/gnome/help/libgda/es/providers-implementation.html
+share/gnome/help/libgda/es/providers.html
+share/gnome/help/libgda/es/reports.html
share/gnome/help/libgda/es/topic.dat
+share/gnome/help/libgda/pt_BR/architecture.html
+share/gnome/help/libgda/pt_BR/c162.html
+share/gnome/help/libgda/pt_BR/c182.html
+share/gnome/help/libgda/pt_BR/c323.html
+share/gnome/help/libgda/pt_BR/c350.html
+share/gnome/help/libgda/pt_BR/clients-building-corba.html
+share/gnome/help/libgda/pt_BR/clients-building.html
+share/gnome/help/libgda/pt_BR/docbook.css
+share/gnome/help/libgda/pt_BR/gda-client-batch.html
+share/gnome/help/libgda/pt_BR/gda-client-meta.html
+share/gnome/help/libgda/pt_BR/gda-client-objects.html
+share/gnome/help/libgda/pt_BR/gda-client-types.html
+share/gnome/help/libgda/pt_BR/gda-common-logs.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
+share/gnome/help/libgda/pt_BR/index.html
+share/gnome/help/libgda/pt_BR/installation-configuring.html
+share/gnome/help/libgda/pt_BR/installation-installing.html
+share/gnome/help/libgda/pt_BR/installation.html
+share/gnome/help/libgda/pt_BR/introduction.html
+share/gnome/help/libgda/pt_BR/libgda.html
+share/gnome/help/libgda/pt_BR/ln38.html
+share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
+share/gnome/help/libgda/pt_BR/providers-examples.html
+share/gnome/help/libgda/pt_BR/providers-implementation.html
share/gnome/help/libgda/pt_BR/topic.dat
+share/gnome/html/libgda-client-decl.txt
share/gnome/html/libgda-client-sections.txt
share/gnome/html/libgda-client.args
share/gnome/html/libgda-client.hierarchy
+share/gnome/html/libgda-client.signals
share/gnome/html/libgda-client.types
+share/gnome/html/libgda-common-decl.txt
share/gnome/html/libgda-common-sections.txt
share/gnome/html/libgda-common.args
share/gnome/html/libgda-common.hierarchy
+share/gnome/html/libgda-common.signals
share/gnome/html/libgda-common.types
share/gnome/idl/GDA.idl
share/gnome/idl/GDA_Command.idl
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 9d56ac93c295..dc4502eb3442 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda
PORTVERSION= 0.2.90
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -23,6 +24,7 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo
index 5e2402338dd8..55b7ab4742a7 100644
--- a/databases/libgda3/distinfo
+++ b/databases/libgda3/distinfo
@@ -1 +1 @@
-MD5 (libgda-0.2.90.tar.gz) = e36b77f0db0ffd60a257e007ea914c5d
+MD5 (libgda-0.2.90.tar.gz) = 32b81cfcebcaa52f872b991ec34e9c2e
diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist
index 0c0e37f2c5bd..bae674a538c8 100644
--- a/databases/libgda3/pkg-plist
+++ b/databases/libgda3/pkg-plist
@@ -101,15 +101,69 @@ share/gnome/help/libgda/C/providers-implementation.html
share/gnome/help/libgda/C/providers.html
share/gnome/help/libgda/C/reports.html
share/gnome/help/libgda/C/topic.dat
+share/gnome/help/libgda/es/architecture.html
+share/gnome/help/libgda/es/clients-building-corba.html
+share/gnome/help/libgda/es/clients-building.html
+share/gnome/help/libgda/es/clients.html
+share/gnome/help/libgda/es/docbook.css
+share/gnome/help/libgda/es/gda-client-batch.html
+share/gnome/help/libgda/es/gda-client-meta.html
+share/gnome/help/libgda/es/gda-client-objects.html
+share/gnome/help/libgda/es/gda-client-types.html
+share/gnome/help/libgda/es/gda-client.html
+share/gnome/help/libgda/es/gda-common-logs.html
+share/gnome/help/libgda/es/gda-common-xml-databases.html
+share/gnome/help/libgda/es/gda-common-xml-queries.html
+share/gnome/help/libgda/es/gda-common.html
+share/gnome/help/libgda/es/index.html
+share/gnome/help/libgda/es/installation-configuring.html
+share/gnome/help/libgda/es/installation-installing.html
+share/gnome/help/libgda/es/installation.html
+share/gnome/help/libgda/es/introduction.html
+share/gnome/help/libgda/es/ln47.html
+share/gnome/help/libgda/es/providers-actual-implementation.html
+share/gnome/help/libgda/es/providers-examples.html
+share/gnome/help/libgda/es/providers-implementation.html
+share/gnome/help/libgda/es/providers.html
+share/gnome/help/libgda/es/reports.html
share/gnome/help/libgda/es/topic.dat
+share/gnome/help/libgda/pt_BR/architecture.html
+share/gnome/help/libgda/pt_BR/c162.html
+share/gnome/help/libgda/pt_BR/c182.html
+share/gnome/help/libgda/pt_BR/c323.html
+share/gnome/help/libgda/pt_BR/c350.html
+share/gnome/help/libgda/pt_BR/clients-building-corba.html
+share/gnome/help/libgda/pt_BR/clients-building.html
+share/gnome/help/libgda/pt_BR/docbook.css
+share/gnome/help/libgda/pt_BR/gda-client-batch.html
+share/gnome/help/libgda/pt_BR/gda-client-meta.html
+share/gnome/help/libgda/pt_BR/gda-client-objects.html
+share/gnome/help/libgda/pt_BR/gda-client-types.html
+share/gnome/help/libgda/pt_BR/gda-common-logs.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
+share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
+share/gnome/help/libgda/pt_BR/index.html
+share/gnome/help/libgda/pt_BR/installation-configuring.html
+share/gnome/help/libgda/pt_BR/installation-installing.html
+share/gnome/help/libgda/pt_BR/installation.html
+share/gnome/help/libgda/pt_BR/introduction.html
+share/gnome/help/libgda/pt_BR/libgda.html
+share/gnome/help/libgda/pt_BR/ln38.html
+share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
+share/gnome/help/libgda/pt_BR/providers-examples.html
+share/gnome/help/libgda/pt_BR/providers-implementation.html
share/gnome/help/libgda/pt_BR/topic.dat
+share/gnome/html/libgda-client-decl.txt
share/gnome/html/libgda-client-sections.txt
share/gnome/html/libgda-client.args
share/gnome/html/libgda-client.hierarchy
+share/gnome/html/libgda-client.signals
share/gnome/html/libgda-client.types
+share/gnome/html/libgda-common-decl.txt
share/gnome/html/libgda-common-sections.txt
share/gnome/html/libgda-common.args
share/gnome/html/libgda-common.hierarchy
+share/gnome/html/libgda-common.signals
share/gnome/html/libgda-common.types
share/gnome/idl/GDA.idl
share/gnome/idl/GDA_Command.idl