From owner-freebsd-ports Sun Feb 15 05:22:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03507 for freebsd-ports-outgoing; Sun, 15 Feb 1998 05:22:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from server.amis.net (server.amis.net [193.77.234.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03493 for ; Sun, 15 Feb 1998 05:22:01 -0800 (PST) (envelope-from blaz@gold.amis.net) Received: (from uucp@localhost) by server.amis.net (8.8.8/8.8.8) with UUCP id OAA03560; Sun, 15 Feb 1998 14:21:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by gold.amis.net (8.8.8/8.8.5) with SMTP id OAA17912; Sun, 15 Feb 1998 14:21:57 +0100 (CET) Date: Sun, 15 Feb 1998 14:21:57 +0100 (CET) From: Blaz Zupan To: "Jordan K. Hubbard" cc: freebsd-ports@FreeBSD.ORG Subject: imap-uw (was Re: Cyrus and TCL) In-Reply-To: <4663.887544972@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Ouch! You're far too patient - you should have made noises sooner; > sometimes we're a purely interrupt-driven project. :-) > Tested, committed, closed. Thank you for the PR! Jordan, while you are already at fixing ports, you may want to recalculate the md5 checksum for the imap-uw port (mail/imap-uw). It seems like the distfile changed. You also have to remove patch-aa and replace both patch-ab and patch-ac with the below patches. The changes in patch-aa have already been incorporated in the new distfile so it is not needed anymore, both patch-ab and patch-ac need fixing because of the changes in the new distfile. Also remove the first 3 lines of pkg/PLIST and remove the first 2 lines after do-install in the port Makefile. Also I think the complete install-lib target plus comments can be removed (this is a port of imapd not libc-client). The only change this would result in is, that imapd is no longer dynamically linked with libc-client, which I don't think does any harm because imapd is the only program that uses this so dynamic linking brings us nothing. ------------ New patch-ab: *** src/osdep/unix/Makefile.orig Thu Feb 12 08:07:54 1998 --- src/osdep/unix/Makefile Sun Feb 15 13:57:05 1998 *************** *** 182,188 **** SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ RSHPATH=/usr/bin/rsh \ ! BASECFLAGS="-g -O -pipe -DNFSKLUDGE" \ BASELDFLAGS="-lcrypt" bsi: # BSD/i386 --- 182,188 ---- SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ RSHPATH=/usr/bin/rsh \ ! BASECFLAGS="-g -O -pipe -DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS" \ BASELDFLAGS="-lcrypt" bsi: # BSD/i386 ------------ New patch-ac: *** src/imapd/Makefile.bak Fri Jan 23 00:42:52 1998 --- src/imapd/Makefile Sun Feb 15 13:41:58 1998 *************** *** 31,38 **** # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! ALERT=/etc/imapd.alert ! ANO=/etc/anonymous.newsgroups SHELL= /bin/sh # The "Manage Mail" menu item of Netscape Messager puts up an error message --- 31,38 ---- # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! ALERT=$(PREFIX)/etc/imapd.alert ! ANO=$(PREFIX)/etc/anonymous.newsgroups SHELL= /bin/sh # The "Manage Mail" menu item of Netscape Messager puts up an error message Blaz Zupan, blaz@medinet.si, http://www.amis.net/staff/blaz Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message