public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-1.2.9-r1.ebuild
Date: Sun, 09 Aug 2009 14:16:06 +0000	[thread overview]
Message-ID: <E1Ma9Bu-0006vW-0T@stork.gentoo.org> (raw)

ssuominen    09/08/09 14:16:06

  Modified:             ChangeLog
  Added:                httping-1.2.9-r1.ebuild
  Log:
  Fix building with GLIBC 2.10+ wrt #277231, thanks to Markus Peloquin and Andrew Savchenko.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 net-analyzer/httping/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/httping/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	27 Aug 2008 12:03:16 -0000	1.47
+++ ChangeLog	9 Aug 2009 14:16:05 -0000	1.48
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/httping
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.47 2008/08/27 12:03:16 gentoofan23 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.48 2009/08/09 14:16:05 ssuominen Exp $
+
+*httping-1.2.9-r1 (09 Aug 2009)
+
+  09 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +httping-1.2.9-r1.ebuild:
+  Fix building with GLIBC 2.10+ wrt #277231, thanks to Markus Peloquin and
+  Andrew Savchenko.
 
   27 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org>
   httping-1.2.6.ebuild:



1.1                  net-analyzer/httping/httping-1.2.9-r1.ebuild

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

Index: httping-1.2.9-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.9-r1.ebuild,v 1.1 2009/08/09 14:16:05 ssuominen Exp $

inherit flag-o-matic toolchain-funcs

DESCRIPTION="http protocol ping-like program"
HOMEPAGE="http://www.vanheusden.com/httping/"
SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="ssl"

RDEPEND=">=sys-libs/ncurses-5
	ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}"

src_compile() {
	local makefile
	use ssl || makefile="-f Makefile.nossl"
	append-flags -Dstrndup=strndup
	emake CC="$(tc-getCC)" ${makefile} || die "emake failed"
}

src_install() {
	dobin httping || die "dobin failed"
	doman httping.1 || die "doman failed"
	dodoc readme.txt || die "dodoc failed"
}






             reply	other threads:[~2009-08-09 14:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-09 14:16 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-30 10:05 [gentoo-commits] gentoo-x86 commit in net-analyzer/httping: ChangeLog httping-1.2.9-r1.ebuild Markus Meier (maekke)
2009-10-31 14:34 Brent Baude (ranger)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Ma9Bu-0006vW-0T@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox