nmcc
31f191937f
keep configure happy.
2002-12-31 18:52:49 +00:00
nmcc
a15ec7cf31
Changed gds_lock_mgr to fb_lock_mgr.
2002-12-09 01:46:27 +00:00
dimitr
cbbba54560
Corrected default value for the config key.
2002-12-03 14:12:52 +00:00
skidder
5187fa6c44
Added configuration parameter to enable older parameter ordering behavior
2002-12-03 13:37:06 +00:00
eku
695a428ba6
Moved Linux SS files to arch-specific/linux/super.
2002-11-18 07:35:00 +00:00
eku
1a88c9bc11
Moved Linux CS files to arch-specific/linux/classic.
2002-11-18 07:31:25 +00:00
skywalker
52634976e2
Changes for alpha4 release
2002-11-18 02:43:24 +00:00
skywalker
b3eab50c9a
Create linux specific autoconf versions of some script files
2002-11-17 16:31:17 +00:00
skywalker
186bb83591
Change rpmbuild to not need root access
...
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-16 02:17:16 +00:00
skywalker
f89df420c4
Change libgds.so.0 link to enable backward compatibility
...
Update changeDBAPassword.sh so script points to install location.
2002-11-14 08:22:58 +00:00
eku
2ccf1cce1b
SINIX-Z: distribute firebird.conf, removed duplicate entry in prototype
2002-11-13 11:07:10 +00:00
eku
4610d69e5a
Merged contents of src/misc/firebird.conf into src/install/misc/firebird.conf.
2002-11-13 08:00:57 +00:00
skywalker
08e999c360
Change parameter name to RemoteFileOpenAbility
2002-11-13 04:09:06 +00:00
kkuznetsov
9caf4f6ee2
*** empty log message ***
2002-11-12 12:44:59 +00:00
eku
b64e02e08a
Finally packaging works again.
2002-11-12 12:10:58 +00:00
skywalker
dac5f700e7
Change where rpm file is left.
2002-11-11 16:07:37 +00:00
skywalker
679616343e
Move components from Makefile.in.install to here
2002-11-11 15:17:01 +00:00
skywalker
252637549c
Files no longer needed - hangover from old old build process
2002-11-11 13:54:03 +00:00
skywalker
de5d28080e
Minor changes to install procedure.
...
makeInstallImage.sh copies doc files and handles missing files from build
postinstall.sh handles /etc/services correctly and generate password as well
2002-11-11 13:52:53 +00:00
eku
7666ebb334
Moved plaform specific installation and packaging rules from
...
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 13:09:20 +00:00
skywalker
7d4488df4d
Changes to linux classic package/install
2002-11-11 05:56:38 +00:00
skywalker
b173d2ad98
Changes to install procedure, basically finishing merge of some of
...
the fb1 install code into the fb2 codebase (the fb1 code had been
committed prematurely, this should fix those differences)
2002-11-07 16:53:40 +00:00
eku
af691e2edc
Now you can specify the service name and port of the DB server via configure
...
--with-service-name specify inet service name (default=gds_db)
--with-service-port specify inet service port (default=3050)
So it's possible to run FB1 and FB2 together on the same machine.
2002-11-06 12:36:07 +00:00
skywalker
a91efa1ae8
Added config_root.cpp file for posix.
2002-11-05 16:49:05 +00:00
eku
0c1b55dd08
Code cleanup:
...
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.
Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
eku
8f561e9c06
Build and distribute 'gdef'.
2002-10-02 12:43:16 +00:00
eku
3033cff1bf
Merged the support for databases on raw devices from FB1 into FB2.
...
Added switch '--enable-raw-devices' to configure to enable this feature
(default=off). Currently only supported on UNIX platforms.
2002-10-01 05:48:00 +00:00
eku
3f3f6e5b15
Fixed installation issues.
2002-09-24 12:58:44 +00:00
skidder
aaf7777312
Fixed to make install work after interbase.msg->firebird.msg change
2002-09-20 19:01:00 +00:00
eku
9cf71556b3
Fixed the naming of some files:
...
interbase.msg => firebird.msg
interbase.log => firebird.log
SINIX-Z: don't distribute build programms
2002-09-20 10:23:15 +00:00
eku
13091a4eca
Fixed typo.
2002-09-20 08:31:09 +00:00
skidder
7e50e296b4
Fix build engine to make PROD_BUILD compile
2002-09-19 15:25:38 +00:00
eku
ebaba693ae
gds_inet_server is now called fb_inet_server
2002-09-19 09:35:36 +00:00
eku
4eaf8c0914
Autoconf cleanup:
...
o since the define 'VAX' was only used to tell that the byte order is
LITTLE_ENDIAN (it have nothing else to do with the VAX computer family)
it can safely replaced with '!WORDS_BIGENDIAN'.
o check if pointers are 64 bit
o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-17 05:58:40 +00:00
eku
edb084198d
SINIX-Z: changed location of the produced package
2002-09-13 07:15:04 +00:00
skidder
1864c6669e
Make make install work
2002-09-10 18:31:46 +00:00
eku
78ad2abc3d
SINIX-Z package files
2002-09-06 08:45:39 +00:00
bellardo
40246c34fa
Minor Darwin naming changes
2002-04-04 05:39:04 +00:00
tamlin
80f7fb6dd4
New C++ memory pool
2001-12-24 02:51:06 +00:00
skywalker
c1bcc741ab
Changed to make install work better.
...
Fix build of shared library so global objects have thier constructors called
Added readline to isql
Added version numbers to libgds.so.2.0.0
Change install location and version to be driven from ./configure file
2001-08-27 15:29:18 +00:00
skywalker
83f8c38cf0
Partial change to load RootDirectory from /etc/firebird.conf file
...
plus some more install/compile things
2001-08-20 08:15:33 +00:00
skywalker
115a8cd074
Some changes to work on classic install, (it's not complete as yet
...
but it's getting there)
2001-08-15 18:10:36 +00:00
skywalker
8e64159e86
Fix some simple void main() declarations, and the clean directive
2001-08-15 05:37:55 +00:00
skywalker
d8dd574545
Changes to detect socklen_t properly, and a bit more on install
2001-08-14 17:41:39 +00:00
skywalker
5df7da6266
Change makefiles to not touch source files to rebuild (it was making it
...
hell to checkin to cvs since it then did a diff on all files)
Did a little bit with install.
2001-08-13 08:14:38 +00:00
bellardo
00ef8172c9
The framework properties file for FB2
2001-08-07 00:33:09 +00:00
bellardo
d6081f5901
An empty install makefile for Darwin.
2001-08-04 22:51:57 +00:00
skywalker
76e36d0b32
A few changes to the install routine.
2001-08-02 07:03:59 +00:00
skywalker
5dc9d07e52
Added the linux/unix install to fb2
...
also modified a bit to start working with autoconf
2001-08-01 07:59:14 +00:00