Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108481 Details for
Bug 164374
net-im/jabberd-1.6.0 version bump (renamed to jabberd14)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jabberd14-1.6.0.ebuild
jabberd14-1.6.0.ebuild (text/plain), 2.59 KB, created by
Frank Zschockelt
on 2007-01-29 10:15:21 UTC
(
hide
)
Description:
jabberd14-1.6.0.ebuild
Filename:
MIME Type:
Creator:
Frank Zschockelt
Created:
2007-01-29 10:15:21 UTC
Size:
2.59 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="Open-source Jabber server" >HOMEPAGE="http://www.jabber.org" >SRC_URI="http://download.jabberd.org/jabberd14/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" >IUSE="debug ipv6 mysql postgres ssl" > >RDEPEND="!net-im/jabberd" > >DEPEND=">=net-im/jabber-base-0.01 > >=dev-libs/pth-1.4.0 > dev-libs/expat > net-dns/libidn > dev-util/pkgconfig > mysql? ( virtual/mysql ) > postgres? ( dev-db/postgresql ) > ssl? ( >=dev-libs/openssl-0.9.6i )" > >pkg_setup() { > > if use ipv6; then > ewarn "Without full ipv6 support, jabberd will show the error:" > ewarn ' "mio unable to listen"' > ewarn "To fix this, emerge jabberd without the ipv6 USE flag." > fi > >} > >src_unpack() { > unpack "${A}" >} > >src_compile() { > > unset LC_ALL LC_CTYPE > > # Broken configure script - can't use "use_enable" > local myconf= > use debug && myconf="${myconf} --enable-debug --enable-pool-debug" > use ipv6 && myconf="${myconf} --enable-ipv6" > use ssl && myconf="${myconf} --enable-ssl" > > econf \ > --sysconfdir=/etc/jabber \ > --datadir ${D}/usr/share \ > ${myconf} \ > $(use_with mysql) \ > $(use_with postgres postgresql) \ > || die "econf failed" > > # Broken parallel build > emake -j1 || die "emake failed" > >} > >src_install() { > > make DESTDIR="${D}" install || die "make install failed" > > newinitd "${FILESDIR}"/${P}.init jabber || die "newinitd failed" > > # net-im/jabber-base provides needed directories > rm -rf "${D}/var" > mv "${D}/etc/jabber/jabber.xml" "${D}/etc/jabber/jabberd.xml" > mv "${D}/etc/jabber/jabber.xml.dist" "${D}/etc/jabber/jabberd.xml.dist" > > sed -i \ > -e 's,/var/lib/spool/jabberd,/var/spool/jabber,g' \ > -e 's,/var/lib/log/jabberd,/var/log/jabber,g' \ > -e 's,/var/lib/run/jabberd,/var/run/jabber,g' \ > -e 's,jabber.pid,jabberd14.pid,g' \ > "${D}"/etc/jabber/jabberd.xml{,.dist} \ > || die "sed failed" > >} > >pkg_postinst() { > > echo > einfo 'The various IM transports for jabber are now separate packages,' > einfo 'which you will need to install separately if you want them:' > einfo ' net-im/jit - ICQ transport' > einfo ' net-im/pymsn-t - MSN transport' > einfo ' net-im/jud - Jabber User Directory' > einfo ' net-im/yahoo-transport - Yahoo IM system' > einfo ' net-im/mu-conference - Jabber multi user conference' > echo > ewarn 'If upgrading from an older version, please stop jabberd BEFORE' > ewarn 'updating the init.d script, or you will end with a "dead" server.' > echo > ewarn 'The configuration filename has changed:' > ewarn ' Configure your server in /etc/jabber/jabberd.xml' > echo > ebeep > >}
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 Raw
Actions:
View
Attachments on
bug 164374
: 108481 |
108482
|
118233