From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:10:16 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0608D10656B0 for ; Tue, 25 Sep 2012 18:10:16 +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 D63B38FC2A for ; Tue, 25 Sep 2012 18:10:15 +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 q8PIAFjS018362 for ; Tue, 25 Sep 2012 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAF5r018353; Tue, 25 Sep 2012 18:10:15 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:10:15 GMT Resent-Message-Id: <201209251810.q8PIAF5r018353@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 E99F21065693 for ; Tue, 25 Sep 2012 18:02:33 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 901808FC1A for ; Tue, 25 Sep 2012 18:02:33 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 1F90034037 for ; Wed, 26 Sep 2012 03:02:30 +0900 (JST) Message-Id: <20120926022132.ec7c3fe01943b1c9363cf4f1@yahoo.com> Date: Wed, 26 Sep 2012 02:21:32 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/171978: devel/ace: Update to version 6.1.4 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:16 -0000 >Number: 171978 >Category: ports >Synopsis: devel/ace: Update to version 6.1.4 >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:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 6.1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile --- /usr/ports/devel/ace/Makefile 2012-07-26 14:40:22.000000000 +0900 +++ devel/ace/Makefile 2012-09-25 03:19:08.000000000 +0900 @@ -1,16 +1,12 @@ -# Ports collection makefile for: ace -# Date created: 5 January 2004 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD: ports/devel/ace/Makefile,v 1.36 2012/07/26 05:40:22 bapt Exp $ -# PORTNAME= ace -PORTVERSION= 6.1.2 +PORTVERSION= 6.1.4 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ -DISTNAME= ACE-${PORTVERSION} +DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Adaptive Communication Environment for C++ @@ -27,12 +23,12 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes +USE_PKGCONFIG= build USE_GMAKE= yes MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ CROSS-COMPILE=1 MAKEFILE= GNUmakefile USE_LDCONFIG= yes -USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo --- /usr/ports/devel/ace/distinfo 2012-06-06 05:46:44.000000000 +0900 +++ devel/ace/distinfo 2012-08-31 04:10:54.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ACE-6.1.2.tar.bz2) = 6e2af99acdbb1b769bed1e5a6d2e21a0165597097739aed77a4382de0f9257e8 -SIZE (ACE-6.1.2.tar.bz2) = 7911861 +SHA256 (ACE-6.1.4.tar.bz2) = 1150aa7cea640dbd3301ee873ec4cd79cb9f8735fc894a89b242dacced67d356 +SIZE (ACE-6.1.4.tar.bz2) = 8021269 diff -urN /usr/ports/devel/ace/pkg-plist devel/ace/pkg-plist --- /usr/ports/devel/ace/pkg-plist 2012-06-06 05:46:44.000000000 +0900 +++ devel/ace/pkg-plist 2012-08-31 04:21:28.000000000 +0900 @@ -204,6 +204,8 @@ include/ace/Compression/Compressor.inl include/ace/Compression/rle/ACE_RLECompression_export.h include/ace/Compression/rle/RLECompressor.h +include/ace/Condition_Attributes.h +include/ace/Condition_Attributes.inl include/ace/Condition_Recursive_Thread_Mutex.h include/ace/Condition_T.cpp include/ace/Condition_T.h @@ -596,6 +598,8 @@ include/ace/Monitor_Control_Types.h include/ace/Monitor_Point_Registry.h include/ace/Monitor_Size.h +include/ace/Monotonic_Time_Policy.h +include/ace/Monotonic_Time_Policy.inl include/ace/Msg_WFMO_Reactor.h include/ace/Msg_WFMO_Reactor.inl include/ace/Multihomed_INET_Addr.h @@ -980,6 +984,9 @@ include/ace/Time_Policy_T.inl include/ace/Time_Value.h include/ace/Time_Value.inl +include/ace/Time_Value_T.cpp +include/ace/Time_Value_T.h +include/ace/Time_Value_T.inl include/ace/Timeprobe.h include/ace/Timeprobe.inl include/ace/Timeprobe_T.cpp @@ -1353,6 +1360,7 @@ %%DATADIR%%/bin/MakeProjectCreator/config/ace_tkreactor.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_unicode.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_x11.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/ace_xml_utils.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_xt.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_xtreactor.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_zlib.mpb @@ -1439,6 +1447,7 @@ %%DATADIR%%/docs/ACE-development-process.html %%DATADIR%%/docs/ACE-guidelines.html %%DATADIR%%/docs/ACE-lessons.html +%%DATADIR%%/docs/ACE-monotonic-timer.html %%DATADIR%%/docs/ACE-porting.html %%DATADIR%%/docs/ACE-subsets.html %%DATADIR%%/docs/CE-status.txt >Release-Note: >Audit-Trail: >Unformatted: