Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 07:57:39 -0500 (EST)
From:      Mike Buchanon <buchanon@mlss15.cl.msu.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23610: pine 4.31 port problems
Message-ID:  <200012181257.eBICvdG69428@mlss15.cl.msu.edu>
Resent-Message-ID: <200012181300.eBID02x82127@freefall.freebsd.org>

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

>Number:         23610
>Category:       ports
>Synopsis:       pine 4.31 port doesn't compile pine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 18 05:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mike Buchanon
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
MSU
>Environment:

	freeBSD 4.2-stable with cclient4.8 installed

>Description:

	pine port compiles pilot and pico, but not pine

>How-To-Repeat:

	make clean; make in the pine4 port directory

>Fix:

	change the following files:

	
diff -urN pine4.31/pine/init.c pine4.31-new/pine/init.c
--- pine4.31/pine/init.c	Mon Dec 18 07:39:56 2000
+++ pine4.31-new/pine/init.c	Mon Dec 18 07:48:30 2000
@@ -65,7 +65,7 @@
 
 
 #include "headers.h"
-#include "../c-client/imap4r1.h"  /* for LEVELSTATUS() */
+#include <c-client/imap4r1.h>  /* for LEVELSTATUS() */
 
 
 typedef enum {Sapling, Seedling, Seasoned} FeatureLevel;
diff -urN pine4.31/pine/mailcmd.c pine4.31-new/pine/mailcmd.c
--- pine4.31/pine/mailcmd.c	Tue Dec  5 13:11:44 2000
+++ pine4.31-new/pine/mailcmd.c	Mon Dec 18 07:48:46 2000
@@ -51,7 +51,7 @@
   ====*/
 
 #include "headers.h"
-#include "../c-client/imap4r1.h"
+#include <c-client/imap4r1.h>
 
 
 /*



	Not sure if I did that right :)  basically, init.c and mailcmd.c
	still have #include "../c-client/imap4r1.h" instead of
	#include <c-client/imap4r1.h>.  Once that was changed it compiled
	and worked just fine for me :)

>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?200012181257.eBICvdG69428>