From owner-freebsd-ports@FreeBSD.ORG Mon Apr 25 11:40:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE7F16A4CE for ; Mon, 25 Apr 2005 11:40:28 +0000 (GMT) Received: from 62-15-211-171.inversas.jazztel.es (62-15-211-171.inversas.jazztel.es [62.15.211.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F7743D5D for ; Mon, 25 Apr 2005 11:40:26 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) j3PBeL8x090322; Mon, 25 Apr 2005 13:40:21 +0200 (CEST) (envelope-from josemi@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.3/8.13.3/Submit) id j3PBeKCP074421; Mon, 25 Apr 2005 13:40:20 +0200 (CEST) (envelope-from josemi@redesjm.local) From: Jose M Rodriguez To: freebsd-ports@freebsd.org Date: Mon, 25 Apr 2005 13:40:19 +0200 User-Agent: KMail/1.8 References: <20050414111426.775f6afd.lehmann@ans-netz.de> <20050423233338.4b804d27.lehmann@ans-netz.de> <200504251242.10960.milan@netlabplus.sk> In-Reply-To: <200504251242.10960.milan@netlabplus.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504251340.20071.josemi@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.7; VDF: 6.30.0.116; host: antares.redesjm.local) cc: Milan Obuch Subject: Re: splitting courier-authlib into master+slave ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 11:40:28 -0000 El Lunes, 25 de Abril de 2005 12:42, Milan Obuch escribi=F3: > On Saturday 23 April 2005 23:33, Oliver Lehmann wrote: > > as a port or as a package? I've installed now all ports as package > > and it looks like everything works as well. Of course, the > > functional test I can only do with the vchkpw/vpopmail interface. > > Used with courier-imap and sqwebmail. As far as I can see, it > > works. > > > > Anything left? > > I did some more tests and found one more bug in stratscript. > Basically, ldconfig does not know about new location of > libauthcourier.so (or whatever the exact name is). When starting > system anew, there were error message. I changed start script this > way (pseudo-patch): > > bindir=3D"${exec_prefix}/bin" > +libdir=3D"${prefix}/lib/courier-authlib" > l ibexecdir=3D"${prefix}/libexec/courier-authlib" > This is a problem in the makefile (I think). Apart of INSTALLS_SHLIB,=20 we must need LDCONFIG_DIRS as we install libs under=20 $prefix/lib/$PORTNAME, not under $prefix/lib/ Yes: make -V LDCONFIG_DIRS Try in courier-authlib Makefile.ext INSTALLS_SHLIB=3D yes +LDCONFIG_DIRS=3D %%PREFIX%%/lib/${PORTNAME} I think I can do a rework of this with other fixes at lunch =20 =2D- josemi