[Bug 208634] databases/mysql57-{server,client}: Fix regression in r412723
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 18 19:40:55 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208634
--- Comment #9 from Markus Kohlmeyer <rootservice at gmail.com> ---
To avoid false positives we could do a better sed, so instead of
@${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt
we should use something like
@${REINPLACE_CMD} 's/\(GLOB\ MAN1_FILES\)\ \*\.1/\1 ${MMAN1}/'
${WRKSRC}/man/CMakeLists.txt
in the future. I can prepare a patch for this if necessary.
Alternativly we can omit the post-patch macros and hardcode the lists of
manfiles, but that may be harder to maintain as it might be overseen on future
updates.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list