From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:10:18 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40B2D106567F for ; Tue, 25 Sep 2012 18:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF308FC26 for ; Tue, 25 Sep 2012 18:10:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIAHUM018812 for ; Tue, 25 Sep 2012 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAHtI018808; Tue, 25 Sep 2012 18:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:10:17 GMT Resent-Message-Id: <201209251810.q8PIAHtI018808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72A471065672 for ; Tue, 25 Sep 2012 18:03:02 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 354D28FC12 for ; Tue, 25 Sep 2012 18:03:02 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id ABFF647C036 for ; Wed, 26 Sep 2012 03:02:59 +0900 (JST) Message-Id: <20120926022154.a3277480f15734003935c18c@yahoo.com> Date: Wed, 26 Sep 2012 02:21:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/171984: devel/jrtplib: Update to version 3.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:10:18 -0000 >Number: 171984 >Category: ports >Synopsis: devel/jrtplib: Update to version 3.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 18:10:17 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 3.9.1 Remove file: files/patch-src-rtperrors.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/jrtplib/Makefile devel/jrtplib/Makefile --- /usr/ports/devel/jrtplib/Makefile 2012-09-22 14:32:27.000000000 +0900 +++ devel/jrtplib/Makefile 2012-09-24 22:36:07.000000000 +0900 @@ -2,23 +2,25 @@ # $FreeBSD: ports/devel/jrtplib/Makefile,v 1.18 2012/09/22 05:32:27 tabthorpe Exp $ 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 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.MIT + +USE_BZIP2= yes +USE_CMAKE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-jthread +MAKE_JOBS_SAFE= yes -PLIST_SUB+= JRTPLIB_VER=${PORTVERSION} +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 diff -urN /usr/ports/devel/jrtplib/distinfo devel/jrtplib/distinfo --- /usr/ports/devel/jrtplib/distinfo 2011-07-03 23:55:58.000000000 +0900 +++ devel/jrtplib/distinfo 2012-09-24 22:23:52.000000000 +0900 @@ -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 diff -urN /usr/ports/devel/jrtplib/files/patch-src-rtperrors.cpp devel/jrtplib/files/patch-src-rtperrors.cpp --- /usr/ports/devel/jrtplib/files/patch-src-rtperrors.cpp 2008-11-18 02:01:29.000000000 +0900 +++ devel/jrtplib/files/patch-src-rtperrors.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -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[]= diff -urN /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h devel/jrtplib/files/patch-src-rtperrors.h --- /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h 2007-02-12 22:22:04.000000000 +0900 +++ devel/jrtplib/files/patch-src-rtperrors.h 2012-09-24 22:25:45.000000000 +0900 @@ -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 #include - std::string RTPGetErrorString(int errcode); + namespace jrtplib diff -urN /usr/ports/devel/jrtplib/pkg-plist devel/jrtplib/pkg-plist --- /usr/ports/devel/jrtplib/pkg-plist 2008-11-18 02:01:29.000000000 +0900 +++ devel/jrtplib/pkg-plist 2012-09-24 22:35:20.000000000 +0900 @@ -11,13 +11,13 @@ 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/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/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 >Release-Note: >Audit-Trail: >Unformatted: