8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-29 06:43:03 +01:00
Commit Graph

69 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
6aaa523bd0 Cleanup about equiv file. 2019-11-30 21:53:24 -03:00
Adriano dos Santos Fernandes
3cf5aa4c66 Remove S-bit from firebird executable. 2019-11-27 11:11:26 -03:00
Adriano dos Santos Fernandes
9ed0e28b09 Add Travis MacOS build, GitHub Actions MacOS/Windows build and adjust MacOS build to be (almost) relocatable.
While MacOS people seems to be ok with fixed locations for applications and libraries, this complicates a lot the (post)
build process, needing to change each id and rpaths in a very error prone process.

Relocatable binaries makes this a lot easier, but unfortunately "restricted" (chmod +s, like firebird executable)
programs cannot use @loader_path or @executable_path in its rpath.

So the solution has to make internal libraries relocatable and make rpath of firebird fixed. Also, as the ecosystem
seems to use fixed path, the id of fbclient.dylib has set to its fixed path.

Also MacOS post build makefile has adjusted to allow creation of packages for the debug build.

The MacOS build could still be improved with some scripts to build ICU (instead of done directly in the CI scripts,
but I leave that for now) and copies its files to our lib path. However situation seems to be better than before in
relation to ICU and TomMath.

Note: Linux build is not working in GitHub Actions. It segfaults when running (exiting) utilities.
I had this problem lot's of time in the past, maybe it's not completely fixed in v3.
2019-11-26 13:11:55 -03:00
dd0dc8a340 fix issue finding libEngine12.dylib 2019-10-01 11:09:31 +02:00
ff8f45f48d Update embedded makefile for Firebird 3 2019-10-01 11:09:31 +02:00
8cc767b93e Updated installer for MacOSX 2018-04-12 13:33:26 +02:00
ed951be9c0 Tidy up installer messages 2018-01-08 09:37:35 +01:00
7b7baf8f16 Tidy up installer messages 2018-01-08 09:37:35 +01:00
fd03822796 No English.lproj now 2017-07-18 13:18:04 +02:00
de81f862ce Minor modification 2017-07-18 13:18:04 +02:00
faeeaef2d2 Update info for the installer 2017-07-18 13:18:04 +02:00
481b852635 Update info for the installer 2017-07-18 13:18:04 +02:00
d21556d2e1 Darwin install file for 3.x 2017-07-18 13:18:04 +02:00
1a808f4f66 Startupitems is no longer needed 2017-07-18 13:18:04 +02:00
f116f25a90 Add readme to install for Firebird 3.x 2017-07-18 13:18:04 +02:00
531733d296 Firebird 3.x updated install script 2017-07-18 13:18:04 +02:00
b38aee0981 Firebird 3.x updated preupgrade script 2017-07-18 13:18:04 +02:00
c825391be4 Remove old change server mode and add new one 2017-07-18 13:18:04 +02:00
0fba521fcd Firebird 3.x updated launctl scripts 2017-07-18 13:18:04 +02:00
57deee2d81 Launchctl for Classic/SuperClassic 2017-07-11 14:22:06 +02:00
6b5b341b7a Updated Readme for Firebird 3 2017-07-11 14:22:06 +02:00
6a981c606b Remove reference to Classic 2017-07-11 14:22:06 +02:00
b655cd79f7 Remove reference to Classic 2017-07-11 14:22:06 +02:00
7ff5f77407 Remove Classic from title 2017-07-11 14:22:06 +02:00
50325c8b66 Consolidated distribution file 2017-07-03 16:05:56 +02:00
paulbeach
f639ecb65b More changes to support the new pkgbuild installer for El Capitan 2015-10-15 12:32:55 +00:00
paulbeach
a4bcb40f11 New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan 2015-10-13 12:10:20 +00:00
paulbeach
7bf1dd20c6 Apple in the last release of OSX have somehow managed to change the default behaviour of tail 2015-09-28 13:25:25 +00:00
paulbeach
8007de6b6b improved plist for SuperServer on Yosemite (10.10), thanks to David Nock 2015-07-02 08:47:39 +00:00
paulbeach
9250236bee Use RunAtLoad rather than KeepAlive 2015-03-17 09:15:34 +00:00
paulbeach
3c1c24364a StartupItems is now deprecated on Yosemite (10.10), use launchctl for SuperServer as well as Classic 2015-03-06 09:02:34 +00:00
paulbeach
99606d64b8 Add support for embedded mode on MacOSX as an app bundle as well as the existing framework 2013-07-17 11:43:20 +00:00
paulbeach
5b0b510e7c Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework 2013-07-17 10:25:37 +00:00
alexpeshkoff
b3c33aeeb6 Renamed aliases.conf to databases.conf as suggested by Dmitry 2013-04-08 16:28:05 +00:00
paulbeach
cdca8e39e0 CORE-3862 - Multiple update installs can cause problems. 2011-12-14 14:51:32 +00:00
paulbeach
20cb8a689d Fix problem with tmp ownership of reboot of MacOSX 2011-09-14 13:15:56 +00:00
asfernandes
8d8413da02 Set svn:eol-style to native 2010-06-04 23:14:48 +00:00
alexpeshkoff
88b8a40a04 1. Cleaned up most of SUPERSERVER usage.
SUPERSERVER has 4 different meanings in our code:
- this is milticlient server (replaced with Config::getMultiClientServer())
- use shared data cache (replaced with Config::getSharedCache())
- use shared metadata cache (replaced with macro SHARED_METADATA_CACHE)
- database are NOT shared between processes (replaced with getSharedDatabase())

2. Use fb_smp_server as both superclassic and classic binary on posix
(xinetd autodecection is done).

3. Small posix build cleanup.
2010-04-15 14:40:27 +00:00
paulbeach
7f4eeee8d2 Correct the corrupt background installer image problem on Mac OSX 10.6 while I remember 2009-10-05 15:42:51 +00:00
alexpeshkoff
60a115efc2 Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
asfernandes
8c0b380fac Misc 2009-08-27 02:19:36 +00:00
asfernandes
a7ed247d0f Fix typo 2009-08-27 02:19:21 +00:00
paulbeach
08a1fde1a8 Adjust installer and add script to handle SuperClassic 2009-08-26 08:47:59 +00:00
paulbeach
9cab803d97 And the long march to making Firebird build and run on MacOSX continues 2009-07-21 13:34:20 +00:00
paulbeach
e2fae8e7be Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:32:51 +00:00
asfernandes
0f387a9bee Misc 2008-09-06 18:42:55 +00:00
paulbeach
e4754b822d Fix CORE-2065 Add (ln -s) libfbclient.dylib to the default dynamic loader search path /usr/local/lib for Classic 2008-09-05 11:01:08 +00:00
paulbeach
247a2d0247 Update permissions for security database 2008-09-03 09:41:04 +00:00
paulbeach
7cb4824d2a Time to tidy up some old stuff 2008-06-11 11:58:16 +00:00
alexpeshkoff
489245fa50 We are not interbase during 7 years - fixed comments and environment 2008-05-08 07:29:44 +00:00