Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch autotools-conversion
@ 2010-04-12 13:11 Thomas Petazzoni
  2010-04-12 13:11 ` [Buildroot] [PATCH 01/21] vtun: convert to the autotools infrastructure Thomas Petazzoni
                   ` (20 more replies)
  0 siblings, 21 replies; 28+ messages in thread
From: Thomas Petazzoni @ 2010-04-12 13:11 UTC (permalink / raw)
  To: buildroot

The following changes since commit 04ba0089a672863e333a2de6b19d9b77fd0b26c1:
  Thomas Petazzoni (1):
        Get rid of the OPTIMIZE_FOR_CPU variable

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot autotools-conversion

Thomas Petazzoni (21):
      vtun: convert to the autotools infrastructure
      x11vnc: cleanup useless config options
      udpcast: convert to the autotools infrastructure
      setserial: convert to the autotools infrastructure
      smartmontools: convert to the autotools infrastructure
      patch: convert to the autotools infrastructure and bump version
      libosip2: convert to the autotools infrastructure
      libcgicc: convert to the autotools infrastructure
      libraw1394: convert to the autotools infrastructure
      libsysfs: convert to the autotools infrastructure
      libcgi: convert to the autotools infrastructure
      Remove incorrect 'dummy' example
      bison: convert to the autotools infrastructure
      tar: convert to the autotools infrastructure
      argus: convert to the autotools infrastructure
      ipkg: remove useless configure options
      findutils: convert to the autotools infrastructure
      madplay: convert to the autotools infrastructure
      aumix: convert to the autotools infrastructure
      libmad: convert to the autotools infrastructure
      libid3tag: convert to the autotools infrastructure

 package/argus/argus.mk                             |   64 ++------------
 package/bison/bison.mk                             |   69 +--------------
 package/dummy/Config.in                            |    7 --
 package/dummy/dummy.mk                             |   93 --------------------
 package/findutils/findutils.mk                     |   75 +----------------
 package/ipkg/ipkg.mk                               |    3 -
 package/libcgi/libcgi.mk                           |   68 +--------------
 package/libcgicc/libcgicc.mk                       |   64 +------------
 package/libosip2/libosip2.mk                       |   83 ++----------------
 package/libraw1394/libraw1394.mk                   |   64 +-------------
 package/libsysfs/libsysfs.mk                       |   59 +------------
 .../aumix-2.8-fix-incorrect-makefile-am.patch      |   29 ++++++
 package/multimedia/aumix/aumix.mk                  |   60 ++-----------
 package/multimedia/libid3tag/libid3tag.mk          |   62 +------------
 package/multimedia/libmad/libmad.mk                |   77 ++--------------
 package/multimedia/madplay/madplay.mk              |   64 +------------
 package/patch/patch.mk                             |   69 +--------------
 package/setserial/setserial.mk                     |   73 ++--------------
 package/smartmontools/smartmontools.mk             |   69 +--------------
 package/tar/tar.mk                                 |   82 +----------------
 package/udpcast/udpcast.mk                         |   93 +++-----------------
 package/vtun/vtun.mk                               |   76 +---------------
 package/x11vnc/x11vnc.mk                           |    7 +-
 23 files changed, 127 insertions(+), 1283 deletions(-)
 delete mode 100644 package/dummy/Config.in
 delete mode 100644 package/dummy/dummy.mk
 create mode 100644 package/multimedia/aumix/aumix-2.8-fix-incorrect-makefile-am.patch

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [Buildroot] [pull request] Pull request for branch autotools-conversion
@ 2010-06-22 20:20 Thomas Petazzoni
  2010-06-24 12:03 ` Thomas Petazzoni
  2010-06-25 10:32 ` Peter Korsgaard
  0 siblings, 2 replies; 28+ messages in thread
From: Thomas Petazzoni @ 2010-06-22 20:20 UTC (permalink / raw)
  To: buildroot

Hello,

Here is a set of package conversions to the autotools infrastructure,
coming from cmao and Paul Jones.

On the patches proposed by cmao I have done various fixes, most minor,
some a little bit more important. I've tested that all packages do
build in my chrooted environment to verify that all dependencies have
been tracked properly.

I have also removed from the patch set the conversion of the gmp
package. This one is much harder that all the other packages, because
gmp is used as a host package during the compilation of the
cross-toolchain by Buildroot.

On the patches proposed by Paul Jones, I haven't done any kind of
testing, since I can't build a X.org stack due to the infamous rpath
problem that prevents me from executing tools like
mkfontscale. However, as this change introduces a new package, it
isn't going to harm anyone even if the package doesn't build properly.

Thomas

The following changes since commit cd7459b4eef742069f7796c4dfceed8facbfab68:
  Peter Korsgaard (1):
        docs: Document location of .config for out-of-tree builds

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot autotools-conversion

Paul Jones (2):
      Remove package rxvt
      Add package xterm

