From owner-cvs-ports@FreeBSD.ORG Thu Aug 19 10:38:04 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B2C016A4CE; Thu, 19 Aug 2004 10:38:04 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6C343D5D; Thu, 19 Aug 2004 10:38:04 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.41 (FreeBSD)) id 1BxkIw-000Iqb-1e; Thu, 19 Aug 2004 12:37:58 +0200 Date: Thu, 19 Aug 2004 12:37:58 +0200 From: Kirill Ponomarew To: Oliver Eikemeier Message-ID: <20040819103758.GB65501@voodoo.oberon.net> References: <200408190952.i7J9qMh3023619@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VywGB/WGlW4DM4P8" Content-Disposition: inline In-Reply-To: <200408190952.i7J9qMh3023619@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/exim Makefile ports/mail/exim/files patch-src::EDITME X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 10:38:04 -0000 --VywGB/WGlW4DM4P8 Content-Type: multipart/mixed; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Aug 19, 2004 at 09:52:22AM +0000, Oliver Eikemeier wrote: > eik 2004-08-19 09:52:22 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > mail/exim Makefile=20 > mail/exim/files patch-src::EDITME=20 > Log: > make a little more robust against CFLAGS that are accidentially overwri= tten by make.conf(5) What about adding also this patch ? -Kirill --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch_exim Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/pcvs/ports/mail/exim/Makefile,v retrieving revision 1.186 diff -u -r1.186 Makefile --- Makefile 19 Aug 2004 09:52:22 -0000 1.186 +++ Makefile 19 Aug 2004 10:35:15 -0000 @@ -82,6 +82,7 @@ .endif =20 MAKE_ENV+=3D OSTYPE=3D${OPSYS} ARCHTYPE=3D${MACHINE_ARCH} LOCALBASE=3D${LO= CALBASE} +MAKE_ARGS+=3D CC=3D${CC} .if defined(EXIMON_ONLY) MAKE_ENV+=3D INSTALL_ARG=3D"eximon eximon.bin" .endif --dTy3Mrz/UPE2dbVg-- --VywGB/WGlW4DM4P8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBJIMFQC1G6a60JuURAoH7AJ4+ArWF/lkA0ztcX1FmLsr76+QH6QCfTHW8 vU3NO4syWposEk3pp6ayQNQ= =VesU -----END PGP SIGNATURE----- --VywGB/WGlW4DM4P8--