1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to version 3.9.1

- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:           ports/171984
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
This commit is contained in:
Armin Pirkovitsch 2012-11-30 23:52:43 +00:00
parent 150086bb40
commit 9cdcb429f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308047
5 changed files with 27 additions and 32 deletions

View File

@ -2,23 +2,25 @@
# $FreeBSD$
PORTNAME= jrtplib
PORTVERSION= 3.7.1
PORTVERSION= 3.9.1
CATEGORIES= devel
MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented RTP library written in C++
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-jthread
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
PLIST_SUB+= JRTPLIB_VER=${PORTVERSION}
USE_BZIP2= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
PLIST_SUB= JRTPLIB_VER="${PORTVERSION}"
post-patch:
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/pkgconfig/Makefile.in
@${REINPLACE_CMD} -e \
'/pkgconfig/s|$${LIBRARY_INSTALL_DIR}|$${CMAKE_INSTALL_PREFIX}/libdata|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (jrtplib-3.7.1.tar.gz) = 9c098c4778aee40df55fd00831a29d247336c2a7a3ac0692e79e5693b6d87cd6
SIZE (jrtplib-3.7.1.tar.gz) = 474916
SHA256 (jrtplib-3.9.1.tar.bz2) = a99a0d5764e8ca9f84bf167e6de91c3092ce3633497bacc3e2d13b69aa4403df
SIZE (jrtplib-3.9.1.tar.bz2) = 117735

View File

@ -1,11 +0,0 @@
--- src/rtperrors.cpp.orig 2008-11-17 14:35:19.000000000 +0800
+++ src/rtperrors.cpp 2008-11-17 14:35:50.000000000 +0800
@@ -38,7 +38,7 @@
struct RTPErrorInfo
{
int code;
- char *description;
+ std::string description;
};
static RTPErrorInfo ErrorDescriptions[]=

View File

@ -1,10 +1,10 @@
--- src/rtperrors.h Tue Feb 21 17:31:13 2006
+++ src/rtperrors.h Sun Apr 16 20:46:09 2006
@@ -34,6 +34,7 @@
--- src/rtperrors.h.orig 2011-08-29 22:43:27.000000000 +0900
+++ src/rtperrors.h 2012-09-24 22:25:22.000000000 +0900
@@ -39,6 +39,7 @@
#define RTPERRORS_H
#include "rtpconfig.h"
+#include <cstdio>
#include <string>
std::string RTPGetErrorString(int errcode);
namespace jrtplib

View File

@ -11,13 +11,13 @@ include/jrtplib3/rtcpsdespacket.h
include/jrtplib3/rtcpsrpacket.h
include/jrtplib3/rtcpunknownpacket.h
include/jrtplib3/rtpaddress.h
include/jrtplib3/rtpbyteaddress.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/rtpexternaltransmitter.h
include/jrtplib3/rtpfaketransmitter.h
include/jrtplib3/rtphashtable.h
include/jrtplib3/rtpinternalsourcedata.h
@ -33,6 +33,9 @@ include/jrtplib3/rtppacket.h
include/jrtplib3/rtppacketbuilder.h
include/jrtplib3/rtppollthread.h
include/jrtplib3/rtprandom.h
include/jrtplib3/rtprandomrand48.h
include/jrtplib3/rtprandomrands.h
include/jrtplib3/rtprandomurandom.h
include/jrtplib3/rtprawpacket.h
include/jrtplib3/rtpsession.h
include/jrtplib3/rtpsessionparams.h
@ -43,13 +46,14 @@ 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-%%JRTPLIB_VER%%.so
lib/cmake/JRTPLIB/JRTPLIBConfig.cmake
lib/libjrtp.a
lib/libjrtp.la
lib/libjrtp.so
lib/libjrtp.so.%%JRTPLIB_VER%%
libdata/pkgconfig/jrtplib.pc
@dirrm lib/cmake/JRTPLIB
@dirrmtry lib/cmake
@dirrm include/jrtplib3