public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] less: update to 481
Date: Wed, 24 Feb 2016 21:59:59 -0800	[thread overview]
Message-ID: <1456379999.2472.5.camel@ipfire.org> (raw)
In-Reply-To: <1456217498-14520-1-git-send-email-lorenz.marcel@web.de>

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

Hi,

why does perl need less? Is this a hard dependency or optional? If
optional, I would like to avoid bundling less in the toolchain, because
that bloats the toolchain and lets the build take longer.

-Michael

On Tue, 2016-02-23 at 09:51 +0100, Marcel Lorenz wrote:
> Update less to last version from Linux from Scratch.
> LFS is prepared for tools build. Need for later Perl 5.22.x
> integration.
> 
> Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
> 
> ---
>  lfs/less | 19 +++++++++++++++----
>  1 file changed, 15 insertions(+), 4 deletions(-)
> 
> diff --git a/lfs/less b/lfs/less
> index d9680c8..dbf66af 100644
> --- a/lfs/less
> +++ b/lfs/less
> @@ -1,7 +1,7 @@
>  ####################################################################
> ###########
>  #                                                                   
>           #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2007  Michael Tremer & Christian
> Schmidt                      #
> +# Copyright (C) 2007-2015  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,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 443
> +VER        = 481
>  
>  THISAPP    = less-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -32,6 +32,17 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  
> +# Normal build or /tools build.
> +#
> +ifeq "$(ROOT)" ""
> +	EXTRA_CONFIG = --prefix=/usr --sysconfdir=/etc
> +	TARGET = $(DIR_INFO)/$(THISAPP)
> +else
> +	EXTRA_CONFIG = --prefix=/tools --sysconfdir=/tools/etc
> +	TARGET = $(DIR_INFO)/$(THISAPP)-tools
> +endif
> +
> +
>  ####################################################################
> ###########
>  # Top-level Rules
>  ####################################################################
> ###########
> @@ -40,7 +51,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 47db098fb3cdaf847b3c4be05ee954fc
> +$(DL_FILE)_MD5 = 50ef46065c65257141a7340123527767
>  
>  install : $(TARGET)
>  
> @@ -70,7 +81,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) && ./configure --prefix=/usr --sysconfdir=/etc 
> --disable-nls
> +	cd $(DIR_APP) && ./configure $(EXTRA_CONFIG)
>  	cd $(DIR_APP) && make $(MAKETUNING)
>  	cd $(DIR_APP) && make install
>  	@rm -rf $(DIR_APP)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2016-02-25  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23  8:51 Marcel Lorenz
2016-02-25  5:59 ` Michael Tremer [this message]

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=1456379999.2472.5.camel@ipfire.org \
    --to=michael.tremer@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