Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13154 Details for
Bug 20321
Unrealircd 3.1.5.1 Won't Compile on gcc3x Systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed new ebuild
unrealircd-3.1.5.1-r1.ebuild (text/plain), 1.80 KB, created by
Russell Cloran
on 2003-06-12 07:11:48 UTC
(
hide
)
Description:
Proposed new ebuild
Filename:
MIME Type:
Creator:
Russell Cloran
Created:
2003-06-12 07:11:48 UTC
Size:
1.80 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="ssl" > >MY_P="Unreal${PV}" > >S=${WORKDIR}/${MY_P} >DESCRIPTION="aimed to be an advanced, not an easy IRCd" >HOMEPAGE="http://www.unrealircd.com/" >SRC_URI="http://www.gower.net/unrealircd/${MY_P}-Valek.tar.gz > ftp://unreal.secure-tech.net/${MY_P}-Valek.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND="ssl? ( dev-libs/openssl )" > > >src_unpack() { > unpack ${A} && cd ${S} > rm -f .CHANGES.NEW .RELEASE.NOTES > epatch ${FILESDIR}/${P}-Config.patch > > cp Config{,.orig} > sed -e "s:GENTOO_CFLAGS:${CFLAGS}:" \ > Config.orig > Config > > epatch ${FILESDIR}/${P}-gcc3.Config.patch ># epatch ${FILESDIR}/${P}-gcc3.src.Makefile.patch >} > >src_compile() { > ./Config || die "configure failed" > make || die "compiling failed" >} > >src_install() { > newbin src/ircd unrealircd || die > newbin makeconf unrealircd-makeconf || die > newbin src/chkconf unrealircd-chkconf || die > > insinto /etc/unrealircd > doins badwords.*.conf > insinto /etc/unrealircd/networks > doins networks/{template.network,unrealircd.conf} > > dodoc doc/* Changes Donation Unreal.nfo dynconf ircdcron/* > > exeinto /etc/init.d > newexe ${FILESDIR}/unrealircd.rc unrealircd > insinto /etc/conf.d > newins ${FILESDIR}/unrealircd.confd unrealircd >} > >pkg_postinst() { > einfo "UnrealIRCD will not run until you do a few things ..." > echo > einfo "Setup /etc/unrealircd/unrealircd.conf" > einfo " see /etc/unrealircd/template.network for more info" > einfo "Setup /etc/unrealircd/ircd.conf" > einfo " see /usr/share/doc/${PF}/example.conf.gz for more info" > echo > einfo "You can find example cron scripts here:" > einfo " /usr/share/doc/${PF}/ircd.cron" > einfo " /usr/share/doc/${PF}/ircdchk" > einfo "You can also use /etc/init.d/unrealircd to start at boot" >}
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 20321
:
13154
|
13155
|
13156