Changes between Initial Version and Version 1 of Ticket #33985
- Timestamp:
- Apr 10, 2012, 7:42:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33985
- Property Cc pmq@… removed
- Property Owner changed from macports-tickets@… to pmq@…
-
Ticket #33985 – Description
initial v1 1 1 The eboard Portfile configure.args keyword references the CXX environment variable, but this is not a variable provided by MacPorts. When it is undefined (as in my case), the configure phase fails: 2 2 3 {{{ 3 4 :info:configure shell command " cd "/opt3/var/macports/build/_opt3_var_macports_sources_rsync.macports.org_release_tarballs_ports_games_eboard/eboard/work/eboard-1.1.1" && /opt3/bin/perl ./configure --prefix=/opt3 --man-prefix=/opt3/share/man --compiler=${CXX} " returned error 2 5 }}} 4 6 5 7 Attached is a patch against the Portfile to fix the problem.