Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 85844

Summary: Msql-Mysql-modules patch to build against mysql-4.1.10a
Product: Gentoo Linux Reporter: Francesco R. (RETIRED) <vivo>
Component: New packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: blocker CC: rich
Priority: Highest    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 83011    
Attachments: Msql-Mysql-modules-mysql-4.1.patch

Description Francesco R. (RETIRED) gentoo-dev 2005-03-18 19:19:50 UTC
the attached patch cahnge the behaviour of Msql-Mysql-modules if include files from >=mysql-4.1.3 are found.

tested only compilation, never runned.
Comment 1 Francesco R. (RETIRED) gentoo-dev 2005-03-18 19:21:56 UTC
Created attachment 53834 [details, diff]
Msql-Mysql-modules-mysql-4.1.patch

forgot to mention:
Msql-Mysql-modules-1.2219-r1.ebuild need the following adds/changes:

+ inherit perl-module eutils

+
+ src_unpack(){
+	unpack ${A}
+	cd ${S}
+	epatch "${FILESDIR}"/${PN}-mysql-4.1.patch
+ }
+
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-05-17 02:21:46 UTC
thanks, in tree now.