From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 12 04:40:02 2008 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 9C3AF1065672 for ; Sat, 12 Jul 2008 04:40:02 +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 76A318FC1A for ; Sat, 12 Jul 2008 04:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6C4e2Da028546 for ; Sat, 12 Jul 2008 04:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6C4e2m8028545; Sat, 12 Jul 2008 04:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jul 2008 04:40:02 GMT Resent-Message-Id: <200807120440.m6C4e2m8028545@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0F091065671 for ; Sat, 12 Jul 2008 04:38:38 +0000 (UTC) (envelope-from pgollucci@riderwayinc.com) Received: from riderwayinc.com (riderwayinc.com [74.93.213.161]) by mx1.freebsd.org (Postfix) with ESMTP id 637C78FC1C for ; Sat, 12 Jul 2008 04:38:37 +0000 (UTC) (envelope-from pgollucci@riderwayinc.com) Received: from riderwayinc.com (localhost [127.0.0.1]) by riderwayinc.com (8.14.2/8.14.2) with ESMTP id m6C4cSfm089020 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 12 Jul 2008 04:38:28 GMT (envelope-from pgollucci@riderwayinc.com) Received: (from pgollucci@localhost) by riderwayinc.com (8.14.2/8.14.2/Submit) id m6C4cN5h089019; Sat, 12 Jul 2008 04:38:23 GMT (envelope-from pgollucci) Message-Id: <200807120438.m6C4cN5h089019@riderwayinc.com> Date: Sat, 12 Jul 2008 04:38:23 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/125529: [PATCH] devel/stlport-gcc: update to 5.1.5, take maintainership 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: Sat, 12 Jul 2008 04:40:02 -0000 >Number: 125529 >Category: ports >Synopsis: [PATCH] devel/stlport-gcc: update to 5.1.5, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jul 12 04:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.0-RELEASE amd64 >Organization: Riderway Inc. >Environment: System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008 >Description: - Update to 5.1.5 - Take maintainership - AFAIK, all supported FBSD versions have /usr/include/wchar.h Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- stlport-gcc-5.1.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/stlport/Makefile,v retrieving revision 1.45 diff -u -u -r1.45 Makefile --- Makefile 28 Jan 2008 08:45:59 -0000 1.45 +++ Makefile 12 Jul 2008 04:37:50 -0000 @@ -7,21 +7,17 @@ # PORTNAME= stlport -PORTVERSION= 5.1.4 +PORTVERSION= 5.1.5 CATEGORIES= devel MASTER_SITES= SF PKGNAMESUFFIX= -${COMPILER} DISTNAME= STLport-${PORTVERSION:S/.b/-b/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= Adaptation of SGI\'s Standard Template Library USE_BZIP2= yes -.if !exists(/usr/include/wchar.h) -BROKEN= Requires /usr/include/wchar.h for compilation -.endif - WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/stlport/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 23 Dec 2007 17:00:36 -0000 1.9 +++ distinfo 12 Jul 2008 04:37:50 -0000 @@ -1,3 +1,3 @@ -MD5 (STLport-5.1.4.tar.bz2) = b8d1cba9fd823e1edbfd83b4bbcb237d -SHA256 (STLport-5.1.4.tar.bz2) = a7533eb341f1cfdc48fa8b4da88a5407c59f3b0fd7846d3870a8c5312aa935ec -SIZE (STLport-5.1.4.tar.bz2) = 682521 +MD5 (STLport-5.1.5.tar.bz2) = e31d0dc9141c4f264d887754b559cc84 +SHA256 (STLport-5.1.5.tar.bz2) = 2470ca40adc89750c69affffde8a9e6ab6a03f4e3c93640067089f99e76f6dc5 +SIZE (STLport-5.1.5.tar.bz2) = 682914 --- stlport-gcc-5.1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: