From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 36661efeecd3f3e0d1bb46cc65aa5f696b18f649 Date: Sat, 11 Feb 2012 18:28:51 +0100 Message-ID: <20120211172855.646DB200BC@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1707489117584569100==" List-Id: --===============1707489117584569100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 36661efeecd3f3e0d1bb46cc65aa5f696b18f649 (commit) via dc083d18df3f5ed30956237c6e3488d9f5449f5c (commit) from 38d3bcd5c14b9670163774d02606a4f7045668d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 36661efeecd3f3e0d1bb46cc65aa5f696b18f649 Author: Dirk Wagner Date: Sat Feb 11 18:28:13 2012 +0100 pound: update to latest stable 2.6 commit dc083d18df3f5ed30956237c6e3488d9f5449f5c Author: Dirk Wagner Date: Sat Feb 11 18:27:13 2012 +0100 pound: update to latest stable 2.6 ----------------------------------------------------------------------- Summary of changes: lfs/pound | 7 ++++--- src/patches/pound-2.6.patch | 11 +++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 src/patches/pound-2.6.patch Difference in files: diff --git a/lfs/pound b/lfs/pound index 39ef2cd..1b9e523 100644 --- a/lfs/pound +++ b/lfs/pound @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.5 +VER =3D 2.6 =20 THISAPP =3D Pound-$(VER) DL_FILE =3D $(THISAPP).tgz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D pound -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8a39f5902094619afcda7d12d9d8342c +$(DL_FILE)_MD5 =3D 8c913b527332694943c4c67c8f152071 =20 install : $(TARGET) =20 @@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -p4 < $(DIR_SRC)/src/patches/pound-2.6.patch cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc --enable-c= ert1l cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install diff --git a/src/patches/pound-2.6.patch b/src/patches/pound-2.6.patch new file mode 100644 index 0000000..9dceebc --- /dev/null +++ b/src/patches/pound-2.6.patch @@ -0,0 +1,11 @@ +--- build/usr/src/Pound-2.6/configure_orig 2011-12-28 14:57:45.000000000 +01= 00 ++++ build/usr/src/Pound-2.6/configure 2012-02-10 21:09:50.000000000 +0100 +@@ -3232,7 +3232,7 @@ +=20 + if test "${CC}" =3D "gcc" + then +- CPPFLAGS=3D"${CPPFLAGS} -Wstrict-prototypes -Wno-unused-result -pipe" ++ CPPFLAGS=3D"${CPPFLAGS} -Wstrict-prototypes -pipe" + fi +=20 + { $as_echo "$as_me:${as_lineno-$LINENO}: *** Checking for threads library a= nd/or flags ***" >&5 hooks/post-receive -- IPFire 2.x development tree --===============1707489117584569100==--