Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch fixes
@ 2010-02-24 21:16 Thomas Petazzoni
  2010-02-24 21:16 ` [Buildroot] [PATCH 01/10] netsnmp: use the autoconf built by Buildroot Thomas Petazzoni
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2010-02-24 21:16 UTC (permalink / raw)
  To: buildroot

The following changes since commit 4f05a61b33e5d87f23837109fb0dd538a5bd5d62:
  Peter Korsgaard (1):
        Merge branch 'misc-fixes5' of git://git.busybox.net/~tpetazzoni/git/buildroot

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot fixes

Thomas Petazzoni (10):
      netsnmp: use the autoconf built by Buildroot
      ipsec-tools: add host-flex dependency
      openmotif: remove package
      xpdf: remove package
      libgtk2: host version needs host-libpng
      pango: remove gtk-doc patch
      pango: re-enable thai module
      pango: remove dependency on host-pango
      sylpheed: add dependency on libgtk2
      madplay: add patch to switch to the new ALSA API

 package/Config.in                                  |    2 -
 package/ipsec-tools/ipsec-tools.mk                 |    2 +-
 package/libgtk2/libgtk2.mk                         |    2 +-
 .../madplay-0.15.2b-switch-to-new-alsa-api.patch   |  173 ++++
 package/netsnmp/netsnmp.mk                         |    4 +-
 package/openmotif/Config.in                        |    7 -
 package/openmotif/README                           |    2 -
 .../openmotif/openmotif-2.3.0-cross-compile.patch  |  106 ---
 .../openmotif-2.3.0-legacy-bzero-must-die.patch    |  758 ------------------
 package/openmotif/openmotif.mk                     |   94 ---
 package/pango/pango-gtk-doc.patch                  |   59 --
 package/pango/pango-no-libthai.patch               |   10 -
 package/pango/pango.mk                             |   13 +-
 package/sylpheed/Config.in                         |    1 +
 package/sylpheed/sylpheed.mk                       |    2 +-
 package/xpdf/Config.in                             |    9 -
 package/xpdf/xpdf-3.02pl1.patch                    |   33 -
 package/xpdf/xpdf-3.02pl2.patch                    |  823 --------------------
 package/xpdf/xpdf.mk                               |   31 -
 19 files changed, 182 insertions(+), 1949 deletions(-)
 create mode 100644 package/multimedia/madplay/madplay-0.15.2b-switch-to-new-alsa-api.patch
 delete mode 100644 package/openmotif/Config.in
 delete mode 100644 package/openmotif/README
 delete mode 100644 package/openmotif/openmotif-2.3.0-cross-compile.patch
 delete mode 100644 package/openmotif/openmotif-2.3.0-legacy-bzero-must-die.patch
 delete mode 100644 package/openmotif/openmotif.mk
 delete mode 100644 package/pango/pango-gtk-doc.patch
 delete mode 100644 package/pango/pango-no-libthai.patch
 delete mode 100644 package/xpdf/Config.in
 delete mode 100644 package/xpdf/xpdf-3.02pl1.patch
 delete mode 100644 package/xpdf/xpdf-3.02pl2.patch
 delete mode 100644 package/xpdf/xpdf.mk

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Buildroot] [pull request] Pull request for branch fixes
@ 2010-02-09 23:46 Thomas Petazzoni
  2010-02-17 10:05 ` Peter Korsgaard
  0 siblings, 1 reply; 14+ messages in thread
From: Thomas Petazzoni @ 2010-02-09 23:46 UTC (permalink / raw)
  To: buildroot

The following changes since commit f0bdacdb5b8fe0fbc276ed510fc58e9a219f5cf8:
  Peter Korsgaard (1):
        update for 2010.02-rc1

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot fixes

Thomas Petazzoni (3):
      Create $(STAGING_DIR)/usr/bin unconditionnally
      argus: fix compile breakage
      at: fix compile breakage when flex isn't on the target

 Makefile                                           |    1 +
 .../argus-3.0.0.rc.34-01-use-pcap-header.patch     |   27 ++++++++++++++++++++
 package/at/at-3.1.12-0007-include-config-h.patch   |   16 +++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 package/argus/argus-3.0.0.rc.34-01-use-pcap-header.patch
 create mode 100644 package/at/at-3.1.12-0007-include-config-h.patch

Thanks,
-- 
Thomas Petazzoni

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

end of thread, other threads:[~2010-02-24 22:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 21:16 [Buildroot] [pull request] Pull request for branch fixes Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 01/10] netsnmp: use the autoconf built by Buildroot Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 02/10] ipsec-tools: add host-flex dependency Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 03/10] openmotif: remove package Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 04/10] xpdf: " Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 05/10] libgtk2: host version needs host-libpng Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 06/10] pango: remove gtk-doc patch Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 07/10] pango: re-enable thai module Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 08/10] pango: remove dependency on host-pango Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 09/10] sylpheed: add dependency on libgtk2 Thomas Petazzoni
2010-02-24 21:16 ` [Buildroot] [PATCH 10/10] madplay: add patch to switch to the new ALSA API Thomas Petazzoni
2010-02-24 22:01 ` [Buildroot] [pull request] Pull request for branch fixes Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2010-02-09 23:46 Thomas Petazzoni
2010-02-17 10:05 ` Peter Korsgaard

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