GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design and implementation of ccRTP make it suitable for high capacity servers and gateways as well as personal client applications. WWW: http://www.gnu.org/software/ccrtp/
Responsible Changed From-To: freebsd-ports-bugs->aaron I'll take it.
This port fails to build on the following system (build log appended): - FreeBSD 5.4-RELEASE - gcc (GCC) 3.4.2 [FreeBSD] 20040728 - GNU Make 3.80 If there are additional build requirements, they must be listed. Please submit an updated shar as a reply to this email. Do not open a new PR! If you have any questions, don't hesitate to ask. Cheers! -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer ==BUILD LOG== ===> Extracting for ccrtp-1.3.7 => MD5 Checksum OK for ccrtp-1.3.7.tar.gz. => SHA256 Checksum OK for ccrtp-1.3.7.tar.gz. ===> Patching for ccrtp-1.3.7 ===> Applying FreeBSD patches for ccrtp-1.3.7 ===> ccrtp-1.3.7 depends on executable: gmake - found ===> ccrtp-1.3.7 depends on executable: pkg-config - found ===> Configuring for ccrtp-1.3.7 checking build system type... i386-portbld-freebsd5.4 checking host system type... i386-portbld-freebsd5.4 checking target system type... i386-portbld-freebsd5.4 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 65536 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 static flag -static works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking dependency style of cc... none checking dependency style of c++... none checking for ranlib... (cached) ranlib checking for genorated automake files... found checking whether to enable maintainer-specific portions of Makefiles... no checking for ccgnu2-config... no checking for commoncpp2 version >= 1.3.0... not found *** The ccgnu2-config script installed by commoncpp2 0.99 *** or later could not be found. *** You need to install GNU Common C++ 2, whose later releases are *** available from http://www.gnu.org/software/commoncpp/ and any *** GNU mirror. exit: Illegal number: -1 checking for debugging... no checking for profiling... no checking for doxygen... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ccrtp/Makefile config.status: creating m4/Makefile config.status: creating doc/Makefile config.status: creating demo/Makefile config.status: creating phone/Makefile config.status: creating w32/Makefile config.status: creating ccrtp.spec config.status: creating ccrtp.list config.status: creating libccrtp1.pc config.status: creating src/config.h config.status: executing depfiles commands ===> Building for ccrtp-1.3.7 Making all in src gmake[1]: Entering directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' gmake all-recursive gmake[2]: Entering directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' Making all in ccrtp gmake[3]: Entering directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src/ccrtp' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src/ccrtp' gmake[3]: Entering directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -ansi -pedantic -O -pipe -c -o rtppkt.lo rtppkt.cpp mkdir .libs c++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -ansi -pedantic -O -pipe -c rtppkt.cpp -fPIC -DPIC -o .libs/rtppkt.o In file included from rtppkt.cpp:44: private.h:88:25: cc++/config.h: No such file or directory private.h:89:25: cc++/thread.h: No such file or directory private.h:90:25: cc++/socket.h: No such file or directory private.h:91:26: cc++/process.h: No such file or directory private.h:92:25: cc++/export.h: No such file or directory In file included from rtppkt.cpp:44: private.h:143: error: `uint32' does not name a type private.h:143: error: extra `;' private.h:145: error: `uint32' does not name a type private.h:145: error: extra `;' private.h:146: error: `uint16' does not name a type private.h:146: error: extra `;' In file included from ./ccrtp/rtppkt.h:41, from rtppkt.cpp:45: ./ccrtp/base.h:66: error: `uint8' does not name a type ./ccrtp/base.h:66: error: extra `;' ./ccrtp/base.h:69: error: `uint32' does not name a type ./ccrtp/base.h:69: error: extra `;' ./ccrtp/base.h:72: error: `uint32' does not name a type ./ccrtp/base.h:72: error: extra `;' ./ccrtp/base.h:81: error: `__EXPORT' does not name a type ./ccrtp/base.h:82: error: extra `;' ./ccrtp/base.h:91: error: `microtimeout_t' does not name a type ./ccrtp/base.h:103: error: `microtimeout_t' does not name a type ./ccrtp/base.h:111: error: `tpport_t' does not name a type ./ccrtp/base.h:111: error: extra `;' ./ccrtp/base.h:114: error: `tpport_t' does not name a type ./ccrtp/base.h:114: error: extra `;' In file included from ./ccrtp/rtppkt.h:42, from rtppkt.cpp:45: ./ccrtp/formats.h:65: error: `uint8' does not name a type ./ccrtp/formats.h:65: error: extra `;' ./ccrtp/formats.h:68: error: `PayloadType' does not name a type ./ccrtp/formats.h:68: error: extra `;' ./ccrtp/formats.h:133: error: invalid function declaration ./ccrtp/formats.h:189: error: extra `;' ./ccrtp/formats.h:203: error: invalid function declaration ./ccrtp/formats.h:224: error: extra `;' ./ccrtp/formats.h:237: error: invalid function declaration ./ccrtp/formats.h:248: error: extra `;' In file included from rtppkt.cpp:45: ./ccrtp/rtppkt.h:72: error: invalid function declaration ./ccrtp/rtppkt.h:460: error: extra `;' ./ccrtp/rtppkt.h:472: error: invalid function declaration ./ccrtp/rtppkt.h:623: error: extra `;' ./ccrtp/rtppkt.h:637: error: invalid function declaration ./ccrtp/rtppkt.h:716: error: extra `;' rtppkt.cpp:52: error: `uint32' does not name a type rtppkt.cpp:52: error: extra `;' rtppkt.cpp:55: error: `uint32' does not name a type rtppkt.cpp:87: error: extra `;' rtppkt.cpp:89: error: `StaticPayloadFormat' has not been declared rtppkt.cpp:90: error: ISO C++ forbids declaration of `StaticPayloadFormat' with no type rtppkt.cpp: In function `int StaticPayloadFormat(StaticPayloadType)': rtppkt.cpp:91: error: `setPayloadType' undeclared (first use this function) rtppkt.cpp:91: error: (Each undeclared identifier is reported only once for each function it appears in.) rtppkt.cpp:94: error: `staticAudioTypesRates' undeclared (first use this function) rtppkt.cpp:94: error: `setRTPClockRate' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:101: error: `DynamicPayloadFormat' has not been declared rtppkt.cpp:101: error: expected constructor, destructor, or type conversion before '(' token rtppkt.cpp:101: error: expected `,' or `;' before '(' token rtppkt.cpp:108: error: `RTPPacket' has not been declared rtppkt.cpp:108: error: `size_t' has not been declared rtppkt.cpp:109: error: ISO C++ forbids declaration of `RTPPacket' with no type rtppkt.cpp:109: error: ISO C++ forbids declaration of `len' with no type rtppkt.cpp: In function `int RTPPacket(const unsigned char*, int, bool)': rtppkt.cpp:109: error: only constructors take base initializers rtppkt.cpp:110: error: `uint32' undeclared (first use this function) rtppkt.cpp:114: error: expected primary-expression before "const" rtppkt.cpp:114: error: expected `;' before "const" rtppkt.cpp:116: error: `hdrSize' undeclared (first use this function) rtppkt.cpp:116: error: `RTPFixedHeader' undeclared (first use this function) rtppkt.cpp:116: error: `header' undeclared (first use this function) rtppkt.cpp:118: error: `RTPHeaderExt' undeclared (first use this function) rtppkt.cpp:118: error: `ext' undeclared (first use this function) rtppkt.cpp:118: error: expected primary-expression before ')' token rtppkt.cpp:119: error: `ntohl' undeclared (first use this function) rtppkt.cpp:123: error: `payloadSize' undeclared (first use this function) rtppkt.cpp:126: error: `buffer' undeclared (first use this function) rtppkt.cpp:127: error: `setbuffer' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:134: error: `RTPPacket' is not a class or namespace rtppkt.cpp:134: error: expected constructor, destructor, or type conversion before '(' token rtppkt.cpp:134: error: expected `,' or `;' before '(' token rtppkt.cpp:161: error: `RTPPacket' is not a class or namespace rtppkt.cpp: In function `void endPacket()': rtppkt.cpp:166: error: `buffer' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:172: error: `OutgoingRTPPkt' has not been declared rtppkt.cpp:173: error: expected `,' or `...' before '*' token rtppkt.cpp:175: error: ISO C++ forbids declaration of `OutgoingRTPPkt' with no type rtppkt.cpp:175: error: ISO C++ forbids declaration of `uint32' with no type rtppkt.cpp: In function `int OutgoingRTPPkt(int)': rtppkt.cpp:175: error: only constructors take base initializers rtppkt.cpp:176: error: `getSizeOfFixedHeader' undeclared (first use this function) rtppkt.cpp:177: error: `numcsrc' undeclared (first use this function) rtppkt.cpp:177: error: `hdrextlen' undeclared (first use this function) rtppkt.cpp:177: error: `datalen' undeclared (first use this function) rtppkt.cpp:177: error: `paddinglen' undeclared (first use this function) rtppkt.cpp:179: error: expected `;' before "pointer" rtppkt.cpp:179: warning: statement has no effect rtppkt.cpp:181: error: `csrcs' undeclared (first use this function) rtppkt.cpp:181: error: `setCSRCArray' undeclared (first use this function) rtppkt.cpp:182: error: `pointer' undeclared (first use this function) rtppkt.cpp:185: error: `hdrext' undeclared (first use this function) rtppkt.cpp:185: error: `setbuffer' undeclared (first use this function) rtppkt.cpp:186: error: `setExtension' undeclared (first use this function) rtppkt.cpp:190: error: `data' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:193: error: `OutgoingRTPPkt' is not a class or namespace rtppkt.cpp:194: error: expected `,' or `...' before '*' token rtppkt.cpp:195: error: ISO C++ forbids declaration of `OutgoingRTPPkt' with no type rtppkt.cpp:195: error: ISO C++ forbids declaration of `uint32' with no type rtppkt.cpp: In function `int OutgoingRTPPkt(int)': rtppkt.cpp:195: error: redefinition of `int OutgoingRTPPkt(int)' rtppkt.cpp:175: error: `int OutgoingRTPPkt(int)' previously defined here rtppkt.cpp:195: error: only constructors take base initializers rtppkt.cpp:196: error: `getSizeOfFixedHeader' undeclared (first use this function) rtppkt.cpp:196: error: `numcsrc' undeclared (first use this function) rtppkt.cpp:196: error: `datalen' undeclared (first use this function) rtppkt.cpp:197: error: `paddinglen' undeclared (first use this function) rtppkt.cpp:199: error: expected `;' before "pointer" rtppkt.cpp:199: warning: statement has no effect rtppkt.cpp:201: error: `csrcs' undeclared (first use this function) rtppkt.cpp:201: error: `setCSRCArray' undeclared (first use this function) rtppkt.cpp:202: error: `pointer' undeclared (first use this function) rtppkt.cpp:209: error: `data' undeclared (first use this function) rtppkt.cpp:209: error: `setbuffer' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:212: error: `OutgoingRTPPkt' is not a class or namespace rtppkt.cpp:212: error: `size_t' has not been declared rtppkt.cpp:213: error: `uint8' has not been declared rtppkt.cpp:213: error: ISO C++ forbids declaration of `OutgoingRTPPkt' with no type rtppkt.cpp:213: error: ISO C++ forbids declaration of `datalen' with no type rtppkt.cpp:213: error: ISO C++ forbids declaration of `paddinglen' with no type rtppkt.cpp: In function `int OutgoingRTPPkt(const unsigned char*, int, int)': rtppkt.cpp:213: error: only constructors take base initializers rtppkt.cpp:214: error: `getSizeOfFixedHeader' undeclared (first use this function) rtppkt.cpp:221: error: `setbuffer' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:225: error: `OutgoingRTPPkt' is not a class or namespace rtppkt.cpp:225: error: expected `,' or `...' before '*' token rtppkt.cpp:226: error: ISO C++ forbids declaration of `uint32' with no type rtppkt.cpp: In function `void setCSRCArray(int)': rtppkt.cpp:226: error: `void setCSRCArray(int)' used prior to declaration rtppkt.cpp:227: error: `csrcs' undeclared (first use this function) rtppkt.cpp:227: error: `numcsrc' undeclared (first use this function) rtppkt.cpp:227: error: `getSizeOfFixedHeader' undeclared (first use this function) rtppkt.cpp:227: error: `setbuffer' undeclared (first use this function) rtppkt.cpp:228: error: `csrc' undeclared (first use this function) rtppkt.cpp:228: error: `uint32' is not a type rtppkt.cpp:228: error: expected `>' before '*' token rtppkt.cpp:228: error: expected `(' before '*' token rtppkt.cpp:228: error: expected primary-expression before '>' token rtppkt.cpp:228: error: `getCSRCs' undeclared (first use this function) rtppkt.cpp:228: error: expected `)' before ';' token rtppkt.cpp:230: error: `htonl' undeclared (first use this function) rtppkt.cpp:231: error: `getHeader' undeclared (first use this function) rtppkt.cpp: At global scope: rtppkt.cpp:235: error: `uint16' does not name a type rtppkt.cpp:235: error: extra `;' rtppkt.cpp:236: error: `uint16' does not name a type rtppkt.cpp:236: error: extra `;' rtppkt.cpp:238: error: `IncomingRTPPkt' has not been declared rtppkt.cpp:238: error: `size_t' has not been declared rtppkt.cpp:238: error: ISO C++ forbids declaration of `IncomingRTPPkt' with no type rtppkt.cpp:238: error: ISO C++ forbids declaration of `len' with no type rtppkt.cpp: In function `int IncomingRTPPkt(const unsigned char*, int)': rtppkt.cpp:238: error: only constructors take base initializers rtppkt.cpp:246: error: `getProtocolVersion' undeclared (first use this function) rtppkt.cpp:247: error: `CCRTP_VERSION' undeclared (first use this function) rtppkt.cpp:248: error: `getPayloadType' undeclared (first use this function) rtppkt.cpp:248: error: `RTP_INVALID_PT_MASK' undeclared (first use this function) rtppkt.cpp:249: error: `RTP_INVALID_PT_VALUE' undeclared (first use this function) rtppkt.cpp:250: error: `getPayloadSize' undeclared (first use this function) rtppkt.cpp:251: error: `headerValid' undeclared (first use this function) rtppkt.cpp:252: error: return-statement with no value, in function returning 'int' rtppkt.cpp:255: error: `cachedTimestamp' undeclared (first use this function) rtppkt.cpp:255: error: `getRawTimestamp' undeclared (first use this function) rtppkt.cpp:256: error: `cachedSeqNum' undeclared (first use this function) rtppkt.cpp:256: error: `getHeader' undeclared (first use this function) rtppkt.cpp:256: error: `ntohs' undeclared (first use this function) rtppkt.cpp:257: error: `cachedSSRC' undeclared (first use this function) rtppkt.cpp:257: error: `ntohl' undeclared (first use this function) gmake[3]: *** [rtppkt.lo] Error 1 gmake[3]: Leaving directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/home/aaron/BSD/ccrtp/work/ccrtp-1.3.7/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /home/aaron/BSD/ccrtp.
State Changed From-To: open->feedback Ask for submitter fix.
On Sat, 3 Jun 2006 03:54:59 GMT Aaron Dalton <aaron@FreeBSD.org> wrote: > Synopsis: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol > > State-Changed-From-To: open->feedback > State-Changed-By: aaron > State-Changed-When: Sat Jun 3 03:54:59 UTC 2006 > State-Changed-Why: > Ask for submitter fix. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97508 > Hi, :) sorry I forgot devel/commoncpp dependency. Please test this new shar file. --- ccrtp-1.3.7.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ccrtp # ccrtp/pkg-descr # ccrtp/Makefile # ccrtp/pkg-plist # ccrtp/distinfo # ccrtp/files # ccrtp/files/patch-Makefile # echo c - ccrtp mkdir -p ccrtp > /dev/null 2>&1 echo x - ccrtp/pkg-descr sed 's/^X//' >ccrtp/pkg-descr << 'END-of-ccrtp/pkg-descr' XGNU ccRTP is an implementation of RTP, the real-time transport protocol from Xthe IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based Xon GNU Common C++ which provides a high performance, flexible and extensible Xstandards-compliant RTP stack with full RTCP support. The design and Ximplementation of ccRTP make it suitable for high capacity servers and Xgateways as well as personal client applications. X XWWW: http://www.gnu.org/software/ccrtp/ END-of-ccrtp/pkg-descr echo x - ccrtp/Makefile sed 's/^X//' >ccrtp/Makefile << 'END-of-ccrtp/Makefile' X# New ports collection makefile for: ccrtp X# Date created: 2006-04-22 X# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> X# X# $FreeBSD$ X# X XPORTNAME= ccrtp XPORTVERSION= 1.3.7 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Implementation of the real-time transport protocol X XLIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes XUSE_GNOME= pkgconfig X XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XINFO= ccrtp X X.include <bsd.port.mk> END-of-ccrtp/Makefile echo x - ccrtp/pkg-plist sed 's/^X//' >ccrtp/pkg-plist << 'END-of-ccrtp/pkg-plist' Xinclude/ccrtp/base.h Xinclude/ccrtp/cqueue.h Xinclude/ccrtp/channel.h Xinclude/ccrtp/ext.h Xinclude/ccrtp/formats.h Xinclude/ccrtp/ioqueue.h Xinclude/ccrtp/iqueue.h Xinclude/ccrtp/oqueue.h Xinclude/ccrtp/pool.h Xinclude/ccrtp/queuebase.h Xinclude/ccrtp/rtcppkt.h Xinclude/ccrtp/rtp.h Xinclude/ccrtp/rtppkt.h Xinclude/ccrtp/sources.h Xlib/libccrtp1-1.3.so.0 Xlib/libccrtp1-1.3.so Xlib/libccrtp1.so Xlib/libccrtp1.a Xlib/libccrtp1.la Xlibdata/pkgconfig/libccrtp1.pc X@dirrm include/ccrtp END-of-ccrtp/pkg-plist echo x - ccrtp/distinfo sed 's/^X//' >ccrtp/distinfo << 'END-of-ccrtp/distinfo' XMD5 (ccrtp-1.3.7.tar.gz) = 6621be1852bd90c3dbbafa895618d8f0 XSHA256 (ccrtp-1.3.7.tar.gz) = e495e283dcefe20b6b7bafdf6eca9be763f9bcb6aaf0fe5228eca530dc5bde96 XSIZE (ccrtp-1.3.7.tar.gz) = 573315 END-of-ccrtp/distinfo echo c - ccrtp/files mkdir -p ccrtp/files > /dev/null 2>&1 echo x - ccrtp/files/patch-Makefile sed 's/^X//' >ccrtp/files/patch-Makefile << 'END-of-ccrtp/files/patch-Makefile' X--- Makefile.in Sat Apr 22 19:41:06 2006 X+++ Makefile.in Sat Apr 22 19:41:35 2006 X@@ -224,7 +224,7 @@ X X SUBDIRS = src doc X DIST_SUBDIRS = m4 src phone doc demo w32 X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(libdir)data/pkgconfig X pkgconfig_DATA = libccrtp1.pc X all: all-recursive X END-of-ccrtp/files/patch-Makefile exit --- ccrtp-1.3.7.shar ends here --- Greetings ACM -- Grupo de Usuarios *BSD Peru - BSDPeru http://www.bsd.org.pe
That fixed it =) We're having some problems building it on FreeBSD-4.11 though. Is there a minimum GCC version required? No need to resubmit. I can add the necessary line easy enough. 3.3+? Cheers! -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer
State Changed From-To: feedback->open USE_GCC= 3.2+ added to Makefile. Now awaiting mentor approval.
On Mon, 5 Jun 2006 04:29:34 GMT Aaron Dalton <aaron@FreeBSD.org> wrote: > Synopsis: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol > > State-Changed-From-To: feedback->open > State-Changed-By: aaron > State-Changed-When: Mon Jun 5 04:29:33 UTC 2006 > State-Changed-Why: > USE_GCC= 3.2+ added to Makefile. Now awaiting mentor approval. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97508 > - New shar file - Updated to 1.4.1 - Added USE_GCC= 3.4+ - Please see ports/99441 is a dependency of ccrtp, and I updated it too. --- ccrtp-1.4.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ccrtp # ccrtp/pkg-descr # ccrtp/Makefile # ccrtp/pkg-plist # ccrtp/distinfo # ccrtp/files # ccrtp/files/patch-Makefile # echo c - ccrtp mkdir -p ccrtp > /dev/null 2>&1 echo x - ccrtp/pkg-descr sed 's/^X//' >ccrtp/pkg-descr << 'END-of-ccrtp/pkg-descr' XGNU ccRTP is an implementation of RTP, the real-time transport protocol from Xthe IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based Xon GNU Common C++ which provides a high performance, flexible and extensible Xstandards-compliant RTP stack with full RTCP support. The design and Ximplementation of ccRTP make it suitable for high capacity servers and Xgateways as well as personal client applications. X XWWW: http://www.gnu.org/software/ccrtp/ END-of-ccrtp/pkg-descr echo x - ccrtp/Makefile sed 's/^X//' >ccrtp/Makefile << 'END-of-ccrtp/Makefile' X# New ports collection makefile for: ccrtp X# Date created: 2006-04-22 X# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> X# X# $FreeBSD$ X# X XPORTNAME= ccrtp XPORTVERSION= 1.4.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Implementation of the real-time transport protocol X XLIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= pkgconfig XUSE_GCC= 3.4+ XINSTALLS_SHLIB= yes X XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XINFO= ccrtp X X.include <bsd.port.mk> END-of-ccrtp/Makefile echo x - ccrtp/pkg-plist sed 's/^X//' >ccrtp/pkg-plist << 'END-of-ccrtp/pkg-plist' Xinclude/ccrtp/base.h Xinclude/ccrtp/cqueue.h Xinclude/ccrtp/channel.h Xinclude/ccrtp/ext.h Xinclude/ccrtp/formats.h Xinclude/ccrtp/ioqueue.h Xinclude/ccrtp/iqueue.h Xinclude/ccrtp/oqueue.h Xinclude/ccrtp/pool.h Xinclude/ccrtp/queuebase.h Xinclude/ccrtp/rtcppkt.h Xinclude/ccrtp/rtp.h Xinclude/ccrtp/rtppkt.h Xinclude/ccrtp/sources.h Xlib/libccrtp1-1.4.so.0 Xlib/libccrtp1-1.4.so Xlib/libccrtp1.so Xlib/libccrtp1.a Xlib/libccrtp1.la Xlibdata/pkgconfig/libccrtp1.pc X@dirrm include/ccrtp END-of-ccrtp/pkg-plist echo x - ccrtp/distinfo sed 's/^X//' >ccrtp/distinfo << 'END-of-ccrtp/distinfo' XMD5 (ccrtp-1.4.1.tar.gz) = 632aacddec2998f393d1773a078d881a XSHA256 (ccrtp-1.4.1.tar.gz) = de0214d0933a59e8c5e99fb411556ef36186aba9ed345a43db20968c6315b1af XSIZE (ccrtp-1.4.1.tar.gz) = 585909 END-of-ccrtp/distinfo echo c - ccrtp/files mkdir -p ccrtp/files > /dev/null 2>&1 echo x - ccrtp/files/patch-Makefile sed 's/^X//' >ccrtp/files/patch-Makefile << 'END-of-ccrtp/files/patch-Makefile' X--- Makefile.in Sat Apr 22 19:41:06 2006 X+++ Makefile.in Sat Apr 22 19:41:35 2006 X@@ -224,7 +224,7 @@ X X SUBDIRS = src doc X DIST_SUBDIRS = m4 src phone doc demo w32 X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(libdir)data/pkgconfig X pkgconfig_DATA = libccrtp1.pc X all: all-recursive X END-of-ccrtp/files/patch-Makefile exit --- ccrtp-1.4.1.shar ends here --- Greetings ACM -- Grupo de Usuarios *BSD Peru - BSDPeru http://www.bsd.org.pe
State Changed From-To: open->closed New port added. Thanks!