Bug 124102

Summary: Patch to enable databases/mysql40-server /client to build on FreeBSD 7 and above
Product: Ports & Packages Reporter: Tom Evans <tevans.uk>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tom Evans 2008-05-29 17:10:05 UTC
MySQL 4.0 cannot be built on FreeBSD 7.0, solely due to not compiling with GCC 4.2
(Yes, its obsolete. It also handles our workloads better than MySQL 4.1/5.x (regularly tested))

Fix: Apply attached patch.

Patch attached with submission follows:
How-To-Repeat: make -C /usr/ports/databases/mysql40-server
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-29 21:04:29 UTC
Responsible Changed
From-To: freebsd-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-05 08:55:10 UTC
ale         2008-06-05 07:55:04 UTC

  FreeBSD ports repository

  Modified files:
    databases/mysql40-server Makefile 
  Log:
  Re-enable build on FreeBSD >= 7, using gcc 3.4, since someone
  still prefers this EOL release.
  
  PR:             ports/124102
  Submitted by:   Tom Evans <tevans.uk@googlemail.com>
  
  Revision  Changes    Path
  1.210     +1 -1      ports/databases/mysql40-server/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2008-06-05 08:55:28 UTC
State Changed
From-To: open->closed

Committed!