Thomas Petazzoni (1):
      gawk: enable host package

cmchao (17):
      distcc : convert to autotools infrastructure & bump to 1.1-20100428
      dmalloc : convert to autotools infrastructure
      fbv : convert to autotools infrastructure
      links : convert to autotools infrastructure & bump to 1.01pre1-no-ssl
      dialog : convert to autotools infrastructure & bump to 1.1-20100428
      berkeleydb : convert to autotools infrastructure & bump to 4.4.20
      dash : convert to autotools infrastructure & bump to 0.5.5.1
      diffutils : convert to autotools infrastructure
      libfuse : convert to autotools infrastructure & bump to 2.8.4
      gzip : convert to autotools infrastructure & bump to 1.4
      make : convert to autotools infrastructure
      quagga : convert to autotools infrastructure & bump to 0.99.12
      sdl_mixer : convert to autotools infrastructure & bump to 1.2.11
      sdl_ttf : convert to autotools infrastructure
      sdl : convert to autotools infrastructure & bump to 1.2.14
      libgpg-error : convert to autotools infrastructure & bump to 1.8
      liblockfile : convert to autotools infrastructure & bump to 1.08-4

 package/Config.in                                  |    2 +-
 package/berkeleydb/berkeleydb.mk                   |   82 +-
 package/dash/dash.mk                               |   73 +--
 package/dialog/dialog.mk                           |   60 +-
 package/diffutils/diffutils.mk                     |   63 +-
 package/distcc/distcc.mk                           |   70 +-
 package/dmalloc/dmalloc.mk                         |   97 +--
 package/fbv/fbv.mk                                 |   50 +-
 package/fuse/libfuse.mk                            |   69 +-
 package/gawk/gawk.mk                               |    1 +
 package/gzip/gzip-1.3.12-rename-futimens.patch     |   48 -
 package/gzip/gzip.mk                               |   55 +-
 package/libgpg-error/libgpg-error.mk               |   71 +--
 package/liblockfile/liblockfile.mk                 |   63 +-
 package/links/links.mk                             |   62 +-
 package/make/make.mk                               |   75 +--
 .../quagga-0.99.16-fix-ipctl-forwarding.patch      |   27 +
 package/quagga/quagga.mk                           |  171 +---
 package/rxvt/Config.in                             |    7 -
 package/rxvt/rxvt-2.7.5-include.patch              |   17 -
 package/rxvt/rxvt.mk                               |   84 --
 package/rxvt/rxvt_2.6.4-10.diff                    | 1132 --------------------
 package/sdl/sdl.mk                                 |  104 +--
 package/sdl_mixer/sdl_mixer.mk                     |   67 +-
 package/sdl_ttf/sdl_ttf.mk                         |   75 +--
 package/xterm/Config.in                            |    6 +
 package/xterm/xterm.mk                             |   13 +
 27 files changed, 273 insertions(+), 2371 deletions(-)
 delete mode 100644 package/gzip/gzip-1.3.12-rename-futimens.patch
 create mode 100644 package/quagga/quagga-0.99.16-fix-ipctl-forwarding.patch
 delete mode 100644 package/rxvt/Config.in
 delete mode 100644 package/rxvt/rxvt-2.7.5-include.patch
 delete mode 100644 package/rxvt/rxvt.mk
 delete mode 100644 package/rxvt/rxvt_2.6.4-10.diff
 create mode 100644 package/xterm/Config.in
 create mode 100644 package/xterm/xterm.mk

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2010-06-25 10:32 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 13:11 [Buildroot] [pull request] Pull request for branch autotools-conversion Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 01/21] vtun: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 02/21] x11vnc: cleanup useless config options Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 03/21] udpcast: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 17:48   ` Peter Korsgaard
2010-04-13 14:59     ` Thomas Petazzoni
2010-04-13 19:51       ` Peter Korsgaard
2010-04-12 13:11 ` [Buildroot] [PATCH 04/21] setserial: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 05/21] smartmontools: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 06/21] patch: convert to the autotools infrastructure and bump version Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 07/21] libosip2: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 08/21] libcgicc: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 09/21] libraw1394: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 10/21] libsysfs: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 11/21] libcgi: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 12/21] Remove incorrect 'dummy' example Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 13/21] bison: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 14/21] tar: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 15/21] argus: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 16/21] ipkg: remove useless configure options Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 17/21] findutils: convert to the autotools infrastructure Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 18/21] madplay: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 19/21] aumix: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 20/21] libmad: " Thomas Petazzoni
2010-04-12 13:11 ` [Buildroot] [PATCH 21/21] libid3tag: " Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2010-06-22 20:20 [Buildroot] [pull request] Pull request for branch autotools-conversion Thomas Petazzoni
2010-06-24 12:03 ` Thomas Petazzoni
2010-06-25 10:32 ` Peter Korsgaard

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