From alex@armada.alexdupre.com  Sat Oct 25 01:02:49 2003
Return-Path: <alex@armada.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F206916A4B3; Sat, 25 Oct 2003 01:02:48 -0700 (PDT)
Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DBA9443FCB; Sat, 25 Oct 2003 01:02:47 -0700 (PDT)
	(envelope-from alex@armada.alexdupre.com)
Received: from armada.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245])
	by relay.gufi.org (Postfix) with ESMTP
	id 3972220FB0; Sat, 25 Oct 2003 10:02:46 +0200 (CEST)
Received: from armada.alexdupre.com (localhost [127.0.0.1])
	by armada.alexdupre.com (8.12.10/8.12.10) with ESMTP id h9P82sXR020857;
	Sat, 25 Oct 2003 10:02:54 +0200 (CEST)
	(envelope-from alex@armada.alexdupre.com)
Received: (from alex@localhost)
	by armada.alexdupre.com (8.12.10/8.12.10/Submit) id h9P82sYl020797;
	Sat, 25 Oct 2003 10:02:54 +0200 (CEST)
	(envelope-from alex)
Message-Id: <200310250802.h9P82sYl020797@armada.alexdupre.com>
Date: Sat, 25 Oct 2003 10:02:54 +0200 (CEST)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nork@freebsd.org
Subject: [Maintainer Patch] Port: MySQL 4.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58509
>Category:       ports
>Synopsis:       [Maintainer Patch] Port: MySQL 4.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 25 01:10:12 PDT 2003
>Closed-Date:    Wed Oct 29 17:50:29 PST 2003
>Last-Modified:  Wed Oct 29 17:50:29 PST 2003
>Originator:     Alex Dupre
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD armada.alexdupre.com 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Mon Oct 20 18:11:07 CEST 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386


	
>Description:
Move CXXFLAGS out of BUILD_OPTIMIZED section, since they are always recommended.
	
>How-To-Repeat:
	
>Fix:

	

--- mysql40-server.diff begins here ---
--- Makefile.orig	Sat Oct 25 09:58:08 2003
+++ Makefile	Sat Oct 25 09:59:01 2003
@@ -89,10 +89,10 @@
 .if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3))
 CFLAGS+=	-fno-gcse
 .endif
+.endif
 CXXFLAGS+=	${CFLAGS} -felide-constructors -fno-rtti
 .if ${OSVERSION} >= 400002
 CXXFLAGS+=	-fno-exceptions
-.endif
 .endif
 
 # MySQL-Server part
--- mysql40-server.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Wed Oct 29 17:50:09 PST 2003 
State-Changed-Why:  
Oops! Committed, thanks! 

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