Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85844 - Msql-Mysql-modules patch to build against mysql-4.1.10a
Summary: Msql-Mysql-modules patch to build against mysql-4.1.10a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Highest blocker (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 83011
  Show dependency tree
 
Reported: 2005-03-18 19:19 UTC by Francesco R. (RETIRED)
Modified: 2005-05-17 02:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Msql-Mysql-modules-mysql-4.1.patch (Msql-Mysql-modules-mysql-4.1.patch,565 bytes, patch)
2005-03-18 19:21 UTC, Francesco R. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.