About PR 121431 (devel/ccrtp doesn't build with security/libgcrypt 1.4.0 on FreeBSD 5.x)

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu May 1 04:51:59 UTC 2008


2008/4/30, TooMany Secrets <toomany at toomany.net>:
> Hi!
>
>  I have a FreeBSD 7.0-STABLE, and I'm having the same problem related
>  at PR 121431 compiling "twinkle" port.
>
>  I try also to add the file "patch-1.diff" showed at:
>
>  http://www.freebsd.org/cgi/query-pr.cgi?pr=121431
>

Please could you test this patch?

--- Makefile       2008-04-30 23:17:46.000000000 -0500
+++ Makefile    2008-04-30 23:18:33.000000000 -0500
@@ -28,5 +28,6 @@
 post-patch:
        @cd ${WRKSRC}/src && \
                ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e
"s|<malloc.h>|<stdlib.h>|g" "{}" \;
+       @${REINPLACE_CMD} -e "s|-pedantic||g" ${WRKSRC}/configure

 .include <bsd.port.mk>

It seems like devel/ccrtp fails on all FreeBSD versions when -pedantic
is passed to WARN_FLAGS. I saw this problem on 6-STABLE(i386) and
7-STABLE(amd64)

Greetings
ACM


More information about the freebsd-ports mailing list