Date: Mon, 21 Oct 2002 23:47:08 +0200 (CEST) From: Volker Stolz <vs@foldr.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44360: [patch] Update port: mail/mmr 1.5.4 -> 1.5.5 Message-ID: <200210212147.g9LLl8Cl068677@lambda.foldr.org>
next in thread | raw e-mail | index | archive | help
>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 <string.h> 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 <string.h> X X extern "C" { X #include <stdlib.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210212147.g9LLl8Cl068677>