Date: Sat, 23 Apr 2005 03:25:03 +0200 From: Oliver Lehmann <lehmann@ans-netz.de> To: ports@freebsd.org Cc: Jose M Rodriguez <josemi@freebsd.jazztel.es> Subject: Re: splitting courier-authlib into master+slave ports Message-ID: <20050423032503.4e7b0b98.lehmann@ans-netz.de> In-Reply-To: <20050414111426.775f6afd.lehmann@ans-netz.de> References: <20050414111426.775f6afd.lehmann@ans-netz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Oliver Lehmann wrote: > > http://www.pofo.de/tmp/courier-authlib.tar.gz > I created a new version of the tar.gz with some changes: - libauthpwd is removed from -base and gets installed when the new port -pwd gets installed. - .so.[0-9] ar now installed with 0444 and now the biggest change: - I introduced a --without base target in configure which is needed for: - I changed the configure and Makefile.in for the following purpose: - only run configure in the subdirs needed for the specific --with- (auth*|base) configure-target. - only compile the objects needed for the specific --with-(auth*|base) configure-target. - install/sysconftool only the libraries, configurations, binaries which are needed for the specific --with-(auth*|base) configure- target. That means the ports own do-install: target got removed. openldap.schema file didn't gets installed now since there is nothing in the src-Makefile which would install it when --with-authldap is specified. It can be easyly added of course but I don't know if that file is really needed since none ever told me that it is missing. I can't say anything about that file since I never took a look into LDAP. If someone tells me "man, that file makes work easier/is hardly needed" I'll change Makefile.in so it gets installed when --with-authldap is specified. And of course, I'll send my patches when they are done, working, tested, checked-in to the original author. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050423032503.4e7b0b98.lehmann>