Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Jeroen Roovers (jer)" <jer@g.o>
Subject: gentoo-x86 commit in net-misc/socat: ChangeLog socat-1.7.1.0-r1.ebuild
Date: Sat, 02 May 2009 16:27:01 +0000
jer         09/05/02 16:27:01

  Modified:             ChangeLog
  Added:                socat-1.7.1.0-r1.ebuild
  Log:
  Apply patch provided by Todd Stansell to fix crashes on systems without setenv().
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.46                 net-misc/socat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	2 May 2009 16:17:10 -0000	1.45
+++ ChangeLog	2 May 2009 16:27:01 -0000	1.46
@@ -1,6 +1,16 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.45 2009/05/02 16:17:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.46 2009/05/02 16:27:01 jer Exp $
+
+  02 May 2009; Jeroen Roovers <jer@g.o> +socat-1.7.1.0-r1.ebuild,
+  +files/socat-1.7.1.0-fixsetenv.patch:
+  Apply patch provided by Todd Stansell to fix crashes on systems without
+  setenv().
+
+*socat-1.7.1.0-r1 (02 May 2009)
+
+  02 May 2009;  <>  socat-1.7.1.0-r1.ebuild
+  # INSERT ENTRY HERE
 
   02 May 2009; Jeroen Roovers <jer@g.o> socat-1.7.0.0.ebuild:
   Stable for HPPA (bug #267878).



1.1                  net-misc/socat/socat-1.7.1.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-1.7.1.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/socat/socat-1.7.1.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: socat-1.7.1.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.0-r1.ebuild,v 1.1 2009/05/02 16:27:01 jer Exp $

EAPI="2"

inherit eutils

DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/"
MY_P=${P/_beta/-b}
S="${WORKDIR}/${MY_P}"
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="ssl readline ipv6 tcpd"

DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
	readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 )
	tcpd? ( sys-apps/tcp-wrappers )
	virtual/libc"

src_prepare() {
	epatch "${FILESDIR}"/${P}-fixsetenv.patch
}

src_configure() {
	econf \
		$(use_enable ssl openssl) \
		$(use_enable readline) \
		$(use_enable ipv6 ip6) \
		$(use_enable tcpd libwrap)
}

src_test() {
	TMPDIR="${T}" emake test || die 'self test failed'
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"

	dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \
		FAQ FILES PORTING README SECURITY VERSION
	docinto examples
	dodoc *.sh
	dohtml doc/*.html doc/*.css
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-misc/socat/files: socat-1.7.1.0-fixsetenv.patch
Next by thread:
gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6a.ebuild Manifest
Previous by date:
gentoo-x86 commit in net-misc/socat/files: socat-1.7.1.0-fixsetenv.patch
Next by date:
gentoo-x86 commit in dev-perl/XML-RSS: ChangeLog XML-RSS-1.44.ebuild


Updated Mar 01, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.