diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-06-23 19:40:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-06-23 19:40:07 +0000 |
commit | 5fd2ff846a834209fc1e0fe2662838a5e26cf833 (patch) | |
tree | 1016a9f0219d070a6ec2a6d24ea6fc0dd3e1c783 /dev-db/monetdb/files | |
parent | don't need gnuconfig_update (diff) | |
download | historical-5fd2ff846a834209fc1e0fe2662838a5e26cf833.tar.gz historical-5fd2ff846a834209fc1e0fe2662838a5e26cf833.tar.bz2 historical-5fd2ff846a834209fc1e0fe2662838a5e26cf833.zip |
Upstream version bump to 4.12.0. Dropping ppc-macos keyword, as there are linker errors. Hope to resolve those soon.
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-db/monetdb/files')
4 files changed, 85 insertions, 0 deletions
diff --git a/dev-db/monetdb/files/digest-monetdb-4.12.0 b/dev-db/monetdb/files/digest-monetdb-4.12.0 new file mode 100644 index 000000000000..dabe39c94715 --- /dev/null +++ b/dev-db/monetdb/files/digest-monetdb-4.12.0 @@ -0,0 +1,9 @@ +MD5 189eb93b08d21238dd50e71408dc0a69 MonetDB-4.12.0.tar.gz 6573810 +RMD160 80f3eec8db50a27b44596cd66ec251df158dfc6f MonetDB-4.12.0.tar.gz 6573810 +SHA256 7626b0b033f3a67ed249390fab9e7140cf3d704fd781d4c649291242af1e0903 MonetDB-4.12.0.tar.gz 6573810 +MD5 1a71813504da964122877db9885fe077 MonetDB-SQL-2.12.0.tar.gz 13232765 +RMD160 d83cd2dba8b99c9f9a18fe86c9e3ff7a01fd0cfd MonetDB-SQL-2.12.0.tar.gz 13232765 +SHA256 bd53b8a97f204969d8587a9d6ac14d713abd234ca0ad9a9a208275e3f844a0bc MonetDB-SQL-2.12.0.tar.gz 13232765 +MD5 bae37d704947155b24d3489074f68eee MonetDB-XQuery-0.12.0.tar.gz 5112297 +RMD160 bbaf492132592b56fd863c3a54d2c79152fe693a MonetDB-XQuery-0.12.0.tar.gz 5112297 +SHA256 40d799c9ef03411a743107f55fbcf4fa3860dc04a6810f6ed56d73d4f43dfa5d MonetDB-XQuery-0.12.0.tar.gz 5112297 diff --git a/dev-db/monetdb/files/monetdb-4.12.0-gentoo-MapiClient.patch b/dev-db/monetdb/files/monetdb-4.12.0-gentoo-MapiClient.patch new file mode 100644 index 000000000000..758dc9c3bb1f --- /dev/null +++ b/dev-db/monetdb/files/monetdb-4.12.0-gentoo-MapiClient.patch @@ -0,0 +1,11 @@ +--- MonetDB-4.12.0/src/mapi/clients/C/MapiClient.c ++++ MonetDB-4.12.0/src/mapi/clients/C/MapiClient.c +@@ -35,7 +35,7 @@ + #endif + + static FILE *toConsole; +-static char *language = "mil"; ++static char *language = "sql"; + + char *command = NULL; + diff --git a/dev-db/monetdb/files/monetdb-4.12.0-gentoo-conf.patch b/dev-db/monetdb/files/monetdb-4.12.0-gentoo-conf.patch new file mode 100644 index 000000000000..bb4aa026b467 --- /dev/null +++ b/dev-db/monetdb/files/monetdb-4.12.0-gentoo-conf.patch @@ -0,0 +1,40 @@ +--- MonetDB-4.12.0/conf/MonetDB.conf.in ++++ MonetDB-4.12.0/conf/MonetDB.conf.in +@@ -20,7 +20,7 @@ + # the name of the database to use below. Note that you can use + # multiple databases, but that you have to edit the database name + # and restart MonetDB. +-gdk_dbname=demo ++gdk_dbname=default + + # The options below deal with various aspects of memory usage behaviour. + # If you don't know what these values mean, you should leave them alone. +@@ -70,10 +70,6 @@ + # 4194304 = show result size estimations (for join,select) + # 8388608 = extended property checking: tells also about not set properties + +-# General client Section +-#======================= +-#host=localhost #the host the server runs on +- + # MonetDB Section + #================ + # Administrator user name +@@ -86,7 +82,7 @@ + # Where do the MonetDB modules reside? The second path is for windows dlls. + monet_mod_path=@Xlibdir@@DIRSEP@@PACKAGE@@PATHSEP@@Xlibdir@@DIRSEP@bin + # Start Mserver in daemon mode, or start with MIL interactive interface? +-monet_daemon=no ++monet_daemon=yes + + # Monet Application Interface Section + #==================================== +@@ -98,7 +94,7 @@ + mapi_debug=0 + # The number of concurrent clients can be set using mapi_clients + # (smaller than 1 is not very useful) +-#mapi_clients=2 ++mapi_clients=10 + + # SQL Interface Section + #====================== diff --git a/dev-db/monetdb/files/monetdb-4.12.0-startup.mil b/dev-db/monetdb/files/monetdb-4.12.0-startup.mil new file mode 100644 index 000000000000..40a21283adbe --- /dev/null +++ b/dev-db/monetdb/files/monetdb-4.12.0-startup.mil @@ -0,0 +1,25 @@ +# Gentoo MonetDB startup.mil script -- Fabian Groffen grobian@gentoo.org +# +# This script starts the SQL, XQuery and Mapi modules and activates a +# listening socket for all of them on their default port. This results +# in three ports of your system being occupied. By default the ports +# are as follows: +# SQL server: 45123 +# XQuery server: 45789 +# Mapi server: 50000 + +# should connections be bound to localhost or 0.0.0.0? Set to true here +# to allow foreign connections. Defaults to false (only local). +var allow_foreign_connections := false; + +# +# If were only looking for whatever you could change, you can stop +# reading at this point and save your changes. Don't change anything +# below if you don't know what you're doing. +# + +module(sql_server); +module(pathfinder); +mapi_start(allow_foreign_connections); +mapi_register(sql_frontend()); +mapi_register(xquery_frontend()); |