From owner-cvs-ports@FreeBSD.ORG Mon Feb 21 11:31:55 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA3D16A4CE; Mon, 21 Feb 2005 11:31:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE7E43D31; Mon, 21 Feb 2005 11:31:55 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1LBVtTA018738; Mon, 21 Feb 2005 11:31:55 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1LBVtGR018737; Mon, 21 Feb 2005 11:31:55 GMT (envelope-from sergei) Message-Id: <200502211131.j1LBVtGR018737@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 21 Feb 2005 11:31:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/maildrop Makefile distinfo pkg-descr pkg-plist ports/mail/maildrop/files patch-Makefile.in patch-maildrop_configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 11:31:55 -0000 sergei 2005-02-21 11:31:55 UTC FreeBSD ports repository Modified files: mail/maildrop Makefile distinfo pkg-descr pkg-plist mail/maildrop/files patch-Makefile.in Removed files: mail/maildrop/files patch-maildrop_configure Log: - Update to the latest version - 1.8.0 - Maildir quota is now enabled by default. The following options were deleted: - WITH_MAILDIRQUOTA - WITH_TRASHQUOTA - New option WITH_AUTHLIB is added, which provides optional support for Courier Auth Library (mail/courier-authlib port). - Userdb authentication, LDAP and MySQL support are provided through courier-authlib now, thus the following options - WITH_USERDB - WITH_LDAP - WITH_MYSQL have been superceded by WITH_AUTHLIB. WARNING! WARNING! WARNING! - Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the resulting binary cannot properly locate libcourierauth.so.0 library: yasu@sugar[22]% ldd /usr/local/bin/maildrop /usr/local/bin/maildrop: libcourierauth.so.0 => not found (0x0) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000) libm.so.2 => /usr/lib/libm.so.2 (0x280d3000) libc.so.4 => /usr/lib/libc.so.4 (0x280ee000) This is because libcourierauth.so.0 is not installed in the standard library path of dynamic linker. One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib' to linker flags. Unfortunately, this breaks the installation procedure. A solution to this problem is being actively sought, and I hope it will be fixed shortly. PR: ports/76786 Submitted by: KIMURA Yasuhiro Revision Changes Path 1.33 +14 -48 ports/mail/maildrop/Makefile 1.16 +2 -2 ports/mail/maildrop/distinfo 1.5 +10 -34 ports/mail/maildrop/files/patch-Makefile.in 1.2 +0 -20 ports/mail/maildrop/files/patch-maildrop_configure (dead) 1.7 +1 -1 ports/mail/maildrop/pkg-descr 1.8 +5 -15 ports/mail/maildrop/pkg-plist