#42128: [NEW] Firebird 2.5 Portfile, still problem compiling -------------------------+-------------------------------- Reporter: jul_bsd@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: Firebird | -------------------------+-------------------------------- Changes (by ryandesign@…): * port: => Firebird Old description:
Hello,
A new submit of an updated Portfile for current Firebird SQL Database. (previous ticket 2788)
It seems macports introduces comlexities as manually, it builds like
$ CC=/opt/local/bin/gcc-mp-4.9 CXX=/opt/local/bin/g++-mp-4.9 ./configure && make [...] $ cd gen && make -f Makefile.fbtrace $ cd .. && make [...] <<<
CFLAGS/LDFLAGS/CXXFLAGS seems partially respected as some errors can be solved by adding "-L/opt/local/lib Discussion has been made w macos binary package but couldn't solve all the problems for now.
Install locations need to be reviewed as Firebird as a Framework tree in /Library/Framework (at least in current binary packages)
Test on os 10.9.1 w latest macports
New description: Hello, A new submit of an updated Portfile for current Firebird SQL Database. (previous ticket #2788) It seems macports introduces comlexities as manually, it builds like {{{ $ CC=/opt/local/bin/gcc-mp-4.9 CXX=/opt/local/bin/g++-mp-4.9 ./configure && make [...] $ cd gen && make -f Makefile.fbtrace $ cd .. && make [...] }}} CFLAGS/LDFLAGS/CXXFLAGS seems partially respected as some errors can be solved by adding "-L/opt/local/lib [[br]] Discussion has been made w macos binary package but couldn't solve all the problems for now. Install locations need to be reviewed as Firebird as a Framework tree in /Library/Framework (at least in current binary packages) Test on os 10.9.1 w latest macports -- Comment: Thanks. Some observations: * "openmaintainer" by itself is not a valid value for maintainers; either add your obfuscated email address to that to make yourself the maintainer, or change it to "nomaintainer" * compiler.blacklist isn't used if you set configure.compiler explicitly. * Don't hardcode /Library/Frameworks; use ${frameworks_dir} instead. -- Ticket URL: <https://trac.macports.org/ticket/42128#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X