From alex@cichlids.com  Tue May 30 15:14:20 2000
Return-Path: <alex@cichlids.com>
Received: from mail.surf1.de (mail.surf1.de [194.25.165.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5BE4D37B514
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 30 May 2000 15:14:18 -0700 (PDT)
	(envelope-from alex@cichlids.com)
Received: from cichlids.com (p3E9C1129.dip0.t-ipconnect.de [62.156.17.41])
	by mail.surf1.de (8.9.3/8.9.3) with ESMTP id AAA18949
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 May 2000 00:14:40 +0200
Received: from parca.cichlids.com (parca.cichlids.com [192.168.0.15])
	by cichlids.com (Postfix) with ESMTP id 0BB82AC30
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 May 2000 00:14:36 +0200 (CEST)
Received: by parca.cichlids.com (Postfix, from userid 1001)
	id 4C1B75DF4; Wed, 31 May 2000 00:14:24 +0200 (CEST)
Message-Id: <20000530221424.4C1B75DF4@parca.cichlids.com>
Date: Wed, 31 May 2000 00:14:24 +0200 (CEST)
From: alex@cichlids.com
Reply-To: alex@cichlids.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix astro/xtide on alpha
X-Send-Pr-Version: 3.2

>Number:         18910
>Category:       ports
>Synopsis:       fix astro/xtide on alpha
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 15:20:01 PDT 2000
>Closed-Date:    Sun Jun 11 12:26:40 PDT 2000
>Last-Modified:  Sun Jun 11 12:26:54 PDT 2000
>Originator:     Alexander Langer
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
5th try to submit that PR due to broken MTA and DNS organization
>Environment:

No idea.

>Description:

Don't use -O2 for C++ on alpha arch, as the compiler claims with a BIG FAT
warning message.
(I tried to make that description look important, but it isn't so please
understand my bad feeling about that.)

>How-To-Repeat:


>Fix:

please repo-copy patches/ to patches.alpha/ and add this additional patch.

--- Makefile.in.old	Tue May 30 16:26:52 2000
+++ Makefile.in	Tue May 30 16:27:01 2000
@@ -14,7 +14,7 @@
 # Compiler and flags
 # DEFS should include -Dacceptarg3_t=int (replace with the correct data type)
 CXX = @CXX@
-CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
+CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
 LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o
 
 # Extra switches and libs determined by configure.in


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->alex 
Responsible-Changed-By: alex 
Responsible-Changed-When: Thu Jun 8 13:14:44 PDT 2000 
Responsible-Changed-Why:  
I am a committer now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18910 
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Sun Jun 11 12:26:40 PDT 2000 
State-Changed-Why:  
I committed my patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18910 
>Unformatted:
