[MacPorts] #37522: doxygen: UsingTheRightCompiler

MacPorts noreply at macports.org
Wed Feb 13 15:58:35 PST 2013


#37522: doxygen: UsingTheRightCompiler
-----------------------+----------------------
  Reporter:  raimue@…  |      Owner:  css@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.1.2
Resolution:  fixed     |   Keywords:  haspatch
      Port:  doxygen   |
-----------------------+----------------------
Changes (by ryandesign@…):

 * cc: mmoll@… (added)
 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 The problem was caused by r101062 (committed less than a day before this
 ticket was filed) which added a reinplace on three tmake.conf files,
 Makefile.libmd5, and Makefile.libdoxycfg. But Makefile.libmd5 and
 Makefile.libdoxycfg are supposed to be regenerated by tmake, using the
 tmake.conf. The problem must be occurring when the tmake.conf file that is
 actually being used is modified in the same second as the Makefiles are
 modified, resulting in the build process believing that the Makefiles are
 already up to date and do not need to be regenerated.

 The solution is to reinplace only the tmake.conf file; then the Makefiles
 will be regenerated from it. And there's no need to reinplace three
 different tmake.conf files; the port will only use one of them, as defined
 by the port's ${tmake_conf} variable.

 Fixed in r103089.

-- 
Ticket URL: <https://trac.macports.org/ticket/37522#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list