Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 462862 Details for
Bug 223155
mail-mta/courier with sys-apps/ucspi-tcp - file collision in/usr/bin/addcr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hacked ucspi-tcp ebuild
ucspi-tcp-0.88-r18.ebuild (text/plain), 2.42 KB, created by
andcycle-gentoo
on 2017-02-08 13:30:33 UTC
(
hide
)
Description:
hacked ucspi-tcp ebuild
Filename:
MIME Type:
Creator:
andcycle-gentoo
Created:
2017-02-08 13:30:33 UTC
Size:
2.42 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI="4" > >inherit eutils qmail > >DESCRIPTION="Collection of tools for managing UNIX services" >HOMEPAGE="http://cr.yp.to/ucspi-tcp.html" >SRC_URI=" > http://cr.yp.to/${PN}/${P}.tar.gz > mirror://qmail/ucspi-rss.diff > http://smarden.org/pape/djb/manpages/${P}-man.tar.gz > http://xs3.b92.net/tomislavr/${P}-rblspp.patch > ipv6? ( http://www.fefe.de/ucspi/${P}-ipv6.diff19.bz2 ) >" > >LICENSE="public-domain" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" >IUSE="ipv6 qmail-spp selinux collide-courier" >RESTRICT="test" > >DEPEND="" >RDEPEND="${DEPEND} > !app-doc/ucspi-tcp-man > selinux? ( sec-policy/selinux-ucspitcp )" > >src_prepare() { > epatch "${FILESDIR}"/${PV}-protos.patch > if use ipv6; then > epatch "${WORKDIR}"/${P}-ipv6.diff19 > epatch "${FILESDIR}"/${PV}-protos-ipv6.patch > epatch "${FILESDIR}"/${PV}-tcprules.patch #135571 > epatch "${FILESDIR}"/${PV}-bigendian.patch #18892 > else > epatch "${FILESDIR}"/${PV}-protos-no-ipv6.patch > fi > epatch "${DISTDIR}"/ucspi-rss.diff > epatch "${FILESDIR}"/${PV}-rblsmtpd-ignore-on-RELAYCLIENT.patch > epatch "${DISTDIR}"/${P}-rblspp.patch > epatch "${FILESDIR}"/${PV}-protos-rblspp.patch > epatch "${FILESDIR}"/${PV}-large-responses.patch > epatch "${FILESDIR}"/${PV}-uint-headers.patch > epatch "${FILESDIR}"/${PV}-ar-ranlib.patch > > epatch_user >} > >src_configure() { > qmail_set_cc > # The AR/RANLIB logic probably should get moved to the qmail eclass. > # See also the patch above for generating the "makelib" script. > tc-export AR RANLIB > > echo "${EPREFIX}/usr/" > conf-home >} > >src_install() { > > if ! use collide-courier; then > dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ \ > tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd > else > dobin tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ \ > tcpcat mconnect mconnect-io delcr fixcrio rblsmtpd > newbin addcr addcr.ucspi-tcp > for i in "${WORKDIR}"/${P}-man/*.[1-8]; do > echo $i | grep -q addcr && mv $i $(echo $i|sed 's/addcr/addcr.ucspi-tcp/') > done > fi > > if use qmail-spp; then > insinto "${QMAIL_HOME}"/plugins > insopts -m 755 > doins rblspp > fi > > > doman "${WORKDIR}"/${P}-man/*.[1-8] > dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION > > insinto /etc/tcprules.d > newins "${FILESDIR}"/tcprules-Makefile Makefile >}
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 223155
:
462860
| 462862