Changes between Initial Version and Version 1 of Ticket #42128


Ignore:
Timestamp:
Jan 14, 2014, 8:23:15 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42128

    • Property Port Firebird added
  • Ticket #42128 – Description

    initial v1  
    11Hello,
    22
    3 A new submit of an updated Portfile for current Firebird SQL Database. (previous ticket 2788)
     3A new submit of an updated Portfile for current Firebird SQL Database. (previous ticket #2788)
    44
    55It seems macports introduces comlexities as manually, it builds like
    6 >>>
     6{{{
    77$ CC=/opt/local/bin/gcc-mp-4.9 CXX=/opt/local/bin/g++-mp-4.9 ./configure && make
    88[...]
     
    1010$ cd .. && make
    1111 [...]
    12 <<<
     12}}}
    1313
    14 CFLAGS/LDFLAGS/CXXFLAGS seems partially respected as some errors can be solved by adding "-L/opt/local/lib
     14CFLAGS/LDFLAGS/CXXFLAGS seems partially respected as some errors can be solved by adding "-L/opt/local/lib [[br]]
    1515Discussion has been made w macos binary package but couldn't solve all the problems for now.
    1616