Date: Mon, 18 Apr 2016 19:40:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208634] databases/mysql57-{server,client}: Fix regression in r412723 Message-ID: <bug-208634-13-OynWutpZga@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208634-13@https.bugs.freebsd.org/bugzilla/> References: <bug-208634-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208634 --- Comment #9 from Markus Kohlmeyer <rootservice@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 fut= ure updates. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208634-13-OynWutpZga>