[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 19 12:56:03 UTC 2014


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

--- Comment #7 from Trond.Endrestol at ximalas.info ---
(In reply to John Marino from comment #5)
> (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.

post-install will be to late in the process, this needs to happen before
compilation.

Is there a make target called post-patch?

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


More information about the freebsd-ports-bugs mailing list