Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11011 - dev-db/mysql-4.0.4_beta (version bump and repatch)
Summary: dev-db/mysql-4.0.4_beta (version bump and repatch)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 12:38 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
1 of 2 - repatched patches (mysql-4.0.4-db-3.2.1.diff,1.04 KB, patch)
2002-11-20 12:40 UTC, Paul Belt
Details | Diff
2 of 2 - repatched patches (mysql-4.0.4-install-db-sh.diff,1.40 KB, patch)
2002-11-20 12:40 UTC, Paul Belt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-11-20 12:38:22 UTC
--- mysql-4.0.1_alpha.ebuild    2002-10-17 10:50:08.000000000 -0400
+++ mysql-4.0.4_beta.ebuild     2002-11-20 13:10:15.000000000 -0500
@@ -29,11 +29,11 @@
 src_unpack() {
        unpack ${A} ; cd ${S}
        # for -ldb-3.2 instead of -ldb, because gentoo has -ldb1 instead
-       patch -p1 < ${FILESDIR}/mysql-4.0-db-3.2.1.diff || die
+       patch -p1 < ${FILESDIR}/mysql-4.0.4-db-3.2.1.diff || die
        # required for qmail-mysql
        patch -p0 < ${FILESDIR}/mysql-4.0-nisam.h.diff || die
        # zap startup script messages
-       patch -p1 < ${FILESDIR}/mysql-4.0-install-db-sh.diff || die
+       patch -p1 < ${FILESDIR}/mysql-4.0.4-install-db-sh.diff || die
        # zap binary distribution stuff
        patch -p1 < ${FILESDIR}/mysql-4.0-mysqld-safe-sh.diff || die
        # for correct hardcoded sysconf directory
Comment 1 Paul Belt 2002-11-20 12:40:17 UTC
Created attachment 5824 [details, diff]
1 of 2 - repatched patches
Comment 2 Paul Belt 2002-11-20 12:40:59 UTC
Created attachment 5825 [details, diff]
2 of 2 - repatched patches
Comment 3 Donny Davies (RETIRED) gentoo-dev 2002-11-29 04:48:55 UTC
i dont know why these bugs arent being assigned to me.

i wrote the mysql ebuild.  i am the maintainer for it.