Summary: | version bump: qmailadmin-1.2.3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mike Baikov <rusxakep> |
Component: | New packages | Assignee: | Qmail Team (OBSOLETE) <qmail-bugs+disabled> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | CC: | contactme |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | qmailadmin-1.2.7.ebuild |
Description
Mike Baikov
2005-01-27 02:29:11 UTC
1.2.7 is out btw 1.2.7 is devel version. 1.2.3 is stable version. *** Bug 95690 has been marked as a duplicate of this bug. *** Created attachment 60994 [details]
qmailadmin-1.2.7.ebuild
I version-bumped qmailadmin to the latest version, fixed the Maildir | .maildir
issue with only editing the file qmailadmin.h as supposed in the qmailadmin.h
file.
src_unpack() {
unpack ${A}
cd "${S}"
sed -e 's|"Maildir"|".maildir"|g' -i qmailadmin.h
}
So this works for me on an x86. No problems so far.
Reproducible: Always
Steps to Reproduce:
Actual Results:
Works fine on Gentoo x86
Expected Results:
Should work on all platforms?
Please test it and if it works, but it into the offical tree.
regards
blubbi
Somebody can update portage tree? 1.2.1 is very old version! Please! I would do it if I knew how. Thanks in advance, devs. (In reply to comment #6) Sorry, I should have RTFM. I report success of this 1.2.7 ebuild, on hardened amd64 using vanilla-2.6.11.9-grsec. SMP I might add. To compile you must emerge first the ezmlm-idx-mysql package, otherwise qmailadmin-1.2.7 fails to compile. In 1.2.1 it wasn't neccesary to do that...! To update the portage: copy this ebuild in this file /usr/portage/net-mail/emerge ezmlm-idx-mysql the run ebuild qmailadmin-1.2.7.ebuild digest in the command line finnaly run emerge =net-mail/qmailadmin-1.2.7 try do it without ezmlm-idx-mysql and then with it and post your experiences I'm running AMD64 hardened-sources |