[Bug 194811] misc/amanda-client fails to compile with lang/perl5.20 installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 12 17:25:16 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194811

--- Comment #5 from John Marino <marino at FreeBSD.org> ---
(In reply to John Marino from comment #4)
> I was going to ask if this patch still applied, but I think this might be a
> better fix:
> 
> (in amanda-server/Makefile)
> post-install:
>    ${REINPLACE_CMD} -e 's|#undef bool||g' ${WRKSRC}/perl/Amanda/Application.c
> 
> 
> What do you think?  Will it accurately prevent the removal of the bool
> definition and save a repetitive patch?

oh, it's 17 files.  How about?

post-install:
    ${REINPLACE_CMD} -e 's|#undef bool||g' ${WRKSRC}/perl/Amanda/*.c


17 patches is very obnoxious.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list