ports/58509: [Maintainer Patch] Port: MySQL 4.0

Alex Dupre sysadmin at alexdupre.com
Sat Oct 25 08:10:14 UTC 2003


>Number:         58509
>Category:       ports
>Synopsis:       [Maintainer Patch] Port: MySQL 4.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 25 01:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list