Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure
@ 2010-05-07  8:05 bugzilla at busybox.net
  2010-05-07  8:08 ` [Buildroot] [Bug 1723] " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-07  8:05 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

              Host: Kubuntu 9.10
            Target: armv4
           Summary: [PATCH] axel: convert to autotools infrastructure
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: keguang.zhang at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Convert axel to autotools infrastructure and bump to version 2.4.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to autotools infrastructure
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
@ 2010-05-07  8:08 ` bugzilla at busybox.net
  2010-05-21 13:05 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-07  8:08 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

--- Comment #1 from Kelvin Cheung <keguang.zhang@gmail.com>  ---
Created attachment 1687
  --> https://bugs.busybox.net/attachment.cgi?id=1687
Convert axel to autotools infrastructure and bump to version 2.4.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to autotools infrastructure
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
  2010-05-07  8:08 ` [Buildroot] [Bug 1723] " bugzilla at busybox.net
@ 2010-05-21 13:05 ` bugzilla at busybox.net
  2010-06-07 10:20 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-21 13:05 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to autotools infrastructure
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
  2010-05-07  8:08 ` [Buildroot] [Bug 1723] " bugzilla at busybox.net
  2010-05-21 13:05 ` bugzilla at busybox.net
@ 2010-06-07 10:20 ` bugzilla at busybox.net
  2010-06-08  3:39 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 10:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
Thanks!

However, this patch is not completely correct :

 * AXEL_CONFIGURE_CMDS shouldn't be defined. Instead, you should use
AXEL_CONF_OPT to pass the --i18n=0 option. No need to pass --prefix.

 * Are you sure you need to pass AXEL_MAKE_OPT and AXEL_INSTALL_TARGET ? If the
package uses autoconf/automake, it shouldn't be needed.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to autotools infrastructure
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-06-07 10:20 ` bugzilla at busybox.net
@ 2010-06-08  3:39 ` bugzilla at busybox.net
  2010-06-08  3:39 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-06-08  3:39 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

--- Comment #3 from Kelvin Cheung <keguang.zhang@gmail.com>  ---
Created attachment 1945
  --> https://bugs.busybox.net/attachment.cgi?id=1945
convert to generic package infrastructure and bump to version 2.4

axel uses a handwritten configure script, not autotools.
So, I have to convert it to generic package.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to autotools infrastructure
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-06-08  3:39 ` bugzilla at busybox.net
@ 2010-06-08  3:39 ` bugzilla at busybox.net
  2010-06-08  4:12 ` [Buildroot] [Bug 1723] [PATCH] axel: convert to generic package infrastructure and bump to version 2.4 bugzilla at busybox.net
  2011-02-02 14:33 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-06-08  3:39 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

Kelvin Cheung <keguang.zhang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1687|0                           |1
        is obsolete|                            |

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to generic package infrastructure and bump to version 2.4
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-06-08  3:39 ` bugzilla at busybox.net
@ 2010-06-08  4:12 ` bugzilla at busybox.net
  2011-02-02 14:33 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-06-08  4:12 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

Kelvin Cheung <keguang.zhang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[PATCH] axel: convert to    |[PATCH] axel: convert to
                   |autotools infrastructure    |generic package
                   |                            |infrastructure and bump to
                   |                            |version 2.4

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1723] [PATCH] axel: convert to generic package infrastructure and bump to version 2.4
  2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2010-06-08  4:12 ` [Buildroot] [Bug 1723] [PATCH] axel: convert to generic package infrastructure and bump to version 2.4 bugzilla at busybox.net
@ 2011-02-02 14:33 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2011-02-02 14:33 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1723

Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Gustavo Zacarias <gustavo@zacarias.com.ar>  ---
Done by Martin Banky in commit 0f9da87c1d18598f308ed129d027f65cdffcde77

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2011-02-02 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07  8:05 [Buildroot] [Bug 1723] New: [PATCH] axel: convert to autotools infrastructure bugzilla at busybox.net
2010-05-07  8:08 ` [Buildroot] [Bug 1723] " bugzilla at busybox.net
2010-05-21 13:05 ` bugzilla at busybox.net
2010-06-07 10:20 ` bugzilla at busybox.net
2010-06-08  3:39 ` bugzilla at busybox.net
2010-06-08  3:39 ` bugzilla at busybox.net
2010-06-08  4:12 ` [Buildroot] [Bug 1723] [PATCH] axel: convert to generic package infrastructure and bump to version 2.4 bugzilla at busybox.net
2011-02-02 14:33 ` bugzilla at busybox.net

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