Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mtr: bump to version 0.86 and use github call
@ 2014-12-10  2:10 Ivan Sergeev
  2014-12-10  2:13 ` [Buildroot] [PATCH v2 " Ivan Sergeev
  0 siblings, 1 reply; 7+ messages in thread
From: Ivan Sergeev @ 2014-12-10  2:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
---
 package/mtr/mtr.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/mtr/mtr.mk b/package/mtr/mtr.mk
index aa4d883..f376d47 100644
--- a/package/mtr/mtr.mk
+++ b/package/mtr/mtr.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-MTR_VERSION = 0.85
-MTR_SITE = ftp://ftp.bitwizard.nl/mtr
-MTR_CONF_OPTS = --without-gtk --without-glib
+MTR_VERSION = v0.86
+MTR_SITE = $(call github,traviscross,mtr,$(MTR_VERSION))
+MTR_AUTORECONF = YES
+MTR_CONF_OPT = --without-gtk --without-glib
 MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
 MTR_LICENSE = GPLv2
 MTR_LICENSE_FILES = COPYING
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10  2:10 [Buildroot] [PATCH 1/1] mtr: bump to version 0.86 and use github call Ivan Sergeev
@ 2014-12-10  2:13 ` Ivan Sergeev
  2014-12-10 16:37   ` Vicente Olivert Riera
  2014-12-10 20:52   ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Ivan Sergeev @ 2014-12-10  2:13 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
---
 package/mtr/mtr.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/mtr/mtr.mk b/package/mtr/mtr.mk
index aa4d883..75cadc1 100644
--- a/package/mtr/mtr.mk
+++ b/package/mtr/mtr.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-MTR_VERSION = 0.85
-MTR_SITE = ftp://ftp.bitwizard.nl/mtr
+MTR_VERSION = v0.86
+MTR_SITE = $(call github,traviscross,mtr,$(MTR_VERSION))
+MTR_AUTORECONF = YES
 MTR_CONF_OPTS = --without-gtk --without-glib
 MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
 MTR_LICENSE = GPLv2
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10  2:13 ` [Buildroot] [PATCH v2 " Ivan Sergeev
@ 2014-12-10 16:37   ` Vicente Olivert Riera
  2014-12-10 18:59     ` Thomas Petazzoni
  2014-12-12 21:43     ` Ivan Sergeev
  2014-12-10 20:52   ` Thomas Petazzoni
  1 sibling, 2 replies; 7+ messages in thread
From: Vicente Olivert Riera @ 2014-12-10 16:37 UTC (permalink / raw)
  To: buildroot

Dear Ivan Sergeev,

just a few things:

On 12/10/2014 02:13 AM, Ivan Sergeev wrote:
>  MTR_CONF_OPTS = --without-gtk --without-glib

The '--without-glib' option doesn't exist in the configure script. You
can remove it.

Also, while you are doing the version bump, why not adding a hash file
as well:

http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash

Could you please mark the previous versions of this patch as
'superseded' in patchwork?

And finally, could you please state what changes you make between versions?

Best regards,
-- 
Vicente Olivert Riera
Graduate Software Engineer, MIPS Platforms
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10 16:37   ` Vicente Olivert Riera
@ 2014-12-10 18:59     ` Thomas Petazzoni
  2014-12-10 19:47       ` Vincent Olivert Riera
  2014-12-12 21:43     ` Ivan Sergeev
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2014-12-10 18:59 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Wed, 10 Dec 2014 16:37:12 +0000, Vicente Olivert Riera wrote:

> Also, while you are doing the version bump, why not adding a hash file
> as well:
> 
> http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash

Are you sure it makes sense to have hash files for github downloads?

There were some patches from Maxime Hadjinlian to remove hash files for
github-sourced packages.

Also, when you reply to someone on the list, you should reply both to
the person (as To:) and the list (as Cc:). This will make sure the
person you reply to actually sees the message, and your message is not
mixed in the fairly heavy flow of e-mails that goes through the list.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10 18:59     ` Thomas Petazzoni
@ 2014-12-10 19:47       ` Vincent Olivert Riera
  0 siblings, 0 replies; 7+ messages in thread
From: Vincent Olivert Riera @ 2014-12-10 19:47 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

yes, it makes sense. If you download a released tarball, it's supposed the hash of that tarball should be always the same.

In fact, I would change the download url to this one:

https://github.com/traviscross/mtr/releases

Cheers,
--
Vicente Olivert Riera
Graduate Software Engineer, MIPS Processor IP
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10  2:13 ` [Buildroot] [PATCH v2 " Ivan Sergeev
  2014-12-10 16:37   ` Vicente Olivert Riera
@ 2014-12-10 20:52   ` Thomas Petazzoni
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-12-10 20:52 UTC (permalink / raw)
  To: buildroot

Dear Ivan Sergeev,

On Tue,  9 Dec 2014 18:13:57 -0800, Ivan Sergeev wrote:
> Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
> ---
>  package/mtr/mtr.mk | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, I've applied your patch, after removing the --without-glib
option that is no longer useful.

Also, if you have some time to work on mtr, it would be good to get rid
of the ugly:

# uClibc has res_ninit but not res_nmkquery
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
define MTR_DISABLE_RES_NINIT
        $(SED) 's/#ifdef res_ninit/#if 0/' \
                $(@D)/dns.c
endef
endif

MTR_POST_PATCH_HOOKS += MTR_DISABLE_RES_NINIT

that we have in package/mtr/mtr.mk. To do this, some improvements to
configure.ac are needed to detect if the C library has res_ninit() and
res_nmkquery(). Feel free to work this out with upstream :-)

Thanks!

Thomas Petazzoni
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH v2 1/1] mtr: bump to version 0.86 and use github call
  2014-12-10 16:37   ` Vicente Olivert Riera
  2014-12-10 18:59     ` Thomas Petazzoni
@ 2014-12-12 21:43     ` Ivan Sergeev
  1 sibling, 0 replies; 7+ messages in thread
From: Ivan Sergeev @ 2014-12-12 21:43 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

Thanks, sure. I'll look out for stale configure options and keep things in
sync with patchwork next time around.

Thanks,
~vsergeev
Ivan Sergeev

On Wed, Dec 10, 2014 at 8:37 AM, Vicente Olivert Riera <
Vincent.Riera@imgtec.com> wrote:

> Dear Ivan Sergeev,
>
> just a few things:
>
> On 12/10/2014 02:13 AM, Ivan Sergeev wrote:
> >  MTR_CONF_OPTS = --without-gtk --without-glib
>
> The '--without-glib' option doesn't exist in the configure script. You
> can remove it.
>
> Also, while you are doing the version bump, why not adding a hash file
> as well:
>
>
> http://buildroot.uclibc.org/downloads/manual/manual.html#adding-packages-hash
>
> Could you please mark the previous versions of this patch as
> 'superseded' in patchwork?
>
> And finally, could you please state what changes you make between versions?
>
> Best regards,
> --
> Vicente Olivert Riera
> Graduate Software Engineer, MIPS Platforms
> Imagination Technologies Limited
> t: +44 (0)113 2429814
> www.imgtec.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20141212/3f243b6c/attachment-0001.html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-12 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10  2:10 [Buildroot] [PATCH 1/1] mtr: bump to version 0.86 and use github call Ivan Sergeev
2014-12-10  2:13 ` [Buildroot] [PATCH v2 " Ivan Sergeev
2014-12-10 16:37   ` Vicente Olivert Riera
2014-12-10 18:59     ` Thomas Petazzoni
2014-12-10 19:47       ` Vincent Olivert Riera
2014-12-12 21:43     ` Ivan Sergeev
2014-12-10 20:52   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox