Index: Makefile =================================================================== --- Makefile (revision 372767) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -171,6 +172,10 @@ .endif +# See PR 194811. +post-patch: + ${REINPLACE_CMD} -e 's|#undef bool||g' ${WRKSRC}/perl/Amanda/*.c + # MEMO: # Prefix @WANT_SERVER_TRUE@ for server only files. # Prefix @WANT_CLIENT_TRUE@ for client only files.