Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153933 Details for
Bug 207586
net-im/ejabberd-2.0.1 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the ebuild to compile and install 2.0.1
ejabberd-2.0.1.ebuild.patch (text/plain), 1.39 KB, created by
Dennis Schridde
on 2008-05-22 12:16:38 UTC
(
hide
)
Description:
Patch for the ebuild to compile and install 2.0.1
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2008-05-22 12:16:38 UTC
Size:
1.39 KB
patch
obsolete
>--- /usr/portage/net-im/ejabberd/ejabberd-2.0.0-r1.ebuild 2008-04-14 00:06:41.000000000 +0200 >+++ /usr/local/portage/net-im/ejabberd/ejabberd-2.0.1.ebuild 2008-05-22 13:27:42.000000000 +0200 >@@ -37,11 +37,6 @@ > > # Bug #171427 > epatch "${FILESDIR}/${MY_PV}-missing-declaration.patch" >- # Bug #215853 >- epatch "${FILESDIR}/${MY_PV}-erlang12-s2s-in.patch" >- # patch for mod_proxy65 using erlang12 >- # http://support.process-one.net/browse/EJAB-542 >- epatch "${FILESDIR}/${MY_PV}-ejab-542-mod_proxy65.patch" > > # get rid of the prefix > sed -i -e "s/\\@prefix\\@//" "${S}/Makefile.in" \ >@@ -79,7 +74,7 @@ > install || die "install failed" > > # remove the default ejabberdctl as we use our own >- rm "${D}/usr/sbin/ejabberdctl" >+ rm "${D}/sbin/ejabberdctl" > > insinto ${JABBER_ETC} > >@@ -95,14 +90,14 @@ > dohtml "${WORKDIR}/${MY_P}/doc/*.{html,png}" > > # set up /usr/sbin/ejabberd wrapper >- cat "${FILESDIR}/ejabberd-wrapper-2.0.0.template" \ >+ cat "${FILESDIR}/ejabberd-wrapper-${MY_PV}.template" \ > | sed -e "s/\@libdir\@/$(get_libdir)/g" -e "s/\@version\@/${PV}/g" \ > > "${T}/ejabberd" > exeinto /usr/sbin > doexe "${T}/ejabberd" > > # set up /usr/sbin/ejabberdctl wrapper >- cat "${FILESDIR}/ejabberdctl-wrapper-2.0.0.template" \ >+ cat "${FILESDIR}/ejabberdctl-wrapper-${MY_PV}.template" \ > | sed -e "s/\@libdir\@/$(get_libdir)/g" -e "s/\@version\@/${PV}/g" \ > > "${T}/ejabberdctl" > doexe "${T}/ejabberdctl"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207586
:
149129
|
149362
|
149984
|
149985
| 153933 |
153935
|
154053