Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 13:29:52 -0500
From:      uidzero <uidzero@one-arm.com>
To:        Paul Schmehl <pauls@utdallas.edu>, FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: ports, mailman and mail-gid
Message-ID:  <41191420.807@one-arm.com>
In-Reply-To: <C813B9097B12C764C93896A3@utd49554.utdallas.edu>
References:  <C813B9097B12C764C93896A3@utd49554.utdallas.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Paul Schmehl wrote:

> I'm trying to get the mailman port installed with mail-gid=mailman 
> (because I'm running Postfix), but I'm having zero success.
>
> I've tried make --with-mail-gid=mailman, --DWITH-MAIL-GID=mailman, 
> -DWITH_MAIL-GID=mailman and several other combinations of the above.  
> No matter what I do, the damn thing makes with mail-gid=mailnull.
>
> What am I doing wrong?  And how can I know how to do make options on 
> ports? (For example, snort won't work unless I use -DWITH_FOO, but 
> other ports seem to want --WITH_WHATEVER.
>
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu/ir/security/
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"


cd  /usr/ports/mail/mailman

vi Makefile

MAIL_GID?=      mailnull

change to

MAIL_GID?=      mailman

"Makefile" line 68 of 157 --43%-- col 16-21

Michael

-- 
Michael D. Whities
uidzero@one-arm.com
http://www.one-arm.com

--

There are four colors of hats to watch for: 
Black, White, Grey, and Red.

The meanings are: 
Cracker, Hacker, Guru, and Victim.



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