Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 1998 14:21:57 +0100 (CET)
From:      Blaz Zupan <blaz@gold.amis.net>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   imap-uw (was Re: Cyrus and TCL)
Message-ID:  <Pine.BSF.3.96.980215133416.14417A-100000@gold.amis.net>
In-Reply-To: <4663.887544972@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980215133416.14417A-100000>