Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2004 15:20:24 GMT
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/74933: new port: misc/lesspipe (a preprocessor for less)
Message-ID:  <200412111520.iBBFKOe9089681@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/74933; it has been noted by GNATS.

From: Sergey Matveychuk <sem@FreeBSD.org>
To: slaven@rezic.de
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/74933: new port: misc/lesspipe (a preprocessor for less)
Date: Sat, 11 Dec 2004 18:16:51 +0300

 Slaven Rezic wrote:
 
 > Can you give me more diagnostics, i.e. capturing the configuration and
 > installation output and send it to me?
 
 # make install
 ===>  Vulnerability check disabled
 ===>  Extracting for lesspipe-1.43
 => Checksum OK for lesspipe-1.43.tar.gz.
 ===>  Patching for lesspipe-1.43
 ===>  Configuring for lesspipe-1.43
 checking file.../usr/bin/file
    found GNU file3.41 (ok)
 ksh not found in the PATH
 zsh not found in the PATH
 skipping /bin/sh , need at least 2.03
 Sorry, no useable shell found, cannot create lesspipe.sh
 ##!/bin/ksh
 ##!/bin/zsh -y
 ##!/bin/sh
 You could edit lesspipe.sh.in to adjust the path to the shell(s)
 ===>  Building for lesspipe-1.43
 ===>  Installing for lesspipe-1.43
 ===>   Generating temporary packing list
 ===>  Checking if misc/lesspipe already installed
 mkdir -p /usr/local/bin
 cp ./code2color ./lesspipe.sh /usr/local/bin
 chmod 0755 /usr/local/bin/lesspipe.sh
 chmod 0755 /usr/local/bin/code2color
 To use lesspipe.sh, type in the following commands
 
          LESSOPEN="|lesspipe.sh %s"; export LESSOPEN     (sh, bash, ksh, 
 zsh)
 
          setenv LESSOPEN "|lesspipe.sh %s"               (csh, tcsh)
 
 or put these commands in your shell's startup file (e.g. .cshrc or .bashrc).
 
 ===>   Registering installation for lesspipe-1.43
 
 # cat /usr/local/bin/lesspipe.sh
 #!/usr/local/bin/bash
 
 
 -- 
 Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412111520.iBBFKOe9089681>