Date: Sat, 9 Mar 2013 14:35:10 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313717 - head/devel/ccrtp Message-ID: <201303091435.r29EZAfM087726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 9 14:35:10 2013 New Revision: 313717 URL: http://svnweb.freebsd.org/changeset/ports/313717 Log: - BROKEN Fails to build DUCOMMON_VISIBILITY=1 -pthread -pthread -o .libs/rtpsend rtpsend.o -pthread ../src/.libs/libccrtp.so -L/usr/local/lib /usr/local/lib/libcommoncpp.so /usr/local/lib/libucommon.so -lgcc -lcrypto -pthread -Wl,-rpath -Wl,/usr/local/lib ../src/.libs/libccrtp.so: undefined reference to `Twofish_encrypt' ../src/.libs/libccrtp.so: undefined reference to `Twofish_initialise' ../src/.libs/libccrtp.so: undefined reference to `Twofish_prepare_key' gmake[2]: *** [rtpsend] Error 1 Modified: head/devel/ccrtp/Makefile Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Sat Mar 9 14:31:39 2013 (r313716) +++ head/devel/ccrtp/Makefile Sat Mar 9 14:35:10 2013 (r313717) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ccrtp -# Date created: 2006-04-22 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= ccrtp PORTVERSION= 2.0.5 @@ -25,6 +21,8 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include INFO= ccrtp +BROKEN= does not build + post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091435.r29EZAfM087726>