Update to 3.1.0

PR:		ports/73976
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-11-16 10:36:38 +00:00
parent 0384c2bec4
commit 15d1c65eec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121747
5 changed files with 65 additions and 84 deletions

View file

@ -5,19 +5,19 @@
# $FreeBSD$
#
PORTNAME= jrtplib
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://lumumba.luc.ac.be/jori/jrtplib/
PORTNAME= jrtplib
PORTVERSION= 3.1.0
CATEGORIES= devel
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
MAINTAINER= hopet@ics.muni.cz
COMMENT= Object-oriented RTP library written in C++
MAINTAINER= hopet@ics.muni.cz
COMMENT= Object-oriented RTP library written in C++
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-jthread
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
MD5 (jrtplib-2.7.tar.gz) = e70ed7dd06b195b9f2066394a3fd0d13
SIZE (jrtplib-2.7.tar.gz) = 93096
MD5 (jrtplib-3.1.0.tar.gz) = 2a3e268a2d422bca69884b9c5be522d7
SIZE (jrtplib-3.1.0.tar.gz) = 410223

View file

@ -1,40 +0,0 @@
--- configure.orig Sat Oct 18 14:09:40 2003
+++ configure Sat Oct 18 14:22:56 2003
@@ -1187,7 +1187,7 @@
-RTP_CFLAGS="-O2"
+RTP_CFLAGS="-fPIC -O2"
RTP_TARGETS=dummymsg
RTP_ARFLAGS=
RTP_LDFLAGS=
@@ -1806,7 +1806,7 @@
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
-CFLAGS="-g"
+CFLAGS="-fPIC -g"
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
@@ -1856,15 +1856,15 @@
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="-fPIC -g -O2"
else
- CFLAGS="-g"
+ CFLAGS="-fPIC -g"
fi
else
if test "$GCC" = yes; then
- CFLAGS="-O2"
+ CFLAGS="-fPIC -O2"
else
- CFLAGS=
+ CFLAGS="-fPIC"
fi
fi
# Some people use a C++ compiler to compile C. Since we use `exit',

View file

@ -3,9 +3,9 @@ It was partly developed for his thesis at the School for Knowledge Technology
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
The latest version of the library is 2.7 (December 12, 2002)
The latest version of the library is 3.1.0 (as of November, 2004)
WWW: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html
WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
- Petr
hopet@ics.muni.cz

View file

@ -1,30 +1,51 @@
include/jrtplib/rtpconfig.h
include/jrtplib/rtpconfig_unix.h
include/jrtplib/rtpconfig_win.h
include/jrtplib/rtpconnection.h
include/jrtplib/rtpcontributingsources.h
include/jrtplib/rtpdebug.h
include/jrtplib/rtpdefines.h
include/jrtplib/rtpdestlist.h
include/jrtplib/rtperror.h
include/jrtplib/rtpexceptionstructs.h
include/jrtplib/rtphandlers.h
include/jrtplib/rtpiptable.h
include/jrtplib/rtplocalinfo.h
include/jrtplib/rtpmcasttable.h
include/jrtplib/rtppacket.h
include/jrtplib/rtppacketprocessor.h
include/jrtplib/rtprandom.h
include/jrtplib/rtprtcpmodule.h
include/jrtplib/rtpsession.h
include/jrtplib/rtpsourcedata.h
include/jrtplib/rtpsourcedescription.h
include/jrtplib/rtpsources.h
include/jrtplib/rtpsrclist.h
include/jrtplib/rtpstructs.h
include/jrtplib/rtptimeutil.h
@dirrm include/jrtplib
include/jrtplib3/rtcpapppacket.h
include/jrtplib3/rtcpbyepacket.h
include/jrtplib3/rtcpcompoundpacket.h
include/jrtplib3/rtcpcompoundpacketbuilder.h
include/jrtplib3/rtcppacket.h
include/jrtplib3/rtcppacketbuilder.h
include/jrtplib3/rtcprrpacket.h
include/jrtplib3/rtcpscheduler.h
include/jrtplib3/rtcpsdesinfo.h
include/jrtplib3/rtcpsdespacket.h
include/jrtplib3/rtcpsrpacket.h
include/jrtplib3/rtcpunknownpacket.h
include/jrtplib3/rtpaddress.h
include/jrtplib3/rtpcollisionlist.h
include/jrtplib3/rtpconfig.h
include/jrtplib3/rtpconfig_unix.h
include/jrtplib3/rtpconfig_win.h
include/jrtplib3/rtpdebug.h
include/jrtplib3/rtpdefines.h
include/jrtplib3/rtperrors.h
include/jrtplib3/rtphashtable.h
include/jrtplib3/rtpinternalsourcedata.h
include/jrtplib3/rtpipv4address.h
include/jrtplib3/rtpipv4destination.h
include/jrtplib3/rtpipv6address.h
include/jrtplib3/rtpipv6destination.h
include/jrtplib3/rtpkeyhashtable.h
include/jrtplib3/rtplibraryversion.h
include/jrtplib3/rtppacket.h
include/jrtplib3/rtppacketbuilder.h
include/jrtplib3/rtppollthread.h
include/jrtplib3/rtprandom.h
include/jrtplib3/rtprawpacket.h
include/jrtplib3/rtpsession.h
include/jrtplib3/rtpsessionparams.h
include/jrtplib3/rtpsessionsources.h
include/jrtplib3/rtpsourcedata.h
include/jrtplib3/rtpsources.h
include/jrtplib3/rtpstructs.h
include/jrtplib3/rtptimeutilities.h
include/jrtplib3/rtptransmitter.h
include/jrtplib3/rtptypes.h
include/jrtplib3/rtptypes_unix.h
include/jrtplib3/rtptypes_win.h
include/jrtplib3/rtpudpv4transmitter.h
include/jrtplib3/rtpudpv6transmitter.h
lib/libjrtp-3.1.0.so
lib/libjrtp.a
lib/libjrtp.la
lib/libjrtp.so
lib/libjrtp.so-2.7
lib/libjrtp.so.2.7
@dirrm include/jrtplib3