From owner-freebsd-ports Mon Dec 18 5: 0: 5 2000 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 18 05:00:02 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 533F737B402 for ; Mon, 18 Dec 2000 05:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBID02x82127; Mon, 18 Dec 2000 05:00:02 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 18 Dec 2000 05:00:02 -0800 (PST) Resent-Message-Id: <200012181300.eBID02x82127@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, buchanon@mlss15.cl.msu.edu Received: from mlss15.cl.msu.edu (mlss15.cl.msu.edu [35.9.4.115]) by hub.freebsd.org (Postfix) with ESMTP id 7062337B404 for ; Mon, 18 Dec 2000 04:57:39 -0800 (PST) Received: (from buchanon@localhost) by mlss15.cl.msu.edu (8.11.1/8.11.1) id eBICvdG69428; Mon, 18 Dec 2000 07:57:39 -0500 (EST) (envelope-from buchanon) Message-Id: <200012181257.eBICvdG69428@mlss15.cl.msu.edu> Date: Mon, 18 Dec 2000 07:57:39 -0500 (EST) From: Mike Buchanon Reply-To: buchanon@mlss15.cl.msu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23610: pine 4.31 port problems Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 /* 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 /* Not sure if I did that right :) basically, init.c and mailcmd.c still have #include "../c-client/imap4r1.h" instead of #include . 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