[MacPorts] #64021: clamav @0.104.1_1 does not build on PPC Mac OS X 10.4.11, Tiger, because: 'O_SYMLINK' undeclared

MacPorts noreply at macports.org
Tue Feb 1 05:43:11 UTC 2022


#64021: clamav @0.104.1_1 does not build on PPC Mac OS X 10.4.11, Tiger, because:
'O_SYMLINK' undeclared
-----------------------------+--------------------
  Reporter:  ballapete       |      Owner:  (none)
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.7.1
Resolution:                  |   Keywords:  tiger
      Port:  legacy-support  |
-----------------------------+--------------------

Comment (by kencu):

 getting there!

 If you change this:
 {{{
 depends_build
 }}}
 to this:
 {{{
 depends_build-append
 }}}
 then you no longer overwrite the deps set by the cmake PortGroup, and you
 no longer need to manually add the dep on cmake. So do that.

 The the depend_N should also be depend_N-append for the same reason.

 I suggest you take the opportunity to cut a bunch of fat out, like get rid
 of all the python variants, just pick on python for the tests and require
 it, 99% less confusion immediately.

 And maybe get rid of the "milter" variant, as it probably is of no
 interest to legacy users anyway, if it even builds and works at all -- or
 if it does build and work, just enable it all the time. Less variants,
 less confusion, less errors, less build failures, less tickets, more
 happiness.

 And as you are supporting only < darwin11 with this port, just apply the
 patchfiles all the time and put a blocker in so that anyone on >= darwin11
 is forced to the real clamav port.

-- 
Ticket URL: <https://trac.macports.org/ticket/64021#comment:30>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list