ports/74933: new port: misc/lesspipe (a preprocessor for less)

Sergey Matveychuk sem at FreeBSD.org
Sat Dec 11 15:20:25 UTC 2004


The following reply was made to PR ports/74933; it has been noted by GNATS.

From: Sergey Matveychuk <sem at FreeBSD.org>
To: slaven at rezic.de
Cc: freebsd-gnats-submit at 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.



More information about the freebsd-ports-bugs mailing list