Re: HEADS UP: Ports are not ready for CFLAGS=-O2 in 6.0

From: Tomasz Pilat <poncki.lists_at_axelspringer.com.pl>
Date: Tue, 5 Jul 2005 17:58:06 +0200
Jon,

Sunday, July 3, 2005, 5:36:18 PM, you wrote:

>>>>Therefore, if you compile ports on FreeBSD 6.0, you should set
>>>>CFLAGS=-O -pipe in your /etc/make.conf for now, until we can resolve
>>>>this problem more satisfactorily.

> Does it make sense to introduce a CFLAGS_PORTS option? Basically an
> override used when compiling ports as opposed to world?

Just add something like this to your /etc/make.conf:

.if ${.CURDIR} == "/usr/ports"
        CFLAGS= -O -pipe
.elif ${.CURDIR} == "/usr/src"
        CFLAGS= -O2 -pipe
.else
        CFLAGS= -O3 -pipe
.endif

Ponc
-- 
Tomasz Pilat                          http://poncki.freebsd.pl./
AXEL SPRINGER POLSKA Sp. z o.o.       PONC-RIPE | PGPKEY-EDEB47FC

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on e-mail/Usenet?
Received on Tue Jul 05 2005 - 13:56:18 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:38 UTC