splitting courier-authlib into master+slave ports

Yarema yds at CoolRat.org
Mon Apr 25 19:06:43 PDT 2005


--On Monday, April 25, 2005 19:42:55 +0200 Oliver Lehmann 
<lehmann at 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
-------------- next part --------------
--- 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+=	${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:${PORTSDIR}/databases/courier-authlib-pgsql
 .endif
-.if defined(WITH_AUTH_USERDB)
-.if defined(WITH_GDBM)
+.if defined(WITH_AUTH_USERDB) || defined(WITH_GDBM)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:${PORTSDIR}/databases/courier-authlib-usergdbm
 .else
 BUILD_DEPENDS+=	${LOCALBASE}/lib/courier-authlib/libauthuserdb.so:${PORTSDIR}/databases/courier-authlib-userdb
-.endif
 .endif
 .if defined(WITH_AUTH_VCHKPW)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/courier-authlib/libauthvchkpw.so:${PORTSDIR}/mail/courier-authlib-vchkpw


More information about the freebsd-ports mailing list