<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Looks like the snowleopard_fixes-1.0 PortGroup is needed here!<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jan 18, 2018, at 9:29 AM, Richard L. Hamilton <<a href="mailto:rlhamil@smart.net" class="">rlhamil@smart.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Looks like at least the immediate problem (not to say there might not be others) is that strnlen() is missing on Snow Leopard.<br class=""><br class="">When this came up for something else before, some magic known as snowleopard_fixes took care of it, according to old email.  I gather that supplies the functions missing on Snow Leopard that are relatively straightforward to re-create and have been helpful getting ports to build there.<br class=""><br class="">How might that magic be added to the Portfile for netpbm?  Ticket #55716 filed.<br class=""><br class=""><br class="">:info:build sldtoppm.c:218:17: warning: implicit declaration of function 'strnlen' is invalid in C99 [-Wimplicit-function-declaration]<br class="">:info:build             if (strnlen(slideName, 32) == 32)<br class="">:info:build                 ^<br class="">:info:build 1 warning generated.<br class="">:info:build sldtoppm.c:218:17: warning: implicit declaration of function 'strnlen' is invalid in C99 [-Wimplicit-function-declaration]<br class="">:info:build             if (strnlen(slideName, 32) == 32)<br class="">:info:build                 ^<br class="">[...]<br class="">:info:build /opt/local/bin/clang-mp-3.9 -o sldtoppm sldtoppm.o     -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_netpbm/netpbm/work/advanced/lib -lnetpbm -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386   -lm  <br class="">:info:build Undefined symbols for architecture x86_64:<br class="">:info:build   "_strnlen", referenced from:<br class="">:info:build       _main in sldtoppm.o<br class="">:info:build ld: symbol(s) not found for architecture x86_64<br class="">:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)<br class=""><br class=""></div></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Marius</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">--</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Marius Schamschula</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>