svn commit: r313717 - head/devel/ccrtp
Martin Wilke
miwi at FreeBSD.org
Sat Mar 9 14:35:11 UTC 2013
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 at bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas at 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" "{}" \;
More information about the svn-ports-all
mailing list