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 ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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
[EMAIL PROTECTED]
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.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to