<div dir="ltr"><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)">Hi,</div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)">The <code dir="ltr" class="gmail-KDcb0c" style="font-size:14px;margin:0px;border-bottom:1px solid rgb(44,46,53)">perl-http-daemon</code> package has been updated upstream, and they switched their build system from <code dir="ltr" class="gmail-KDcb0c" style="font-size:14px;margin:0px;border-bottom:1px solid rgb(44,46,53)">Makefile.PL</code> to <code dir="ltr" class="gmail-KDcb0c" style="font-size:14px;margin:0px;border-bottom:1px solid rgb(44,46,53)">Build.PL</code> (specifically using <code dir="ltr" class="gmail-KDcb0c" style="font-size:14px;margin:0px;border-bottom:1px solid rgb(44,46,53)">Module::Build::Tiny</code>). Because of this, the current SlackBuild fails to build.</div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)">Here is the corrected build block for the <code dir="ltr" class="gmail-KDcb0c" style="font-size:14px;margin:0px;border-bottom:1px solid rgb(44,46,53)">.SlackBuild</code> script that fixes the issue:</div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)">echo </span><span class="gmail-CS0cqb" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(129,201,149)">"y"</span><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)"> | CFLAGS=</span><span class="gmail-CS0cqb" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(129,201,149)">"$SLKCFLAGS"</span><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)"> perl Build.PL \</span></div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)">--prefix=/usr \ </span></div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)"> --installdirs=vendor \ </span></div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)"> --install_path libdoc=/usr/man/man3</span></div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)">./Build</span></div><div class="gmail-n6owBd gmail-awi2gc" style="font-family:"Google Sans",Arial,sans-serif;font-size:16px;margin:12px 0px 16px;border-bottom:0px none rgb(230,232,240)"><span class="gmail-undefined" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(230,232,240)">./Build install --destdir=</span><span class="gmail-CS0cqb" style="font-family:monospace;font-size:14px;margin:0px;border-bottom:0px none rgb(129,201,149)">"${PKG}"</span></div></div>