public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/5] flex: update to 2.6.1
Date: Sat, 03 Sep 2016 10:28:53 +0200	[thread overview]
Message-ID: <20160903082857.8746-2-marcel.lorenz@ipfire.org> (raw)
In-Reply-To: <20160903082857.8746-1-marcel.lorenz@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2852 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 config/rootfiles/common/flex | 24 +++++++++++++++++++-----
 lfs/flex                     | 10 +++++-----
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/config/rootfiles/common/flex b/config/rootfiles/common/flex
index 9b97b57..65b5588 100644
--- a/config/rootfiles/common/flex
+++ b/config/rootfiles/common/flex
@@ -1,11 +1,25 @@
 #usr/bin/flex
+#usr/bin/flex++
 #usr/bin/lex
 #usr/include/FlexLexer.h
-#usr/info/dir
-#usr/info/flex.info
-#usr/info/flex.info-1
-#usr/info/flex.info-2
 #usr/lib/libfl.a
+#usr/lib/libfl.la
+#usr/lib/libfl.so
+usr/lib/libfl.so.2
+usr/lib/libfl.so.2.0.0
 #usr/lib/libfl_pic.a
+#usr/lib/libfl_pic.la
+#usr/lib/libfl_pic.so
+usr/lib/libfl_pic.so.2
+usr/lib/libfl_pic.so.2.0.0
 #usr/lib/libl.a
-#usr/man/man1/flex.1
+#usr/share/doc/flex
+#usr/share/doc/flex/AUTHORS
+#usr/share/doc/flex/COPYING
+#usr/share/doc/flex/NEWS
+#usr/share/doc/flex/ONEWS
+#usr/share/doc/flex/README
+#usr/share/info/flex.info
+#usr/share/info/flex.info-1
+#usr/share/info/flex.info-2
+#usr/share/man/man1/flex.1
diff --git a/lfs/flex b/lfs/flex
index 0c43e4a..3101c86 100644
--- a/lfs/flex
+++ b/lfs/flex
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016 IPFire Team  <info(a)ipfire.org>                      #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,10 +24,10 @@
 
 include Config
 
-VER        = 2.5.35
+VER        = 2.6.1
 
 THISAPP    = flex-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 10714e50cea54dc7a227e3eddcd44d57
+$(DL_FILE)_MD5 = cd3c86290fc2676a641aefafeb10848a
 
 install : $(TARGET)
 
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make $(EXTRA_INSTALL) install
-- 
2.9.3


  reply	other threads:[~2016-09-03  8:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-03  8:28 [PATCH 0/5] Toolchain update pack Marcel Lorenz
2016-09-03  8:28 ` Marcel Lorenz [this message]
2016-09-03  8:28 ` [PATCH 2/5] tcl: update to 8.6.6 Marcel Lorenz
2016-09-03  8:28 ` [PATCH 3/5] dejagnu: update to 1.6 Marcel Lorenz
2016-09-03  8:28 ` [PATCH 4/5] pkg-config: update lfs file to build with new dejagnu Marcel Lorenz
2016-09-03  8:28 ` [PATCH 5/5] make.sh: add autoamke to toolchain to fix coreutils build fail Marcel Lorenz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160903082857.8746-2-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox