I updated ncarg in r75337 that addresses #28043. It turned out that this was related to update of libpng. The source code of ncarg uses a symbol int_p_NULL, which has been removed in libpng 1.4. In this case I was able to handle the problem by replacing that with (int*)NULL. There might be other ports that use such deprecated symbols. Takeshi