From owner-freebsd-ports@FreeBSD.ORG Mon May 16 13:13:55 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB4A16A4CE for ; Mon, 16 May 2005 13:13:55 +0000 (GMT) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD0B43D91 for ; Mon, 16 May 2005 13:13:54 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 16 May 2005 09:13:50 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2203FFC069@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mail/postfix make args Thread-Index: AcVaDcAzpadH6z6tTz2DfaFra7F+dAACwOTA From: "Haulmark, Chris" To: Subject: RE: mail/postfix make args X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 13:13:55 -0000 Someone broke the silence:=20 > Uzi, >=20 >> I've been trying to configure pkgtools.conf to set the variable for >> postfix upgrade. however, i can't seem to find where and what the >> options are (e.g make BATCH=3Dyes etc...) >=20 > 'mail/postfix' =3D> '-DBATCH POSTFIX_OPTIONS=3D""', >=20 >> what did I miss? >=20 > The comments at the top of the Makefile, or perhaps the content of > scripts/configure.postfix?=20 >=20 If you use portupgrade for upgrading your ports, you can edit = /usr/local/etc/pkgtools.conf and add your desired args in the MAKE_ARGS section. Mine, with several other ports, shows this: MAKE_ARGS =3D { 'mail/postfix' =3D> '-DBATCH POSTFIX_OPTIONS=3D"SASL2 TLS MySQL = VDA"', # 'security/cyrus-sasl2' =3D> 'WITH_MYSQL=3DYES = WITHOUT_NTLM=3DYES WITHOUT_OTP=3DYES', 'security/amavisd-new' =3D> '-DBATCH', 'security/clamav' =3D> '-DBATCH CLAMAVUSER=3Dvscan = CLAMAVGROUP=3Dvscan', 'mail/courier-imap' =3D> 'WITH_MYSQL=3DYES', 'mail/squirrelmail' =3D> '-DBATCH', 'net/py-bittorrent' =3D> 'WITHOUT_GUI=3DYES', } Chris >=20 > -Andrew- >=20 > ______________________________________________________________ > _________ >> -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | >> "They that can give up essential liberty to obtain a little >> temporary | safety deserve neither liberty nor safety" - Benjamin > Franklin, 1759 | > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org"