[ptxdist] [PATCH] Rename libmodbus - libmodbus2 [V2]

2011-07-28 Thread Josef Holzmayr
Signed-off-by: Josef Holzmayr holzm...@rsi-elektrotechnik.de --- rules/libmodbus.in | 10 -- rules/libmodbus.make| 68 -- rules/libmodbusv2.in|9 + rules/libmodbusv2.make | 69

[ptxdist] [PATCH] pciutils: Add option or installing libpci.so

2011-07-28 Thread Alexander Stein
Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- rules/pciutils.in |7 +++ rules/pciutils.make |6 ++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/rules/pciutils.in b/rules/pciutils.in index 1c11d65..b292256 100644 ---

[ptxdist] qt4-demos

2011-07-28 Thread Christian Hemp
Hi, I've changed the qt4-examples.sh, so that it creates qt4-demos.{make,in}. The menu entries are not in alphabetic order, otherwise the embedded group would be split. Unlike in the qt-exampels the demos are not all seperated into groups. Tested with qt4.7.3 Also I've patched the qt4.make so

[ptxdist] [PATCH] qt4: add qt4-demos support

2011-07-28 Thread Christian Hemp
Add support for the qt4-demos. Signed-off-by: Christian Hemp h...@numalfix.phytec.de --- rules/qt4-demos.in | 247 ++ rules/qt4-demos.make | 239 rules/qt4.make |1 + 3 files changed,

Re: [ptxdist] [PATCH 1/3] Bump libmodbus version to 2.0.4

2011-07-28 Thread Alexander Dahl
Hei hei, -LIBMODBUS_VERSION:= 2.0.3 -LIBMODBUS_MD5:= 8c19a718bf8f182fb4b961928834cc1c +LIBMODBUS_VERSION:= 2.0.4 +LIBMODBUS_MD5:= 6b3aa500ab441a953eeb73a8c58cdf76 LIBMODBUS:= libmodbus-$(LIBMODBUS_VERSION) LIBMODBUS_SUFFIX := tar.gz

Re: [ptxdist] [PATCH 1/2] Rename libmodbus ~ libmodbus2

2011-07-28 Thread Alexander Dahl
Hei hei, -LIBMODBUS_URL:= http://launchpad.net/libmodbus/trunk/2.0.3/+download/$(LIBMODBUS).$(LIBMODBUS_SUFFIX) +LIBMODBUS2_URL := http://github.com/downloads/stephane/libmodbus/$(LIBMODBUS2).$(LIBMODBUS2_SUFFIX) This touches my other question. You change the

Re: [ptxdist] [PATCH 1/2] Rename libmodbus ~ libmodbus2

2011-07-28 Thread Josef Holzmayr
This touches my other question. You change the URL here. This is kinda nitpicking, but a patch labeled »rename« should not do more than renaming. ;-) Point taken. The reason why i did the change here is project-historical: First it was reachable through the obscure launchpad url up to and

Re: [ptxdist] [PATCH 1/3] Bump libmodbus version to 2.0.4

2011-07-28 Thread Robert Schwebel
On Thu, Jul 28, 2011 at 03:01:36PM +0200, Alexander Dahl wrote: -LIBMODBUS_VERSION := 2.0.3 -LIBMODBUS_MD5 := 8c19a718bf8f182fb4b961928834cc1c +LIBMODBUS_VERSION := 2.0.4 +LIBMODBUS_MD5 := 6b3aa500ab441a953eeb73a8c58cdf76 LIBMODBUS :=