From owner-freebsd-ports-bugs Wed Feb 26 15: 0:33 2003 Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80DB37B401 for ; Wed, 26 Feb 2003 15:00:30 -0800 (PST) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E963B43F3F for ; Wed, 26 Feb 2003 15:00:27 -0800 (PST) (envelope-from lizard@informatik.unibw-muenchen.de) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id h1QMoFv18324 for ; Wed, 26 Feb 2003 23:50:15 +0100 (MET) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id E244E5A547 for ; Wed, 26 Feb 2003 23:50:14 +0100 (CET) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id EB9F95A544; Wed, 26 Feb 2003 23:50:13 +0100 (CET) Date: Wed, 26 Feb 2003 23:50:13 +0100 From: Oliver Braun To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/48601: [new port] mail/mailsync: Mailsync is a way of keeping a collection of mailboxes synchronized Message-ID: <20030226225013.GA26028@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , freebsd-ports-bugs@FreeBSD.org References: <200302262220.h1QMK99T023125@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302262220.h1QMK99T023125@freefall.freebsd.org> X-PGP-Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xEF25B1BA X-PGP-Key-Alternative: finger obraun@FreeBSD.org X-PGP-Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Editor: Vim-601 http://www.vim.org/ User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Oliver Braun [2003-02-26 14:20 -0800]: > I am willing to commit your port with the following changes. The new Ups, forgot the patch for gcc2.95 on -current. > shar is available at > http://people.freebsd.org/~obraun/pending_ports/mailsync.shar Regards, Olli --- mailsync.shar.old Wed Feb 26 23:00:21 2003 +++ mailsync.shar Wed Feb 26 23:44:53 2003 @@ -20,9 +20,9 @@ mkdir -p mailsync/files > /dev/null 2>&1 echo x - mailsync/files/patch-Makefile sed 's/^X//' >mailsync/files/patch-Makefile << 'END-of-mailsync/files/patch-Makefile' -X--- Makefile.orig Thu Oct 24 17:03:07 2002 -X+++ Makefile Mon Feb 3 23:05:47 2003 -X@@ -1,13 +1,13 @@ +X--- Makefile.orig Thu Oct 24 16:03:07 2002 +X+++ Makefile Wed Feb 26 23:39:48 2003 +X@@ -1,32 +1,32 @@ X # compiling with g++-3 worked for me with the commented ## lines - tpo X X # path to c-client headers @@ -38,7 +38,12 @@ X # linkging statically X #CCLIENTLIB = ../imap-2001a/c-client/c-client.a X -X@@ -19,7 +19,7 @@ +X # compiler +X-CC = g++ +X+CC = ${CXX} +X ##CC = g++-3.0 +X +X # flags for your compiler X CFLAGS = -g -O2 -Wall -I$(C) X X # required libraries @@ -47,6 +52,14 @@ X # if your system requires pam to access crypt() you have to link pam in X #LDFLAGS = -lm -lssl -lpam X +X default: mailsync +X +X mailsync: mailsync.o $(CCLIENTLIB) +X- $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) +X+ ${CC} $(CFLAGS) -o $@ $^ $(LDFLAGS) +X +X clean: +X rm -f mailsync mailsync.o core END-of-mailsync/files/patch-Makefile echo x - mailsync/files/patch-mailsync.c sed 's/^X//' >mailsync/files/patch-mailsync.c << 'END-of-mailsync/files/patch-mailsync.c' @@ -89,6 +102,7 @@ X XUSE_GMAKE= yes XUSE_REINPLACE= yes +XUSE_GCC= 2.95 X XALL_TARGET= default X To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message