diff options
author | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2003-09-16 05:26:58 +0000 |
---|---|---|
committer | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2003-09-16 05:26:58 +0000 |
commit | 5cf6183bbd75da41fed673514ec854dce07b2d25 (patch) | |
tree | d7550d511c999b5b179f7d4200d56d93f45300c7 /net-mail/pine | |
parent | version bump, fixes security problems. removed chappa patchesuntil we get ver... (diff) | |
download | gentoo-2-5cf6183bbd75da41fed673514ec854dce07b2d25.tar.gz gentoo-2-5cf6183bbd75da41fed673514ec854dce07b2d25.tar.bz2 gentoo-2-5cf6183bbd75da41fed673514ec854dce07b2d25.zip |
version bump, fixes security problems. removed chappa patchesuntil we get versions which work with pine 4.58.
Diffstat (limited to 'net-mail/pine')
-rw-r--r-- | net-mail/pine/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/pine/Manifest | 4 | ||||
-rw-r--r-- | net-mail/pine/files/digest-pine-4.58 | 1 | ||||
-rw-r--r-- | net-mail/pine/pine-4.58.ebuild | 130 |
4 files changed, 140 insertions, 3 deletions
diff --git a/net-mail/pine/ChangeLog b/net-mail/pine/ChangeLog index 1eaa6a71f347..7b78d39170d3 100644 --- a/net-mail/pine/ChangeLog +++ b/net-mail/pine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/pine # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.34 2003/07/11 21:13:16 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/ChangeLog,v 1.35 2003/09/16 05:26:55 rajiv Exp $ + +*pine-4.58 (16 Sep 2003) + + 16 Sep 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> pine-4.58.ebuild: + version bump, fixes security problems. temporarily removed chappa patches + until we get versions which work with pine 4.58. 11 Jul 2003; Nick Hadaway <raker@gentoo.org> pine-4.56.ebuild: Marked stable for x86 diff --git a/net-mail/pine/Manifest b/net-mail/pine/Manifest index d9eee11c1104..7070918d20ec 100644 --- a/net-mail/pine/Manifest +++ b/net-mail/pine/Manifest @@ -1,6 +1,6 @@ -MD5 e7a6f89202fa699b2c5f85bb7edc35f6 pine-4.58.ebuild 3315 +MD5 d1e5490be0d14f85b3ad82911fff3640 pine-4.58.ebuild 3312 MD5 4c37407d8c7106315e06cc267b1806dc pine-4.50-r4.ebuild 3509 -MD5 29c9213da4656d03cba0f8ba2b8ff776 ChangeLog 6669 +MD5 174cd5dffc619a802b513d8676b5fbfa ChangeLog 6896 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 873fcf60ddaa752f968a2af80441239b pine-4.56.ebuild 3422 MD5 c47b08cab6132957eef9c0d61862f951 files/digest-pine-4.50-r4 131 diff --git a/net-mail/pine/files/digest-pine-4.58 b/net-mail/pine/files/digest-pine-4.58 new file mode 100644 index 000000000000..e93e20d21699 --- /dev/null +++ b/net-mail/pine/files/digest-pine-4.58 @@ -0,0 +1 @@ +MD5 6135222a12f06b2dfceea5c1b736891e pine4.58.tar.bz2 2837321 diff --git a/net-mail/pine/pine-4.58.ebuild b/net-mail/pine/pine-4.58.ebuild new file mode 100644 index 000000000000..8338385e3b4e --- /dev/null +++ b/net-mail/pine/pine-4.58.ebuild @@ -0,0 +1,130 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.58.ebuild,v 1.1 2003/09/16 05:26:55 rajiv Exp $ + +inherit eutils + +DESCRIPTION="A tool for reading, sending and managing electronic messages." +HOMEPAGE="http://www.washington.edu/pine/ + http://www.math.washington.edu/~chappa/pine/patches/" +SRC_URI="ftp://ftp.cac.washington.edu/pine/${PN}${PV}.tar.bz2" + +LICENSE="PICO" +SLOT="0" +KEYWORDS="x86 ~ppc sparc ~alpha" +IUSE="ssl ldap debug" + +DEPEND="virtual/glibc + >=sys-apps/sed-4 + >=sys-libs/ncurses-5.1 + >=sys-libs/pam-0.72 + ssl? ( dev-libs/openssl ) + ldap? ( net-nds/openldap ) + !net-mail/pine-maildir" + +S=${WORKDIR}/${PN}${PV} + +src_unpack() { + unpack ${PN}${PV}.tar.bz2 + cd ${S} + + epatch ${FILESDIR}/pine-4.21-fixhome.patch || die + + epatch ${FILESDIR}/imap-4.7c2-flock.patch + cp ${FILESDIR}/flock.c ${S}/imap/src/osdep/unix + + if [ "`use ldap`" ] ; then + # link to shared ldap libs instead of static + epatch ${FILESDIR}/pine-4.30-ldap.patch + mkdir ${S}/ldap + ln -s /usr/lib ${S}/ldap/libraries + ln -s /usr/include ${S}/ldap/include + fi + + # Don't appear to need this anymore; as of pine-4.56 + #epatch ${FILESDIR}/pine-4.40-boguswarning.patch + + epatch ${FILESDIR}/pine-4.31-segfix.patch + + epatch ${FILESDIR}/pine-4.40-lockfile-perm.patch + + epatch ${FILESDIR}/imap-2000-time.patch + + epatch ${FILESDIR}/pine-4.33-whitespace.patch + + # bug #23336 - makes pine transparent in terms that support it + epatch ${FILESDIR}/transparency.patch + + if [ `use debug` ]; then + cd ${S}/pine + sed -i \ + -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS} -g -DDEBUG -DDEBUGJOURNAL:" \ + makefile.lnx || die "sed pine/makefile.lnx failed" + cd ${S}/pico + sed -i \ + -e "s:-g -DDEBUG:${CFLAGS} -g -DDEBUG:" \ + makefile.lnx || die "sed pico/makefile.lnx failed" + else + cd ${S}/pine + cp makefile.lnx makefile.orig + sed -i \ + -e "s:-g -DDEBUG -DDEBUGJOURNAL:${CFLAGS}:" \ + makefile.lnx || die "sed pine/makefile.lnx failed" + cd ${S}/pico + sed -i \ + -e "s:-g -DDEBUG:${CFLAGS}:" \ + makefile.lnx || die "sed pico/makefile.lnx failed" + fi + cd ${S}/pine/osdep + sed -i \ + -e "s:/usr/local/lib/pine.conf:/etc/pine.conf:" \ + os-lnx.h || die "sed os-lnx.h failed" +} + +src_compile() { + BUILDOPTS="" + if [ "`use ssl`" ] + then + BUILDOPTS="${BUILDOPTS} SSLDIR=/usr SSLTYPE=unix SSLCERTS=/etc/ssl/certs" + cd ${S}/imap/src/osdep/unix + sed -i \ + -e "s:\$(SSLDIR)/certs:/etc/ssl/certs:" \ + -e "s:\$(SSLCERTS):/etc/ssl/certs:" \ + -e "s:-I\$(SSLINCLUDE) ::" \ + Makefile || die "sed Makefile failed" + cd ${S} + else + BUILDOPTS="${BUILDOPTS} NOSSL" + fi + if [ "`use ldap`" ] + then + ./contrib/ldap-setup lnp lnp + BUILDOPTS="${BUILDOPTS} LDAPCFLAGS=-DENABLE_LDAP" + else + BUILDOPTS="${BUILDOPTS} NOLDAP" + fi + + ./build ${BUILDOPTS} lnp || die +} + +src_install() { + into /usr + dobin bin/pine bin/pico bin/pilot bin/mtest bin/rpdump bin/rpload + + doman doc/pine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1 + + insinto /etc + doins doc/mime.types + donewins doc/mailcap.unx mailcap + + dodoc CPYRIGHT README doc/brochure.txt doc/tech-notes.txt + + docinto imap + dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES + + docinto imap/rfc + dodoc imap/docs/rfc/*.txt + + docinto html/tech-notes + dohtml -r doc/tech-notes/ +} |