From owner-freebsd-ports@FreeBSD.ORG Wed Jun 13 20:05:01 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B48A716A400 for ; Wed, 13 Jun 2007 20:05:01 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 519AB13C44C for ; Wed, 13 Jun 2007 20:05:01 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l5DJqaMH008631 for ; Wed, 13 Jun 2007 21:52:37 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 13 Jun 2007 21:53:50 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB011172@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mail/postfix on Current (-DFREEBSD#) Thread-Index: Acet9I/W9xHM1mM9SmOWWnjMXhMOGA== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mail/postfix on Current (-DFREEBSD#) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 20:05:01 -0000 I use FreeBSD on a lot of mailservers in combination with postfix. When i compile on FreeBSD 5 i see messages like: cc -DHAS_PCRE -I/usr/local/include -O -pipe -I. -DFREEBSD5 -c = format_tv.c =20 On FreeBSD 6 they look like : cc -DHAS_PCRE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I. = -DFREEBSD6 -c mystrtok.c =20 so i guess -DFREEBSD5 or 6 resembles the current version it runs on, but = on FreeBSD 7 i see this: cc -DHAS_PCRE -I/usr/local/include -O2 -fno-strict-aliasing -pipe -I. = -I../../include -DFREEBSD5 -c rcpt_print.c it has the -DFREEBSD5 =20 Is this an error on my system or is this suppose to happen. and if so what does -DFREEBSD# means.=20 =20 just curious. =20 regards, Johan Hendriks =20 =20 =20