Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 22:06:36 -0400
From:      Yarema <yds@CoolRat.org>
To:        Oliver Lehmann <lehmann@ans-netz.de>
Cc:        josemi@freebsd.jazztel.es
Subject:   Re: splitting courier-authlib into master+slave ports
Message-ID:  <9FD5FCAF2F0093AA4991B478@tuber.coolrat.org>
In-Reply-To: <20050425194255.2fb68377.lehmann@ans-netz.de>
References:  <20050414111426.775f6afd.lehmann@ans-netz.de> <895A5ED96F5ECDED176975AC@[192.168.1.73]> <7FED6BD2EB2A5924B2448D7B@tuber.coolrat.org> <200504251809.19713.josemi@redesjm.local> <20050425185726.14c7facf.lehmann@ans-netz.de> <04814815DE2B181F5CC5F5A9@tuber.coolrat.org> <20050425194255.2fb68377.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========4DF9871AD190BBAD4D42==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--On Monday, April 25, 2005 19:42:55 +0200 Oliver Lehmann 
<lehmann@ans-netz.de> wrote:

> Yarema wrote:
>
>> attached is a small diff to the Makefile moving
>> the MASTER_SITES declaration to the top where portlint likes it.
>
> It looks more consitent - even if at least my portlint hates it ;)
>
> FATAL: Makefile: MASTER_SITES appears out-of-order.
> FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/
> DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/
> MASTER_SITES/MASTER_SITE_SUBDIR/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/
> EXTRACT_SUFX/DISTFILES/DIST_SUBDIR/EXTRACT_ONLY.
>
>
>> And a
>> couple of blank space at end of line fixes pointed out by portlint.
>>
>> ... and there's another typo in Makefile.dep: s/tist/this/ ;)
>
> Damn.. will we ever get this to fly? ;)
> Being on call and fixing "real problems" and doing portswork at the same
> time - looks that this isn't a good idea :-/
>
> Ok, changes taken - tar.gz uploaded (as usual)

I hear that!  It'll fly once we all stop looking at the code and start 
using it... :)

Here's another note:

In security/courier-authlib-base/Makefile

-OPTIONS+=	RCORDER "start authdaemond early in the boot process"	off
+OPTIONS+=	RCORDER "Start authdaemond early in the boot process"	off

"Start" should probably be capitalized..  and that's probably my fault..

-- 
Yarema
http://yds.CoolRat.org
--==========4DF9871AD190BBAD4D42==========
Content-Type: text/plain; charset=iso-8859-1; name="Makefile.dep.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Makefile.dep.diff"; size=752

--- Makefile.dep.orig	Mon Apr 25 17:05:55 2005
+++ Makefile.dep	Mon Apr 25 18:54:55 2005
@@ -23,12 +23,10 @@
 .if defined(WITH_AUTH_PGSQL)
 BUILD_DEPENDS+=3D	${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:${PORTSD=
IR}/databases/courier-authlib-pgsql
 .endif
-.if defined(WITH_AUTH_USERDB)
-.if defined(WITH_GDBM)
+.if defined(WITH_AUTH_USERDB) || defined(WITH_GDBM)
 BUILD_DEPENDS+=3D	${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:${PORTS=
DIR}/databases/courier-authlib-usergdbm
 .else
 BUILD_DEPENDS+=3D	${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:${PORTS=
DIR}/databases/courier-authlib-userdb
-.endif
 .endif
 .if defined(WITH_AUTH_VCHKPW)
 BUILD_DEPENDS+=3D	${LOCALBASE}/lib/courier-authlib/libauthvchkpw.so:${PORTS=
DIR}/mail/courier-authlib-vchkpw

--==========4DF9871AD190BBAD4D42==========--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9FD5FCAF2F0093AA4991B478>