From noackjr@compgeek.dnsalias.org Tue Jan 21 00:30:12 2003 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD2437B401 for ; Tue, 21 Jan 2003 00:30:12 -0800 (PST) Received: from compgeek.dnsalias.org (jones-1140.jones.rice.edu [128.42.158.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB8B43ED8 for ; Tue, 21 Jan 2003 00:30:11 -0800 (PST) (envelope-from noackjr@compgeek.dnsalias.org) Received: from compgeek.dnsalias.org (localhost [127.0.0.1]) by compgeek.dnsalias.org (8.12.6/8.12.6) with ESMTP id h0L8UATo083189 for ; Tue, 21 Jan 2003 02:30:10 -0600 (CST) (envelope-from noackjr@compgeek.dnsalias.org) Received: (from noackjr@localhost) by compgeek.dnsalias.org (8.12.6/8.12.6/Submit) id h0L8U9Oe083188; Tue, 21 Jan 2003 02:30:09 -0600 (CST) Message-Id: <200301210830.h0L8U9Oe083188@compgeek.dnsalias.org> Date: Tue, 21 Jan 2003 02:30:09 -0600 (CST) From: Jon Noack Reply-To: Jon Noack To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Port Update: editors/pico to 4.4 X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 47289 >Category: ports >Synopsis: Port Update: editors/pico to 4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: dougb >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 21 00:40:01 PST 2003 >Closed-Date: Thu Jan 23 01:54:19 PST 2003 >Last-Modified: Thu Jan 23 01:54:19 PST 2003 >Originator: Jon Noack >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 @@

The FreeBSD Ports Collection ("editors/pico")


-

You are now in the directory for the port "editors/pico" (package name "pico-4.0"). +

You are now in the directory for the port "editors/pico" (package name "pico-4.4").

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 -! #include - #include - #include - ---- 23,29 ---- - - #define USE_DIRENT - #include -! #include - #include - #include - -*************** -*** 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: From: Jon Noack To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/47289: Port Update: editors/pico to 4.4 Date: Tue, 21 Jan 2003 02:45:57 -0600 I thought I hadn't posted this yet, but ports/46336 is a duplicate of this one (albeit a much less useful one). State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Thu Jan 23 01:52:34 PST 2003 State-Changed-Why: I updated the port. I didn't actually use your patch, since it wasn't a tough update. Also, FYI, we don't edit the README.html files. They are auto-generated when you type 'make index' in a given directory. Thanks for your interest in making FreeBSD better. Responsible-Changed-From-To: freebsd-ports-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Thu Jan 23 01:52:34 PST 2003 Responsible-Changed-Why: I'm taking over this port. The previous MAINTAINER has been ignoring it, and I'm already handling Pine so this is an easy one to update as well. http://www.freebsd.org/cgi/query-pr.cgi?pr=47289 >Unformatted: