Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 1999 11:50:17 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org, ache@FreeBSD.org
Subject:   ports/11156: Update: less (335 -> 337) 
Message-ID:  <19990415185017.6A9AA16A2@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         11156
>Category:       ports
>Synopsis:       Update: less (335 -> 337)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 15 12:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

4.0-C post-egcs.

>Description:

Update less from 335 to 337

>How-To-Repeat:

>Fix:
	
Index: less/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/less/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	1999/04/05 23:59:43	1.18
+++ Makefile	1999/04/15 18:39:35
@@ -1,12 +1,12 @@
 # New ports collection makefile for:    less
-# Version required:     3.35
+# Version required:     3.37
 # Date created:         8 Nov 1994
 # Whom:                 ache
 #
 # $Id: Makefile,v 1.18 1999/04/05 23:59:43 jseger Exp $
 #
 
-DISTNAME=       less-335
+DISTNAME=       less-337
 CATEGORIES=	misc
 MASTER_SITES=   ${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	less
Index: less/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/less/files/md5,v
retrieving revision 1.6
diff -u -r1.6 md5
--- md5	1999/04/05 23:59:44	1.6
+++ md5	1999/04/15 18:27:42
@@ -1 +1 @@
-MD5 (less-335.tar.gz) = d23f97a208fb23b84a56dbf36538d80c
+MD5 (less-337.tar.gz) = 125c500faaa318624d7d773d418dd2c7
Index: less/files/patch-ab
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/less/files/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- patch-ab	1995/02/23 02:58:32	1.2
+++ patch-ab	1999/04/15 18:40:31
@@ -1,6 +1,6 @@
---- ./charset.c.org	Tue Jan 31 15:55:28 1995
-+++ ./charset.c	Wed Feb 22 18:34:50 1995
-@@ -260,6 +260,8 @@
+--- charset.c.orig	Thu Apr 15 11:34:04 1999
++++ charset.c	Thu Apr 15 11:36:48 1999
+@@ -262,6 +262,8 @@
  control_char(c)
  	int c;
  {
@@ -9,7 +9,7 @@
  	c &= 0377;
  	return (chardef[c] & IS_CONTROL_CHAR);
  }
-@@ -274,14 +276,17 @@
+@@ -276,14 +278,17 @@
  {
  	static char buf[8];
  
@@ -25,7 +25,7 @@
  	else
 -		sprintf(buf, binfmt, c);
 +	{
-+		c &= 0377;
++		c &= 0337;
 +		if (!control_char(c))
 +			sprintf(buf, "%c", c);
 +		else if (!control_char(c ^ 0100))
Index: less/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/less/patches/patch-aa,v
retrieving revision 1.4
diff -u -r1.4 patch-aa
--- patch-aa	1999/04/05 23:59:44	1.4
+++ patch-aa	1999/04/15 18:41:22
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Sat Mar 20 00:24:37 1999
-+++ Makefile.in	Mon Apr  5 19:54:24 1999
+--- Makefile.in.orig	Thu Apr 15 11:29:32 1999
++++ Makefile.in	Thu Apr 15 11:31:07 1999
 @@ -15,7 +15,7 @@
  LDFLAGS = @LDFLAGS@
  O=o
@@ -9,14 +9,3 @@
  
  prefix = @prefix@
  exec_prefix = @exec_prefix@
-@@ -61,8 +61,8 @@
- 	${INSTALL_PROGRAM} less ${bindir}/${binprefix}less
- 	${INSTALL_PROGRAM} lesskey ${bindir}/${binprefix}lesskey
- 	${INSTALL_PROGRAM} lessecho ${bindir}/${binprefix}lessecho
--	${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext}
--	${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext}
-+	${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}/man${manext}/less.${manext}
-+	${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}/man${manext}/lesskey.${manext}
- 
- installdirs: mkinstalldirs
- 	${srcdir}/mkinstalldirs ${bindir} ${mandir}
Index: less/pkg/COMMENT
===================================================================
RCS file: /cvs/FreeBSD/ports/misc/less/pkg/COMMENT,v
retrieving revision 1.5
diff -u -r1.5 COMMENT
--- COMMENT	1996/09/14 03:11:05	1.5
+++ COMMENT	1999/04/15 18:38:37
@@ -1 +1 @@
-a better pager utility
+A better pager utility.

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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