Opened 10 years ago

Last modified 10 years ago

#42128 new submission

[NEW] Firebird 2.5 Portfile, still problem compiling — at Version 1

Reported by: jul_bsd@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: Firebird

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: Firebird added

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.
Note: See TracTickets for help on using tickets.