Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18213 Details for
Bug 29404
SpamAssassin 2.60 released (for real this time)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to work with new install restrictions.
spamassassin.patch (text/plain), 1.75 KB, created by
Wayne Davison
on 2003-09-23 11:15:21 UTC
(
hide
)
Description:
Fix to work with new install restrictions.
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2003-09-23 11:15:21 UTC
Size:
1.75 KB
patch
obsolete
>--- /usr/portage/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60.ebuild 2003-09-11 23:40:48.000000000 -0700 >+++ Mail-SpamAssassin-2.60.ebuild 2003-09-23 11:09:36.000000000 -0700 >@@ -6,7 +6,7 @@ > > S=${WORKDIR}/${P} > DESCRIPTION="Perl Mail::SpamAssassin - A program to filter spam" >-SRC_URI="http://www.spamassassin.org/released/${P}.tar.gz" >+SRC_URI="http://www.spamassassin.org/released/${P}.tar.bz2" > HOMEPAGE="http://www.spamassassin.org" > IUSE="" > SLOT="0" >@@ -14,6 +14,7 @@ > KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" > > DEPEND="dev-perl/Net-DNS >+ >=dev-perl/ExtUtils-MakeMaker-6.11 > dev-perl/HTML-Parser > dev-perl/PodParser > dev-perl/Time-Local >@@ -21,7 +22,7 @@ > > RAZORVERINS=`best_version net-mail/razor` > >-myconf="INST_PREFIX=/usr SITEPREFIX=\$(PREFIX) INST_SYSCONFDIR=/etc SYSCONFDIR=${D}/etc CONTACT_ADDRESS=root@localhost" >+myconf="PREFIX=/usr SYSCONFDIR=/etc DESTDIR=${D} CONTACT_ADDRESS=root@localhost" > > # If ssl is enabled, spamc can be built with ssl support > if [ "`use ssl`" ]; >@@ -31,24 +32,33 @@ > > if [ ! -z "${RAZORVERINS}" ]; > then >- myconf="${myconf} RUN_RAZOR2_TESTS=n" >+ myconf="${myconf} RUN_RAZOR_TESTS=n" > fi > >-mymake="PREFIX=/usr SYSCONFDIR=/etc" > mydoc="License Changes procmailrc.example sample-nonspam.txt sample-spam.txt" > > > > src_compile() { > >- perl-module_src_compile >+ perl Makefile.PL ${myconf} INSTALLDIRS=vendor >+ make || die "compilation failed" > dodir /etc/mail/spamassassin > > } > > src_install () { > >- perl-module_src_install >+ perlinfo >+ dodir ${POD_DIR} >+ >+ make install || die >+ >+ for FILE in `find ${D} -type f -name "*.html" -o -name ".packlist"`; do >+ sed -i -e "s:${D}:/:g" ${FILE} >+ done >+ >+ dodoc Change* MANIFEST* README* ${mydoc} > > dodir /etc/init.d /etc/conf.d > cp ${FILESDIR}/spamd.init ${D}/etc/init.d/spamd
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 29404
: 18213 |
18257