#36672: netatalk: fatal error: 'netat/appletalk.h' file not found -----------------------------------+------------------------------- Reporter: benedikt.hielscher@… | Owner: ralph@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: mountainlion lion Port: netatalk | -----------------------------------+------------------------------- Changes (by ryandesign@…): * keywords: netatalk => mountainlion lion * cc: ryandesign@… (added) * owner: macports-tickets@… => ralph@… Comment: Your log was not from a clean build attempt, but I can reproduce the problem on my system so I'm attaching my log which is from a clean attempt. The problem is the port wants to include appletalk.h but that doesn't exist anymore. This was [http://echelog.com/logs/browse/macports/1321743600 reported on IRC] about Lion as well. This had previously been reported about Snow Leopard in #21159. AppleTalk doesn't exist in Snow Leopard and up so r57161 disabled the port completely on Snow Leopard and up. r60660 changed it to offer a "noat" variant to disable AppleTalk, and then included a block to do the same unconditionally on Snow Leopard only. Variant names should not begin with "no", and code should not be duplicated. The best solution is to have an "appletalk" variant, make it on by default on Leopard and below, and ensure that it cannot be enabled on Snow Leopard and above. -- Ticket URL: <https://trac.macports.org/ticket/36672#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS