Bug 229704 - autoreconf.mk automake update to 1.16 missing
Summary: autoreconf.mk automake update to 1.16 missing
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-11 16:08 UTC by dewayne
Modified: 2018-07-11 23:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tijl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dewayne 2018-07-11 16:08:32 UTC
"/usr/ports/Mk/Uses/autoreconf.mk" requires updates
                aclocal-1.16:devel/automake \
                automake-1.16.1:devel/automake
from 1.15
Comment 1 dewayne 2018-07-11 16:14:06 UTC
(In reply to dewayne from comment #0)
Should be tied to BUILD_VERSION so the PR should read

"/usr/ports/Mk/Uses/autoreconf.mk" requires updates
                aclocal-1.16:devel/automake \
                automake-1.16:devel/automake
from 1.15
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2018-07-11 18:04:12 UTC
That's already there:
https://svnweb.freebsd.org/ports/head/Mk/Uses/autoreconf.mk?view=markup
Comment 3 dewayne 2018-07-11 23:39:21 UTC
Thank-you for examining the PR, Tijl.  

My mistake, as I was tracking a show-stopper issue with openssh-portable; and after the usual MAKE_JOBS_UNSAFE, then __MAKE_CONF=/dev/null, I'd started reverting /usr/ports/Mk.  I'd inadvertently been examining the two issues in the same jail.  My apologies for the distraction, I'll avoid posting PR's at 2am in the future.

PS mod_security3 still doesn't build, but I think I have a handle on it ;)
...
/var/ports/usr/ports/www/mod_security3/work/ModSecurity-3.0.2/src/utils/base64.cc:81: undefined reference to `mbedtls_base64_decode'
collect2: error: ld returned 1 exit status

(Same error on both amd64 with libressl 2.6.4 (yes I revert it) and i386 with latest openssl.)