mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.2.93.
This commit is contained in:
parent
ade6b5e9ce
commit
2ce90b3910
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49117
36 changed files with 555 additions and 501 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnomedb
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -25,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = bb14c4885c456880978dbb4518f47a3e
|
||||
MD5 (gnome-db-0.2.93.tar.gz) = 9e8be942f84f82de4b48eee956b922d4
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Aug 13 11:48:19 2001
|
||||
+++ configure Mon Aug 13 11:49:44 2001
|
||||
@@ -17257,7 +17257,7 @@
|
||||
fi
|
||||
fi
|
||||
--- configure.orig Tue Oct 23 10:18:27 2001
|
||||
+++ configure Tue Oct 23 10:18:56 2001
|
||||
@@ -9234,7 +9234,7 @@
|
||||
|
||||
|
||||
|
||||
-if test $perl_val == true; then
|
||||
+if [ $perl_val = true ]; then
|
||||
WITH_PERL_TRUE=
|
||||
WITH_PERL_FALSE='#'
|
||||
else
|
||||
@@ -17269,7 +17269,7 @@
|
||||
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
|
||||
GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
|
||||
@@ -9249,7 +9249,7 @@
|
||||
|
||||
|
||||
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
|
||||
-GNOMEDB_oafdir=${prefix}/share/oaf
|
||||
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
|
||||
|
||||
|
||||
-GNOMEDB_oafdir=`oaf-config --prefix`/share/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"
|
||||
|
|
|
@ -3,37 +3,37 @@ bin/gnomedb-components
|
|||
bin/gnomedb-config
|
||||
bin/gnomedb-fe
|
||||
bin/gnomedb-mgr
|
||||
include/gnome-db/GNOME_Database_UI.h
|
||||
include/gnome-db/gnome-db-browser.h
|
||||
include/gnome-db/gnome-db-combo.h
|
||||
include/gnome-db/gnome-db-component.h
|
||||
include/gnome-db/gnome-db-config.h
|
||||
include/gnome-db/gnome-db-control-defprops.h
|
||||
include/gnome-db/gnome-db-control-widget.h
|
||||
include/gnome-db/gnome-db-control.h
|
||||
include/gnome-db/gnome-db-dataset.h
|
||||
include/gnome-db/gnome-db-designer.h
|
||||
include/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/gnome-db/gnome-db-dsn-config.h
|
||||
include/gnome-db/gnome-db-embeddable.h
|
||||
include/gnome-db/gnome-db-entry.h
|
||||
include/gnome-db/gnome-db-error-dlg.h
|
||||
include/gnome-db/gnome-db-error.h
|
||||
include/gnome-db/gnome-db-export.h
|
||||
include/gnome-db/gnome-db-grid.h
|
||||
include/gnome-db/gnome-db-icon-list.h
|
||||
include/gnome-db/gnome-db-label.h
|
||||
include/gnome-db/gnome-db-list.h
|
||||
include/gnome-db/gnome-db-log-viewer.h
|
||||
include/gnome-db/gnome-db-login-dlg.h
|
||||
include/gnome-db/gnome-db-login.h
|
||||
include/gnome-db/gnome-db-moniker.h
|
||||
include/gnome-db/gnome-db-report.h
|
||||
include/gnome-db/gnome-db-shortcut.h
|
||||
include/gnome-db/gnome-db-table-editor.h
|
||||
include/gnome-db/gnome-db-util.h
|
||||
include/gnome-db/gnome-db-window.h
|
||||
include/gnome-db/gnome-db.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h
|
||||
lib/bonobo/monikers/libdatabase_moniker.a
|
||||
lib/bonobo/monikers/libdatabase_moniker.so
|
||||
lib/bonobo/monikers/libdatabase_moniker.so.0
|
||||
|
@ -41,13 +41,46 @@ lib/libgnomedb.a
|
|||
lib/libgnomedb.so
|
||||
lib/libgnomedb.so.0
|
||||
share/gnome/apps/Applications/gnomedb-fe.desktop
|
||||
share/gnome/help/gnome-db/C/comlib.html
|
||||
share/gnome/help/gnome-db/C/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/C/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/C/index.html
|
||||
share/gnome/help/gnome-db/C/introduction.html
|
||||
share/gnome/help/gnome-db/C/topic.dat
|
||||
share/gnome/help/gnome-db/C/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/C/widgetlib.html
|
||||
share/gnome/help/gnome-db/es/comlib.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/es/index.html
|
||||
share/gnome/help/gnome-db/es/introduction.html
|
||||
share/gnome/help/gnome-db/es/topic.dat
|
||||
share/gnome/help/gnome-db/es/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/es/widgetlib.html
|
||||
share/gnome/help/gnome-db/it/comlib.html
|
||||
share/gnome/help/gnome-db/it/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/it/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/it/index.html
|
||||
share/gnome/help/gnome-db/it/introduction.html
|
||||
share/gnome/help/gnome-db/it/topic.dat
|
||||
share/gnome/help/gnome-db/it/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/it/widgetlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/comlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/components.html
|
||||
share/gnome/help/gnome-db/pt_BR/fe.html
|
||||
share/gnome/help/gnome-db/pt_BR/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/pt_BR/index.html
|
||||
share/gnome/help/gnome-db/pt_BR/introduction.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager-config-components.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager.html
|
||||
share/gnome/help/gnome-db/pt_BR/topic.dat
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib.html
|
||||
share/gnome/html/libgnomedb-decl.txt
|
||||
share/gnome/html/libgnomedb-sections.txt
|
||||
share/gnome/html/libgnomedb.args
|
||||
share/gnome/html/libgnomedb.hierarchy
|
||||
share/gnome/html/libgnomedb.signals
|
||||
share/gnome/html/libgnomedb.types
|
||||
share/gnome/idl/GNOME_Database_UI.idl
|
||||
share/gnome/oaf/GNOME_DB_Builder.oaf
|
||||
|
@ -58,6 +91,10 @@ share/gnome/oaf/GNOME_DB_Export.oaf
|
|||
share/gnome/oaf/GNOME_DB_Log.oaf
|
||||
share/gnome/oaf/GNOME_DB_Manager.oaf
|
||||
share/gnome/oaf/GNOME_DB_Monikers.oaf
|
||||
share/gnome/omf/gnome-db/gnome-db-C.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-es.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-it.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-pt_BR.omf
|
||||
share/gnome/pixmaps/gnome-db.png
|
||||
share/gnome/ui/gnomedb-com-connection.xml
|
||||
share/gnome/ui/gnomedb-com-designer.xml
|
||||
|
@ -81,6 +118,7 @@ share/locale/nl/LC_MESSAGES/gnome-db.mo
|
|||
share/locale/nn/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-db.mo
|
||||
|
@ -88,7 +126,8 @@ 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
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-db.mo
|
||||
@dirrm share/gnome/omf/gnome-db
|
||||
@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
|
||||
|
@ -99,4 +138,5 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
|
|||
@dirrm share/gnome/help/gnome-db/C
|
||||
@dirrm share/gnome/help/gnome-db
|
||||
@dirrm share/gnome/apps/Applications
|
||||
@dirrm include/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnomedb
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -25,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = bb14c4885c456880978dbb4518f47a3e
|
||||
MD5 (gnome-db-0.2.93.tar.gz) = 9e8be942f84f82de4b48eee956b922d4
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Aug 13 11:48:19 2001
|
||||
+++ configure Mon Aug 13 11:49:44 2001
|
||||
@@ -17257,7 +17257,7 @@
|
||||
fi
|
||||
fi
|
||||
--- configure.orig Tue Oct 23 10:18:27 2001
|
||||
+++ configure Tue Oct 23 10:18:56 2001
|
||||
@@ -9234,7 +9234,7 @@
|
||||
|
||||
|
||||
|
||||
-if test $perl_val == true; then
|
||||
+if [ $perl_val = true ]; then
|
||||
WITH_PERL_TRUE=
|
||||
WITH_PERL_FALSE='#'
|
||||
else
|
||||
@@ -17269,7 +17269,7 @@
|
||||
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
|
||||
GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
|
||||
@@ -9249,7 +9249,7 @@
|
||||
|
||||
|
||||
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
|
||||
-GNOMEDB_oafdir=${prefix}/share/oaf
|
||||
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
|
||||
|
||||
|
||||
-GNOMEDB_oafdir=`oaf-config --prefix`/share/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"
|
||||
|
|
|
@ -3,37 +3,37 @@ bin/gnomedb-components
|
|||
bin/gnomedb-config
|
||||
bin/gnomedb-fe
|
||||
bin/gnomedb-mgr
|
||||
include/gnome-db/GNOME_Database_UI.h
|
||||
include/gnome-db/gnome-db-browser.h
|
||||
include/gnome-db/gnome-db-combo.h
|
||||
include/gnome-db/gnome-db-component.h
|
||||
include/gnome-db/gnome-db-config.h
|
||||
include/gnome-db/gnome-db-control-defprops.h
|
||||
include/gnome-db/gnome-db-control-widget.h
|
||||
include/gnome-db/gnome-db-control.h
|
||||
include/gnome-db/gnome-db-dataset.h
|
||||
include/gnome-db/gnome-db-designer.h
|
||||
include/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/gnome-db/gnome-db-dsn-config.h
|
||||
include/gnome-db/gnome-db-embeddable.h
|
||||
include/gnome-db/gnome-db-entry.h
|
||||
include/gnome-db/gnome-db-error-dlg.h
|
||||
include/gnome-db/gnome-db-error.h
|
||||
include/gnome-db/gnome-db-export.h
|
||||
include/gnome-db/gnome-db-grid.h
|
||||
include/gnome-db/gnome-db-icon-list.h
|
||||
include/gnome-db/gnome-db-label.h
|
||||
include/gnome-db/gnome-db-list.h
|
||||
include/gnome-db/gnome-db-log-viewer.h
|
||||
include/gnome-db/gnome-db-login-dlg.h
|
||||
include/gnome-db/gnome-db-login.h
|
||||
include/gnome-db/gnome-db-moniker.h
|
||||
include/gnome-db/gnome-db-report.h
|
||||
include/gnome-db/gnome-db-shortcut.h
|
||||
include/gnome-db/gnome-db-table-editor.h
|
||||
include/gnome-db/gnome-db-util.h
|
||||
include/gnome-db/gnome-db-window.h
|
||||
include/gnome-db/gnome-db.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h
|
||||
lib/bonobo/monikers/libdatabase_moniker.a
|
||||
lib/bonobo/monikers/libdatabase_moniker.so
|
||||
lib/bonobo/monikers/libdatabase_moniker.so.0
|
||||
|
@ -41,13 +41,46 @@ lib/libgnomedb.a
|
|||
lib/libgnomedb.so
|
||||
lib/libgnomedb.so.0
|
||||
share/gnome/apps/Applications/gnomedb-fe.desktop
|
||||
share/gnome/help/gnome-db/C/comlib.html
|
||||
share/gnome/help/gnome-db/C/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/C/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/C/index.html
|
||||
share/gnome/help/gnome-db/C/introduction.html
|
||||
share/gnome/help/gnome-db/C/topic.dat
|
||||
share/gnome/help/gnome-db/C/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/C/widgetlib.html
|
||||
share/gnome/help/gnome-db/es/comlib.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/es/index.html
|
||||
share/gnome/help/gnome-db/es/introduction.html
|
||||
share/gnome/help/gnome-db/es/topic.dat
|
||||
share/gnome/help/gnome-db/es/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/es/widgetlib.html
|
||||
share/gnome/help/gnome-db/it/comlib.html
|
||||
share/gnome/help/gnome-db/it/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/it/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/it/index.html
|
||||
share/gnome/help/gnome-db/it/introduction.html
|
||||
share/gnome/help/gnome-db/it/topic.dat
|
||||
share/gnome/help/gnome-db/it/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/it/widgetlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/comlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/components.html
|
||||
share/gnome/help/gnome-db/pt_BR/fe.html
|
||||
share/gnome/help/gnome-db/pt_BR/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/pt_BR/index.html
|
||||
share/gnome/help/gnome-db/pt_BR/introduction.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager-config-components.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager.html
|
||||
share/gnome/help/gnome-db/pt_BR/topic.dat
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib.html
|
||||
share/gnome/html/libgnomedb-decl.txt
|
||||
share/gnome/html/libgnomedb-sections.txt
|
||||
share/gnome/html/libgnomedb.args
|
||||
share/gnome/html/libgnomedb.hierarchy
|
||||
share/gnome/html/libgnomedb.signals
|
||||
share/gnome/html/libgnomedb.types
|
||||
share/gnome/idl/GNOME_Database_UI.idl
|
||||
share/gnome/oaf/GNOME_DB_Builder.oaf
|
||||
|
@ -58,6 +91,10 @@ share/gnome/oaf/GNOME_DB_Export.oaf
|
|||
share/gnome/oaf/GNOME_DB_Log.oaf
|
||||
share/gnome/oaf/GNOME_DB_Manager.oaf
|
||||
share/gnome/oaf/GNOME_DB_Monikers.oaf
|
||||
share/gnome/omf/gnome-db/gnome-db-C.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-es.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-it.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-pt_BR.omf
|
||||
share/gnome/pixmaps/gnome-db.png
|
||||
share/gnome/ui/gnomedb-com-connection.xml
|
||||
share/gnome/ui/gnomedb-com-designer.xml
|
||||
|
@ -81,6 +118,7 @@ share/locale/nl/LC_MESSAGES/gnome-db.mo
|
|||
share/locale/nn/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-db.mo
|
||||
|
@ -88,7 +126,8 @@ 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
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-db.mo
|
||||
@dirrm share/gnome/omf/gnome-db
|
||||
@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
|
||||
|
@ -99,4 +138,5 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
|
|||
@dirrm share/gnome/help/gnome-db/C
|
||||
@dirrm share/gnome/help/gnome-db
|
||||
@dirrm share/gnome/apps/Applications
|
||||
@dirrm include/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnomedb
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
|
@ -25,6 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome-db-0.2.90.tar.gz) = bb14c4885c456880978dbb4518f47a3e
|
||||
MD5 (gnome-db-0.2.93.tar.gz) = 9e8be942f84f82de4b48eee956b922d4
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Mon Aug 13 11:48:19 2001
|
||||
+++ configure Mon Aug 13 11:49:44 2001
|
||||
@@ -17257,7 +17257,7 @@
|
||||
fi
|
||||
fi
|
||||
--- configure.orig Tue Oct 23 10:18:27 2001
|
||||
+++ configure Tue Oct 23 10:18:56 2001
|
||||
@@ -9234,7 +9234,7 @@
|
||||
|
||||
|
||||
|
||||
-if test $perl_val == true; then
|
||||
+if [ $perl_val = true ]; then
|
||||
WITH_PERL_TRUE=
|
||||
WITH_PERL_FALSE='#'
|
||||
else
|
||||
@@ -17269,7 +17269,7 @@
|
||||
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
|
||||
GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
|
||||
@@ -9249,7 +9249,7 @@
|
||||
|
||||
|
||||
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
|
||||
-GNOMEDB_oafdir=${prefix}/share/oaf
|
||||
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
|
||||
|
||||
|
||||
-GNOMEDB_oafdir=`oaf-config --prefix`/share/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"
|
||||
|
|
|
@ -3,37 +3,37 @@ bin/gnomedb-components
|
|||
bin/gnomedb-config
|
||||
bin/gnomedb-fe
|
||||
bin/gnomedb-mgr
|
||||
include/gnome-db/GNOME_Database_UI.h
|
||||
include/gnome-db/gnome-db-browser.h
|
||||
include/gnome-db/gnome-db-combo.h
|
||||
include/gnome-db/gnome-db-component.h
|
||||
include/gnome-db/gnome-db-config.h
|
||||
include/gnome-db/gnome-db-control-defprops.h
|
||||
include/gnome-db/gnome-db-control-widget.h
|
||||
include/gnome-db/gnome-db-control.h
|
||||
include/gnome-db/gnome-db-dataset.h
|
||||
include/gnome-db/gnome-db-designer.h
|
||||
include/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/gnome-db/gnome-db-dsn-config.h
|
||||
include/gnome-db/gnome-db-embeddable.h
|
||||
include/gnome-db/gnome-db-entry.h
|
||||
include/gnome-db/gnome-db-error-dlg.h
|
||||
include/gnome-db/gnome-db-error.h
|
||||
include/gnome-db/gnome-db-export.h
|
||||
include/gnome-db/gnome-db-grid.h
|
||||
include/gnome-db/gnome-db-icon-list.h
|
||||
include/gnome-db/gnome-db-label.h
|
||||
include/gnome-db/gnome-db-list.h
|
||||
include/gnome-db/gnome-db-log-viewer.h
|
||||
include/gnome-db/gnome-db-login-dlg.h
|
||||
include/gnome-db/gnome-db-login.h
|
||||
include/gnome-db/gnome-db-moniker.h
|
||||
include/gnome-db/gnome-db-report.h
|
||||
include/gnome-db/gnome-db-shortcut.h
|
||||
include/gnome-db/gnome-db-table-editor.h
|
||||
include/gnome-db/gnome-db-util.h
|
||||
include/gnome-db/gnome-db-window.h
|
||||
include/gnome-db/gnome-db.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h
|
||||
include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h
|
||||
lib/bonobo/monikers/libdatabase_moniker.a
|
||||
lib/bonobo/monikers/libdatabase_moniker.so
|
||||
lib/bonobo/monikers/libdatabase_moniker.so.0
|
||||
|
@ -41,13 +41,46 @@ lib/libgnomedb.a
|
|||
lib/libgnomedb.so
|
||||
lib/libgnomedb.so.0
|
||||
share/gnome/apps/Applications/gnomedb-fe.desktop
|
||||
share/gnome/help/gnome-db/C/comlib.html
|
||||
share/gnome/help/gnome-db/C/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/C/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/C/index.html
|
||||
share/gnome/help/gnome-db/C/introduction.html
|
||||
share/gnome/help/gnome-db/C/topic.dat
|
||||
share/gnome/help/gnome-db/C/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/C/widgetlib.html
|
||||
share/gnome/help/gnome-db/es/comlib.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.html
|
||||
share/gnome/help/gnome-db/es/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/es/index.html
|
||||
share/gnome/help/gnome-db/es/introduction.html
|
||||
share/gnome/help/gnome-db/es/topic.dat
|
||||
share/gnome/help/gnome-db/es/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/es/widgetlib.html
|
||||
share/gnome/help/gnome-db/it/comlib.html
|
||||
share/gnome/help/gnome-db/it/fdl-appendix.sgml
|
||||
share/gnome/help/gnome-db/it/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/it/index.html
|
||||
share/gnome/help/gnome-db/it/introduction.html
|
||||
share/gnome/help/gnome-db/it/topic.dat
|
||||
share/gnome/help/gnome-db/it/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/it/widgetlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/comlib.html
|
||||
share/gnome/help/gnome-db/pt_BR/components.html
|
||||
share/gnome/help/gnome-db/pt_BR/fe.html
|
||||
share/gnome/help/gnome-db/pt_BR/gnome-db.sgml
|
||||
share/gnome/help/gnome-db/pt_BR/index.html
|
||||
share/gnome/help/gnome-db/pt_BR/introduction.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager-config-components.html
|
||||
share/gnome/help/gnome-db/pt_BR/manager.html
|
||||
share/gnome/help/gnome-db/pt_BR/topic.dat
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html
|
||||
share/gnome/help/gnome-db/pt_BR/widgetlib.html
|
||||
share/gnome/html/libgnomedb-decl.txt
|
||||
share/gnome/html/libgnomedb-sections.txt
|
||||
share/gnome/html/libgnomedb.args
|
||||
share/gnome/html/libgnomedb.hierarchy
|
||||
share/gnome/html/libgnomedb.signals
|
||||
share/gnome/html/libgnomedb.types
|
||||
share/gnome/idl/GNOME_Database_UI.idl
|
||||
share/gnome/oaf/GNOME_DB_Builder.oaf
|
||||
|
@ -58,6 +91,10 @@ share/gnome/oaf/GNOME_DB_Export.oaf
|
|||
share/gnome/oaf/GNOME_DB_Log.oaf
|
||||
share/gnome/oaf/GNOME_DB_Manager.oaf
|
||||
share/gnome/oaf/GNOME_DB_Monikers.oaf
|
||||
share/gnome/omf/gnome-db/gnome-db-C.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-es.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-it.omf
|
||||
share/gnome/omf/gnome-db/gnome-db-pt_BR.omf
|
||||
share/gnome/pixmaps/gnome-db.png
|
||||
share/gnome/ui/gnomedb-com-connection.xml
|
||||
share/gnome/ui/gnomedb-com-designer.xml
|
||||
|
@ -81,6 +118,7 @@ share/locale/nl/LC_MESSAGES/gnome-db.mo
|
|||
share/locale/nn/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-db.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-db.mo
|
||||
|
@ -88,7 +126,8 @@ 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
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-db.mo
|
||||
@dirrm share/gnome/omf/gnome-db
|
||||
@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
|
||||
|
@ -99,4 +138,5 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-db.mo
|
|||
@dirrm share/gnome/help/gnome-db/C
|
||||
@dirrm share/gnome/help/gnome-db
|
||||
@dirrm share/gnome/apps/Applications
|
||||
@dirrm include/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%/gnome-db
|
||||
@dirrm include/libgnomedb-%%VERSION%%
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
|
@ -25,6 +24,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = d968e062868656e2c55b354eb8bb2d0a
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Tue Aug 14 10:29:18 2001
|
||||
+++ Makefile.in Tue Aug 14 10:41:04 2001
|
||||
@@ -146,7 +146,7 @@
|
||||
XML_I18N_UPDATE = @XML_I18N_UPDATE@
|
||||
XML_LIBS = @XML_LIBS@
|
||||
|
||||
-SUBDIRS = po intl macros idl lib bindings providers tools testing doc
|
||||
+SUBDIRS = po intl macros idl lib bindings providers tools doc
|
||||
--- Makefile.in.orig Mon Oct 22 14:27:14 2001
|
||||
+++ Makefile.in Mon Oct 22 14:27:42 2001
|
||||
@@ -167,7 +167,6 @@
|
||||
bindings \
|
||||
providers \
|
||||
tools \
|
||||
- testing \
|
||||
doc
|
||||
|
||||
|
||||
EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2001/08/06 08:32:35 1.1
|
||||
+++ configure 2001/08/06 08:32:59
|
||||
@@ -8896,7 +8896,7 @@
|
||||
|
||||
|
||||
|
||||
-GDA_oafdir=`oaf-config --prefix`/share/oaf
|
||||
+GDA_oafdir="${prefix}/share/gnome/oaf"
|
||||
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/Makefile.in.orig Fri Jun 15 15:17:33 2001
|
||||
+++ providers/gda-default-server/Makefile.in Tue Jun 19 00:44:20 2001
|
||||
@@ -502,3 +502,3 @@
|
||||
../sqlite/configure && \
|
||||
- make
|
||||
+ ${MAKE}
|
||||
cp build_sqlite/libsqlite.a libsqlite.a
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/sqlite/Makefile.in.orig Fri Apr 27 20:17:17 2001
|
||||
+++ providers/gda-default-server/sqlite/Makefile.in Tue Jun 19 00:54:45 2001
|
||||
@@ -99,3 +99,3 @@
|
||||
$(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
|
||||
- libsqlite.a $(LIBGDBM) $(LIBREADLINE)
|
||||
+ libsqlite.a $(LIBGDBM) $(LIBREADLINE) -L/usr/local/lib -lgdbm
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- providers/gda-default-server/sqlite/tool/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/tool/lemon.c Mon Aug 6 10:59:21 2001
|
||||
--- providers/gda-default-server/sqlite/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/lemon.c Mon Aug 6 10:59:21 2001
|
||||
@@ -1327,7 +1327,7 @@
|
||||
/*
|
||||
** Return a pointer to the next structure in the linked list.
|
||||
|
|
|
@ -3,48 +3,48 @@ bin/gda-buildserver
|
|||
bin/gda-config
|
||||
bin/gda-default-srv
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common-defs.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-export.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-listener.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-quark-list.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-server-command.h
|
||||
include/gda/gda-server-connection.h
|
||||
include/gda/gda-server-error.h
|
||||
include/gda/gda-server-field.h
|
||||
include/gda/gda-server-recordset.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-atom-item.h
|
||||
include/gda/gda-xml-bin-item.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-document.h
|
||||
include/gda/gda-xml-item.h
|
||||
include/gda/gda-xml-list-item.h
|
||||
include/gda/gda-xml-util.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaBatch.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaCommand.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaConnection.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaError.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaErrorList.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaField.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaIncludes.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaRecordset.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaValue.h
|
||||
include/libgda-%%VERSION%%/gda/GDA.h
|
||||
include/libgda-%%VERSION%%/gda/gda-batch.h
|
||||
include/libgda-%%VERSION%%/gda/gda-client.h
|
||||
include/libgda-%%VERSION%%/gda/gda-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common-defs.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common.h
|
||||
include/libgda-%%VERSION%%/gda/gda-config.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection-pool.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-corba.h
|
||||
include/libgda-%%VERSION%%/gda/gda-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-export.h
|
||||
include/libgda-%%VERSION%%/gda/gda-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-listener.h
|
||||
include/libgda-%%VERSION%%/gda/gda-log.h
|
||||
include/libgda-%%VERSION%%/gda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/gda/gda-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server.h
|
||||
include/libgda-%%VERSION%%/gda/gda-thread.h
|
||||
include/libgda-%%VERSION%%/gda/gda-util.h
|
||||
include/libgda-%%VERSION%%/gda/gda-value.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-database.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-document.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-list-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-util.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
|
@ -63,53 +63,54 @@ share/gnome/gda/templates/gda-srv-recordset.c.tmpl
|
|||
share/gnome/gda/templates/gda-srv.h.tmpl
|
||||
share/gnome/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/fdl-section1.html
|
||||
share/gnome/help/libgda/C/fdl-section10.html
|
||||
share/gnome/help/libgda/C/fdl-section2.html
|
||||
share/gnome/help/libgda/C/fdl-section3.html
|
||||
share/gnome/help/libgda/C/fdl-section4.html
|
||||
share/gnome/help/libgda/C/fdl-section5.html
|
||||
share/gnome/help/libgda/C/fdl-section6.html
|
||||
share/gnome/help/libgda/C/fdl-section7.html
|
||||
share/gnome/help/libgda/C/fdl-section8.html
|
||||
share/gnome/help/libgda/C/fdl-section9.html
|
||||
share/gnome/help/libgda/C/fdl-using.html
|
||||
share/gnome/help/libgda/C/fdl.html
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln40.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
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/index.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/libgda.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/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/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
|
||||
|
@ -120,6 +121,9 @@ share/gnome/idl/GDA_Listener.idl
|
|||
share/gnome/idl/GDA_Parameter.idl
|
||||
share/gnome/idl/GDA_Recordset.idl
|
||||
share/gnome/oaf/GNOME_GDA_Provider_Default.oaf
|
||||
share/gnome/omf/libgda/libgda-C.omf
|
||||
share/gnome/omf/libgda/libgda-es.omf
|
||||
share/gnome/omf/libgda/libgda-pt_BR.omf
|
||||
share/locale/ca/LC_MESSAGES/libgda.mo
|
||||
share/locale/da/LC_MESSAGES/libgda.mo
|
||||
share/locale/de/LC_MESSAGES/libgda.mo
|
||||
|
@ -136,12 +140,14 @@ share/locale/nl/LC_MESSAGES/libgda.mo
|
|||
share/locale/nn/LC_MESSAGES/libgda.mo
|
||||
share/locale/no/LC_MESSAGES/libgda.mo
|
||||
share/locale/pl/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libgda.mo
|
||||
share/locale/ru/LC_MESSAGES/libgda.mo
|
||||
share/locale/sk/LC_MESSAGES/libgda.mo
|
||||
share/locale/sl/LC_MESSAGES/libgda.mo
|
||||
share/locale/sv/LC_MESSAGES/libgda.mo
|
||||
share/locale/uk/LC_MESSAGES/libgda.mo
|
||||
@dirrm share/gnome/omf/libgda
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/es/images
|
||||
|
@ -151,5 +157,6 @@ share/locale/uk/LC_MESSAGES/libgda.mo
|
|||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/templates
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
||||
@dirrm include/libgda-%%VERSION%%/gda++
|
||||
@dirrm include/libgda-%%VERSION%%/gda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
|
@ -25,6 +24,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = d968e062868656e2c55b354eb8bb2d0a
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Tue Aug 14 10:29:18 2001
|
||||
+++ Makefile.in Tue Aug 14 10:41:04 2001
|
||||
@@ -146,7 +146,7 @@
|
||||
XML_I18N_UPDATE = @XML_I18N_UPDATE@
|
||||
XML_LIBS = @XML_LIBS@
|
||||
|
||||
-SUBDIRS = po intl macros idl lib bindings providers tools testing doc
|
||||
+SUBDIRS = po intl macros idl lib bindings providers tools doc
|
||||
--- Makefile.in.orig Mon Oct 22 14:27:14 2001
|
||||
+++ Makefile.in Mon Oct 22 14:27:42 2001
|
||||
@@ -167,7 +167,6 @@
|
||||
bindings \
|
||||
providers \
|
||||
tools \
|
||||
- testing \
|
||||
doc
|
||||
|
||||
|
||||
EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2001/08/06 08:32:35 1.1
|
||||
+++ configure 2001/08/06 08:32:59
|
||||
@@ -8896,7 +8896,7 @@
|
||||
|
||||
|
||||
|
||||
-GDA_oafdir=`oaf-config --prefix`/share/oaf
|
||||
+GDA_oafdir="${prefix}/share/gnome/oaf"
|
||||
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/Makefile.in.orig Fri Jun 15 15:17:33 2001
|
||||
+++ providers/gda-default-server/Makefile.in Tue Jun 19 00:44:20 2001
|
||||
@@ -502,3 +502,3 @@
|
||||
../sqlite/configure && \
|
||||
- make
|
||||
+ ${MAKE}
|
||||
cp build_sqlite/libsqlite.a libsqlite.a
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/sqlite/Makefile.in.orig Fri Apr 27 20:17:17 2001
|
||||
+++ providers/gda-default-server/sqlite/Makefile.in Tue Jun 19 00:54:45 2001
|
||||
@@ -99,3 +99,3 @@
|
||||
$(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
|
||||
- libsqlite.a $(LIBGDBM) $(LIBREADLINE)
|
||||
+ libsqlite.a $(LIBGDBM) $(LIBREADLINE) -L/usr/local/lib -lgdbm
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- providers/gda-default-server/sqlite/tool/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/tool/lemon.c Mon Aug 6 10:59:21 2001
|
||||
--- providers/gda-default-server/sqlite/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/lemon.c Mon Aug 6 10:59:21 2001
|
||||
@@ -1327,7 +1327,7 @@
|
||||
/*
|
||||
** Return a pointer to the next structure in the linked list.
|
||||
|
|
|
@ -3,48 +3,48 @@ bin/gda-buildserver
|
|||
bin/gda-config
|
||||
bin/gda-default-srv
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common-defs.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-export.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-listener.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-quark-list.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-server-command.h
|
||||
include/gda/gda-server-connection.h
|
||||
include/gda/gda-server-error.h
|
||||
include/gda/gda-server-field.h
|
||||
include/gda/gda-server-recordset.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-atom-item.h
|
||||
include/gda/gda-xml-bin-item.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-document.h
|
||||
include/gda/gda-xml-item.h
|
||||
include/gda/gda-xml-list-item.h
|
||||
include/gda/gda-xml-util.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaBatch.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaCommand.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaConnection.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaError.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaErrorList.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaField.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaIncludes.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaRecordset.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaValue.h
|
||||
include/libgda-%%VERSION%%/gda/GDA.h
|
||||
include/libgda-%%VERSION%%/gda/gda-batch.h
|
||||
include/libgda-%%VERSION%%/gda/gda-client.h
|
||||
include/libgda-%%VERSION%%/gda/gda-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common-defs.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common.h
|
||||
include/libgda-%%VERSION%%/gda/gda-config.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection-pool.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-corba.h
|
||||
include/libgda-%%VERSION%%/gda/gda-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-export.h
|
||||
include/libgda-%%VERSION%%/gda/gda-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-listener.h
|
||||
include/libgda-%%VERSION%%/gda/gda-log.h
|
||||
include/libgda-%%VERSION%%/gda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/gda/gda-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server.h
|
||||
include/libgda-%%VERSION%%/gda/gda-thread.h
|
||||
include/libgda-%%VERSION%%/gda/gda-util.h
|
||||
include/libgda-%%VERSION%%/gda/gda-value.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-database.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-document.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-list-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-util.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
|
@ -63,53 +63,54 @@ share/gnome/gda/templates/gda-srv-recordset.c.tmpl
|
|||
share/gnome/gda/templates/gda-srv.h.tmpl
|
||||
share/gnome/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/fdl-section1.html
|
||||
share/gnome/help/libgda/C/fdl-section10.html
|
||||
share/gnome/help/libgda/C/fdl-section2.html
|
||||
share/gnome/help/libgda/C/fdl-section3.html
|
||||
share/gnome/help/libgda/C/fdl-section4.html
|
||||
share/gnome/help/libgda/C/fdl-section5.html
|
||||
share/gnome/help/libgda/C/fdl-section6.html
|
||||
share/gnome/help/libgda/C/fdl-section7.html
|
||||
share/gnome/help/libgda/C/fdl-section8.html
|
||||
share/gnome/help/libgda/C/fdl-section9.html
|
||||
share/gnome/help/libgda/C/fdl-using.html
|
||||
share/gnome/help/libgda/C/fdl.html
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln40.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
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/index.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/libgda.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/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/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
|
||||
|
@ -120,6 +121,9 @@ share/gnome/idl/GDA_Listener.idl
|
|||
share/gnome/idl/GDA_Parameter.idl
|
||||
share/gnome/idl/GDA_Recordset.idl
|
||||
share/gnome/oaf/GNOME_GDA_Provider_Default.oaf
|
||||
share/gnome/omf/libgda/libgda-C.omf
|
||||
share/gnome/omf/libgda/libgda-es.omf
|
||||
share/gnome/omf/libgda/libgda-pt_BR.omf
|
||||
share/locale/ca/LC_MESSAGES/libgda.mo
|
||||
share/locale/da/LC_MESSAGES/libgda.mo
|
||||
share/locale/de/LC_MESSAGES/libgda.mo
|
||||
|
@ -136,12 +140,14 @@ share/locale/nl/LC_MESSAGES/libgda.mo
|
|||
share/locale/nn/LC_MESSAGES/libgda.mo
|
||||
share/locale/no/LC_MESSAGES/libgda.mo
|
||||
share/locale/pl/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libgda.mo
|
||||
share/locale/ru/LC_MESSAGES/libgda.mo
|
||||
share/locale/sk/LC_MESSAGES/libgda.mo
|
||||
share/locale/sl/LC_MESSAGES/libgda.mo
|
||||
share/locale/sv/LC_MESSAGES/libgda.mo
|
||||
share/locale/uk/LC_MESSAGES/libgda.mo
|
||||
@dirrm share/gnome/omf/libgda
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/es/images
|
||||
|
@ -151,5 +157,6 @@ share/locale/uk/LC_MESSAGES/libgda.mo
|
|||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/templates
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
||||
@dirrm include/libgda-%%VERSION%%/gda++
|
||||
@dirrm include/libgda-%%VERSION%%/gda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.90
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.2.93
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnome-db
|
||||
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
|
@ -25,6 +24,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libgda-0.2.90.tar.gz) = d968e062868656e2c55b354eb8bb2d0a
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig Tue Aug 14 10:29:18 2001
|
||||
+++ Makefile.in Tue Aug 14 10:41:04 2001
|
||||
@@ -146,7 +146,7 @@
|
||||
XML_I18N_UPDATE = @XML_I18N_UPDATE@
|
||||
XML_LIBS = @XML_LIBS@
|
||||
|
||||
-SUBDIRS = po intl macros idl lib bindings providers tools testing doc
|
||||
+SUBDIRS = po intl macros idl lib bindings providers tools doc
|
||||
--- Makefile.in.orig Mon Oct 22 14:27:14 2001
|
||||
+++ Makefile.in Mon Oct 22 14:27:42 2001
|
||||
@@ -167,7 +167,6 @@
|
||||
bindings \
|
||||
providers \
|
||||
tools \
|
||||
- testing \
|
||||
doc
|
||||
|
||||
|
||||
EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2001/08/06 08:32:35 1.1
|
||||
+++ configure 2001/08/06 08:32:59
|
||||
@@ -8896,7 +8896,7 @@
|
||||
|
||||
|
||||
|
||||
-GDA_oafdir=`oaf-config --prefix`/share/oaf
|
||||
+GDA_oafdir="${prefix}/share/gnome/oaf"
|
||||
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/Makefile.in.orig Fri Jun 15 15:17:33 2001
|
||||
+++ providers/gda-default-server/Makefile.in Tue Jun 19 00:44:20 2001
|
||||
@@ -502,3 +502,3 @@
|
||||
../sqlite/configure && \
|
||||
- make
|
||||
+ ${MAKE}
|
||||
cp build_sqlite/libsqlite.a libsqlite.a
|
|
@ -1,7 +0,0 @@
|
|||
--- providers/gda-default-server/sqlite/Makefile.in.orig Fri Apr 27 20:17:17 2001
|
||||
+++ providers/gda-default-server/sqlite/Makefile.in Tue Jun 19 00:54:45 2001
|
||||
@@ -99,3 +99,3 @@
|
||||
$(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
|
||||
- libsqlite.a $(LIBGDBM) $(LIBREADLINE)
|
||||
+ libsqlite.a $(LIBGDBM) $(LIBREADLINE) -L/usr/local/lib -lgdbm
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- providers/gda-default-server/sqlite/tool/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/tool/lemon.c Mon Aug 6 10:59:21 2001
|
||||
--- providers/gda-default-server/sqlite/lemon.c.orig Fri Aug 3 17:47:37 2001
|
||||
+++ providers/gda-default-server/sqlite/lemon.c Mon Aug 6 10:59:21 2001
|
||||
@@ -1327,7 +1327,7 @@
|
||||
/*
|
||||
** Return a pointer to the next structure in the linked list.
|
||||
|
|
|
@ -3,48 +3,48 @@ bin/gda-buildserver
|
|||
bin/gda-config
|
||||
bin/gda-default-srv
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common-defs.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-export.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-listener.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-quark-list.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-server-command.h
|
||||
include/gda/gda-server-connection.h
|
||||
include/gda/gda-server-error.h
|
||||
include/gda/gda-server-field.h
|
||||
include/gda/gda-server-recordset.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-atom-item.h
|
||||
include/gda/gda-xml-bin-item.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-document.h
|
||||
include/gda/gda-xml-item.h
|
||||
include/gda/gda-xml-list-item.h
|
||||
include/gda/gda-xml-util.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaBatch.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaCommand.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaConnection.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaError.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaErrorList.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaField.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaIncludes.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaRecordset.h
|
||||
include/libgda-%%VERSION%%/gda++/gdaValue.h
|
||||
include/libgda-%%VERSION%%/gda/GDA.h
|
||||
include/libgda-%%VERSION%%/gda/gda-batch.h
|
||||
include/libgda-%%VERSION%%/gda/gda-client.h
|
||||
include/libgda-%%VERSION%%/gda/gda-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common-defs.h
|
||||
include/libgda-%%VERSION%%/gda/gda-common.h
|
||||
include/libgda-%%VERSION%%/gda/gda-config.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection-pool.h
|
||||
include/libgda-%%VERSION%%/gda/gda-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-corba.h
|
||||
include/libgda-%%VERSION%%/gda/gda-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-export.h
|
||||
include/libgda-%%VERSION%%/gda/gda-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-listener.h
|
||||
include/libgda-%%VERSION%%/gda/gda-log.h
|
||||
include/libgda-%%VERSION%%/gda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/gda/gda-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-command.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-connection.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-error.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-field.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server-recordset.h
|
||||
include/libgda-%%VERSION%%/gda/gda-server.h
|
||||
include/libgda-%%VERSION%%/gda/gda-thread.h
|
||||
include/libgda-%%VERSION%%/gda/gda-util.h
|
||||
include/libgda-%%VERSION%%/gda/gda-value.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-database.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-document.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-list-item.h
|
||||
include/libgda-%%VERSION%%/gda/gda-xml-util.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
|
@ -63,53 +63,54 @@ share/gnome/gda/templates/gda-srv-recordset.c.tmpl
|
|||
share/gnome/gda/templates/gda-srv.h.tmpl
|
||||
share/gnome/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/fdl-section1.html
|
||||
share/gnome/help/libgda/C/fdl-section10.html
|
||||
share/gnome/help/libgda/C/fdl-section2.html
|
||||
share/gnome/help/libgda/C/fdl-section3.html
|
||||
share/gnome/help/libgda/C/fdl-section4.html
|
||||
share/gnome/help/libgda/C/fdl-section5.html
|
||||
share/gnome/help/libgda/C/fdl-section6.html
|
||||
share/gnome/help/libgda/C/fdl-section7.html
|
||||
share/gnome/help/libgda/C/fdl-section8.html
|
||||
share/gnome/help/libgda/C/fdl-section9.html
|
||||
share/gnome/help/libgda/C/fdl-using.html
|
||||
share/gnome/help/libgda/C/fdl.html
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln40.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
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/index.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/libgda.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/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/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
|
||||
|
@ -120,6 +121,9 @@ share/gnome/idl/GDA_Listener.idl
|
|||
share/gnome/idl/GDA_Parameter.idl
|
||||
share/gnome/idl/GDA_Recordset.idl
|
||||
share/gnome/oaf/GNOME_GDA_Provider_Default.oaf
|
||||
share/gnome/omf/libgda/libgda-C.omf
|
||||
share/gnome/omf/libgda/libgda-es.omf
|
||||
share/gnome/omf/libgda/libgda-pt_BR.omf
|
||||
share/locale/ca/LC_MESSAGES/libgda.mo
|
||||
share/locale/da/LC_MESSAGES/libgda.mo
|
||||
share/locale/de/LC_MESSAGES/libgda.mo
|
||||
|
@ -136,12 +140,14 @@ share/locale/nl/LC_MESSAGES/libgda.mo
|
|||
share/locale/nn/LC_MESSAGES/libgda.mo
|
||||
share/locale/no/LC_MESSAGES/libgda.mo
|
||||
share/locale/pl/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt/LC_MESSAGES/libgda.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/libgda.mo
|
||||
share/locale/ru/LC_MESSAGES/libgda.mo
|
||||
share/locale/sk/LC_MESSAGES/libgda.mo
|
||||
share/locale/sl/LC_MESSAGES/libgda.mo
|
||||
share/locale/sv/LC_MESSAGES/libgda.mo
|
||||
share/locale/uk/LC_MESSAGES/libgda.mo
|
||||
@dirrm share/gnome/omf/libgda
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/es/images
|
||||
|
@ -151,5 +157,6 @@ share/locale/uk/LC_MESSAGES/libgda.mo
|
|||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/templates
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
||||
@dirrm include/libgda-%%VERSION%%/gda++
|
||||
@dirrm include/libgda-%%VERSION%%/gda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
|
|
Loading…
Add table
Reference in a new issue