Bug 19193

Summary: Update textproc/jade to C{XX,}FLAGS safe status
Product: Ports & Packages Reporter: lioux <lioux>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description lioux 2000-06-11 06:20:01 UTC
Updated textproc/jade to C{XX,}FLAGS safe status.
Files removed:
	patches/patch-aa

patch-aa is not necessary. "-O" is the default value for C{XX,}FLAGS.
I've just built jade 2 times using very weird C{XX,}FLAGS values
to be sure and it seems okay.

Besides, CONFIGURE_ENV is unusual. Just let CXXFLAGS be CXXFLAGS,
if the user has not set it, we do not unless it brakes the port
not to. This way we respect make.conf choices and behave safely in
possibly hostile enviroments (archs such as alpha).

jade behaves just fine without these

How-To-Repeat: 
n/a
Comment 1 Akinori MUSHA freebsd_committer freebsd_triage 2000-06-11 09:07:49 UTC
Responsible Changed
From-To: freebsd-ports->jfieber

Over to Maintainer.
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-01-27 05:47:41 UTC
Responsible Changed
From-To: jfieber->freebsd-ports

Return responsibility to general ports team.
Comment 3 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-01-28 18:38:17 UTC
State Changed
From-To: open->closed

Committed, thanks.