From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 3 15:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C61916A4CE for ; Wed, 3 Nov 2004 15:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8110343D46 for ; Wed, 3 Nov 2004 15:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA3FKTlJ012054 for ; Wed, 3 Nov 2004 15:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3FKTxi012053; Wed, 3 Nov 2004 15:20:29 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 15:20:29 GMT Resent-Message-Id: <200411031520.iA3FKTxi012053@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, "Andrei V. Shetuhin" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A599416A4CE for ; Wed, 3 Nov 2004 15:14:03 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 203BB43D62 for ; Wed, 3 Nov 2004 15:14:03 +0000 (GMT) (envelope-from shetuhin@corp.mail.ru) Received: from [213.221.5.18] (port=2909 helo=stellar) by mx2.mail.ru with smtp id 1CPMp5-000939-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Nov 2004 18:13:53 +0300 Message-Id: Date: Wed, 03 Nov 2004 18:13:53 +0300 From: "Andrei V. Shetuhin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73456: A new version of CT++ library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrei V. Shetuhin" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 15:20:29 -0000 >Number: 73456 >Category: ports >Synopsis: A new version of CT++ library >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 15:20:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.9-RELEASE i386 >Organization: Mail.ru >Environment: System: FreeBSD adolf.corp.mail.ru 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update to 1.5 >How-To-Repeat: >Fix: diff -uNr ctpp.orig/Makefile ctpp/Makefile --- ctpp.orig/Makefile Mon Jul 26 16:32:51 2004 +++ ctpp/Makefile Wed Nov 3 14:59:36 2004 @@ -1,14 +1,14 @@ # New ports collection makefile for: ctpp -# Date created: 19 July 2004 +# Date created: 03 November 2004 # Whom: shetuhin@corp.mail.ru (Andrei V. Shetuhin) # # $FreeBSD: ports/textproc/ctpp/Makefile,v 1.1 2004/07/26 12:32:51 sem Exp $ # PORTNAME= ctpp -PORTVERSION= 1.0 +PORTVERSION= 1.5 CATEGORIES= textproc devel -MASTER_SITES= http://www.reki.ru/products/ctpp/ +MASTER_SITES= http://www.reki.ru/products/ctpp/download/ MAINTAINER= shetuhin@corp.mail.ru COMMENT= C++ library to use templates in C/C++ projects @@ -17,5 +17,13 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes + +.if defined(WITH_CTPP_PERF_TUNING) +CONFIGURE_ARGS+= --enable-optimization +.endif + +.if defined(WITH_CTPP_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif .include diff -uNr ctpp.orig/distinfo ctpp/distinfo --- ctpp.orig/distinfo Mon Jul 26 16:32:51 2004 +++ ctpp/distinfo Wed Nov 3 15:39:04 2004 @@ -1,2 +1,2 @@ -MD5 (ctpp-1.0.tar.gz) = 394a4dd9e1565834a17d36979b308359 -SIZE (ctpp-1.0.tar.gz) = 57945 +MD5 (ctpp-1.5.tar.gz) = cae9cdf4bf37ddee7f3992d01aabb6aa +SIZE (ctpp-1.5.tar.gz) = 94310 diff -uNr ctpp.orig/pkg-plist ctpp/pkg-plist --- ctpp.orig/pkg-plist Mon Jul 26 16:32:51 2004 +++ ctpp/pkg-plist Fri Oct 29 20:10:43 2004 @@ -8,6 +8,7 @@ include/ctpp/functions/value_in_set.hpp include/ctpp/util/d2str.hpp lib/libctpp.so +lib/libctpp.a @dirrm include/ctpp/util @dirrm include/ctpp/functions @dirrm include/ctpp/ctpp >Release-Note: >Audit-Trail: >Unformatted: