From owner-freebsd-ports Mon Oct 21 14:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03B337B401 for ; Mon, 21 Oct 2002 14:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101FE43E75 for ; Mon, 21 Oct 2002 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LLo1x3027428 for ; Mon, 21 Oct 2002 14:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9LLo15Z027427; Mon, 21 Oct 2002 14:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C9837B401 for ; Mon, 21 Oct 2002 14:47:09 -0700 (PDT) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA09143E6A for ; Mon, 21 Oct 2002 14:47:08 -0700 (PDT) (envelope-from vs@lambda.foldr.org) Received: from lambda.foldr.org (lambda.foldr.org [198.78.66.36]) by lambda.foldr.org (8.12.3/8.11.6) with ESMTP id g9LLl8jN068678 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Mon, 21 Oct 2002 23:47:08 +0200 (CEST) (envelope-from vs@lambda.foldr.org) Received: (from vs@localhost) by lambda.foldr.org (8.12.3/8.11.6/Submit) id g9LLl8Cl068677; Mon, 21 Oct 2002 23:47:08 +0200 (CEST) (envelope-from vs) Message-Id: <200210212147.g9LLl8Cl068677@lambda.foldr.org> Date: Mon, 21 Oct 2002 23:47:08 +0200 (CEST) From: Volker Stolz Reply-To: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44360: [patch] Update port: mail/mmr 1.5.4 -> 1.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44360 >Category: ports >Synopsis: [patch] Update port: mail/mmr 1.5.4 -> 1.5.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 21 14:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.5-RELEASE i386 >Organization: Lambda Core Research Facility >Environment: System: FreeBSD lambda.foldr.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Aug 12 20:33:20 PDT 2002 user@jail2.johncompanies.com:/usr/src/sys/compile/6300 i386 >Description: - Update to recent version 1.5.5 - Add two minimal patches to make it build with g++30 which should fix errors on -CURRENT >How-To-Repeat: >Fix: Added files: files/patch-base64.cpp files/patch-iobottle.cpp --- Makefile.orig Mon Oct 21 23:28:06 2002 +++ Makefile Mon Oct 21 23:28:17 2002 @@ -6,7 +6,7 @@ # PORTNAME= mmr -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= mail MASTER_SITES= http://www.devolution.com/~slouken/projects/mmr/ --- distinfo.orig Mon Oct 21 23:40:46 2002 +++ distinfo Mon Oct 21 23:38:05 2002 @@ -1 +1 @@ -MD5 (mmr-1.5.4.tar.gz) = bd0c11cb3c5e4eec2b51b438782bbcbc +MD5 (mmr-1.5.5.tar.gz) = 115e22f8dc8d6f4ce96ab7b17f3a1796 # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-base64.cpp # files/patch-iobottle.cpp # echo x - files/patch-base64.cpp sed 's/^X//' >files/patch-base64.cpp << 'END-of-files/patch-base64.cpp' X--- base64.cpp.orig Mon Oct 21 23:29:39 2002 X+++ base64.cpp Mon Oct 21 23:29:56 2002 X@@ -1,3 +1,4 @@ X+#include X X /* Convert to Base64 encoding */ X static char to_base64[64] = { END-of-files/patch-base64.cpp echo x - files/patch-iobottle.cpp sed 's/^X//' >files/patch-iobottle.cpp << 'END-of-files/patch-iobottle.cpp' X--- iobottle.cpp.orig Mon Oct 21 23:30:11 2002 X+++ iobottle.cpp Mon Oct 21 23:30:37 2002 X@@ -1,3 +1,4 @@ X+#include X X extern "C" { X #include END-of-files/patch-iobottle.cpp exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message