Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 02:30:09 -0600 (CST)
From:      Jon Noack <noackjr@compgeek.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47289: Port Update: editors/pico to 4.4
Message-ID:  <200301210830.h0L8U9Oe083188@compgeek.dnsalias.org>

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

>Number:         47289
>Category:       ports
>Synopsis:       Port Update: editors/pico to 4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 00:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jon Noack <noackjr@compgeek.com>
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD compgeek.dnsalias.org 5.0-RELEASE FreeBSD 5.0-RELEASE #4: Fri Jan 17 11:36:33 CST 2003 noackjr@compgeek.dnsalias.org:/usr/obj/usr/src/sys/COMPGEEK i386


	
>Description:
	Pine is now at 4.53 and the version of Pico included has been updated to 4.4.
>How-To-Repeat:
	
>Fix:

	Attached patch updates current Pico port.  The updated patches for the port
	were pulled from the Pine port.  Tested on 4.7 and 5.0 on i386.

--- pico.patch begins here ---
diff -urN pico.orig/Makefile pico/Makefile
--- pico.orig/Makefile	Thu Feb 22 06:13:29 2001
+++ pico/Makefile	Tue Jan 21 02:08:21 2003
@@ -7,7 +7,7 @@
 # All patch files have been taken from mail/pine4
 
 PORTNAME=	pico
-PORTVERSION=	4.0
+PORTVERSION=	4.4
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/ \
 		http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -32,7 +32,7 @@
 WRKSRC=		${WRKDIR}/pine${pineversion}/pico
 PATCH_WRKSRC=	${WRKSRC}/..
 
-pineversion=	4.33
+pineversion=	4.53
 
 MAKEFILE=	makefile.bsf
 ALL_TARGET=	pico
diff -urN pico.orig/README.html pico/README.html
--- pico.orig/README.html	Sat Dec  7 12:40:05 2002
+++ pico/README.html	Tue Jan 21 02:15:16 2003
@@ -3,7 +3,7 @@
 <head><h1> The FreeBSD Ports Collection ("editors/pico")</h1> </head> <hr>
 <body>
 
-<p>You are now in the directory for the port "editors/pico" (package name "pico-4.0").
+<p>You are now in the directory for the port "editors/pico" (package name "pico-4.4").
 
 <p>This is the one-line description for this port:
 
diff -urN pico.orig/distinfo pico/distinfo
--- pico.orig/distinfo	Sat Feb 10 23:58:07 2001
+++ pico/distinfo	Tue Jan 21 02:07:10 2003
@@ -1 +1 @@
-MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c
+MD5 (pine4.53.tar.gz) = 17d2ae323d6012e69c33cf0168dff59b
diff -urN pico.orig/files/patch-aa pico/files/patch-aa
--- pico.orig/files/patch-aa	Tue Jan  2 03:04:10 2001
+++ pico/files/patch-aa	Tue Jan 21 02:07:10 2003
@@ -1,6 +1,6 @@
---- pico/search.c.old	Tue Oct  5 01:49:41 1999
-+++ pico/search.c	Wed Feb 16 03:41:45 2000
-@@ -97,12 +97,15 @@
+--- pico/search.c.orig	Thu Jun 21 10:50:05 2001
++++ pico/search.c	Fri Sep 28 00:08:23 2001
+@@ -98,12 +98,15 @@
  int bc;
  int pc;
  {
@@ -20,7 +20,7 @@
      }
  
      return(bc == pc);
-@@ -804,7 +807,7 @@
+@@ -805,7 +808,7 @@
  int maxlength;	/* maximum chars in destination */
  
  {
diff -urN pico.orig/files/patch-an pico/files/patch-an
--- pico.orig/files/patch-an	Tue Jan  2 03:04:10 2001
+++ pico/files/patch-an	Tue Jan 21 02:07:10 2003
@@ -1,24 +1,7 @@
-*** pico/osdep/os-bsf.h.orig	Wed Jul  8 19:37:28 1998
---- pico/osdep/os-bsf.h	Fri Jul 10 12:57:37 1998
+*** pico/osdep/os-bsf.h.orig	Wed Feb  7 14:53:26 2001
+--- pico/osdep/os-bsf.h	Thu Sep 27 23:56:53 2001
 ***************
-*** 23,29 ****
-  
-  #define  USE_DIRENT
-  #include <sys/types.h>
-! #include <sys/dir.h>
-  #include <stdlib.h>
-  #include <string.h>
-  
---- 23,29 ----
-  
-  #define  USE_DIRENT
-  #include <sys/types.h>
-! #include <dirent.h>
-  #include <stdlib.h>
-  #include <string.h>
-  
-***************
-*** 152,158 ****
+*** 153,159 ****
   /*
    * Place where mail gets delivered (for pico's new mail checking)
    */
@@ -26,7 +9,7 @@
   
   /*
    * What and where the tool that checks spelling is located.  If this is
---- 152,158 ----
+--- 153,159 ----
   /*
    * Place where mail gets delivered (for pico's new mail checking)
    */
diff -urN pico.orig/files/patch-ap pico/files/patch-ap
--- pico.orig/files/patch-ap	Tue Jan  2 03:04:10 2001
+++ pico/files/patch-ap	Tue Jan 21 02:07:10 2003
@@ -1,7 +1,7 @@
-*** pico/osdep/term.cap.orig	Sat Feb 28 02:14:53 1998
---- pico/osdep/term.cap	Wed Jul 15 01:58:58 1998
+*** pico/osdep/term.cap.orig	Thu Jun 21 10:48:09 2001
+--- pico/osdep/term.cap	Fri Sep 28 00:19:46 2001
 ***************
-*** 270,276 ****
+*** 280,286 ****
       _kppu		= tgetstr("kP", &p);
       _kppd		= tgetstr("kN", &p);
       _kphome		= tgetstr("kh", &p);
@@ -9,7 +9,7 @@
       _kpdel		= tgetstr("kD", &p);
       _kf1		= tgetstr("k1", &p);
       _kf2		= tgetstr("k2", &p);
---- 270,277 ----
+--- 280,287 ----
       _kppu		= tgetstr("kP", &p);
       _kppd		= tgetstr("kN", &p);
       _kphome		= tgetstr("kh", &p);
diff -urN pico.orig/files/patch-as pico/files/patch-as
--- pico.orig/files/patch-as	Tue Jan  2 03:04:10 2001
+++ pico/files/patch-as	Tue Jan 21 02:07:10 2003
@@ -1,22 +1,3 @@
-*** pine/init.c.orig	Tue Jan 26 21:57:56 1999
---- pine/init.c	Tue Feb  9 22:14:08 1999
-***************
-*** 326,332 ****
-  
-  /*----------------------------------------------------------------------
-  These are the variables that control a number of pine functions.  They
-! come out of the .pinerc and the /usr/local/lib/pine.conf files.  Some can
-  be set by the user while in Pine.  Eventually all the local ones should
-  be so and maybe the global ones too.
-  
---- 326,332 ----
-  
-  /*----------------------------------------------------------------------
-  These are the variables that control a number of pine functions.  They
-! come out of the .pinerc and the @@PREFIX@@/etc/pine.conf files.  Some can
-  be set by the user while in Pine.  Eventually all the local ones should
-  be so and maybe the global ones too.
-
 *** pico/edef.h.orig	Thu Apr 23 02:53:44 1998
 --- pico/edef.h	Tue Feb  9 22:14:08 1999
 ***************
--- pico.patch ends here ---


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

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




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